Search code examples
twincatst

How can you configure a Beckhoff program to work with a variable amount of physical IO blocks?


At work we are building an airline machine. It is a machine which holds bicycle frames and it has several stations.

Depending on how much stations there are, the amount of physical IO blocks on the ethercat bus may differ. This may differ per customer.

The amount of stations can be entered via a user interface. So the Beckhoff can calculate how much IO there should be present.... in theory that is.

We would like one single program for this machine which can work if not all IO is present on the ethercat bus. But we do not know how to.

We have found out about Conditional pragmas but that is our last resort.


Solution

  • This is possible to achieve. I've worked in a project where parts of the EtherCAT topology was changing every minute.

    You achieve this by a combination of EtherCAT couplers/junctions with identity switches (such as the EK1101-0010) and the Hot Connect functionality of EtherCAT. Depending on your real-time requirements and how fast you want to be able to do the switching of the EtherCAT fieldbus slaves, you might also want to consider fast hot connect.

    Using the above you can change your hardware configuration during runtime.