GALILEOSKY GLONASS/GPS Satellite v4.0 (0223) User’s manual
GalileoSky Ltd.
Page 60
Command format
Mhours LoLevel,HiLevel
Parameters
LoLevel
– input v supply voltage by stopped engine, [mV];
HiLevel
– input vsupply voltage by started engine, [mV];
Explanation
Allows filtering false coordinates after the vehicle stops.
Example
Request: mHours 12000,14500
Reply: Mclock: lolevel=12000,hilevel=14500;
10.5
Geofences settings
Command format
Dzone Mode
Parameters
Mode
– operation mode inside a geofence:
0 – geofence processing is switched off;
1 – coordinates updating prohibition inside a geofence;
2 – GSM unit switching off inside a geofence, 3 – updating prohibition and GSM
unit switching off at the same time.
Explanation
Allows setting of terminal behavior inside a geofence.
Example
Request: Dzone 3
Reply: Dzone:3;
Command format
DzoneAdd Lat,Lon,R
Parameters
Lat
– geofence centre latitude;
Lon
– geofence centre longitude;
R
– geofence radius in meters.
Explanation
Allows adding a geofence. Each geofence is a circle with the determined center
and radius.
Example
Request: DzoneAdd 55.9999,66.123456,100
Reply: DzoneAdd:lat=55.9999,lon=66.123456,rad=100;
Command format
DzoneDel Lat,Lon
Parameters
Lat
– geofence center latitude;
Lon
– geofence center longitude.
Explanation
Allows deleting the geofence, set by its center coordinates.
Example
Request: DzoneDel55.9999,66.123456
Reply: DzoneDel:lat-55.9999,lon=66.123456;
Command format
DzoneClear
Parameters
This parameter deletes all geofences.
Example
Request: DzoneClear
Reply: Dead zones are cleared
Command format
DzoneCount
Parameters
This parameter allows you getting the number of all geofences set in the
Terminal.
Example
Request: DzoneCount
Reply: DZONECOUNT:2;
Command format
DzoneInfo N
Parameters
N
– Ordinal number of geofence beginning with 0.
Explanation
This parameter gives an access to the geofence’s data.
Example
Request: DzoneInfo 0
Reply: DZONEINFO:Lat=10.000000,Lon=20.000000,Rad=30;