EXAMPLE 1 |
||
When the average value measured by analog input 3 is less than 20 we save the measured value in variable 2 of the remote device. |
||
|
|
A3 ANALOG INPUT 3 |
|
$A32<20 ANALOG INPUT 3 AVERAGE < 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AT#UDP=100.125.251.107,2020,"0000 VB2=$A32" |
|
|
|
|
|
|
|
|
|
|
|
|
|
trigger event is the end of the analog input 3 measurement period. The first CONDITION to check is that the average value measured by analog input 3 is less than 20. The first action contains the command to store the average value of analog input 3 into variable B of a remote device issuing an UDP message directly to its IP address 100.125.251.107. |