Gsm Advanced Manual - 41
41
41
41
16.1.5 Example
AT+WAGW=”06/01/01,03:05:00”,05,01,01,”autosync”
Set autosync at 03:05:00 last Sunday of every month, useful to keep real time clock
synchronized with summer time, starting from January 1
st
2006
AT+WAGW=”06/03/11,08:00:00”,02,01,01,”on”
Daily activation of temperature control at 08:00 during business week starting from March 11
th
2006.
AT+WAGW=”06/03/11,08:00:00”,02,01,01,”out on”
Daily activation of temperature control output at 08:00 during business week starting from
March 11
th
2006 regardless to temperature regulator and setpoint.
AT+WAGW=”06/02/01,16:30:00”,00,01,02,”status SMS”
Weekly issue of status SMS at 16:30 during business week starting from February 1
st
2006.
16.1.6 Confirmation
Once scheduled operation has been successfully stored, device will return:
+WAWG:loc
where
loc
is the location assigned to scheduled operation and can be used to delete the
activity that will be anyway removed once executed.
Scheduled operation older than current device time are rejected:
ERROR
16.2 Read a scheduled operation
Although this operation can be easily performed by means of GsmSuite, any supervisor can
read scheduled activities through local console once access is granted using AT#KOPEN
entering an AT command.
The same command could be issued like SMS (without any other command) by supervisors:
AT+WAGR=mode,location
16.2.1 mode
Select between specific location and all locations:
0
all locations
1
specified location only
16.2.1 location
The location to be read when mode selection is “specified location only”.
16.1.5 Example
AT+WAGR=0
Read all scheduled operations, the unit will return:
+WAGR:1,”06/01/01,03:05:00”,05,00,01,”autosync”
+WAGR:2,”06/03/11,08:00:00”,02,00,01,”on”
+WAGR:3,”06/03/11,08:00:00”,02,00,01,”out on”
+WAGR:4,”06/02/01,16:30:00”,00,00,02,”status SMS”
OK
AT+WAGR=1,1
Read 1
st
location only, the unit will return:
+WAGR:1,”06/01/01,03:05:00”,05,00,01,”autosync”
OK