I want see the turbo pressure, where is?
thanks
I want see the turbo pressure, where is?
thanks
The are no direct PID with "turbo pressure" values, instead one can refer to values of "Intake manifold absolute pressure (MAP)".
Turbo pressure = MAP - "Atmospheric pressure"
or more correct
Turbo pressure = 0, if (MAP - "Atmospheric pressure") < 0
Turbo pressure = (MAP - "Atmospheric pressure"), if (MAP - "Atmospheric pressure") >= 0
We plan to extend list of the supported parameters with some "calculated params" (including "turbo") bit later. Meantime one could refer MAP. Thanks!