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