author | Florian Pose <fp@igh-essen.com> |
Thu, 06 Dec 2012 14:04:40 +0100 | |
branch | stable-1.5 |
changeset 2481 | c99ff159b60d |
parent 2466 | a0b686241178 |
child 2503 | fdd4f8eb5c83 |
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(). |
2466 | 19 |
• Move SII request to slave FSM. |
20 |
• Move SDO request to slave FSM. |
|
21 |
• Simplify slave FSM by introducing a common request state to handle external |
|
22 |
requests. |
|
2453
d461b1f07296
Added configure option for redundancy (--with-devices).
Florian Pose <fp@igh-essen.com>
parents:
2230
diff
changeset
|
23 |
|
1950 | 24 |
Future issues: |
25 |
||
2187 | 26 |
* Fix link detection in generic driver. |
1950 | 27 |
* Remove allow_scanning flag. |
28 |
* Check for Enable SDO Complete Access flag. |
|
29 |
* Do not output 'SDO does not exist' when querying data type. |
|
1874 | 30 |
* recompile tool/CommandVersion.cpp if revision changes. |
1876 | 31 |
* Log SoE IDNs with real name ([SP]-x-yyyy). |
1936 | 32 |
* Only output watchdog config if not default. |
1950 | 33 |
* Implement CompleteAccess for SDO uploads. |
34 |
* Output warning when send_ext() is called in illegal context. |
|
1770 | 35 |
* Implement ecrt_slave_config_request_state(). |
36 |
* Remove default buffer size in SDO upload. |
|
37 |
* Override sync manager size? |
|
38 |
* 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
|
39 |
* Distributed clocks: |
1427 | 40 |
- Use vendor correction factors when calculating transmission delays. |
1450 | 41 |
- Skip setting system time offset when application detached. |
1462 | 42 |
- How to use the SYNC1 shift time? |
1450 | 43 |
- Do not output graph, if topology calculation failed. |
1459 | 44 |
- Check if register 0x0980 is working, to avoid clearing it when |
45 |
configuring. |
|
1564 | 46 |
* Mailbox protocol handlers. |
47 |
* Mailbox state machine using toggle bits. |
|
1322 | 48 |
* External memory for SDO transfers. |
984 | 49 |
* Move master threads, slave handlers and state machines into a user |
50 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
51 |
* 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
|
52 |
* Mailbox gateway. |
952 | 53 |
* Separate CoE debugging. |
54 |
* Evaluate EEPROM contents after writing. |
|
55 |
* Optimize alignment of process data. |
|
776 | 56 |
* Interface/buffers for asynchronous domain IO. |
1119 | 57 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
58 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
59 |
- Add a -n (numeric) switch. |
1166 | 60 |
- Check for unwanted options. |
1887 | 61 |
- Fix number of digits in negative integer hex output. |
1950 | 62 |
- Data type abbreviations. |
63 |
- Add -x switch for hex display. |
|
64 |
- Implement --output-file argument in foe_read. |
|
65 |
- Implement indent in 'ethercat ma' |
|
66 |
- Implement 0xXXXX:YY format for specifying SDOs. |
|
67 |
- Implement reading from stream for soe_write. |
|
1977 | 68 |
- Output error after usage. |
69 |
* Fix bus scan hang when calling ecrt_master_deactivate(). |
|
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 |
------------------------------------------------------------------------------- |