Torque PIDs...Take 2

ecoboostsho said:
Larry - IAT is as follows:

PID: 22F40F1
Equation (for degrees F): (A-40)*1.8+32

Name it something like "Intake Air Temperature 1" and give your custom calc PID a shot.  I didn't have time to try it myself. Obviously make sure both your PIDs are in the same units - either degree C or degree F.

Is this for Ambient?
 
ecoboostsho said:
That's possible. I made a custom PID for my previous example. That said I can easily get you the PID for IAT and you can create one with a different long name.

Also the transfer case PID didn't work on my 2011...

Sent from my XT1060 using Tapatalk

Unfortunately pre 2013 SHOs are lacking the PTU temp sensor,

2011 PTU

edy3u7an.jpg


2013 PTU

e4e3y6a4.jpg


7u2uta6y.jpg



Sent from my iPhone using Tapatalk
 
No go on the ambient temp...the PID is 229924 but it is in the HVAC module on the 2010-2012 so I can't get to it on the MSCAN bus with Torque...
 
Too bad. Torque offers a built in Ambient. Do they have another way of accessing it?  Don't think we can "edit" the stock PID's.  Like we can't rename it.  I guess the closest that I can come is with your PID for IAT then. Depending on conditions IAT is 5 to 30 degrees warmer than ambient. What do you think about compensating for the average warmness of the IAT in the formula. Like adding a 15 degree factor. Bad idea??
 
I haven't completely given up yet. I know how to connect to the MSCAN bus via a serial terminal...if Torque can grab it elsewhere we should be able to....

Sent from my XT1060 using Tapatalk

 
I don't know if this is any help, but I have an ambient temp display above the NAV screen and I always wondered why that value was slightly different from the ambient Torque displays. Made me wonder if there were two ambient sensors. A bit strange in any case. Maybe one is HVAC and one is .....somewhere else?
 
Larrylu said:
I don't know if this is any help, but I have an ambient temp display above the NAV screen and I always wondered why that value was slightly different from the ambient Torque displays. Made me wonder if there were two ambient sensors. A bit strange in any case. Maybe one is HVAC and one is .....somewhere else?

I have noticed the same thing, 2 different readings between torque and the dash reading.


Sent from my iPhone using Tapatalk
 
ShoBoat said:
Larrylu said:
I don't know if this is any help, but I have an ambient temp display above the NAV screen and I always wondered why that value was slightly different from the ambient Torque displays. Made me wonder if there were two ambient sensors. A bit strange in any case. Maybe one is HVAC and one is .....somewhere else?

I have noticed the same thing, 2 different readings between torque and the dash reading.


Sent from my iPhone using Tapatalk
If you have ambient reading on your screen, that means there is a pid for it. Also the reading will be a bit off between torque and the car screen display because the ecu is averaging it out like your fuel gauge. (that is what I suspect at least) I have got equal readings on temperature stable days for both the car display screen and torque, and have since significant ambient temperature change taking awhile to register on the car display.

Sent from my GT-I9505 using Tapatalk

 
Interesting theory about the averaging. New thought for me. I can see the benefit of averaging on the fuel, but so far not seeing an intended purpose for averaging the ambient though.
 
He may be on to something...I am sure the outside temp would vary wildly once you are stopped etc. Since its only sending the temp for our viewing pleasure (I.e. the car is using the IAT sensors) it very well could be doing that to keep the outside temp going up 10-20 degrees just because you are at a light...interesting.

Sent from my XT1060 using Tapatalk

 
Ok I think I've got it.  Torque is just using the internal PID (standard) for ambient.  I didn't know there was one to be honest.  It's just [46]...

So...just create a new custom PID and leave the PID field blank.  Name it something you can remember like "Ambient".  The in the equation field put [46]...if you want Deg. F then use:

[46]*1.8+32

It should give you the value you are after.  You could then create another custom PID and subtract the IAT2 or CAC temp from ambient (or vice versa) to get the delta and monitor that all day long.

I haven't had time to test the whole thing so let me know if it works!
 
Success I now have a display for Heat Soak. I did have to dink with the formula before I got it to work so you may want to modify your post....or correct me if I'm wrong, but I needed to do this before it would work to give me my ambient

([46]*1.8)+32

Then I just did as you instructed to create the "calculator PID", put both both air temps into it and subtract ambient from IAT2, and voila...total heat gain from ambient to intake manifold. Got to ride with that for a few days to get a sense of readings of open road, idle, city traffic and do on. I think it might be a useful gauge. Thank ecoboostsho for the roadmap all the way!
 
Back
Top