author | Florian Pose <fp@igh-essen.com> |
Fri, 22 Feb 2008 15:35:39 +0000 | |
changeset 815 | 002fe9ec778f |
parent 814 | a51f857b1b2d |
child 817 | 118dea2fa505 |
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 |
|
14 |
* Read PDO mapping via CoE during bus scan. |
|
15 |
* SDO write access in sysfs. |
|
16 |
* Remove get_cycles() calls and references to cpu_khz to increase |
|
17 |
portability. |
|
18 |
* Remove ecdb.h and let lsec output PDO information 'cut-and-pastable' for |
|
19 |
applications. |
|
20 |
* Update documentation. |
|
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
787
diff
changeset
|
21 |
* READMEs for examples. |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
787
diff
changeset
|
22 |
* Calculate expected working counter for domains. |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
787
diff
changeset
|
23 |
* Distributed clocks. |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
787
diff
changeset
|
24 |
* Support slaves, that don't support the LRW datagram, only LRD/LWR. |
547 | 25 |
|
776 | 26 |
Future issues: |
27 |
||
28 |
* Move slave handlers and state machines, etc. into a user space daemon. |
|
29 |
- Step 1: Replace Sysfs interface with cdev and a user space program |
|
30 |
to replace lsec. |
|
31 |
- Step 2: Move kernel threads to user space daemon with a TCP interface |
|
32 |
replacing the cdev. |
|
33 |
* Redundancy with 2 network adapters. |
|
34 |
* Interface/buffers for asynchronous domain IO. |
|
35 |
||
36 |
Smaller issues: |
|
37 |
||
38 |
* Datagram debugging flag. |
|
39 |
* Clear sync managers in INIT. |
|
40 |
* Simplify FSMs with <state>_enter() functions. |
|
41 |
* Read out CRC counters. |
|
42 |
* Optimize alignment of process data. |
|
43 |
* Evaluate EEPROM contents after writing. |
|
44 |
* Configure slave ports to automatically open on link detection. |
|
45 |
* Interrupt master state machines state scan for other jobs. |
|
46 |
* Master state machine, slave configuration: Do not check every slave on |
|
47 |
a cycle. |
|
48 |
* Only execute one EoE handler per EoE cycle. |
|
49 |
||
50 |
Less important issues: |
|
51 |
||
52 |
* File access over EtherCAT (FoE). |
|
53 |
* Allow VLAN tagging. |
|
54 |
* Determine number of frames, the NIC can handle. |
|
351 | 55 |
|
271 | 56 |
------------------------------------------------------------------------------- |