Alarm Configurator - New alarm

Hi everyone!
I have an issue with Alarm Configurator - I need to get info in code that new alarm is triggered.
I made AlarmGroup with all necessary alarms (~300). Now I want to get information about new alarms to Visualization and code.

For example - I have 3 active alarms and after that one new alarm is triggered . At this time I need to re-engage horn and warning light.

I try to search internet and few places writes to use AlarmManager.g_NewAlarm bool, but I don’t have this or similar bool.

Please suggest something to solve my issue.
Thanks!

Hello, and welcome!

You will need to register an alarm manager client to gain access to that information in the code (IAlarmManagerClient). There is a pretty good example here:

2 Likes