author | Florian Pose <fp@igh-essen.com> |
Fri, 06 Jun 2008 15:33:21 +0000 | |
changeset 970 | b7cbff36bc01 |
parent 968 | b0e894257743 |
child 973 | a560a124a92e |
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 |
|
960
36e460ffbb5e
Request slave state(s) with 'ethercat state'; removed sysfs state file.
Florian Pose <fp@igh-essen.com>
parents:
959
diff
changeset
|
11 |
* Slaves as array. |
968
b0e894257743
Implemented sdo_upload command.
Florian Pose <fp@igh-essen.com>
parents:
965
diff
changeset
|
12 |
* ioctl() rights. |
922
fede1d8f5b71
Added the new ethercat comman-line tool with lsec functionality.
Florian Pose <fp@igh-essen.com>
parents:
919
diff
changeset
|
13 |
* Replace all Sysfs files via the new ethercat tool. |
957
ed5ac2e83495
Replaced EC_IOCTL_SLAVE_COUNT with EC_IOCTL_MASTER; implemented
Florian Pose <fp@igh-essen.com>
parents:
952
diff
changeset
|
14 |
- Sdo entry value write |
ed5ac2e83495
Replaced EC_IOCTL_SLAVE_COUNT with EC_IOCTL_MASTER; implemented
Florian Pose <fp@igh-essen.com>
parents:
952
diff
changeset
|
15 |
- Slave alias write |
ed5ac2e83495
Replaced EC_IOCTL_SLAVE_COUNT with EC_IOCTL_MASTER; implemented
Florian Pose <fp@igh-essen.com>
parents:
952
diff
changeset
|
16 |
- Slave SII write |
958
02a789e9f1c5
Removed master info from sysfs.
Florian Pose <fp@igh-essen.com>
parents:
957
diff
changeset
|
17 |
- Slave info (flags, mailbox, general) |
959 | 18 |
- Config info (alias, position, type, Pdos, Sdos) |
911 | 19 |
* Remove the end state of the master state machine. |
20 |
* Supply new ec_master_state_t. |
|
21 |
* Implement ecrt_slave_config_state(). |
|
22 |
* Make ecrt_master_slave_config() return no error when slave is not present |
|
23 |
or invalid. |
|
24 |
* Remove get_cycles() calls and references to cpu_khz to increase |
|
25 |
portability. |
|
845 | 26 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
27 |
* READMEs for examples. |
918 | 28 |
* Update documentation. |
952 | 29 |
* Check for sizes of uploaded Sdos when reading mapping from CoE. |
30 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
|
918 | 31 |
* Make scanning and configuration run parallel (each). |
547 | 32 |
|
776 | 33 |
Future issues: |
34 |
||
899 | 35 |
* Distributed clocks. |
36 |
* Move slave handlers and state machines, etc. into a user space daemon (move |
|
37 |
kernel threads to user space daemon with a TCP interface replacing the |
|
38 |
cdev). |
|
952 | 39 |
* Implement user space realtime interface via cdev. |
40 |
* SDO write access from user space. |
|
41 |
* Mailbox protocol handlers. |
|
42 |
* 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
|
43 |
* Mailbox gateway. |
952 | 44 |
* Add add -n (numeric) switch to ethercat command. |
45 |
* Separate CoE debugging. |
|
46 |
* Evaluate EEPROM contents after writing. |
|
47 |
* Optimize alignment of process data. |
|
48 |
* Wait for bus scanning, even when link is not up at ecrt_request_master()? |
|
776 | 49 |
* Redundancy with 2 network adapters. |
50 |
* Interface/buffers for asynchronous domain IO. |
|
51 |
||
52 |
Smaller issues: |
|
53 |
||
866 | 54 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 55 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 56 |
* Clear sync managers in INIT. |
57 |
* Read out CRC counters. |
|
58 |
* Configure slave ports to automatically open on link detection. |
|
59 |
* Only execute one EoE handler per EoE cycle. |
|
60 |
||
61 |
Less important issues: |
|
62 |
||
63 |
* File access over EtherCAT (FoE). |
|
64 |
* Allow VLAN tagging. |
|
65 |
* Determine number of frames, the NIC can handle. |
|
351 | 66 |
|
271 | 67 |
------------------------------------------------------------------------------- |