author | Florian Pose <fp@igh-essen.com> |
Mon, 20 Oct 2008 15:37:51 +0000 | |
changeset 1283 | e539c765f6a6 |
parent 1083 | 1322dc34cb37 |
child 1319 | 38da03647aee |
child 1679 | c9abd45c7472 |
permissions | -rw-r--r-- |
270 | 1 |
------------------------------------------------------------------------------- |
2 |
||
3 |
This is the FEATURES file of the IgH EtherCAT Master. |
|
4 |
||
5 |
$Id$ |
|
6 |
||
7 |
------------------------------------------------------------------------------- |
|
8 |
||
9 |
General Features: |
|
10 |
||
11 |
* Runs as kernel module for Linux 2.6. |
|
12 |
||
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
13 |
* Comes with EtherCAT-capable network driver for serveral network interface |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
14 |
cards. |
270 | 15 |
- Interrupt-less network driver operation. |
16 |
- Easy implementation of additional network drivers through common device |
|
17 |
interface of the master. |
|
18 |
- Runs even with PCMCIA cards. |
|
19 |
||
20 |
* Supports multiple EtherCAT masters on one machine. |
|
21 |
||
22 |
* Supports any realtime extension through independent architecture. |
|
23 |
- RTAI, IPIPE, ADEOS, etc. |
|
555 | 24 |
- Runs well even without realtime extension. |
270 | 25 |
|
555 | 26 |
* Common kernel interface for realtime modules using EtherCAT functionality. |
27 |
- Synchronous transmission and reception of EtherCAT frames. |
|
270 | 28 |
- Avoidance of unnecessary copy operations for process data. |
29 |
||
30 |
* Separating slave groups through domains. |
|
31 |
- Handling of multiple slave groups with different sampling rates. |
|
32 |
- Automatic calculation of process data mapping, FMMU- and sync manager |
|
33 |
configuration within the domains. |
|
34 |
||
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
35 |
* Master finite state machine (FSM). |
270 | 36 |
- Bus monitoring during realtime operation. |
37 |
- Automatic reconfiguration of slaves on bus power failure during realtime |
|
38 |
operation. |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
39 |
- Setting slave states during realtime operation. |
270 | 40 |
|
555 | 41 |
* Special IDLE mode, when master is not in use. |
270 | 42 |
- Automatic scanning of slaves upon topology changes. |
43 |
- Bus visualisation and EoE processing without realtime process connected. |
|
44 |
||
555 | 45 |
* Implementation of the CANopen-over-EtherCAT (CoE) protocol. |
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
46 |
- Configuration of CoE-capable slaves via Sdo interface. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
47 |
- Sdo information service (dictionary listing). |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
48 |
- Sdo access via the realtime interface. |
270 | 49 |
|
555 | 50 |
* Implementation of the Ethernet-over-EtherCAT (EoE) protocol. |
270 | 51 |
- Creates virtual network devices that are automatically coupled to |
52 |
EoE-capable slaves. |
|
53 |
- Thus natively supports either a switched or a routed EoE network |
|
555 | 54 |
architecture with standard GNU/Linux tools. |
270 | 55 |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
56 |
* User space interface via a command-line tool 'ethercat'. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
57 |
- Detailed information about master, slaves and the bus configuration. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
58 |
- Slave SII reading and writing. |
270 | 59 |
|
555 | 60 |
* Seamless integration in your favourite GNU/Linux distibution. |
270 | 61 |
- Master and network device configuration via sysconfig files. |
555 | 62 |
- "Linux standard base"-compatible init script for master control. |
270 | 63 |
|
64 |
* Virtual read-only network interface for debugging purposes and for |
|
555 | 65 |
monitoring the EtherCAT traffic (through Wireshark, or others). |
270 | 66 |
|
67 |
------------------------------------------------------------------------------- |