Сповіщення
Очистити все
InCarDoc Android functionality
2
Публікації
2
Користувачі
0
Reactions
1,931
Переглядів
Засновник теми 17/03/2015 8:31 am
I want see the turbo pressure, where is?
thanks
17/03/2015 9:47 am
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!