author | Florian Pose <fp@igh-essen.com> |
Thu, 20 Sep 2007 12:33:58 +0000 | |
changeset 747 | ac8a822c3e5b |
parent 741 | aece53f82df3 |
child 755 | 178353fc47e5 |
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 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
9 |
* Future features: |
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
10 |
- Interface/buffers for asynchronous domain IO. |
557 | 11 |
- Distributed clocks. |
12 |
- Redundancy with 2 network adapters. |
|
695 | 13 |
- Mailbox handler |
14 |
- Support slaves, that don't support the LRW datagram, only LRD/LWR. |
|
705 | 15 |
- PDO reading in IDLE mode. |
16 |
- Replace Sysfs interface with cdev and user space program. |
|
547 | 17 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
18 |
* Smaller issues: |
636 | 19 |
- Clear sync managers in INIT. |
557 | 20 |
- Simplify FSMs with <state>_enter() functions. |
21 |
- Output intermediate results during lsec. |
|
638 | 22 |
- Read out CRC counters. |
23 |
- Calculate expected working counter for domains. |
|
24 |
- Optimize alignment of process data. |
|
25 |
- Evaluate EEPROM contents after writing. |
|
26 |
- SDO write access in sysfs. |
|
644 | 27 |
- Configure slave ports to automatically open on link detection. |
28 |
- Calculate cycle time of operation state machine. |
|
656
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
29 |
- Locking for serveral slave variables for sysfs access. |
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
30 |
- Interrupt master state machines state scan for other jobs. |
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
31 |
- Master state machine, slave configuration: Do not check every slave on |
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
32 |
a cycle. |
663
38d9c37664d9
Completely lock master while an EoE cycle is executing.
Florian Pose <fp@igh-essen.com>
parents:
661
diff
changeset
|
33 |
- Do only execute one EoE handler per EoE cycle. |
547 | 34 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
35 |
* Less important issues: |
557 | 36 |
- Implement all EtherCAT datagram types. |
37 |
- File access over EtherCAT (FoE). |
|
38 |
- Allow VLAN tagging. |
|
39 |
- Determine number of frames the NIC can handle. |
|
351 | 40 |
|
271 | 41 |
------------------------------------------------------------------------------- |