10.6 EqualityAndRelationalOperator

This Enumeration describes the different condition modes for an analog condition. Its representation in the AddressSpace and the possible values are defined in Table 153.

Table 153 - EqualityAndRelationalOperator Definition
Name Value Description
Equal_00The related condition is solved if the two values are equal
NotEqual_11The related condition is solved if the two values are not equal
LessOrEqualThan_22The related condition is solved if the variable value is less or equal than the reference value
GreaterOrEqualThan_33The related condition is solved if the variable value is greater or equal than the reference value
LessThan_44The related condition is solved if the variable value is less than the reference value
GreaterThan_55The related condition is solved if the variable value is greater than the reference value