Anyone pls tell me how to fix this error.
It looks like you are trying to write (assign) to inputs (%IX0.x) instead of outputs (%QX0.x).
how can i fix it .... i am new to codesys. can you pls?
You need to change it in the "var" section at the top. Ex: "y1 AT %IX0.5 : bool = 0;" -> "y1 AT %QX0.5 : bool = 0;"
Log in to post a comment.
Anyone pls tell me how to fix this error.
more posts ...
It looks like you are trying to write (assign) to inputs (%IX0.x) instead of outputs (%QX0.x).
how can i fix it .... i am new to codesys. can you pls?
how can i fix it .... i am new to codesys. can you pls?
You need to change it in the "var" section at the top.
Ex: "y1 AT %IX0.5 : bool = 0;" -> "y1 AT %QX0.5 : bool = 0;"