author | Florian Pose <fp@igh-essen.com> |
Wed, 30 Jan 2008 16:46:57 +0000 | |
changeset 775 | b131d2d0ae19 |
parent 755 | 178353fc47e5 |
child 776 | 2179d8a742e9 |
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: |
557 | 10 |
- Distributed clocks. |
11 |
- Redundancy with 2 network adapters. |
|
695 | 12 |
- Mailbox handler |
13 |
- Support slaves, that don't support the LRW datagram, only LRD/LWR. |
|
705 | 14 |
- PDO reading in IDLE mode. |
15 |
- Replace Sysfs interface with cdev and user space program. |
|
755
178353fc47e5
SII writing workaround for some slaves, that don't respond correctly;
Florian Pose <fp@igh-essen.com>
parents:
741
diff
changeset
|
16 |
- Interface/buffers for asynchronous domain IO. |
775 | 17 |
- Remove ecdb.h and let lsec output pdo information 'cut-and-pasteable' for |
18 |
applications. |
|
19 |
- SDO access via realtime interface. |
|
20 |
- Scanning shall include reading the PDO mapping via CoE. |
|
547 | 21 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
22 |
* Smaller issues: |
755
178353fc47e5
SII writing workaround for some slaves, that don't respond correctly;
Florian Pose <fp@igh-essen.com>
parents:
741
diff
changeset
|
23 |
- Datagram debugging flag. |
636 | 24 |
- Clear sync managers in INIT. |
557 | 25 |
- Simplify FSMs with <state>_enter() functions. |
26 |
- Output intermediate results during lsec. |
|
638 | 27 |
- Read out CRC counters. |
28 |
- Calculate expected working counter for domains. |
|
29 |
- Optimize alignment of process data. |
|
30 |
- Evaluate EEPROM contents after writing. |
|
31 |
- SDO write access in sysfs. |
|
644 | 32 |
- Configure slave ports to automatically open on link detection. |
33 |
- 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
|
34 |
- 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
|
35 |
- 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
|
36 |
- 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
|
37 |
a cycle. |
755
178353fc47e5
SII writing workaround for some slaves, that don't respond correctly;
Florian Pose <fp@igh-essen.com>
parents:
741
diff
changeset
|
38 |
- Only execute one EoE handler per EoE cycle. |
547 | 39 |
|
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
608
diff
changeset
|
40 |
* Less important issues: |
557 | 41 |
- Implement all EtherCAT datagram types. |
42 |
- File access over EtherCAT (FoE). |
|
43 |
- Allow VLAN tagging. |
|
755
178353fc47e5
SII writing workaround for some slaves, that don't respond correctly;
Florian Pose <fp@igh-essen.com>
parents:
741
diff
changeset
|
44 |
- Determine number of frames, the NIC can handle. |
351 | 45 |
|
271 | 46 |
------------------------------------------------------------------------------- |