CAN Output
Motorola Format
Data format: Motorola
Baud rate: 500 kbit/s
You can find the channel definitions here.
Available CAN output frames
ID** | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x301 | (1) Sats | (2) Time since midnight UTC | (3) Position latitude | ||||||||||||||||||||||||||||||
0x302 | (4) Position Longitude | (5) Speed (knots) | (6) Heading ( °) | ||||||||||||||||||||||||||||||
0x303 | (7) Altitude - WGS 84 (m) | (8) Vertical velocity (m/s) | Unused | ||||||||||||||||||||||||||||||
0x304 | (9) Distance from brake trigger (m) | (10) Longitudinal accel (g) | (11) Lateral accel (g) | ||||||||||||||||||||||||||||||
0x305 | (12) Distance travelled since VBOX reset (m) | (13) Trigger time (s) | (14) Trigger speed (knots) | ||||||||||||||||||||||||||||||
0x307 | (15) Lateral velocity (km/h) | Unused | (16) Longitudinal velocity (km/h) | ||||||||||||||||||||||||||||||
0x308 | (17) Position Latitude (48-bit) | Unused | (18) Solution type | ||||||||||||||||||||||||||||||
0x309 | (19) Position Longitude (48-bit) | Unused | |||||||||||||||||||||||||||||||
0x317 | (20) Latitude degrees | (21) Longitude degrees | |||||||||||||||||||||||||||||||
0x318 | (22) Distance from brake trigger (corrected, m) | (23) Distance from start speed to end speed (m) | |||||||||||||||||||||||||||||||
0x319 | (24) Speed at start of test (km/h) | (25) Speed at end of test (km/h) | (26) Decel test time (s) | (27) Status | |||||||||||||||||||||||||||||
0x31A | (28) Lap time (s) | (29) Split time (s) | (30) Radius of turn (m) | ||||||||||||||||||||||||||||||
0x31E | Unused | (31) GPS Sats | (32) Glonass Sats | (33) BeiDou Sats | (34) Galileo Sats | ||||||||||||||||||||||||||||
0x324 | Unused | (35) FW version major | (36) FW version minor | (37) FW version build | |||||||||||||||||||||||||||||
0x32B | (38) GPSDayH | (39) GPSDayL | Unused | (40) Serial number | Unused | * | Unused |
*(41) VBOX Type
**Default Identifiers. The identifier values can be changed using the configuration software.
- If Satellites in view < 3 then only Identifier 0x301 transmitted and bytes 2 to 8 are set to 0x00.
- Time since midnight. This is a count of 10mS intervals since midnight UTC. (5383690 = 53836.90 seconds since midnight or 14 hours, 57 minutes and 16.90 seconds).
- Position, Latitude * 100,000 (311924579 = 51 Degrees, 59.24579 Minutes North). This is a true 32-bit signed integer, North being positive.
- Position, Longitude * 100,000 (11882246 = 1 Degrees, 58.82445 Minutes West). This is a true 32-bit signed integer, West being positive.
- Speed, 0.01 knots per bit. This is Speed_Raw when the Kalman Filter is not enabled and the filtered value when Kalman Filter is enabled.
- Heading, 0.01° per bit.
- Altitude, 0.01 metres per bit, signed.
- Vertical velocity, 0.01 m/s per bit, signed.
- Distance, 0.000078125 metres per bit, unsigned. Corrected to trigger point.
- Longitudinal acceleration, 0.01 G per bit, signed.
- Lateral acceleration, 0.01 G per bit, signed.
- Distance travelled in metres since VBOX reset.
- Time from last brake trigger event. 0.01 seconds per bit.
- Speed at brake trigger point in knots.
- Lateral velocity, 16-bit signed integer * 100.
- Longitudinal velocity, 16-bit signed integer * 100.
- Position, latitude 48-bit signed integer, Latitude * 10,000,000 (minutes). North being positive.
- Solution type, 8-bit unsigned integer, 0 = No solution, 1 = standalone, 2 = code differential, 3 = RTK Float, 4 = RTK Fixed, undelayed, 6= Coasting on IMU.
- Position, longitude 48-bit signed integer, Longitude * 10,000,000 (minutes). East being positive.
- Position, latitude (DD.DDDDDDD) * 10,000,000 (519874298 = 51.9874298 Degrees, North). This is a true 32-bit signed integer, North being positive.
- Position, longitude (DD.DDDDDDD) * 10,000,000 (11882246 = 1.9803743 Degrees, West), This is a true 32-bit signed integer. West being negative.
- Distance, 0.000078125 metres per bit, unsigned. Trigger distance corrected to nearest km/h speed.
- Distance, 0.000078125 metres per bit, unsigned. From start speed to end speed - Decel test.
- Speed at start of Decel test, 0.01 km/h per bit.
- Speed at end of Decel test, 0.01 km/h per bit.
- Time of Decel test. 0.01 seconds per bit.
- Status. Bit 0 = Start/finish crossing, Bit 1 = Split line crossing (includes start/finish crossing).
- Lap time 0.01 seconds per bit.
- Split time 0.01 seconds per bit.
- Radius of turn 32-bit signed * 100.
- GPS Sats. Satellites detected from the GPS constellation.
- Glonass Sats. Satellites detected from the Glonass constellation.
- BeiDou Sats. Satellites detected from the BeiDou constellation.
- Galileo Sats. Satellites detected from the Galileo constellation.
- Firmware version - Major 8-bit unsigned.
- Firmware version - Minor 8-bit unsigned.
- Firmware version - Build number (16-bit).
- GPSDayH unsigned char, most significant byte day number since 6th Jan 1980.
- GPSDayL unsigned char, least significant byte day number since 6th Jan 1980.
- Serial number 20-bit VBOX serial number.
- VBOX Type