Is there some way to perform an alarms ACK (All visible alarms) from logic (PLC_PRG) in stead of from Visual push button?
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
Log in to post a comment.
Is there some way to perform an alarms ACK (All visible alarms) from logic (PLC_PRG) in stead of from Visual push button?
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