Translations:KAVAN V5 - Operating system ECOS user manual/77/en
Appearance
| a=x | ON when the source V1 exactly matches the set constant V2. |
| a"x | ON when the source V1 approximately matches the set constant V2. |
| a>x | ON when the source V1 is greater than the set constant V2. |
| a<x | ON when the source V1 is smaller than the set constant V2. |
| ❘a❘>x | ON when the source V1's absolute value is greater than the set constant V2. |
| ❘a❘<x | ON when the source V1's absolute value is smaller than the set constant V2. |
| AND | ON when both sources V1 and V2 are true. |
| OR | ON when either of sources V1 and V2 is true. |
| XOR | ON when sources V1 and V2 do not match. |
| Edge | TBD |
| a=b | ON when the source V1 exactly matches the source V2. |
| a>b | ON when the source V1 is greater than the source V2. |
| a<b | ON when the source V1 is smaller than the source V2. |
| d>x | ON when the difference of changed values of the source V1 is greater than the constant V2. |
| ❘d❘>x | ON when the absolute difference of changed values of the source V1 is greater than the constant V2. |
| Timer | ON and OFF in a cycle with a duration of constant V1 and a delay of constant V2. |
| Sticky | TBD |