author | Florian Pose <fp@igh-essen.com> |
Thu, 06 Sep 2012 14:17:21 +0200 | |
changeset 2414 | f35c7c8e6591 |
parent 2387 | bed7bd7588d0 |
child 2589 | 2b9c78543663 |
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 |
|
1950 | 11 |
Future issues: |
12 |
||
2387 | 13 |
* Port port order patch from stable-1.5. |
1950 | 14 |
* Remove allow_scanning flag. |
15 |
* Check for Enable SDO Complete Access flag. |
|
16 |
* Do not output 'SDO does not exist' when querying data type. |
|
17 |
* Read AL status code on spontaneous state change. |
|
1874 | 18 |
* recompile tool/CommandVersion.cpp if revision changes. |
1876 | 19 |
* Log SoE IDNs with real name ([SP]-x-yyyy). |
1936 | 20 |
* Only output watchdog config if not default. |
1950 | 21 |
* Implement CompleteAccess for SDO uploads. |
22 |
* Output warning when send_ext() is called in illegal context. |
|
23 |
* Change SDO index at runtime for SDO request. |
|
1770 | 24 |
* Implement ecrt_slave_config_request_state(). |
25 |
* Remove default buffer size in SDO upload. |
|
26 |
* Override sync manager size? |
|
27 |
* Show Record / Array / List type of SDOs. |
|
1392
8fcc1d0987c1
DC cyclic operation and slave configuration. TBC...
Florian Pose <fp@igh-essen.com>
parents:
1388
diff
changeset
|
28 |
* Distributed clocks: |
1427 | 29 |
- Use vendor correction factors when calculating transmission delays. |
1450 | 30 |
- Skip setting system time offset when application detached. |
1462 | 31 |
- How to use the SYNC1 shift time? |
1450 | 32 |
- Do not output graph, if topology calculation failed. |
1459 | 33 |
- Set the "Cyclic Generation Start Time" based on the slave's |
34 |
"System Time" register instead of using the application time. |
|
35 |
- Check if register 0x0980 is working, to avoid clearing it when |
|
36 |
configuring. |
|
1564 | 37 |
* Mailbox protocol handlers. |
38 |
* Mailbox state machine using toggle bits. |
|
1322 | 39 |
* External memory for SDO transfers. |
40 |
* C++ implementation of the library. |
|
41 |
* Bus simulator interface. |
|
984 | 42 |
* Move master threads, slave handlers and state machines into a user |
43 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
44 |
* 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
|
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 |
- Add a -n (numeric) switch. |
1166 | 54 |
- Check for unwanted options. |
1887 | 55 |
- Fix number of digits in negative integer hex output. |
1950 | 56 |
- Data type abbreviations. |
57 |
- Add -x switch for hex display. |
|
58 |
- Implement CompleteAccess |
|
59 |
- Implement --output-file argument in foe_read. |
|
60 |
- Implement indent in 'ethercat ma' |
|
61 |
- Implement 0xXXXX:YY format for specifying SDOs. |
|
62 |
- Implement reading from stream for soe_write. |
|
1977 | 63 |
- Output error after usage. |
1278 | 64 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 65 |
requests (replace write_sii, sdo_request, etc). |
1959
656f114153c2
Free all userspace library objects on releasing master.
Florian Pose <fp@igh-essen.com>
parents:
1943
diff
changeset
|
66 |
* Remove stdio uses in userspace library? |
1977 | 67 |
* Fix casting away constness during expected WC calculation. |
68 |
* Fix bus scan hang when calling ecrt_master_deactivate(). |
|
2256 | 69 |
* Fix link detection in generic driver. |
776 | 70 |
|
71 |
Smaller issues: |
|
72 |
||
73 |
* Read out CRC counters. |
|
74 |
* Configure slave ports to automatically open on link detection. |
|
1119 | 75 |
* Fix datagram errors on application loading/unloading. |
776 | 76 |
|
77 |
Less important issues: |
|
78 |
||
79 |
* Allow VLAN tagging. |
|
80 |
* Determine number of frames, the NIC can handle. |
|
351 | 81 |
|
271 | 82 |
------------------------------------------------------------------------------- |