author | Florian Pose <fp@igh-essen.com> |
Fri, 01 Aug 2008 08:58:35 +0000 | |
changeset 1180 | 846907b8cc4b |
parent 1176 | 5b07986dd77a |
child 1181 | 9e5954a2a46e |
permissions | -rw-r--r-- |
271 | 1 |
------------------------------------------------------------------------------- |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
|
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
3 |
EtherCAT master TODO |
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
|
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
5 |
$Id$ |
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
6 |
|
271 | 7 |
------------------------------------------------------------------------------- |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
8 |
|
776 | 9 |
Version 1.4.0: |
547 | 10 |
|
1176 | 11 |
* Attach Pdo names from SII or Coe dictionary to Pdos read via CoE. |
918 | 12 |
* Update documentation. |
1082
ff06c58e269c
Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
13 |
* Race in jiffies frame timeout? |
1174
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
14 |
* Remove ec_sync_t::assign_source? |
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
15 |
* Repair rcethercat status. |
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
16 |
* Debug output for all configuration functions of the application interface. |
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
17 |
* Abort code messages in userspace. |
547 | 18 |
|
776 | 19 |
Future issues: |
20 |
||
1119 | 21 |
* Distributed clocks. |
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
22 |
* Allow master requesting when in ORPHANED phase |
984 | 23 |
* Move master threads, slave handlers and state machines into a user |
24 |
space daemon. |
|
952 | 25 |
* Implement user space realtime interface via cdev. |
26 |
* Mailbox protocol handlers. |
|
27 |
* Mailbox state machine using toggle bits. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
28 |
* Mailbox gateway. |
952 | 29 |
* Separate CoE debugging. |
30 |
* Evaluate EEPROM contents after writing. |
|
31 |
* Optimize alignment of process data. |
|
776 | 32 |
* Redundancy with 2 network adapters. |
33 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 34 |
* Make scanning and configuration run parallel (each). |
35 |
* File access over EtherCAT (FoE). |
|
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
36 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
37 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
38 |
- Add a -n (numeric) switch. |
1166 | 39 |
- Check for unwanted options. |
1170 | 40 |
* Segmented Sdo downloads. |
1174
235f34ca50e2
Major Pdo configuration change: Read mapping of unknown Pdos during
Florian Pose <fp@igh-essen.com>
parents:
1173
diff
changeset
|
41 |
* Get original driver for r8169. |
776 | 42 |
|
43 |
Smaller issues: |
|
44 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
45 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
866 | 46 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
776 | 47 |
* Clear sync managers in INIT. |
48 |
* Read out CRC counters. |
|
49 |
* Configure slave ports to automatically open on link detection. |
|
50 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 51 |
* Fix datagram errors on application loading/unloading. |
776 | 52 |
|
53 |
Less important issues: |
|
54 |
||
55 |
* Allow VLAN tagging. |
|
56 |
* Determine number of frames, the NIC can handle. |
|
351 | 57 |
|
271 | 58 |
------------------------------------------------------------------------------- |