author | Florian Pose <fp@igh-essen.com> |
Tue, 04 Mar 2008 10:18:02 +0000 | |
changeset 859 | 233e32f428e1 |
parent 857 | 7874c884dc2b |
child 864 | 5b6992df2931 |
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 |
* Mailbox handler |
819 | 12 |
* READMEs for examples. |
776 | 13 |
* Remove get_cycles() calls and references to cpu_khz to increase |
14 |
portability. |
|
15 |
* Remove ecdb.h and let lsec output PDO information 'cut-and-pastable' for |
|
16 |
applications. |
|
819 | 17 |
* SDO write access in sysfs. |
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
18 |
* Distributed clocks. |
776 | 19 |
* Update documentation. |
833 | 20 |
* Do not configure in ecrt_master_activate(), but later in the state machine. |
21 |
* Remove master_state_t. |
|
22 |
* Scanning of Sdo dictionary / writing EEPROM in OPERATION state. |
|
845 | 23 |
* Adapt remaining examples. |
848 | 24 |
* Separate Pdo and Pdo entry classes. |
25 |
* Attach Pdo names. |
|
850 | 26 |
* Make all define underscores the same. |
855 | 27 |
* Remove bus validation; make bus scanning possible at any time. |
28 |
* Re-design slave configuration FSM, avoid unnecessary process data |
|
29 |
interruptions. |
|
30 |
* Wait for bus scanning, even when link is not up at ecrt_request_master(). |
|
857 | 31 |
* Implement ecrt_slave_config_state(). |
547 | 32 |
|
776 | 33 |
Future issues: |
34 |
||
35 |
* Move slave handlers and state machines, etc. into a user space daemon. |
|
36 |
- Step 1: Replace Sysfs interface with cdev and a user space program |
|
37 |
to replace lsec. |
|
38 |
- Step 2: Move kernel threads to user space daemon with a TCP interface |
|
39 |
replacing the cdev. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
40 |
* Mailbox gateway. |
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
41 |
* Slave-to-slave communication. |
776 | 42 |
* Redundancy with 2 network adapters. |
43 |
* Interface/buffers for asynchronous domain IO. |
|
44 |
||
45 |
Smaller issues: |
|
46 |
||
833 | 47 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 48 |
* Clear sync managers in INIT. |
49 |
* Simplify FSMs with <state>_enter() functions. |
|
50 |
* Read out CRC counters. |
|
51 |
* Optimize alignment of process data. |
|
52 |
* Evaluate EEPROM contents after writing. |
|
53 |
* Configure slave ports to automatically open on link detection. |
|
54 |
* Interrupt master state machines state scan for other jobs. |
|
55 |
* Master state machine, slave configuration: Do not check every slave on |
|
56 |
a cycle. |
|
57 |
* Only execute one EoE handler per EoE cycle. |
|
58 |
||
59 |
Less important issues: |
|
60 |
||
61 |
* File access over EtherCAT (FoE). |
|
62 |
* Allow VLAN tagging. |
|
63 |
* Determine number of frames, the NIC can handle. |
|
351 | 64 |
|
271 | 65 |
------------------------------------------------------------------------------- |