author | Florian Pose <fp@igh-essen.com> |
Wed, 13 May 2009 09:09:58 +0000 | |
changeset 1464 | be932bb417b8 |
parent 1462 | 1b87b23d0b0e |
child 1465 | 3099d78343ea |
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 |
|
1424 | 7 |
vim700: spelllang=en spell |
1278 | 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 |
||
1392
8fcc1d0987c1
DC cyclic operation and slave configuration. TBC...
Florian Pose <fp@igh-essen.com>
parents:
1388
diff
changeset
|
13 |
* Distributed clocks: |
1417
7c2d5d69134c
Replaced timeval by 64-bit EtherCAT time.
Florian Pose <fp@igh-essen.com>
parents:
1415
diff
changeset
|
14 |
- Check 32/64 bit operations. |
1427 | 15 |
- Use vendor correction factors when calculating transmission delays. |
1450 | 16 |
- Skip setting system time offset when application detached. |
1462 | 17 |
- How to use the SYNC1 shift time? |
1450 | 18 |
- Do not output graph, if topology calculation failed. |
1459 | 19 |
- Set the "Cyclic Generation Start Time" based on the slave's |
20 |
"System Time" register instead of using the application time. |
|
21 |
- Check if register 0x0980 is working, to avoid clearing it when |
|
22 |
configuring. |
|
1464 | 23 |
- Create an interface to query the System Time Difference registers. |
1418 | 24 |
* Fix unloading problem of ec_e100 driver. |
25 |
* Use ec_datagram_zero() where possible. |
|
1415
9d1cdbf41247
Output reference clock and application time in 'ethercat Master'.
Florian Pose <fp@igh-essen.com>
parents:
1413
diff
changeset
|
26 |
* Fix arguments of reg_read. |
9d1cdbf41247
Output reference clock and application time in 'ethercat Master'.
Florian Pose <fp@igh-essen.com>
parents:
1413
diff
changeset
|
27 |
* Sign/Abs type for reg_ commands? |
9d1cdbf41247
Output reference clock and application time in 'ethercat Master'.
Florian Pose <fp@igh-essen.com>
parents:
1413
diff
changeset
|
28 |
* Number layout for reg_read. |
9d1cdbf41247
Output reference clock and application time in 'ethercat Master'.
Florian Pose <fp@igh-essen.com>
parents:
1413
diff
changeset
|
29 |
* Show Record / Array / List type of SDOs. |
9d1cdbf41247
Output reference clock and application time in 'ethercat Master'.
Florian Pose <fp@igh-essen.com>
parents:
1413
diff
changeset
|
30 |
* Limit bandwidth of state machine datagram. |
1392
8fcc1d0987c1
DC cyclic operation and slave configuration. TBC...
Florian Pose <fp@igh-essen.com>
parents:
1388
diff
changeset
|
31 |
* Read alias from register 0x0012 instead of SII. |
1375 | 32 |
* Finish library implementation. |
1372 | 33 |
* Re-work EoE code. |
34 |
* Replace locking callbacks. |
|
35 |
* Implement EoE callbacks for library. |
|
36 |
* Rescan command. |
|
37 |
* Override sync manager size? |
|
38 |
* 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
|
39 |
* 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
|
40 |
* Remove allow_scanning flag. |
1352
275d2fdeab48
Implemented SDO requests in userspace library.
Florian Pose <fp@igh-essen.com>
parents:
1347
diff
changeset
|
41 |
* Test File access over EtherCAT (FoE) reading. |
1372 | 42 |
* Implement ecrt_master_slave() in kernel space. |
43 |
* Check for ioctl() interface version. |
|
1462 | 44 |
* Improve application-triggered SDO transfers by moving the state machine into |
1322 | 45 |
the SDO handlers. |
1372 | 46 |
* Apply watchdog patches from J. Mohre. |
1461 | 47 |
* Move device driver files in subdirectories. |
1372 | 48 |
|
49 |
Future issues: |
|
50 |
||
51 |
* Segmented SDO downloads. |
|
1322 | 52 |
* 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
|
53 |
* Bus information via userspace library (slaves, sync managers, PDOs, entries). |
1322 | 54 |
* C++ implementation of the library. |
55 |
* Bus simulator interface. |
|
984 | 56 |
* Move master threads, slave handlers and state machines into a user |
57 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
58 |
* Allow master requesting when in ORPHANED phase |
952 | 59 |
* Mailbox protocol handlers. |
60 |
* 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
|
61 |
* Mailbox gateway. |
952 | 62 |
* Separate CoE debugging. |
63 |
* Evaluate EEPROM contents after writing. |
|
64 |
* Optimize alignment of process data. |
|
776 | 65 |
* Redundancy with 2 network adapters. |
66 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 67 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
68 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
69 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
70 |
- Add a -n (numeric) switch. |
1166 | 71 |
- Check for unwanted options. |
1278 | 72 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 73 |
requests (replace write_sii, sdo_request, etc). |
776 | 74 |
|
75 |
Smaller issues: |
|
76 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
77 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
776 | 78 |
* Clear sync managers in INIT. |
79 |
* Read out CRC counters. |
|
80 |
* Configure slave ports to automatically open on link detection. |
|
81 |
* Only execute one EoE handler per EoE cycle. |
|
1119 | 82 |
* Fix datagram errors on application loading/unloading. |
776 | 83 |
|
84 |
Less important issues: |
|
85 |
||
86 |
* Allow VLAN tagging. |
|
87 |
* Determine number of frames, the NIC can handle. |
|
351 | 88 |
|
271 | 89 |
------------------------------------------------------------------------------- |