Default Configuration

Make changes to the default mcx-rtos etherCAT configuration:

  1. Open ethercat.conf in edit mode:

    sudo nano /etc/ethercat.conf
    
  1. Modify the network device by changing the following line:

    MASTER0_DEVICE="eth1"
    

    The configured MASTERO_DEVICE, needs to match the configured network device in the EtherCAT Network Configuration.

  2. Modify the driver type by changing the following line:

    DEVICE_MODULES="generic"
    

Refer to the EtherLAB documentation for a description of all available configuration options.

  1. Save the file and reboot your controller:

    sudo reboot