Product specifications

- 18 -
Example
Expression
Description
$v<10 results in true when the measurement falls
below the value 10.
$v<10 && $i=8297 results in true when the measurement of sensor
8297 falls below the value 10.
($v<-10 || $v>10)&&c==0 results in true when the measurement falss -10
or is bigger than 10, and the weekday is sunday.