1

I want to set up an EtherCAT Network, First I have installed IgH EtherCAT Master in my PC (Ubuntu 14.04) and RTAI 4.1 as RTOS

Can I use microcontroller as a slave without any additional devices provided by Backoff or other suppliers like (FPGA, ASIC)

Bence Kaulics
  • 6,353
  • 12
  • 33
  • 60

1 Answers1

1

You can install Simple Open EtherCAT Slave or SOES on a microcontroller. SOES supports the Distributed Clock mode.

To estimate the effort of installing the SOES on a microcontroller, have a look at https://bitbucket.org/utwente_bss/soes_arm/wiki/Home . The slave version referred to in the wiki is not the latest but gives you enough hints.

Another option is light ethercat slave. This one is the most hardware independent.

sirop
  • 11
  • 3