author | Florian Pose <fp@igh-essen.com> |
Fri, 19 Mar 2010 11:05:17 +0100 | |
changeset 1875 | 01d31e749ee2 |
parent 1874 | 5ba4282b4fb4 |
child 1876 | 0ebb802ac08d |
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 |
||
1859 | 13 |
* Ethernet drivers: |
14 |
- Fix link detection in generic driver. |
|
15 |
- Add native drivers from 2.6.24 up to 2.6.31. |
|
1770 | 16 |
* Remove byte-swapping functions from user space. |
17 |
* Use ec_datagram_zero() wherever possible. |
|
18 |
* Finish library implementation. |
|
19 |
* Rescan command. |
|
20 |
* Document ec_fsm_foe members. |
|
21 |
* Change SDO index at runtime for SDO request. |
|
22 |
* Output skipped datagrams again. |
|
23 |
* Output warning on unmatched slave configuration. |
|
24 |
* Output warning when send_ext() is called in illegal context. |
|
1827
489be2180f71
Improved multi-master capabilities of ethercat tool.
Florian Pose <fp@igh-essen.com>
parents:
1826
diff
changeset
|
25 |
* Add master index to log messages. |
1847 | 26 |
* Implement CompleteAccess for SDO uploads. |
27 |
* Check for Enable SDO Complete Access flag. |
|
28 |
* Remove allow_scanning flag. |
|
29 |
* ethercat tool: |
|
30 |
- Data type abbreviations. |
|
31 |
- Implement ranges for slaves and domains. |
|
1859 | 32 |
- Add -x switch for hex display. |
33 |
- Implement CompleteAccess |
|
34 |
- Output hexadecimal values in xml command. |
|
35 |
- Implement --output-file argument in foe_read. |
|
36 |
- Fix arguments of reg_read. |
|
37 |
- Number layout for reg_read. |
|
38 |
- Implement identifier parameter for cstruct command. |
|
39 |
- Implement sync delimiter for cstruct command. |
|
40 |
- Implement indent in 'ethercat ma' |
|
41 |
- Implement 0xXXXX:YY format for specifying SDOs. |
|
42 |
- Implement reading from stream for soe_write. |
|
1874 | 43 |
* recompile tool/CommandVersion.cpp if revision changes. |
1770 | 44 |
|
45 |
Future issues: |
|
46 |
||
47 |
* Implement ecrt_slave_config_request_state(). |
|
48 |
* Remove default buffer size in SDO upload. |
|
49 |
* Override sync manager size? |
|
50 |
* 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
|
51 |
* Distributed clocks: |
1417
7c2d5d69134c
Replaced timeval by 64-bit EtherCAT time.
Florian Pose <fp@igh-essen.com>
parents:
1415
diff
changeset
|
52 |
- Check 32/64 bit operations. |
1427 | 53 |
- Use vendor correction factors when calculating transmission delays. |
1450 | 54 |
- Skip setting system time offset when application detached. |
1462 | 55 |
- How to use the SYNC1 shift time? |
1450 | 56 |
- Do not output graph, if topology calculation failed. |
1459 | 57 |
- Set the "Cyclic Generation Start Time" based on the slave's |
58 |
"System Time" register instead of using the application time. |
|
59 |
- Check if register 0x0980 is working, to avoid clearing it when |
|
60 |
configuring. |
|
1564 | 61 |
* Mailbox protocol handlers. |
62 |
* Mailbox state machine using toggle bits. |
|
1322 | 63 |
* External memory for SDO transfers. |
64 |
* C++ implementation of the library. |
|
65 |
* Bus simulator interface. |
|
984 | 66 |
* Move master threads, slave handlers and state machines into a user |
67 |
space daemon. |
|
1185
337ce4fc2383
Repaired init script status command.
Florian Pose <fp@igh-essen.com>
parents:
1184
diff
changeset
|
68 |
* 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
|
69 |
* Mailbox gateway. |
952 | 70 |
* Separate CoE debugging. |
71 |
* Evaluate EEPROM contents after writing. |
|
72 |
* Optimize alignment of process data. |
|
776 | 73 |
* Redundancy with 2 network adapters. |
74 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 75 |
* Make scanning and configuration run parallel (each). |
1165
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
76 |
* ethercat tool: |
c5d6e28eec91
Added 'ethercat version' command.
Florian Pose <fp@igh-essen.com>
parents:
1162
diff
changeset
|
77 |
- Add a -n (numeric) switch. |
1166 | 78 |
- Check for unwanted options. |
1278 | 79 |
* Simplify master fsm by introducing a common request state to handle external |
1221 | 80 |
requests (replace write_sii, sdo_request, etc). |
776 | 81 |
|
82 |
Smaller issues: |
|
83 |
||
84 |
* Read out CRC counters. |
|
85 |
* Configure slave ports to automatically open on link detection. |
|
1119 | 86 |
* Fix datagram errors on application loading/unloading. |
776 | 87 |
|
88 |
Less important issues: |
|
89 |
||
90 |
* Allow VLAN tagging. |
|
91 |
* Determine number of frames, the NIC can handle. |
|
351 | 92 |
|
271 | 93 |
------------------------------------------------------------------------------- |