author | Florian Pose <fp@igh-essen.com> |
Tue, 26 Feb 2008 16:58:20 +0000 | |
changeset 831 | ded9519c8d6e |
parent 819 | 76fe396bdeea |
child 833 | 5dca670ae4dd |
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. |
547 | 22 |
|
776 | 23 |
Future issues: |
24 |
||
25 |
* Move slave handlers and state machines, etc. into a user space daemon. |
|
26 |
- Step 1: Replace Sysfs interface with cdev and a user space program |
|
27 |
to replace lsec. |
|
28 |
- Step 2: Move kernel threads to user space daemon with a TCP interface |
|
29 |
replacing the cdev. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
30 |
* Mailbox gateway. |
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
31 |
* Slave-to-slave communication. |
776 | 32 |
* Redundancy with 2 network adapters. |
33 |
* Interface/buffers for asynchronous domain IO. |
|
34 |
||
35 |
Smaller issues: |
|
36 |
||
37 |
* Clear sync managers in INIT. |
|
38 |
* Simplify FSMs with <state>_enter() functions. |
|
39 |
* Read out CRC counters. |
|
40 |
* Optimize alignment of process data. |
|
41 |
* Evaluate EEPROM contents after writing. |
|
42 |
* Configure slave ports to automatically open on link detection. |
|
43 |
* Interrupt master state machines state scan for other jobs. |
|
44 |
* Master state machine, slave configuration: Do not check every slave on |
|
45 |
a cycle. |
|
46 |
* Only execute one EoE handler per EoE cycle. |
|
47 |
||
48 |
Less important issues: |
|
49 |
||
50 |
* File access over EtherCAT (FoE). |
|
51 |
* Allow VLAN tagging. |
|
52 |
* Determine number of frames, the NIC can handle. |
|
351 | 53 |
|
271 | 54 |
------------------------------------------------------------------------------- |