author | Florian Pose <fp@igh-essen.com> |
Fri, 10 Oct 2008 09:56:32 +0000 | |
changeset 1260 | 9a43991c2115 |
parent 1221 | 18c37827b40e |
child 1265 | 2a3420989cdb |
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 |
|
1221 | 9 |
Version 1.5.0: |
10 |
||
1213 | 11 |
* Remove ecrt_domain_state(). |
1221 | 12 |
* Segmented Sdo downloads. |
1260 | 13 |
* Overthink pointer return values. |
547 | 14 |
|
776 | 15 |
Future issues: |
16 |
||
1119 | 17 |
* Distributed clocks. |
984 | 18 |
* Move master threads, slave handlers and state machines into a user |
19 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
20 |
* Allow master requesting when in ORPHANED phase |
952 | 21 |
* Mailbox protocol handlers. |
22 |
* 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
|
23 |
* Mailbox gateway. |
952 | 24 |
* Separate CoE debugging. |
25 |
* Evaluate EEPROM contents after writing. |
|
26 |
* Optimize alignment of process data. |
|
776 | 27 |
* Redundancy with 2 network adapters. |
28 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 29 |
* Make scanning and configuration run parallel (each). |
30 |
* File access over EtherCAT (FoE). |
|
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
31 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
32 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
33 |
- Add a -n (numeric) switch. |
1166 | 34 |
- Check for unwanted options. |
1221 | 35 |
* Simplyfy master fsm by introducing a common request state to handle external |
36 |
requests (replace write_sii, sdo_request, etc). |
|
776 | 37 |
|
38 |
Smaller issues: |
|
39 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
40 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
776 | 41 |
* Clear sync managers in INIT. |
42 |
* Read out CRC counters. |
|
43 |
* Configure slave ports to automatically open on link detection. |
|
44 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 45 |
* Fix datagram errors on application loading/unloading. |
776 | 46 |
|
47 |
Less important issues: |
|
48 |
||
49 |
* Allow VLAN tagging. |
|
50 |
* Determine number of frames, the NIC can handle. |
|
351 | 51 |
|
271 | 52 |
------------------------------------------------------------------------------- |