Alarm queries to filters translation
- Last UpdatedJul 18, 2024
- 1 minute read
You can define queries for current alarms in the \\node\provider!group format, but they are translated by the Alarm Control to a filter after you save.
For example, the query string \\GRNode\galaxy!MixingArea is translated to the following filter string:
Node = ‘GRNode’ AND Provider=’galaxy’ AND Group=’MixingArea’
You can modify the filter in a tree to query only alarms in the priority range 1 to 250, such as:
AND
Node = ‘GRNode’
Provider = ‘Galaxy’
Group = ‘MixingArea’
Priority >= ‘1’
Priority <= ‘250’