Description

The ResetCountOffNormalTimes component is used to reset the alarm counter of the "To Offnormal Times" sections of the alarm extensions. It can be used to create an annual alarm frequency report for example.

 

Implementation

  • Copy / paste the ResetCountOffNormalTimes component into the AlarmService
  • Select the alarm extensions to be reset using the Query slot
  • Reinitialize using the ResetOffNormalTimes action

Properties

  • Query : Selects the message extensions to be reset. By default, the query is: "station:|slot:/|bql:select * from alarm:AlarmSourceExt". We thus initialize all the Count properties of the ToOffNormalTimes for all the alarm extensions of the station
    Example : The following query initializes only the alarm extensions of the HVAC alarm class:

             station:|slot:/|bql:select * from alarm:AlarmSourceExt where alarmClass = 'HVAC'

      

Actions

  • ResetOffNormalTimes : Triggers reset of the values to zero. This action can be linked to a TimeTrigger or TriggerSchedule component to activate it periodically.