WEB Interface
79
ID: um_tsmux
CP525 cMux User’s Manual Rev. 5.20.12 (3944)
2. If the expression evaluates to
true
, the
Count
value is increased by 1. You can at any
time see the current count value. The
Count
value simply tells you how many of the
current (active) alarm events in the unit that matches the expression.
3. If the count value is larger than or equal (
>
=) to the
Count Thresh.
value the relay is
activated.
The expressions are validated before they are accepted by the unit.
shows the field
values you may enter in an expression.
Table 8.1
Legal field values to use in expressions
Field name Extracts from event: Type
Sample expression
id
Alarm ID
Number
id = 169
text
Alarm text
Text
text = ’Defective fan’
type_num
Type number
Number
type_num = 13
type_text
Type text
Text
type_text = ’port’
sev
Severity (number 2-6) Number
sev = 6
details
Alarm details (text)
Text
details = ’PID 113’
subid1
Alarm
subid1
value
Number
subid1 = 1
subid2
Alarm
subid2
value
Number
subid2 = 2
subid3
Alarm
subid3
value
Number
subid3 = 1190
port
Synonym for
subid2
Number
port = 2
service
Synonym for
subid3
Number
service = 102
pid
Synonym for
subid3
Number
pid = 2000
In the expressions you may enter parentheses to group sub-expressions together. Together with
the supported list of operators this gives great flexibility in constructing advanced “match”
patterns.
summarises the operator types you are allowed to use. Please note that the examples
below are used for illustration purposes only. For example, the plus and minus operators may
not be very useful in practise, but they are included in this table for completeness.
Table 8.2.a
Legal operators to use in expressions
Operator Description
Sample
=
Equal
id = 169
!=
Not equal
id != 169
AND
Logical AND
id = 169
AND
port = 2
OR
Logical OR
id = 169
OR
id = 200
IN
Set operator. Returns true if left-hand part is included in set to the right.
id IN (169,200,201)
+
Addition
id + 9 = 169
-
Subtraction
id - 8 = 160
Summary of Contents for CP525 cMux
Page 2: ......
Page 10: ......
Page 12: ...12 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 18: ...18 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 24: ...24 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 66: ...66 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 238: ...238 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 248: ...248 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...
Page 276: ...276 CP525 cMux User s Manual Rev 5 20 12 3944 ID um_tsmux ...