EXAMPLE 1 |
||
Sending SMS message every time the device is powered. |
||
|
PON POWER ON |
|
|
||
|
||
|
||
|
||
|
||
AT+SMS=+391234,"Avior operative" |
||
AT#SPK=8 |
||
|
||
|
||
|
||
trigger EVENT is the switching on of the device by supplying power. No conditions. The first action contains the command that sends an SMS message to the number +391234 with the text "Avior operative". The second action contains the command to generate a sound at 1400Hz for 4 seconds. |
EXAMPLE 2 |
||
Sending an SMS message every time the device is restarted (also due to an autoreset, parameter D06). |
||
|
RES DEVICE RESET |
|
|
||
|
||
|
||
|
||
|
||
AT+SMS=+391234,"Avior reboot" |
||
|
||
|
||
|
||
|
||
trigger EVENT is device reboot. No condiYionS. The first action contains the command that sends an SMS message to the number +391234 with the text "Avior reboot". |