author | Florian Pose <fp@igh-essen.com> |
Thu, 19 Jun 2008 09:24:22 +0000 | |
changeset 1037 | 59f191c9185b |
parent 1036 | dc2008bc8113 |
child 1040 | d2527675cdd5 |
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 |
|
271 | 7 |
------------------------------------------------------------------------------- |
194
c21e7c12dd50
Moved fragen.txt outside the source tree, renamed todo.txt to TODO
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
8 |
|
776 | 9 |
Version 1.4.0: |
547 | 10 |
|
1008 | 11 |
* Remove get_cycles() calls and references to cpu_khz to increase |
12 |
portability. |
|
13 |
* Make scanning and configuration run parallel (each). |
|
845 | 14 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
15 |
* READMEs for examples. |
918 | 16 |
* Update documentation. |
952 | 17 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
1008 | 18 |
* Add a -n (numeric) switch to ethercat command. |
1037
59f191c9185b
Store abort code in sdo request; output it in user space; added some
Florian Pose <fp@igh-essen.com>
parents:
1036
diff
changeset
|
19 |
* Remove Eoe cycles and Idle cycles. |
547 | 20 |
|
776 | 21 |
Future issues: |
22 |
||
899 | 23 |
* Distributed clocks. |
984 | 24 |
* Move master threads, slave handlers and state machines into a user |
25 |
space daemon. |
|
952 | 26 |
* Implement user space realtime interface via cdev. |
27 |
* Mailbox protocol handlers. |
|
28 |
* Mailbox state machine using toggle bits. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
29 |
* Mailbox gateway. |
952 | 30 |
* Separate CoE debugging. |
31 |
* Evaluate EEPROM contents after writing. |
|
32 |
* Optimize alignment of process data. |
|
33 |
* Wait for bus scanning, even when link is not up at ecrt_request_master()? |
|
776 | 34 |
* Redundancy with 2 network adapters. |
35 |
* Interface/buffers for asynchronous domain IO. |
|
36 |
||
37 |
Smaller issues: |
|
38 |
||
866 | 39 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 40 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 41 |
* Clear sync managers in INIT. |
42 |
* Read out CRC counters. |
|
43 |
* Configure slave ports to automatically open on link detection. |
|
44 |
* Only execute one EoE handler per EoE cycle. |
|
45 |
||
46 |
Less important issues: |
|
47 |
||
48 |
* File access over EtherCAT (FoE). |
|
49 |
* Allow VLAN tagging. |
|
50 |
* Determine number of frames, the NIC can handle. |
|
351 | 51 |
|
271 | 52 |
------------------------------------------------------------------------------- |