author | Florian Pose <fp@igh-essen.com> |
Mon, 22 Jun 2009 13:45:26 +0000 | |
branch | stable-1.4 |
changeset 1705 | d5bc5610c933 |
parent 1698 | 4284b630855c |
permissions | -rw-r--r-- |
270 | 1 |
------------------------------------------------------------------------------- |
2 |
||
3 |
This is the FEATURES file of the IgH EtherCAT Master. |
|
4 |
||
5 |
$Id$ |
|
6 |
||
1679 | 7 |
vim: spelllang=en spell |
8 |
||
270 | 9 |
------------------------------------------------------------------------------- |
10 |
||
11 |
General Features: |
|
12 |
||
1679 | 13 |
* EtherCAT master implementation conforming to IEC/PAS 62407. |
14 |
- Runs as kernel module for Linux 2.6. |
|
15 |
- Multiple masters possible on one machine. |
|
270 | 16 |
|
1679 | 17 |
* EtherCAT-capable versions of standard Linux drivers for wide-spread |
18 |
Ethernet devices. |
|
19 |
- Interrupt-less operation of Ethernet devices. |
|
20 |
- Easy implementation of additional Ethernet drivers through common device |
|
21 |
interface. |
|
22 |
- Operation possible with any device supported by the standard drivers, |
|
23 |
including PCMCIA devices. |
|
270 | 24 |
|
1679 | 25 |
* Supports any realtime environment through independent architecture. |
1698
4284b630855c
Doc: Features, installation.
Florian Pose <fp@igh-essen.com>
parents:
1686
diff
changeset
|
26 |
- RTAI, Xenomai, etc. |
1679 | 27 |
- Operation possible without any realtime extension at all. |
270 | 28 |
|
1698
4284b630855c
Doc: Features, installation.
Florian Pose <fp@igh-essen.com>
parents:
1686
diff
changeset
|
29 |
* Common API for Realtime-Applications in kernelspace. |
1679 | 30 |
- Requesting and releasing masters. |
31 |
- Dynamic slave configuration, even for slaves that are offline. |
|
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
32 |
- Detailed configuration of the slaves' PDOs and SDOs. |
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
33 |
- Creation of process data domains (see below). Registration of PDO entries |
1679 | 34 |
for exchange within a domain. |
35 |
- Monitoring the states of masters, slave configurations and domains. |
|
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
36 |
- SDO handlers for application-triggered CoE transfers (see below). |
270 | 37 |
- Avoidance of unnecessary copy operations for process data. |
38 |
||
39 |
* Separating slave groups through domains. |
|
40 |
- Handling of multiple slave groups with different sampling rates. |
|
41 |
- Automatic calculation of process data mapping, FMMU- and sync manager |
|
42 |
configuration within the domains. |
|
1679 | 43 |
- Process data exchange can be monitored via a per-domain mechanism. |
270 | 44 |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
555
diff
changeset
|
45 |
* Master finite state machine (FSM). |
1679 | 46 |
- The same state machine runs both in idle mode and in realtime operation. |
47 |
- Bus monitoring: Slave states are read cyclically. Automatic scanning of the |
|
48 |
bus after a topology change. |
|
49 |
- Automatic configuration of slaves, if a application-layer state change is |
|
50 |
requested. |
|
270 | 51 |
|
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
52 |
* Implementation of the CANopen over EtherCAT (CoE) mailbox protocol. |
1679 | 53 |
- Configuration of CoE-capable slaves. |
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
54 |
- SDO information service (dictionary listing). |
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
55 |
- SDO transfers both via the application interface and the command-line tool. |
270 | 56 |
|
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
57 |
* Implementation of the Ethernet over EtherCAT (EoE) mailbox protocol. |
1679 | 58 |
- Virtual network interface for any EoE-capable slave. |
59 |
- Both a switched and a routed EoE network architecture is natively supported |
|
60 |
and configurable with standard tools. |
|
270 | 61 |
|
1679 | 62 |
* Userspace command-line tool 'ethercat'. |
63 |
- Detailed information about master, slaves, domains and bus configuration. |
|
64 |
- Reading/Writing alias addresses. |
|
65 |
- Listing slave configurations. |
|
66 |
- Viewing process data. |
|
1686
e206f4485f60
Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1679
diff
changeset
|
67 |
- SDO download/upload; listing SDO dictionaries. |
1679 | 68 |
- Slave SII (EEPROM) access. |
69 |
- Controlling application-layer states. |
|
70 |
- Generation of slave description XML from existing slaves. |
|
270 | 71 |
|
1679 | 72 |
* Seamless integration in any GNU/Linux distribution. |
73 |
- "Linux Standard Base"-compatible init script for master control. |
|
74 |
- Master and Ethernet device configuration via sysconfig file. |
|
270 | 75 |
|
1679 | 76 |
* Virtual read-only network interface for debugging and traffic monitoring |
77 |
purposes (using Wireshark, etc.). No additional hardware necessary. |
|
270 | 78 |
|
79 |
------------------------------------------------------------------------------- |