AlarmFiredCount


sshwash

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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