author | Florian Pose <fp@igh-essen.com> |
Mon, 29 Dec 2008 15:22:00 +0000 | |
branch | stable-1.4 |
changeset 1687 | 5c40af734120 |
parent 1686 | e206f4485f60 |
child 1690 | b7c865818f0a |
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 |
|
1680 | 9 |
Release: |
10 |
||
11 |
* config race. |
|
12 |
||
776 | 13 |
Future issues: |
14 |
||
1119 | 15 |
* Distributed clocks. |
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
16 |
* Implement user space realtime interface via cdev. |
984 | 17 |
* Move master threads, slave handlers and state machines into a user |
18 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
19 |
* Allow master requesting when in ORPHANED phase |
952 | 20 |
* Mailbox protocol handlers. |
21 |
* 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
|
22 |
* Mailbox gateway. |
952 | 23 |
* Separate CoE debugging. |
24 |
* Evaluate EEPROM contents after writing. |
|
25 |
* Optimize alignment of process data. |
|
776 | 26 |
* Redundancy with 2 network adapters. |
27 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 28 |
* Make scanning and configuration run parallel (each). |
29 |
* File access over EtherCAT (FoE). |
|
1630
ffa89570d84f
merge -r1424:1428 trunk: TODO, docs.
Florian Pose <fp@igh-essen.com>
parents:
1189
diff
changeset
|
30 |
* Vendor-specific over EtherCAT (VoE). |
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. |
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1685
diff
changeset
|
35 |
* Segmented SDO downloads. |
776 | 36 |
|
37 |
Smaller issues: |
|
38 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
39 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
866 | 40 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
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 |
------------------------------------------------------------------------------- |