Hello, I am executing a task in the PLC on the CtrlX7. This runs cyclically with 1ms. In the task, an analog sensor is used. The problem is that I only get a value change in my trace every 4ms. The task is actually executed every 1ms. The EtherCat has a cycle time of 2ms. Therefore I would expect a value change at least every 2ms. I have this behavior with two sensors, so I exclude the sensors and the PLC task. How is the data written to the data layer? Is there a delay here? Why is it exactly twice the cycle time of EtherCat?
... View more