You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three key blocks have been introduced to support the core architecture:
27
26
***Master Module** is as Kernel module containing one or more EtherCAT master instances, the 'Device interface' and the 'Application Interface'.
@@ -102,22 +101,16 @@ The below commands have to entered as root, which will install the EtherCAT head
102
101
A mandatory ``ethercat`` file installed in ``/etc/sysconfig/``. The ``ethercat`` file contains the configuration variables needed to operate one or more masters.
**Note:** EtherCAT Master Stack supports dual master configuration. To configure a secondary master, fill the MAC address for **MASTER1_DEVICE** and add PCI address in **REBIND_NICS**.
123
116
@@ -159,7 +152,6 @@ After the ``init`` script and the ``sysconfig`` file are ready to configure, and
159
152
| Status of EtherCAT Master |```/etc/init.d/ethercat status```|
160
153
161
154
### Makefile Template for EtherCAT application
162
-
-------------------------------------------
163
155
164
156
Provided below are some Makefile templates for EtherCAT application. These templates are provided to build EtherCAT application without ``Makefile.am``.
0 commit comments