Torque PIDs...Take 2

Few days of driving with the heat soak gauge and so far I'm liking it quite a bit. Still getting used to it but readings on the open road with ambient temps in the high 80's my soak reading was between 30 and 35 degrees. With some stop and go mixed in the soak reading rose about 10 degrees to 40 or 45 degrees. City driving went up to 50-55 degrees and the max reading do far was sitting in the garage idling went to 65 to 70 degrees. This is with the stock airbox and a K&N drop in filter and a 170 degree stat. Coolant temps ran from 178 to 185 degrees.
 
Thanks Larry! I have the exact same setup (stock box / k&n / 170) and see exactly the same results. I may put my airaid back on and see if I get different results...

Sent from my XT1060 using Tapatalk

 
That would be interesting to see. I can't do that experiment anymore as I sold my Airaid some time ago. I really think as I get used to it, the new soak (for want of a better name) gauge will take the place of most of the other air temp gauges on my primary screen.
 
Just keeping the topic alive!  Granted these probably get less interesting since we have the "big ones" figured out.

Catalyst Temp (Already in Torque but Millinium mentioned it might be different so I thought I would check)
PID:  22F43C
Equation: ((((256*A)+B)/10)-40)*1.8+32
Units: Deg. F

AWD Status (1=on/0=off)
PID: 22191C
Equation: A/32768

DTC Count (Note this includes DTC's that don't light the MIL lamp)
PID:22D137
Equation: A

Knock Sensor 1 (# jumping rapidly around...not sure if this is knock counts or what?)
PID: 220403
Equation: A

Knock Sensor 2
PID: 220404
Equation: A

Desired Boost Pressure  (Still working on the formula...not quite right yet.)
PID: 220466
Equation: A/128*.145
Units: PSI

Injector Fault (Note this is "bit encoded" so it will need interpretation...) May have to create a separate gauge for each injector...
PID: 220394
Equation: {Still working on it}  It returns 00000000 which I believe represents up to 8 cylinders (we obviously only have six) so a 00000001 means cylinder 1.  00000010 means 2 etc...?

Variable Camshaft Actual advance (there are actually two of these - one for each cam.  This is #1)
PID: 220318
Equation: Signed(A)/16  (Not verified yet)

RPM (Already in Torque but this is the Ford PID which may respond faster and eliminate lag?)
PID: 22F40C
Equation: A/4
Units: RPM

Turbo "overboost" condition
PID: 22070
Equation...not sure yet.  "No Fault" returns 00000000 so may be bit encoded?

I will get these on the main page eventually...


 
Wow fantastic work. I know that our cars do not have a mass airflow sensor. But I wonder if there is a PID for airflow? Or a way to calculate it off other PIDs?
 
Well I did find a Trim PID that calculated air flow in pounds per minute but I'm sure this is a calculated average of some kind and not instantaneous.  If you knew a bunch of variables like volumetric efficiency (which varies), pressure drop, and some others I don't pretend to know I'm sure you could calculate it as I'm guessing that is what the car is doing...I bet you'd like that for your intake testing...it would be awesome to know that!
 
Larrylu said:
I would think this might be a good benchmark to keep tabs on intake valve carbon buildup since VE suffers.
I don't know how much it would vary but that is a really great idea!  You could baseline it and then have say the BG service done and see if it changed much.
 
Or.....establish a baseline from a new and un compromised system, then slowly watch the VE drop. At some benchmark, say 5% loss, time for cleaning.  Have to get an idea of a correlation between % VE drop and % HP drop.
 
ecoboostsho said:
Nice setup! What device are you running it on?

A Galaxy S4, mount it on the windscreen... does the job!

The other thing i will share with you guys is, if you have dashcommand on a Android Device with 4.4.2 and above, you guys can use the developer option, enable bluetooth HCI snoop , and get the PIDs from when DashCommand communicates with your ECU... freaking awesome.

After getting the snoop log file, get Wireshark to open the log file and read to your heart's content!
 
Good to know!  I don't have Dash Command so I have been downloading a free serial analyzer/sniffer on my laptop and just watching it right on the screen...then translating to Torque.
 
Cleaned up some of my work.  I have been working on a new upload file which I posted that contains some formula fixes.  Also if anyone was following along with my previous post on the AWD PIDS on a 2010-2012 the "Header" actually needs to be 761 NOT 726 as I had previously stated.  I updated everything so it should be accurate now...
 
Back
Top