author | Florian Pose <fp@igh-essen.com> |
Thu, 12 Jun 2008 07:15:54 +0000 | |
changeset 992 | 50a44cbd30af |
parent 990 | 4f223f3df05a |
child 993 | 8c32564252fd |
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 |
|
978 | 11 |
* Slaves as array. |
911 | 12 |
* Remove the end state of the master state machine. |
13 |
* Supply new ec_master_state_t. |
|
14 |
* Implement ecrt_slave_config_state(). |
|
15 |
* Make ecrt_master_slave_config() return no error when slave is not present |
|
16 |
or invalid. |
|
17 |
* Remove get_cycles() calls and references to cpu_khz to increase |
|
18 |
portability. |
|
845 | 19 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
20 |
* READMEs for examples. |
918 | 21 |
* Update documentation. |
952 | 22 |
* Check for sizes of uploaded Sdos when reading mapping from CoE. |
23 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
|
918 | 24 |
* 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
|
25 |
* List of commands that require a slave. |
990
4f223f3df05a
Bus configuration via 'ethercat config'.
Florian Pose <fp@igh-essen.com>
parents:
989
diff
changeset
|
26 |
* Remove configs_attached flag. |
4f223f3df05a
Bus configuration via 'ethercat config'.
Florian Pose <fp@igh-essen.com>
parents:
989
diff
changeset
|
27 |
* Remove EC_IOCTL_DOMAIN_COUNT. |
992
50a44cbd30af
Removed kobjects from sdo and slave.
Florian Pose <fp@igh-essen.com>
parents:
990
diff
changeset
|
28 |
* Remove ATOMIC allocations. |
547 | 29 |
|
776 | 30 |
Future issues: |
31 |
||
899 | 32 |
* Distributed clocks. |
984 | 33 |
* Move master threads, slave handlers and state machines into a user |
34 |
space daemon. |
|
952 | 35 |
* Implement user space realtime interface via cdev. |
36 |
* Mailbox protocol handlers. |
|
37 |
* 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
|
38 |
* Mailbox gateway. |
952 | 39 |
* Add add -n (numeric) switch to ethercat command. |
40 |
* Separate CoE debugging. |
|
41 |
* Evaluate EEPROM contents after writing. |
|
42 |
* Optimize alignment of process data. |
|
43 |
* Wait for bus scanning, even when link is not up at ecrt_request_master()? |
|
776 | 44 |
* Redundancy with 2 network adapters. |
45 |
* Interface/buffers for asynchronous domain IO. |
|
46 |
||
47 |
Smaller issues: |
|
48 |
||
866 | 49 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 50 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 51 |
* Clear sync managers in INIT. |
52 |
* Read out CRC counters. |
|
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 |
------------------------------------------------------------------------------- |