Product specifications

Alarm Analysis Configuration
3BDS011222-510 B 145
For example the object name “valve 3 HI” contains spaces so it must be quoted like
this $’valve 3 HI:VALUE’.
Valid Operators
Valid operators are specified in Table 7.
Table 7. Valid Operators for the Alarm Expression Aspect
Operator Description
+ Addition
- Subtraction
* Multiplication
/ Division
% Reminder
=Assignment
> Larger than
<Less than
>= Larger than or equal to
<= Lesser than or equal to
== Comparison
!= Not equal to
& Bitwise AND
| Bitwise inclusive OR
^ Bitwise exclusive OR
>> Right shift
<< Left shift
&& Logical AND