author | Florian Pose <fp@igh-essen.com> |
Thu, 19 Mar 2009 08:43:05 +0000 | |
changeset 1373 | e651000f1ff1 |
parent 1372 | 6b45c4c6f56f |
child 1375 | 6cf0f0c9e3da |
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 |
||
1372 | 13 |
* Re-work EoE code. |
14 |
* Replace locking callbacks. |
|
15 |
* Implement EoE callbacks for library. |
|
16 |
* Finish library implementation. |
|
1301 | 17 |
* Clear slave list on link down. |
1372 | 18 |
* Rescan command. |
19 |
* Override sync manager size? |
|
20 |
* Remove ecrt_domain_state()? |
|
1312
74853e018898
Created backend versions of all API functions returing a pointer; using
Florian Pose <fp@igh-essen.com>
parents:
1301
diff
changeset
|
21 |
* 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
|
22 |
* Remove allow_scanning flag. |
1352
275d2fdeab48
Implemented SDO requests in userspace library.
Florian Pose <fp@igh-essen.com>
parents:
1347
diff
changeset
|
23 |
* Test File access over EtherCAT (FoE) reading. |
1372 | 24 |
* Distributed clocks. |
25 |
* Implement ecrt_master_slave() in kernel space. |
|
26 |
* Rename phy-commands to register commands. |
|
27 |
* Check for ioctl() interface version. |
|
1322 | 28 |
* Improve application-triggered SDO transfers by moving the statemachine into |
29 |
the SDO handlers. |
|
1372 | 30 |
* FoE in application interface? |
31 |
* Apply watchdog patches from J. Mohre. |
|
32 |
||
33 |
Future issues: |
|
34 |
||
35 |
* Segmented SDO downloads. |
|
1322 | 36 |
* External memory for SDO transfers. |
1327
4d179b06dd3c
merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1326
diff
changeset
|
37 |
* Bus information via userspace library (slaves, sync managers, PDOs, entries). |
1322 | 38 |
* C++ implementation of the library. |
39 |
* Bus simulator interface. |
|
984 | 40 |
* Move master threads, slave handlers and state machines into a user |
41 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
42 |
* Allow master requesting when in ORPHANED phase |
952 | 43 |
* Mailbox protocol handlers. |
44 |
* 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
|
45 |
* Mailbox gateway. |
952 | 46 |
* Separate CoE debugging. |
47 |
* Evaluate EEPROM contents after writing. |
|
48 |
* Optimize alignment of process data. |
|
776 | 49 |
* Redundancy with 2 network adapters. |
50 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 51 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
52 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
53 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
54 |
- Add a -n (numeric) switch. |
1166 | 55 |
- Check for unwanted options. |
1278 | 56 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 57 |
requests (replace write_sii, sdo_request, etc). |
776 | 58 |
|
59 |
Smaller issues: |
|
60 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
61 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
776 | 62 |
* Clear sync managers in INIT. |
63 |
* Read out CRC counters. |
|
64 |
* Configure slave ports to automatically open on link detection. |
|
65 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 66 |
* Fix datagram errors on application loading/unloading. |
776 | 67 |
|
68 |
Less important issues: |
|
69 |
||
70 |
* Allow VLAN tagging. |
|
71 |
* Determine number of frames, the NIC can handle. |
|
351 | 72 |
|
271 | 73 |
------------------------------------------------------------------------------- |