Hello,
I am using the Ethercat slave from Beckhoff (EK1100) and one Input device (EL1008).
It seems the Ethercat bus is running but the Inputs are refreshed.
I dont understand why. Any ideas??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
either use the variables in the POU's ( you just declare an map them but they are not used in any POU's)
or set (for testing purpose) -> "2 always update"!
Only variables which are used in Pou's will be updated ( due performance reasons - is this the Default behaveior in CODESYS for all IO's independet from the fieldbus you use)
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Edwin Schwellinger hat geschrieben:
Hi,
either use the variables in the POU's ( you just declare an map them but they are not used in any POU's)
or set (for testing purpose) -> "2 always update"!
Only variables which are used in Pou's will be updated ( due performance reasons - is this the Default behaveior in CODESYS for all IO's independet from the fieldbus you use)
BR
Edwin
Thanks for the explanation it works fine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using the Ethercat slave from Beckhoff (EK1100) and one Input device (EL1008).
It seems the Ethercat bus is running but the Inputs are refreshed.
I dont understand why. Any ideas??
Just a question, why current values are gray and not black?
I found the problem. Variables were not used inside the PLC...
i have the same problem, i have mapped few input and it is still gray what is wrong?
Hi,
either use the variables in the POU's ( you just declare an map them but they are not used in any POU's)
or set (for testing purpose) -> "2 always update"!
Only variables which are used in Pou's will be updated ( due performance reasons - is this the Default behaveior in CODESYS for all IO's independet from the fieldbus you use)
BR
Edwin
Thanks for the explanation it works fine