author | Florian Pose <fp@igh-essen.com> |
Tue, 17 Jun 2008 09:44:46 +0000 | |
changeset 1010 | 6672b86e7b10 |
parent 1008 | bfa040859b56 |
child 1022 | 8e49b519e6ba |
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 |
* Supply new ec_master_state_t. |
12 |
* Implement ecrt_slave_config_state(). |
|
1008 | 13 |
* Remove get_cycles() calls and references to cpu_khz to increase |
14 |
portability. |
|
911 | 15 |
* Make ecrt_master_slave_config() return no error when slave is not present |
16 |
or invalid. |
|
1008 | 17 |
* Make scanning and configuration run parallel (each). |
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. |
|
980
c07dd38243ba
Implemented SII writing (including alias writing) via ethercat command.
Florian Pose <fp@igh-essen.com>
parents:
978
diff
changeset
|
23 |
* List of commands that require a slave. |
990
4f223f3df05a
Bus configuration via 'ethercat config'.
Florian Pose <fp@igh-essen.com>
parents:
989
diff
changeset
|
24 |
* Remove configs_attached flag. |
995
54149a703c47
Removed kobject from slave_config.
Florian Pose <fp@igh-essen.com>
parents:
993
diff
changeset
|
25 |
* Rename master MODE to STATE. |
1008 | 26 |
* Remove the end state of the master state machine. |
27 |
* Add a -n (numeric) switch to ethercat command. |
|
547 | 28 |
|
776 | 29 |
Future issues: |
30 |
||
899 | 31 |
* Distributed clocks. |
984 | 32 |
* Move master threads, slave handlers and state machines into a user |
33 |
space daemon. |
|
952 | 34 |
* Implement user space realtime interface via cdev. |
35 |
* Mailbox protocol handlers. |
|
36 |
* 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
|
37 |
* Mailbox gateway. |
952 | 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 |
------------------------------------------------------------------------------- |