author | Florian Pose <fp@igh-essen.com> |
Mon, 26 Jan 2009 11:16:10 +0000 | |
changeset 1326 | ef907b0b5125 |
parent 1322 | 62a9a0b3d606 |
child 1327 | 4d179b06dd3c |
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. |
1265 | 15 |
* Implement Sdo handlers in userspace library. |
1301 | 16 |
* Clear slave list on link down. |
1312
74853e018898
Created backend versions of all API functions returing a pointer; using
Florian Pose <fp@igh-essen.com>
parents:
1301
diff
changeset
|
17 |
* Check force_config flag before error. |
74853e018898
Created backend versions of all API functions returing a pointer; using
Florian Pose <fp@igh-essen.com>
parents:
1301
diff
changeset
|
18 |
* Remove allow_scanning flag. |
1322 | 19 |
* File access over EtherCAT (FoE). |
20 |
* Improve application-triggered SDO transfers by moving the statemachine into |
|
21 |
the SDO handlers. |
|
22 |
* External memory for SDO transfers. |
|
23 |
* Bus information via userspace library (slaves, sync managers, pdos, entries). |
|
24 |
* C++ implementation of the library. |
|
25 |
* Distributed clocks. |
|
26 |
* Bus simulator interface. |
|
1326
ef907b0b5125
merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1322
diff
changeset
|
27 |
* Pdo -> PDO. Sdo -> SDO "-over-" |
547 | 28 |
|
776 | 29 |
Future issues: |
30 |
||
984 | 31 |
* Move master threads, slave handlers and state machines into a user |
32 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
33 |
* Allow master requesting when in ORPHANED phase |
952 | 34 |
* Mailbox protocol handlers. |
35 |
* 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
|
36 |
* Mailbox gateway. |
952 | 37 |
* Separate CoE debugging. |
38 |
* Evaluate EEPROM contents after writing. |
|
39 |
* Optimize alignment of process data. |
|
776 | 40 |
* Redundancy with 2 network adapters. |
41 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 42 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
43 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
44 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
45 |
- Add a -n (numeric) switch. |
1166 | 46 |
- Check for unwanted options. |
1278 | 47 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 48 |
requests (replace write_sii, sdo_request, etc). |
776 | 49 |
|
50 |
Smaller issues: |
|
51 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
52 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
776 | 53 |
* Clear sync managers in INIT. |
54 |
* Read out CRC counters. |
|
55 |
* Configure slave ports to automatically open on link detection. |
|
56 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 57 |
* Fix datagram errors on application loading/unloading. |
776 | 58 |
|
59 |
Less important issues: |
|
60 |
||
61 |
* Allow VLAN tagging. |
|
62 |
* Determine number of frames, the NIC can handle. |
|
351 | 63 |
|
271 | 64 |
------------------------------------------------------------------------------- |