equal
deleted
inserted
replaced
2 # |
2 # |
3 # EtherCAT master sysconfig file |
3 # EtherCAT master sysconfig file |
4 # |
4 # |
5 # $Id$ |
5 # $Id$ |
6 # |
6 # |
|
7 # vim: spelllang=en spell tw=78 |
|
8 # |
7 #------------------------------------------------------------------------------ |
9 #------------------------------------------------------------------------------ |
8 |
10 |
9 # |
11 # |
10 # Master devices. |
12 # Main Ethernet devices. |
11 # |
13 # |
12 # The MASTER<X>_DEVICE variable specifies the Ethernet device for a master |
14 # The MASTER<X>_DEVICE variable specifies the Ethernet device for a master |
13 # with index 'X'. |
15 # with index 'X'. |
14 # |
16 # |
15 # Specify the MAC address (hexadecimal with colons) of the Ethernet device to |
17 # Specify the MAC address (hexadecimal with colons) of the Ethernet device to |
22 # created: A non-empty variable MASTER0_DEVICE will create one master, adding a |
24 # created: A non-empty variable MASTER0_DEVICE will create one master, adding a |
23 # non-empty variable MASTER1_DEVICE will create a second master, and so on. |
25 # non-empty variable MASTER1_DEVICE will create a second master, and so on. |
24 # |
26 # |
25 MASTER0_DEVICE="" |
27 MASTER0_DEVICE="" |
26 #MASTER1_DEVICE="" |
28 #MASTER1_DEVICE="" |
|
29 |
|
30 # |
|
31 # Backup Ethernet devices |
|
32 # |
|
33 # The MASTER<X>_BACKUP variables specify the devices used for redundancy. They |
|
34 # behaves nearly the same as the MASTER<X>_DEVICE variable, except that it |
|
35 # does not interpret the ff:ff:ff:ff:ff:ff address. |
|
36 # |
|
37 #MASTER0_BACKUP="" |
27 |
38 |
28 # |
39 # |
29 # Ethernet driver modules to use for EtherCAT operation. |
40 # Ethernet driver modules to use for EtherCAT operation. |
30 # |
41 # |
31 # Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT |
42 # Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT |