GPS Trackers, Vehicle trackers, AVL units
Granit Navigator V3
| 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 |
| TIMESTAMP | DateTime | Time stamp |
| TIMESTAMP_UTC | DateTime | Time stamp UTC |
| CONTROL | Word | Control byte |
| CONTROL1 | Word | Alarm flag |
| CONTROL3 | Word | Init flag |
| CONTROL7 | Word | Valid data flag |
| SATELLITES | Word | Satellites |
| SATELLITES2 | Word | Satellites 2 |
| PDOP | Word | PDOP |
| LONGITUDE | Float | Longitude 1) |
| LATITUDE | Float | Latitude 1) |
| LONGITUDE_DEG | String | Longitude (format: deg/min/sec) |
| LATITUDE_DEG | String | Latitude (format: deg/min/sec) |
| ALTITUDE | Word | Altitude |
| ANGLE | Word | Angle |
| SPEED | Word | Speed (km/h) |
| SPEED_KNOTS | Word | Speed (knots) |
| TRACK | Word | Track |
| AI1 | Word | Analog input 1 |
| AI2 | Word | Analog input 2 |
| AI3 | Word | Analog input 3 |
| AI4 | Word | Analog input 4 |
| DO1 | Boolean | Digital out 1 |
| DO2 | Boolean | Digital out 2 |
| DO3 | Boolean | Digital out 3 |
| DO4 | Boolean | Digital out 4 |
| DO5 | Boolean | Digital out 5 |
| DO6 | Boolean | Digital out 6 |
| DO7 | Boolean | Digital out 7 |
| DO8 | Boolean | Digital out 8 |
| STATUS | Word | Status |
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.