author | Florian Pose <fp@igh-essen.com> |
Fri, 10 Aug 2007 13:00:31 +0000 | |
changeset 695 | 661ad8bd5ea1 |
parent 669 | 884a5b5b0163 |
child 696 | 24fac09b5b26 |
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 |
|
669 | 9 |
* Issues for release 1.3.0: |
10 |
- Take broadcast MAC address to register the first ethernet device. |
|
11 |
- Limit EEPROM reading. |
|
12 |
- Implement ecrt_get_slave() with integer argument as ring position. |
|
695 | 13 |
- Handle missing rc_status in init script. |
669 | 14 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
15 |
* Future features: |
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
16 |
- Interface/buffers for asynchronous domain IO. |
557 | 17 |
- Distributed clocks. |
695 | 18 |
- Dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). |
557 | 19 |
- Redundancy with 2 network adapters. |
695 | 20 |
- Mailbox handler |
21 |
- Support slaves, that don't support the LRW datagram, only LRD/LWR. |
|
547 | 22 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
23 |
* Smaller issues: |
636 | 24 |
- Clear sync managers in INIT. |
557 | 25 |
- Simplify FSMs with <state>_enter() functions. |
26 |
- Output intermediate results during lsec. |
|
27 |
- State change FSM: Follow spontaneous state changes. |
|
638 | 28 |
- Read out CRC counters. |
29 |
- Calculate expected working counter for domains. |
|
30 |
- Optimize alignment of process data. |
|
31 |
- Evaluate EEPROM contents after writing. |
|
32 |
- SDO write access in sysfs. |
|
644 | 33 |
- Configure slave ports to automatically open on link detection. |
34 |
- 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
|
35 |
- 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
|
36 |
- 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
|
37 |
- 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
|
38 |
a cycle. |
663
38d9c37664d9
Completely lock master while an EoE cycle is executing.
Florian Pose <fp@igh-essen.com>
parents:
661
diff
changeset
|
39 |
- Do only execute one EoE handler per EoE cycle. |
547 | 40 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
41 |
* Less important issues: |
557 | 42 |
- Implement all EtherCAT datagram types. |
43 |
- File access over EtherCAT (FoE). |
|
44 |
- Allow VLAN tagging. |
|
45 |
- Determine number of frames the NIC can handle. |
|
351 | 46 |
|
271 | 47 |
------------------------------------------------------------------------------- |