Updated Torque PIDs
[ EDIT ] The only ones that worked (from what I tried) were MAT and BARO. I think the problem was that Auto needed to be added. I've updated the data below.[ /EDIT ]
[ EDIT ] Adding "Auto" for the header seems to have worked. These all produce a number now.[ /EDIT ]
[ EDIT ] Changed prefix to get these to sort at top of pick list. Changed EOT from Degrees C to Degree F. Added Altitude (untested)[ /EDIT ]
Name,"ShortName","ModeAndPID","Equation","Min Value","Max Value","Units","Header"
#FTE_Manifold Air Temperature,"MAT","2216E0","A*(9/5)-38",-10,250,"°F","C410F1"
#FTE_Engine Oil Temperature,"EOT","221310","(((A*256)+B)/100)-40",0.0,250.0,"°C","Auto"
#FTE_Engine Oil TemperatureV2,"EOTV2","221310","(((((A*256)+B)/100)-40)*1.80)+32",0.0,250.0,"°F","Auto"
#FTE_Barometer,"BARO","221442","((A*256)+B)*0.0362 5",10,15,"PSI","C410F1"
#FTE_Manifold Absolute Pressure,"MAP","221440","((A*256)+B)*0.03625",0,45 ,"PSI","Auto"
#FTE_Manifold Gauge Pressure,"Boost","221440","(((A*256)+B)*0.03625)-[221442]",0.0,30.0,PSI,"Auto"
#FTE_Exhaust Back Pressure (Absolute),"EBP","221445","((A*256)+B)*0.03625",0. 0,55.0,PSI,"Auto"
#FTE_Exhaust Gauge Pressure,"EGP","221445","(((A*256)+B)*0.03625)-[221442]",0.0,30.0,"PSI","Auto"
#FTE_Fuel Injector Pulse Width,"FIPW","221410","((A*256)+B)*.008",0.0,6.0,m s,"Auto"
#FTE_Injector Control Pressure,"ICP","221446","((A*256)+B)*.57",0.0,3000 .0,"PSI","Auto"
#FTE_Injector Pressure Regulator (Injector Control Pressure Duty Cycle),"IPR","221434","A*0.39063",0.0,100.0,"%","A uto"
#FTE_Torque Converter Slip,"Slip","2211b8","((A*256)+B)/4",0.0,1000.0,"RPM","Auto"
#FTE_Transmission Fluid Temperature,"TFT","221674","((A*256)+B)/8",0,250,"°F","Auto"
#FTE_Transmission Gear,"Gear","2211b3","A/2",0,4,"Gear","Auto"
#FTE_Altitude,"Alt","221442","(14.7-(((A*256)+B)*0.03625))*2143",0,10000,"ft.",C410F1
I put it in in the .torque/extendedpids folder and it showed up in the "Add predefined set" list. This list is much easier to pick from vs the long list of Ford PIDs in Torque Pro.
Does anyone know if there's a way to get to the other ford definitions so they can be combined into a custom set?
Also, I have **not** checked the above for typos. It's supposed to match the values in the first post of this thread.
If you click your CP, there's a rep lying in wait.
I noticed that the EOT formula in this thread is the same as the one in the Torque app, but the torque app is Degrees C and the one above is Degrees F. Doesn't that mean that one is wrong?
Is there a source for all of these equations somewhere?
Last edited by SaintITC; Feb 11, 2015 at 11:18 AM. Reason: To show that I really don't know all that much about these things...
Is there a source for all of these equations somewhere?
I'm pretty sure the EOT formula on the first page needs to be Degrees C not Degrees F. That change is reflected in the csv data too. I also added an EOTV2 one to test defining in degrees F. Those two version now match the one already defined in custom Ford PIDs in Torque.
Ford Trucks for Ford Truck Enthusiasts
Maybe someone can run a test:
In Torque Settings, go to units and uncheck Use Celsius.
Add these two definitions and try them out at operating temp [EDIT] KOEO - see below [/EDIT]:
Name,"ShortName","ModeAndPID","Equation","Min Value","Max Value","Units","Header"
#EOTc,"EOTc","221310","(((A*256)+B)/100)-40",0.0,250.0,"°C","Auto"
#EOTf,"EOTf","221310","(((A*256)+B)/100)-40",0.0,250.0,"°F","Auto"
See which one seems more reasonable.
You can change the Celsius check box in the settings value on the fly. Torque will do it's conversion on the next incoming sample.
You can also just go into the extended PID section and do edit/test and note the value there.
I edited my test request to be EOEO.










