Description

The SingleAlarmCounter component is used to count alarms in an optimized way.


Implementation

  • Implement a MultipleAlarmCounter.
  • Drag and drop a SingleAlarmCounter inside its AlarmContainer
  • Give a name and a predicate to the SingleAlarmCounter. The predicate must have the following format: alarm:|bql: select * where <condition>. Any other format isn't supported
  • Trigger the "execute" action in the MultipleAlarmCounter,


Properties

  • AlarmName: The name of the counted alarms.
  • Predicate: The predicate used to count the alarms. 
  • Count: The number of alarms matching the given predicate.