Page 1 of 1

Choosing PIDs to log

Posted: Fri Mar 08, 2019 5:51 am
by Hexadecimal
If I want to change what PIDs are logged to I just edit this in the OBD.h file for the ONE+ ?

PID_POLLING_INFO obdData[]= {
{PID_SPEED, 1},
{PID_RPM, 1},
{PID_THROTTLE, 1},
{PID_ENGINE_LOAD, 1},
{PID_FUEL_PRESSURE, 2},
{PID_TIMING_ADVANCE, 2},
{PID_COOLANT_TEMP, 3},
{PID_INTAKE_TEMP, 3},
};

Re: Choosing PIDs to log

Posted: Fri Apr 26, 2019 6:51 am
by gab696
Hi,
I am looking for the same thing.
Have you found the solution ?
Thanks

Re: Choosing PIDs to log

Posted: Sat May 11, 2019 3:59 am
by aboaboit
Yup. Be sure to keep those 3 tiers and also keep them sorted by tier number.
The idea is that you want lower numbers for PIDs that change quickly and higher numbers for slower PIDs: the engine rpm changes more often than the coolant temperature, for example.