I have a program where I have a CtrlX drive with an integrated core. This drive communicates with ethercat to an io module. This module has 1 16 channel input module and 2 16 output channel. When I add the ethercat_master_instance_ethercatmaster and have linked the correct channels to the correct variables then my problem occured that my program isn't seeing the inputs. My inputs are always false and they won't change. On the IO module I see the leds so I know that the inputs are active. It is possible for me to set the outputs in my program. And because I can set the outputs I don't know where the problem lies. I want to know why I can't read the inputs in my program, do I need to do something extra in the IO engineering? Or do I need to look at something else. Thanks in advance
... View more