Skip to main content
RACELOGIC Support Centre

VBOX 3iS Kalman Filter Status

The table below shows the hex and decimal numbers associated with Kalman Filter status.

The VBOX can have a number of these status flags active at the same time, so the resultant number shown in VBOX Test Suite or VBOX Setup will be a result of adding together the numbers of the active statuses shown below.
 

Kalman Filter Status Hex Decimal
kf_Clear 0x0000 0
kf_NEWIMUVersion 0x0001 1
kf_TestMode 0x0002 2
kf_Use 0x0004 4
kf_Initialised 0x0008 8
kf_IMUDataFound 0x0010 16
kf_GoodLock 0x0020 32
kf_Reset 0x0040 64
kf_CoastingTimeout 0x0080 128
kf_Initialise 0x0200 512
kf_IMUmounting_error 0x0800 2048

 

Enter Status to decode: 

Example
Kalman Filter Status = 61 (3D Hex)

32: kf_GoodLock
16: kf_IMUDataFound
8: kf_Initialised.
4: kf_Use.
1: kf_NewIMUVersion.

32+16+8+4+1 = 61

  • Was this article helpful?