To add a custom sensor for the EGR position, go to Settings -> Sensors from the main screen. Tap ’+' on the top of screen. You should see 'New PID' entry at the bottom of the sensor list:
Tap the New PID and fill in the following details:
Repeat the process for the rest of the custom sensors:
After this you should be able to add custom sensors to dashboard just like the built-in ones
Tap the New PID and fill in the following details:
Code:
Name: EGR Position
Short name: EGR Position
Command: 22446A
Header: 7E0
Decode scheme: Formula
Formula: ((Shr(Signed(Shl(And(A,127),1)),1)*256)+B)*0.01
Minimum: -120
Maximum: 120
Unit: %
Repeat the process for the rest of the custom sensors:
Code:
Name: DPF soot mass calculated
Short name: DPF soot mass calculated
Command: 22208B
Header: 7E0
Formula: ((A*256)+B) * 0.01
Minimum: 0
Maximum: 50
Unit: g
Code:
Name: DPF soot mass measured
Short name: DPF soot mass measured
Command: 22208C
Header: 7E0
Formula: ((A*256)+B) * 0.01
Minimum: -20
Maximum: 30
Unit: g
Code:
Name: DPF fuel since last regen
Short name: DPF fuel since last regen
Command: 2220D8
Header: 7E0
Formula: ((A*256)+B) / 100
Minimum: 0
Maximum: 100
Unit: L
After this you should be able to add custom sensors to dashboard just like the built-in ones
Last edited: