author | Florian Pose <fp@igh-essen.com> |
Fri, 01 Feb 2008 21:34:35 +0000 | |
changeset 785 | c7e600cd2812 |
parent 778 | 7fc85507f49a |
child 787 | efa24cde53a7 |
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 |
- PDO configuration. |
|
13 |
- SDO access. |
|
14 |
- Replace process data pointers with offset. |
|
15 |
- External memory for domains. |
|
778 | 16 |
- Separate slave configuration from slave structure. |
776 | 17 |
* Mailbox handler |
18 |
* Read PDO mapping via CoE during bus scan. |
|
19 |
* SDO write access in sysfs. |
|
20 |
* Remove get_cycles() calls and references to cpu_khz to increase |
|
21 |
portability. |
|
22 |
* Remove ecdb.h and let lsec output PDO information 'cut-and-pastable' for |
|
23 |
applications. |
|
24 |
* Update documentation. |
|
785 | 25 |
* Create table of supported network devices and add link inside README. |
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. |
|
34 |
* Distributed clocks. |
|
35 |
* Redundancy with 2 network adapters. |
|
36 |
* Support slaves, that don't support the LRW datagram, only LRD/LWR. |
|
37 |
* PDO reading in IDLE mode. |
|
38 |
* Interface/buffers for asynchronous domain IO. |
|
39 |
||
40 |
Smaller issues: |
|
41 |
||
42 |
* Datagram debugging flag. |
|
43 |
* Clear sync managers in INIT. |
|
44 |
* Simplify FSMs with <state>_enter() functions. |
|
45 |
* Read out CRC counters. |
|
46 |
* Calculate expected working counter for domains. |
|
47 |
* Optimize alignment of process data. |
|
48 |
* Evaluate EEPROM contents after writing. |
|
49 |
* Configure slave ports to automatically open on link detection. |
|
50 |
* Calculate cycle time of operation state machine. |
|
51 |
* Locking for serveral slave variables for sysfs access. |
|
52 |
* Interrupt master state machines state scan for other jobs. |
|
53 |
* Master state machine, slave configuration: Do not check every slave on |
|
54 |
a cycle. |
|
55 |
* Only execute one EoE handler per EoE cycle. |
|
56 |
||
57 |
Less important issues: |
|
58 |
||
59 |
* Implement all EtherCAT datagram types. |
|
60 |
* File access over EtherCAT (FoE). |
|
61 |
* Allow VLAN tagging. |
|
62 |
* Determine number of frames, the NIC can handle. |
|
351 | 63 |
|
271 | 64 |
------------------------------------------------------------------------------- |