Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

bAckVisible from PLC_PRG

fleaplc
2021-07-01
2021-07-02
  • fleaplc

    fleaplc - 2021-07-01

    Is there some way to perform an alarms ACK (All visible alarms) from logic (PLC_PRG) in stead of from Visual push button?

     
  • m.prestel - 2021-07-02

    The interface IAlarmHandler contains the following methods: AcknowledgeAll, AcknowledgeAllOfGroup and AcknowledgeOneOfGroup.

    AlarmManager.g_AlarmHandler is the way to access the interface.

    Check out https://forge.codesys.com/prj/codesys-example/alarm-manager/home/Home/ for a extensive example how to interact with the API.

    Best regards,
    Marcel

     
    πŸ‘
    1

Log in to post a comment.