author | Martin Troxler <martin.troxler@komaxgroup.com> |
Mon, 23 Nov 2009 14:22:48 +0100 | |
changeset 1582 | 7273aa7deb3d |
parent 1537 | 0f8fc0bc2454 |
child 1545 | cd9672f63886 |
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. |
|
1496 | 23 |
* Remove byte-swapping functions from user space. |
1489
f77a1182b6f4
EoE processing with kthread.
Florian Pose <fp@igh-essen.com>
parents:
1482
diff
changeset
|
24 |
* EoE: |
f77a1182b6f4
EoE processing with kthread.
Florian Pose <fp@igh-essen.com>
parents:
1482
diff
changeset
|
25 |
- Only execute one EoE handler per cycle. |
1503 | 26 |
- Mailbox protocol handlers. |
27 |
- Mailbox state machine using toggle bits. |
|
1482 | 28 |
* Implement 'ethercat foe_read --output-file ...'. |
1418 | 29 |
* 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
|
30 |
* 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
|
31 |
* 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
|
32 |
* 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
|
33 |
* 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
|
34 |
* 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
|
35 |
* Read alias from register 0x0012 instead of SII. |
1375 | 36 |
* Finish library implementation. |
1372 | 37 |
* Rescan command. |
38 |
* Override sync manager size? |
|
39 |
* 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
|
40 |
* 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
|
41 |
* Remove allow_scanning flag. |
1372 | 42 |
* Check for ioctl() interface version. |
1462 | 43 |
* Improve application-triggered SDO transfers by moving the state machine into |
1322 | 44 |
the SDO handlers. |
1461 | 45 |
* Move device driver files in subdirectories. |
1465 | 46 |
* Document ec_fsm_foe members. |
1473 | 47 |
* Test KBUILD_EXTRA_SYMBOLS. |
1499 | 48 |
* Remove default buffer size in SDO upload. |
1526
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
49 |
* Check for Enable SDO Complete Access flag. |
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
50 |
* Implement CompleteAccess for command-line tool. |
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
51 |
* Implement CompleteAccess for SDO uploads. |
1529 | 52 |
* Implement identifier parameter for cstruct command. |
53 |
* Implement sync delimiter for cstruct command. |
|
1532 | 54 |
* Change SDO index at runtime for SDO request. |
55 |
* Implement ecrt_slave_config_request_state(). |
|
1537 | 56 |
* Output skipped datagrams again. |
1372 | 57 |
|
58 |
Future issues: |
|
59 |
||
60 |
* Segmented SDO downloads. |
|
1322 | 61 |
* External memory for SDO transfers. |
62 |
* C++ implementation of the library. |
|
63 |
* Bus simulator interface. |
|
984 | 64 |
* Move master threads, slave handlers and state machines into a user |
65 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
66 |
* Allow master requesting when in ORPHANED phase |
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
67 |
* Mailbox gateway. |
952 | 68 |
* Separate CoE debugging. |
69 |
* Evaluate EEPROM contents after writing. |
|
70 |
* Optimize alignment of process data. |
|
776 | 71 |
* Redundancy with 2 network adapters. |
72 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 73 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
74 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
75 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
76 |
- Add a -n (numeric) switch. |
1166 | 77 |
- Check for unwanted options. |
1278 | 78 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 79 |
requests (replace write_sii, sdo_request, etc). |
776 | 80 |
|
81 |
Smaller issues: |
|
82 |
||
83 |
* Read out CRC counters. |
|
84 |
* Configure slave ports to automatically open on link detection. |
|
1119 | 85 |
* Fix datagram errors on application loading/unloading. |
776 | 86 |
|
87 |
Less important issues: |
|
88 |
||
89 |
* Allow VLAN tagging. |
|
90 |
* Determine number of frames, the NIC can handle. |
|
351 | 91 |
|
271 | 92 |
------------------------------------------------------------------------------- |