author | Florian Pose <fp@igh-essen.com> |
Wed, 09 Dec 2009 14:40:35 +0100 | |
changeset 1578 | 30f065ea5271 |
parent 1564 | 75e8fd4ec427 |
child 1587 | d613db7ca61c |
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. |
1482 | 24 |
* Implement 'ethercat foe_read --output-file ...'. |
1418 | 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 |
* 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
|
28 |
* 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
|
29 |
* 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
|
30 |
* Read alias from register 0x0012 instead of SII. |
1375 | 31 |
* Finish library implementation. |
1372 | 32 |
* Rescan command. |
33 |
* Override sync manager size? |
|
1312
74853e018898
Created backend versions of all API functions returing a pointer; using
Florian Pose <fp@igh-essen.com>
parents:
1301
diff
changeset
|
34 |
* 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
|
35 |
* Remove allow_scanning flag. |
1372 | 36 |
* Check for ioctl() interface version. |
1462 | 37 |
* Improve application-triggered SDO transfers by moving the state machine into |
1322 | 38 |
the SDO handlers. |
1465 | 39 |
* Document ec_fsm_foe members. |
1473 | 40 |
* Test KBUILD_EXTRA_SYMBOLS. |
1499 | 41 |
* Remove default buffer size in SDO upload. |
1526
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
42 |
* Check for Enable SDO Complete Access flag. |
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
43 |
* Implement CompleteAccess for command-line tool. |
66edd310830c
Implemented CompleteAccess for SDO downloads.
Florian Pose <fp@igh-essen.com>
parents:
1511
diff
changeset
|
44 |
* Implement CompleteAccess for SDO uploads. |
1529 | 45 |
* Implement identifier parameter for cstruct command. |
46 |
* Implement sync delimiter for cstruct command. |
|
1532 | 47 |
* Change SDO index at runtime for SDO request. |
48 |
* Implement ecrt_slave_config_request_state(). |
|
1537 | 49 |
* Output skipped datagrams again. |
1545 | 50 |
* Output warning on unmatched slave configuration. |
51 |
* ec_direction_t default |
|
52 |
* Send_ext context warn |
|
53 |
* XML hex |
|
54 |
* r8169 |
|
1372 | 55 |
|
56 |
Future issues: |
|
57 |
||
1564 | 58 |
* Mailbox protocol handlers. |
59 |
* Mailbox state machine using toggle bits. |
|
1322 | 60 |
* External memory for SDO transfers. |
61 |
* C++ implementation of the library. |
|
62 |
* Bus simulator interface. |
|
984 | 63 |
* Move master threads, slave handlers and state machines into a user |
64 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
65 |
* 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
|
66 |
* Mailbox gateway. |
952 | 67 |
* Separate CoE debugging. |
68 |
* Evaluate EEPROM contents after writing. |
|
69 |
* Optimize alignment of process data. |
|
776 | 70 |
* Redundancy with 2 network adapters. |
71 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 72 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
73 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
74 |
- Data type abbreviations. |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
75 |
- Add a -n (numeric) switch. |
1166 | 76 |
- Check for unwanted options. |
1278 | 77 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 78 |
requests (replace write_sii, sdo_request, etc). |
776 | 79 |
|
80 |
Smaller issues: |
|
81 |
||
82 |
* Read out CRC counters. |
|
83 |
* Configure slave ports to automatically open on link detection. |
|
1119 | 84 |
* Fix datagram errors on application loading/unloading. |
776 | 85 |
|
86 |
Less important issues: |
|
87 |
||
88 |
* Allow VLAN tagging. |
|
89 |
* Determine number of frames, the NIC can handle. |
|
351 | 90 |
|
271 | 91 |
------------------------------------------------------------------------------- |