author | Florian Pose <fp@igh-essen.com> |
Thu, 12 Jun 2008 13:30:20 +0000 | |
changeset 1007 | b6c3527697c3 |
parent 1001 | a8eab75aa8e3 |
child 1008 | bfa040859b56 |
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 |
|
911 | 11 |
* Remove the end state of the master state machine. |
12 |
* Supply new ec_master_state_t. |
|
13 |
* Implement ecrt_slave_config_state(). |
|
14 |
* Make ecrt_master_slave_config() return no error when slave is not present |
|
15 |
or invalid. |
|
16 |
* Remove get_cycles() calls and references to cpu_khz to increase |
|
17 |
portability. |
|
845 | 18 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
19 |
* READMEs for examples. |
918 | 20 |
* Update documentation. |
952 | 21 |
* Check for sizes of uploaded Sdos when reading mapping from CoE. |
22 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
|
918 | 23 |
* Make scanning and configuration run parallel (each). |
980
c07dd38243ba
Implemented SII writing (including alias writing) via ethercat command.
Florian Pose <fp@igh-essen.com>
parents:
978
diff
changeset
|
24 |
* List of commands that require a slave. |
990
4f223f3df05a
Bus configuration via 'ethercat config'.
Florian Pose <fp@igh-essen.com>
parents:
989
diff
changeset
|
25 |
* Remove configs_attached flag. |
995
54149a703c47
Removed kobject from slave_config.
Florian Pose <fp@igh-essen.com>
parents:
993
diff
changeset
|
26 |
* Rename master MODE to STATE. |
547 | 27 |
|
776 | 28 |
Future issues: |
29 |
||
899 | 30 |
* Distributed clocks. |
984 | 31 |
* Move master threads, slave handlers and state machines into a user |
32 |
space daemon. |
|
952 | 33 |
* Implement user space realtime interface via cdev. |
34 |
* Mailbox protocol handlers. |
|
35 |
* Mailbox state machine using toggle bits. |
|
831
ded9519c8d6e
Reading of Pdo mapping via CoE during scan.
Florian Pose <fp@igh-essen.com>
parents:
819
diff
changeset
|
36 |
* Mailbox gateway. |
952 | 37 |
* Add add -n (numeric) switch to ethercat command. |
38 |
* Separate CoE debugging. |
|
39 |
* Evaluate EEPROM contents after writing. |
|
40 |
* Optimize alignment of process data. |
|
41 |
* Wait for bus scanning, even when link is not up at ecrt_request_master()? |
|
776 | 42 |
* Redundancy with 2 network adapters. |
43 |
* Interface/buffers for asynchronous domain IO. |
|
44 |
||
45 |
Smaller issues: |
|
46 |
||
866 | 47 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 48 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 49 |
* Clear sync managers in INIT. |
50 |
* Read out CRC counters. |
|
51 |
* Configure slave ports to automatically open on link detection. |
|
52 |
* Only execute one EoE handler per EoE cycle. |
|
53 |
||
54 |
Less important issues: |
|
55 |
||
56 |
* File access over EtherCAT (FoE). |
|
57 |
* Allow VLAN tagging. |
|
58 |
* Determine number of frames, the NIC can handle. |
|
351 | 59 |
|
271 | 60 |
------------------------------------------------------------------------------- |