Im assuming the following code in datalogger.ino,
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},
};
is what controls what is output to DATA\n ...
Search found 3 matches
- Fri Mar 08, 2019 2:12 pm
- Forum: Freematics Products
- Topic: logged data
- Replies: 1
- Views: 5179
- Fri Mar 08, 2019 5:51 am
- Forum: Freematics Products
- Topic: Choosing PIDs to log
- Replies: 2
- Views: 7052
Choosing PIDs to log
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},
};
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},
};
- Fri Mar 08, 2019 2:58 am
- Forum: Freematics Software
- Topic: Choose which PIDs to log
- Replies: 0
- Views: 9040
Choose which PIDs to log
Would be nice if there was a way to choose which PIDs to log. I only need to log RPM, lambda commanded and and actual lambda from O2 sensor.