GPS Tracker Data Logger - Vehicle GPS tracker. Glospace SGT-K. Description of parser items

For Windows 2000 - Windows 7 (incl. Server, x86 and x64). Latest version: 2.0.5 build 504. .

Trust In Confidence!

Parser item name Data type Description
FULL_DATA_PACKET String One message from a data packet
DATA_PACKET String Same as FULL_DATA_PACKET, but without the data prefix “&REPORT,” and <CR><LF>
DATE_TIME_STAMP DateTime Date and time stamp
DATA_SOURCE_ID Integer Data source ID
DATA_SOURCE_NAME String Data source name
DATA_SOURCE_FULL_NAME String Full data source name
DEVICE_ID String Device number
TIMESTAMP_UTC DateTime Message date and time (UTC time zone)
TIMESTAMP DateTime Message date and time (local time zone)
LONGITUDE Float Longitude 1)
LATITUDE Float Latitude 1)
LONGITUDE_DEG String Longitude (in format deg/min/sec)
LATITUDE_DEG String Latitude (in format deg/min/sec)
ALTITUDE Integer Altitude (m)
ANGLE Integer Course (degrees)
SATELLITES Integer Satellites used GPS
SATELLITES2 Integer Satellites used GPS * 0x100
SATELLITES_GLONASS Integer Satellites used GLONASS
SPEED Integer Speed (kph)
FIX_MODE Byte 1: Unknown location.
2: 2D Fix
3: 3D Fix
EVENTID Integer Event ID
AI1 Float Analog input value #1
AI2 Float Analog input value #2
DI0..DI2 Boolean Digital input state #1-3
DO0..DO1 Boolean Digital output state #1-2
IO_STATUS Word State word
IO_STATUS0 Byte Bit value #0 from IO_STATUS (external power). Can be 1: power is on, 0: power is off
IO_STATUS4 Byte Bit value #4 from IO_STATUS (ignition). Can be 1: ignition is on, 0: ignition is off.
IO_STATUS5 Byte Bit value #5 from IO_STATUS. Analog input 1 (1: voltage is above than limit, 0: voltage is lower than limit)
IO_STATUS6 Byte Bit value #6 from IO_STATUS. Analog input 2 (1: voltage is above than limit, 0: voltage is lower than limit)
IO_STATUS9 Byte Bit value #9 from IO_STATUS. Internal power (1: power is on, 0: power is off)
TRACK Word Track, m

1) The value is being calculated using the following formula:

d - degree
m - minutes
s - seconds
ms - milliseconds

If a longitude is west or a latitude is south, then the value is being multiplied by –1.