EXAMPLE 1 |
||
Upon receipt of a message containing the text S1, coming from the APP stored as an active user, switch on output 1. |
||
|
|
APE APP MESSAGGIO DA UTENTE |
|
$S13=S1 ULTIMO TESTO RICEVUTO APP = S1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out1=1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
trigger event is the receipt of an app message from an active user. The first condition to check is that the text of the message received is equal (exactly) to S1. Replace the = operator with the operator ( if you want to verify that the message contains (also) the text S1. The first action contains the command that activates output 1. |