author | Florian Pose <fp@igh-essen.com> |
Thu, 28 Feb 2008 15:35:51 +0000 | |
changeset 845 | 43770068e14c |
parent 833 | 5dca670ae4dd |
child 848 | ae0829882a72 |
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 |
|
776 | 11 |
* Realtime interface changes: |
12 |
- SDO access. |
|
13 |
* Mailbox handler |
|
819 | 14 |
* READMEs for examples. |
776 | 15 |
* Remove get_cycles() calls and references to cpu_khz to increase |
16 |
portability. |
|
17 |
* Remove ecdb.h and let lsec output PDO information 'cut-and-pastable' for |
|
18 |
applications. |
|
819 | 19 |
* SDO write access in sysfs. |
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
20 |
* Distributed clocks. |
776 | 21 |
* Update documentation. |
833 | 22 |
* Do not configure in ecrt_master_activate(), but later in the state machine. |
23 |
* Remove master_state_t. |
|
24 |
* Scanning of Sdo dictionary / writing EEPROM in OPERATION state. |
|
845 | 25 |
* Adapt remaining examples. |
547 | 26 |
|
776 | 27 |
Future issues: |
28 |
||
29 |
* Move slave handlers and state machines, etc. into a user space daemon. |
|
30 |
- Step 1: Replace Sysfs interface with cdev and a user space program |
|
31 |
to replace lsec. |
|
32 |
- Step 2: Move kernel threads to user space daemon with a TCP interface |
|
33 |
replacing the cdev. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
34 |
* Mailbox gateway. |
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
35 |
* Slave-to-slave communication. |
776 | 36 |
* Redundancy with 2 network adapters. |
37 |
* Interface/buffers for asynchronous domain IO. |
|
38 |
||
39 |
Smaller issues: |
|
40 |
||
833 | 41 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 42 |
* Clear sync managers in INIT. |
43 |
* Simplify FSMs with <state>_enter() functions. |
|
44 |
* Read out CRC counters. |
|
45 |
* Optimize alignment of process data. |
|
46 |
* Evaluate EEPROM contents after writing. |
|
47 |
* Configure slave ports to automatically open on link detection. |
|
48 |
* Interrupt master state machines state scan for other jobs. |
|
49 |
* Master state machine, slave configuration: Do not check every slave on |
|
50 |
a cycle. |
|
51 |
* Only execute one EoE handler per EoE cycle. |
|
52 |
||
53 |
Less important issues: |
|
54 |
||
55 |
* File access over EtherCAT (FoE). |
|
56 |
* Allow VLAN tagging. |
|
57 |
* Determine number of frames, the NIC can handle. |
|
351 | 58 |
|
271 | 59 |
------------------------------------------------------------------------------- |