©2009 NETCONS, s.r.o.
Page 21 of 27
ALARM+421903123456
Then enter following two program rows:
ID1+0, >25.5,*,*,*,*,S,1,Turnon,*
ID2+1,<15.1,*,*,*,*,R,0,Turnoff,*
And then let‟s start the program issuing SMS command:
PROGRAM=START
When needed, program can be stopped by command:
PROGRAM=STOP
Example 2)
– Observing a state of a contact sensor, e.g. door contact
Once there is a change of state on Digital Input1, send to my phone number
SMS message with text “Open” and “Closed”
Lets‟ predefine the phone number at first by sending following SMS command:
ALARM+421903123456
Then enter following two program rows:
ID1+0, *,*,*,1,*,S,1,*,Closed
ID2+1, *,*,*,0,*,S,0,*,Open
And then let‟s start the program issuing SMS command:
PROGRAM=START
When needed, program can be stopped by command:
PROGRAM=STOP
Example 3)
– PIR sensor application
Once there is an impulse (input going from steady log1 to log0 for a short
period of time) of state on Digital Input2, ring my phone number up.
Lets‟ predefine the phone number at first by sending following SMS command:
ALARM+421903123456
Then enter following two program rows:
ID1+0, *,*,*,*,0,R,1,*,*
ID2+1, *,*,*,*,1,*,0,*,*
And then let‟s start the program issuing SMS command:
PROGRAM=START
When needed, program can be stopped by command: