GPS Trackers, Vehicle trackers, AVL units
ST2xx
| 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 data packet signatures (if exist) |
| CLIENTID | String | Tracker's remote IP address and port |
| DEVICE_ID | String | Device ID |
| REPORT_HDR_ID | String | Report header ID |
| REPORT_TYPE | String | Report type |
| SW_VER | String | Device firmware version |
| TIMESTAMP | DateTime | Time stamp |
| TIMESTAMP_UTC | DateTime | Time stamp UTC |
| LONGITUDE | Float | Longitude 1) |
| LATITUDE | Float | Latitude 1) |
| LONGITUDE_DEG | String | Longitude (format: deg/min/sec) |
| LATITUDE_DEG | String | Latitude (format: deg/min/sec) |
| SPEED | Float | Speed (km/h) |
| ANGLE | Float | Angle |
| VEXT | Float | External power |
| ALTITUDE | Float | Altitude |
| TRACK | Word | Track |
| IO_STATUS | Word | IO status |
| IGNITION | Word | Ignition state |
| DI1 | Word | Digital input 1 |
| DI2 | Word | Digital input 2 |
| DI3 | Word | Digital input 3 |
| DI4 | Word | Digital input 4 |
| DI5 | Word | Digital input 5 |
| DO1 | Word | Digital output 1 |
| DO2 | Word | Digital output 2 |
| DO3 | Word | Digital output 3 |
| DO4 | Word | Digital output 4 |
| EVENTID | Word | Event ID |
| AI1 | Word | Analog input 1 |
| AI2 | Word | Analog input 2 |
| AI3 | Word | Analog input 3 |
| AI4 | Word | Analog input 4 |
| FIX_MODE | Word | Fix mode |
| SATELLITES | Word | Satellites GPS |
| SATELLITES2 | Word | Satellites 2 |
| SATELLITES_GLONASS | Word | Satellites GLONASS |
| VEHICLE_TRACK | Integer | Vehicle track |
| VEHICLE_FUEL | Float | Vehicle fuel |
| VEHICLE_SPEED | Float | Vehicle speed |
| PULSE_IN1 | Integer | Pulse count 1 |
| PULSE_IN2 | Integer | Pulse count 2 |
| MODE | Word | Mode |
| MSG_NUM | Word | Number of messages |
| DTC | String | Mode |
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.
2) REPORT_TYPE The parser supports the following types:
STT – state report
EMG – emergency report
ALT – alarm report
EVT – event report
3) EVENTID. Event ID
For REPORT_TYPE = EMG - Emergency code + 100. For example, 101 - error code of emergency button
For REPORT_TYPE = ALT - Alarm type + 200. For example, 201 - Vehicle speed is faster than SPEED_LIMIT
For REPORT_TYPE = EVT - Event type. For example, 1 - Input 1 is going to the grounded state.