List of parameters that can be decode by observing the CAN bus traffic of a Ford Focus ST/RS.
Parameter | ID | Start Bit | Length | Equation | Units |
---|---|---|---|---|---|
Engine RPM (Tach) | 0x090 | 36 | 12 | X * 2 | rpm |
Accel Pedal Pos | 0x080 | 6 | 10 | X / 10 | % |
Brake Pedal Status | 0x080 | 5 | 1 | X | Boolean |
Engine Oil Temp | 0x0F8 | 56 | 8 | X - 60 | °C |
Boost Pressure | 0x0F8 | 40 | 8 | X | kPa |
Gauge Brightness | 0x0C8 | 4 | 4 | X | Arbitrary? |