ResetCountTotal == FiredCountTotal


andrewjfox

Recommended Posts

I've either found a bug or don't understand the function, but according to the user guide

FiredCountToal = num of alarms fired and not ack'd

ResetCountToal = num of alarms reset, and not ack'd

I have found that these variables are the same, whereas I would expect them to be complementary.

Have attached sample file TestAlarms.ctl to show how I tested. I have 4 alarms. If one is fired then FiredCountToal = 1, and ResetCountTotal = 1. If I reset Alarm1, then FiredCountTotal = 0 (as expected) and ResetCountTotal = 0 (not expected)

Cheers

TestAlarms.ctl

Link to comment
Share on other sites

Archived

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