Hello,
I'm trying to configure an alarm variable that changes to True when an error is activated. Unfortunately, the variable is not changing to True. I'm using Codesys V3.5 SP19 Patch7 + Raspi Pi 5.
Thanks.
If it is a BOOL, then use: ...Error_Active := ALARM
BOOL: ALARM INT: STATE
Log in to post a comment.
Hello,
I'm trying to configure an alarm variable that changes to True when an error is activated. Unfortunately, the variable is not changing to True. I'm using Codesys V3.5 SP19 Patch7 + Raspi Pi 5.
Thanks.
If it is a BOOL, then use:
...Error_Active := ALARM
BOOL: ALARM
INT: STATE