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.
| Name | Value | Description |
| Equal_0 | 0 | The related condition is solved if the two values are equal |
| NotEqual_1 | 1 | The related condition is solved if the two values are not equal |
| LessOrEqualThan_2 | 2 | The related condition is solved if the variable value is less or equal than the reference value |
| GreaterOrEqualThan_3 | 3 | The related condition is solved if the variable value is greater or equal than the reference value |
| LessThan_4 | 4 | The related condition is solved if the variable value is less than the reference value |
| GreaterThan_5 | 5 | The related condition is solved if the variable value is greater than the reference value |