Alarm Configuration Notification Action

yannick
2024-05-13
2024-05-14
  • yannick - 2024-05-13

    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.

     
  • TimvH

    TimvH - 2024-05-14

    If it is a BOOL, then use:
    ...Error_Active := ALARM

    BOOL: ALARM
    INT: STATE

     

Log in to post a comment.