
Command
Type
Command
Format
Explanation
Example
a.COLLECT,120,200,40,30,1#
Device will gather a data per 120s
when device is satic, or per 30s
when device is moving, or it has
more than 200m movement, or
it has an 40 ° angel; Upload data
package after gathering 1 data.
LOCATION
COLLECTION
COLLECT,[Interval],
[Distance],[Turn],
[Active],[Quantity]#
[INTERVAL] The time interval
(in seconds)
[DISTANCE] The running distance
(in meters)
[TURN] The turning angle
(in degrees)
[ACTIVE] The time interval when
device is moving/active (in seconds)
[QUANTITY] The number of cached
location packages before they are sent
c.COLLECT,30# = COLLECT,
30,0,0,30,1#
Device will gather data every 30s
and upload them after gathering 1
data. Ignore it’s motion state,
movement distance and turning
angle.
COLLECT?
Check the current data upload
parameters
Check the current GPS setting
b.COLLECT,0,300,40,30,5#
Device will gather a data per 30s
when device is moving, or it has
more than 300m movement, or it
has an 40 ° angel; Upload data
packages after gathering 5 data.
0 means device will not gather any
data when it’s satic
GPS,0#
GPS module is always ON.
GPS,3#
GPS module is always OFF.
In the following commands, At least
120s durative static status to confirm
device go from moving to static
status, GPS module will OFF after
this 120s static status:
GPS,1# = GPS,1,120,0,0,0,0#
GPS module is ON when device
is active.
GPS,1,120,0,0,60,5#
GPS module is ON when device is
moving or GPS is ON for 5min every
60min when device is static.
GPS,2,120,0,0,60,5#
GPS module is circularly ON for
5min every beginning of 60min
GPS,2,120,100,10,0,0#
GPS module will ON for 10min,
then OFF
GPS,2,120,100,10,60,5#
In the first stage, GPS module will
ON for 10min, then OFF 90min, the
whole time of this stage is 100min.
In the second stage, GPS module
will ON for 5min every beginning
of 60min and cycling
GPS MODULE
GPS,[MODE],[T0],
[T1_TOTAL],
[T1_WAKING] ,
[T2_PERIODIC],
[T2_WAKING]#
[MODE]
0 — ALWAYS ON; 1 — ON/OFF
by MOVEMENTS Or ON
TIMERS; 2 — ON TIMERS ;
3 — ALWAYS OFF
[T0]
The work time after GPS module is
awaken (in seconds)
[T1_TOTAL]
The total time of phase 1 (in minutes)
[T1_WAKING]
The work time in phase 1 (in minutes)
[T2_PERIODIC]
The periodic time of phase 2
(in minutes)
[T2_WAKING]
The work time in phase 2 (in minutes)
[GPS_RUN]
The running time from last GPS
command (in minutes)
GPS?