author | Florian Pose <fp@igh-essen.com> |
Tue, 04 Dec 2012 12:09:42 +0100 | |
branch | stable-1.5 |
changeset 2457 | 30a6df891e7d |
parent 2453 | d461b1f07296 |
child 2466 | a0b686241178 |
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 |
|
2453
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
11 |
Version 1.5.2: |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
12 |
|
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
13 |
• Try redundancy with more then 2 devices. |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
14 |
• Document --with-devices. |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
15 |
• Document RTDM interface. |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
16 |
• Set the "Cyclic Generation Start Time" based on the slave's |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
17 |
"System Time" register instead of using the application time. |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
18 |
• Add ecrt_slave_config_reg_pdo_entry_by_pos(). |
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
19 |
|
1950 | 20 |
Future issues: |
21 |
||
2187 | 22 |
* Fix link detection in generic driver. |
1950 | 23 |
* Remove allow_scanning flag. |
24 |
* Check for Enable SDO Complete Access flag. |
|
25 |
* Do not output 'SDO does not exist' when querying data type. |
|
1874 | 26 |
* recompile tool/CommandVersion.cpp if revision changes. |
1876 | 27 |
* Log SoE IDNs with real name ([SP]-x-yyyy). |
1936 | 28 |
* Only output watchdog config if not default. |
1950 | 29 |
* Implement CompleteAccess for SDO uploads. |
30 |
* Output warning when send_ext() is called in illegal context. |
|
1770 | 31 |
* Implement ecrt_slave_config_request_state(). |
32 |
* Remove default buffer size in SDO upload. |
|
33 |
* Override sync manager size? |
|
34 |
* 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
|
35 |
* Distributed clocks: |
1427 | 36 |
- Use vendor correction factors when calculating transmission delays. |
1450 | 37 |
- Skip setting system time offset when application detached. |
1462 | 38 |
- How to use the SYNC1 shift time? |
1450 | 39 |
- Do not output graph, if topology calculation failed. |
1459 | 40 |
- Check if register 0x0980 is working, to avoid clearing it when |
41 |
configuring. |
|
1564 | 42 |
* Mailbox protocol handlers. |
43 |
* Mailbox state machine using toggle bits. |
|
1322 | 44 |
* External memory for SDO transfers. |
984 | 45 |
* Move master threads, slave handlers and state machines into a user |
46 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
47 |
* 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
|
48 |
* Mailbox gateway. |
952 | 49 |
* Separate CoE debugging. |
50 |
* Evaluate EEPROM contents after writing. |
|
51 |
* Optimize alignment of process data. |
|
776 | 52 |
* Interface/buffers for asynchronous domain IO. |
1119 | 53 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
54 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
55 |
- Add a -n (numeric) switch. |
1166 | 56 |
- Check for unwanted options. |
1887 | 57 |
- Fix number of digits in negative integer hex output. |
1950 | 58 |
- Data type abbreviations. |
59 |
- Add -x switch for hex display. |
|
60 |
- Implement --output-file argument in foe_read. |
|
61 |
- Implement indent in 'ethercat ma' |
|
62 |
- Implement 0xXXXX:YY format for specifying SDOs. |
|
63 |
- Implement reading from stream for soe_write. |
|
1977 | 64 |
- Output error after usage. |
1278 | 65 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 66 |
requests (replace write_sii, sdo_request, etc). |
1977 | 67 |
* Fix bus scan hang when calling ecrt_master_deactivate(). |
776 | 68 |
|
69 |
Smaller issues: |
|
70 |
||
71 |
* Read out CRC counters. |
|
72 |
* Configure slave ports to automatically open on link detection. |
|
1119 | 73 |
* Fix datagram errors on application loading/unloading. |
776 | 74 |
|
75 |
Less important issues: |
|
76 |
||
77 |
* Allow VLAN tagging. |
|
78 |
* Determine number of frames, the NIC can handle. |
|
351 | 79 |
|
271 | 80 |
------------------------------------------------------------------------------- |