AlarmFiredCount


sshwash

Recommended Posts

Posted

So Alarm.FiredCountTotal gives the number of unacknowledged alarms, btu is there any way to get the total active alarm count? So, like an Alarm.AcknowdgedCountTotal ?

Thanks

Posted

Active? What do you mean by active? Fired and reset? There is ResetCountTotal. So technically you can calc out anything except the total # of alarms, which you can just do manually since there is no way to dynamically create alarms at runtime.

Posted

I mean fired and acknowledged, but not reset. So, if I wanted a button on my page that changed color based on the alarm count and displayed the total amount of alarms which have been fired and not yet reset, that button wouldn't be correct because it doesn't include the alarms acknowledged.

I can likely put the code into place to keep a running total of alarms (add one when fired, subtract one when reset), or I could just go through all the alarms and count up the oens that are fired (probably not, a bit inefficient) but I was hoping there was something more readily accessible.

Archived

This topic is now archived and is closed to further replies.