Skip to main content
Skip table of contents

SingleAlarmCounter

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.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.