Are you interested in Vacuum readings only?
For my son’s Crown Vic Interceptor I created
a custom pid using the MAP readings…
Long Name: MAP Vacuum
Short Name: Vacuum
Mode/Pid: Leave blank.
Header: Leave blank.
Min: 0.0
Max: 30.0
Scale: x1
Equation: 29.93-Lookup(Min((Val{Intake Manifold Pressure}*0.295300):29.93)::0=29.93)
Units: inHg
Diagnostic Start/Stop Command: Leave blank.
This assumes MAP is in kPaA and is available.
I would think your custom theme should
work with this since it avoids negative numbers.
Anyway, this is how I’m trying to create a vacuum gauge
separate from boost. (Even added properties text
lines to set the dialStartAngle/dialStopAngle to create
the classic look used in most manuals).
Long Name: MAP Boost
Short Name: Boost
Mode/Pid: Leave blank.
Header: Leave blank.
Min: 0.0
Max: 30.0
Scale: x1
Equation: Max((Val{Intake Manifold Pressure}*0.145038)-Baro():0.0)
Units: PsiG
Diagnostic Start/Stop Commands: Leave blank.
If MAP sensor is not available for vacuum…
Min([ff1202]:0)*-2.03602
for Boost…
Max([ff1202]:0)
Edited.
|