author | Florian Pose <fp@igh-essen.com> |
Wed, 23 Jul 2008 08:06:10 +0000 | |
changeset 1136 | a0982873d655 |
parent 1132 | 481b49560c11 |
child 1137 | a73c0f54be42 |
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 |
|
1080
088a61306930
Removed MSR example; adapted RTAI example; README files for examples.
Florian Pose <fp@igh-essen.com>
parents:
1076
diff
changeset
|
11 |
* Read Pdo mapping for unknown Pdos before configuring them. |
1042 | 12 |
* Attach Pdo names from SII or Coe dictioary to Pdos read via CoE. |
918 | 13 |
* Update documentation. |
1063 | 14 |
* Get original driver for r8169. |
1082
ff06c58e269c
Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
15 |
* Race in jiffies frame timeout? |
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
16 |
* ethercat tool: |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
17 |
- Add help pages for each command. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
18 |
- Add -a and -p switches for config command. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
19 |
- Show attached slave position. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
20 |
- Show Pdos in 'ethercat slave -v'. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
21 |
- Accept files from stdin. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
22 |
- Display attached device's MAC address instead of ff's. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
23 |
- Data type abbreviations. |
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
24 |
- Add a -n (numeric) switch. |
547 | 25 |
|
776 | 26 |
Future issues: |
27 |
||
1119 | 28 |
* Distributed clocks. |
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
29 |
* Allow master requesting when in ORPHANED phase |
984 | 30 |
* Move master threads, slave handlers and state machines into a user |
31 |
space daemon. |
|
952 | 32 |
* Implement user space realtime interface via cdev. |
33 |
* Mailbox protocol handlers. |
|
34 |
* 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
|
35 |
* Mailbox gateway. |
952 | 36 |
* Separate CoE debugging. |
37 |
* Evaluate EEPROM contents after writing. |
|
38 |
* Optimize alignment of process data. |
|
776 | 39 |
* Redundancy with 2 network adapters. |
40 |
* Interface/buffers for asynchronous domain IO. |
|
1119 | 41 |
* Make scanning and configuration run parallel (each). |
42 |
* File access over EtherCAT (FoE). |
|
776 | 43 |
|
44 |
Smaller issues: |
|
45 |
||
1136
a0982873d655
Improved exceptions and commandName usage.
Florian Pose <fp@igh-essen.com>
parents:
1132
diff
changeset
|
46 |
* Stop master thread at ecrt_master_request() to get rid of allow_* flags? |
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. |
|
1119 | 53 |
* Fix datagram errors on application loading/unloading. |
776 | 54 |
|
55 |
Less important issues: |
|
56 |
||
57 |
* Allow VLAN tagging. |
|
58 |
* Determine number of frames, the NIC can handle. |
|
351 | 59 |
|
271 | 60 |
------------------------------------------------------------------------------- |