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