author | Florian Pose <fp@igh-essen.com> |
Fri, 20 Jun 2008 15:34:14 +0000 | |
changeset 1048 | 4b7e54b40082 |
parent 1046 | 51865c866155 |
child 1063 | 6dbc220fff91 |
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 |
|
1042 | 11 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
1008 | 12 |
* Make scanning and configuration run parallel (each). |
845 | 13 |
* Adapt remaining examples. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
899
diff
changeset
|
14 |
* READMEs for examples. |
918 | 15 |
* Update documentation. |
1046 | 16 |
* ethercat 'list_config' |
17 |
* Stop master thread at ecrt_master_request(). |
|
18 |
* Overthink display style of hex numbers. |
|
19 |
* Remove #x:y alias output. |
|
20 |
* Race in jiffies frame timeout. |
|
21 |
* FoE |
|
1048 | 22 |
* Allow master requesting when in ORPHANED phase |
547 | 23 |
|
776 | 24 |
Future issues: |
25 |
||
899 | 26 |
* Distributed clocks. |
984 | 27 |
* Move master threads, slave handlers and state machines into a user |
28 |
space daemon. |
|
952 | 29 |
* Implement user space realtime interface via cdev. |
30 |
* Mailbox protocol handlers. |
|
31 |
* 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
|
32 |
* Mailbox gateway. |
952 | 33 |
* Separate CoE debugging. |
34 |
* Evaluate EEPROM contents after writing. |
|
35 |
* Optimize alignment of process data. |
|
776 | 36 |
* Redundancy with 2 network adapters. |
37 |
* Interface/buffers for asynchronous domain IO. |
|
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
1037
diff
changeset
|
38 |
* Add a -n (numeric) switch to ethercat command. |
776 | 39 |
|
40 |
Smaller issues: |
|
41 |
||
866 | 42 |
* Evaluate SII Size field (0x003E) to determine maximum SII memory size. |
833 | 43 |
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map. |
776 | 44 |
* Clear sync managers in INIT. |
45 |
* Read out CRC counters. |
|
46 |
* Configure slave ports to automatically open on link detection. |
|
47 |
* Only execute one EoE handler per EoE cycle. |
|
48 |
||
49 |
Less important issues: |
|
50 |
||
51 |
* File access over EtherCAT (FoE). |
|
52 |
* Allow VLAN tagging. |
|
53 |
* Determine number of frames, the NIC can handle. |
|
351 | 54 |
|
271 | 55 |
------------------------------------------------------------------------------- |