87
The next example shows a simple unit conversion operation.
Find the Convert Deg C to Deg F in the Scalars tab.
This Scalar operation uses a Scalar value of 1.8 and an offset value of 32. Applying this Operation results in the
following math expression.
CoolantTemp F = (CoolantTemp*1.8) + 32
This is a simple unit conversion for converting degrees C to degrees F.
The next example uses EngineProtectionState_raw as the Primary Input. This input has two possible values with
are 0 or 1. A Bit text operation is used to convert these values into text texts that can be displayed on the dash.
Shown above, the Bit text operation performs the following transformation:
If EngineProtectionState_raw = 1, EngineProtectionState_text = Limp Mode
If EngineProtectionState_raw = 0, EngineProtectionState_text = OK