author | Florian Pose <fp@igh-essen.com> |
Fri, 25 Apr 2008 14:58:33 +0000 | |
changeset 910 | 9fd31755f576 |
parent 909 | 3b3087d4cdc5 |
child 911 | 17c3b3aafbb9 |
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 |
|
899 | 11 |
* Replace Sysfs interface with cdev and a user space program |
12 |
to replace lsec; move a few sysfs attributes to proc. |
|
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
13 |
* Implement realtime interface via cdev. |
899 | 14 |
* Make scanning and configuration run parallel (each). |
866 | 15 |
* Mailbox state machine using toggle bits. |
16 |
* Mailbox protocol handlers. |
|
776 | 17 |
* Remove get_cycles() calls and references to cpu_khz to increase |
18 |
portability. |
|
907
570ae1c64465
Improved master state machine.
Florian Pose <fp@igh-essen.com>
parents:
905
diff
changeset
|
19 |
* Remove the end state of the master state machine. |
819 | 20 |
* SDO write access in sysfs. |
776 | 21 |
* Update documentation. |
899 | 22 |
* Supply new ec_master_state_t. |
845 | 23 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
24 |
* READMEs for examples. |
848 | 25 |
* Separate Pdo and Pdo entry classes. |
26 |
* Attach Pdo names. |
|
855 | 27 |
* Wait for bus scanning, even when link is not up at ecrt_request_master(). |
857 | 28 |
* Implement ecrt_slave_config_state(). |
899 | 29 |
* Add something like lsec -n to show numeric vendor IDs. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
30 |
* Remove the xmldev files. |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
31 |
* Separate CoE debugging. |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
32 |
* Make ecrt_master_slave_config() return no error when slave is not present |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
33 |
or invalid. |
907
570ae1c64465
Improved master state machine.
Florian Pose <fp@igh-essen.com>
parents:
905
diff
changeset
|
34 |
* Evaluate EEPROM contents after writing. |
547 | 35 |
|
776 | 36 |
Future issues: |
37 |
||
899 | 38 |
* Distributed clocks. |
39 |
* Move slave handlers and state machines, etc. into a user space daemon (move |
|
40 |
kernel threads to user space daemon with a TCP interface replacing the |
|
41 |
cdev). |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
42 |
* Mailbox gateway. |
776 | 43 |
* Redundancy with 2 network adapters. |
44 |
* Interface/buffers for asynchronous domain IO. |
|
45 |
||
46 |
Smaller issues: |
|
47 |
||
866 | 48 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 49 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 50 |
* Clear sync managers in INIT. |
51 |
* Read out CRC counters. |
|
52 |
* Optimize alignment of process data. |
|
53 |
* Configure slave ports to automatically open on link detection. |
|
54 |
* Only execute one EoE handler per EoE cycle. |
|
55 |
||
56 |
Less important issues: |
|
57 |
||
58 |
* File access over EtherCAT (FoE). |
|
59 |
* Allow VLAN tagging. |
|
60 |
* Determine number of frames, the NIC can handle. |
|
351 | 61 |
|
271 | 62 |
------------------------------------------------------------------------------- |