08-03-2019, 12:10 AM
(08-02-2019, 10:45 PM)thebanjoman Wrote:(08-02-2019, 09:04 PM)thebanjoman Wrote:From what I am reading I have to add a 'custom pid' to just track loop status in logging details. Once I figure that out I will add it and gather more data.(08-02-2019, 08:40 PM)fixkick Wrote: hello: greatings.
I received your csv logs..
which column is closed loop, status (binary 0 or 1 or CL ,OL status)?
looks like I somehow missed getting that logged. I'm still learning the app.
Let me research and see if I can get that explicitly logged. I had 'fuel status' on the screen as one of the display settings on the app
and it was showing 'closed loop' but I need to find out how to get that into the .csv file and take another trip.
https://torque-bhp.com/forums/?wpforumac...c&t=4746.0
Fuels Status is a bitmap within the 1st Byte (“A”) returned from PID 03, Mode 01. Valid returned values are
1 – open loop (cold engine)
2 – closed loop
4 – open (deceleration)
8 – open loop (system failure)
16 – closed loop (partial fault in system)
So I have this being logged now. Let me make another trip to see if it tracks this data.