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