![]() |
Validated Torque PIDs
I got asked this in an email, so I just wanted to throw this out there for people that use the app and want some extra PIDs to monitor:
pid: 221177 name: MAF Voltage sName : MAFv Min: 0.0 Max: 5.0 Scale x1 Unit: Volts Equation: ((A*256)+B)/3700 Header: 7E0 Must Have TPMS Installed For These pid: 22C901 name: Tire 1 Pressure sName: T1Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((A * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 2 Pressure sName: T2Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((B * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 3 Pressure sName: T3Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((C * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 4 Pressure sName: T4Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((D * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C902 name: Tire 1 Temp sName: T1Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (A - 50)) + 32 Header: 751 pid: 22C902 name: Tire 2 Temp sName: T2Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (B - 50)) + 32 Header: 751 pid: 22C902 name: Tire 3 Temp sName: T3Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (C - 50)) + 32 Header: 751 pid: 22C902 name: Tire 4 Temp sName: T4Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (D - 50)) + 32 Header: 751 |
badass, thanks!
|
Had no idea we could grab tire pressures. Thanks!!
|
No problem. Just remember with tires there really is no easy way of knowing which of the 4 corresponds with which tire unless you mess around with pressures and take note that way. the pids correspond to the tpms sensor and not the location. Personally I leave it named by number this way when I rotate tires I don't have to keep renaming them .
Posted From RX8Club.com Android App |
exactly, easiest way would be to just put some air in the tires when their cold, and then just put a piece of blue tape on the inside of the wheel with the number it corresponds to. something you can personally see and keep track of when you get up close to look for it, but not obvious enough to be seen at a glance.
|
Btw on the temperatures ... for the folks that like to use C instead of F, you will want to use:
Equation: A instead of Equation: (9/5 * (A - 50)) + 32 And for pressure if you want to use Kpa instead of psi: Equation: ((A * 1373) / 1000) instead of Equation: ((A * 1373) / 1000) * 0.145037738 Remember If you decide to use the different units, adjust the Min and Max values accordingly |
Can't say how much I appreciate this! Can't wait to set this up :)
|
All the headers and pids in the psi and the temps point to the same sensor, what needs to be different to point to each individual sensor?
|
Originally Posted by TANKERG
(Post 4563148)
All the headers and pids in the psi and the temps point to the same sensor, what needs to be different to point to each individual sensor?
|
Ok, I see what I did wrong. I had copied and pasted the formula not noting they were different.
Thank you. This is so awesome! By chance are there any pids for the brake pedal? |
I believe there is. I need to look at my notes when i get home.
|
Just curious if you found anything on the brakes.
|
Awesome! thanks!
|
WOW, Tested the tire PIDs and they work great...You're freaking awesome.
Still nothing for oil temp or pressure huh? No sensor available I guess. Found these in another thread: LTFT Long Term Fuel Trim? OBD2 PID: 0107 Long Name: LTFT Short Name: LTFT Minimum Value: -25 Maximum Value: 25 Scale Factor: x1 Unit Type: % Equation: (A-128)*100/128 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: STFT Short Term Fuel Trim? OBD2 PID: 0106 Long Name: STFT Short Name: STFT Minimum Value: -25 Maximum Value: 25 Scale Factor: x1 Unit Type: % Equation: (A-128)*100/128 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: Fuel Pressure OBD2 PID: 0123 Long Name: FP Short Name: FP Minimum Value: 0 Maximum Value: 2500 Scale Factor: x1 Unit Type: % Equation: (A*256+B)*10*.145 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: Open Loop Commanded Air/Fuel Ratio OBD2 PID: 0144 Long Name: AFR Short Name: AFR Minimum Value: 0 Maximum Value: 20 Scale Factor: x1 Unit Type: A/F Equation: (A*256+B)/32768*14.7 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: OEM Wideband Air/Fuel Ratio OBD2 PID: 0134 Long Name: WAFR Short Name: WAFR Minimum Value: 0 Maximum Value: 20 Scale Factor: x1 Unit Type: A/F Equation: (A*256+B)/32768*14.7 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: Cat Temp OBD2 PID: 013c Long Name: Cat Temp Short Name: Cat Temp Minimum Value: 0 Maximum Value: 2000 Scale Factor: x1 Unit Type: F Equation: ((A*256+B)/10-40)*1.8+32 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: Absolute Load OBD2 PID: 0143 Long Name: Abs Load Short Name: Abs Load Minimum Value: 0 Maximum Value: 255 Scale Factor: x1 Unit Type: % Equation: (A*256+B)*100/255 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: Intake Manifold Absolute Pressure OBD2 PID: 010b Long Name: IMAP Short Name: IMAP Minimum Value: 0 Maximum Value: 100 Scale Factor: x1 Unit Type: PSI Equation: A*.145 Gen 1 Status: Gen 2 Status: Working and confirmed MS6 Status: |
I tried the fuel pressure PID and couldn't get it to work. Anybody else have it working or is it just me?
|
Fuel Pressure PID wont work on our cars since we dont have a sensor that reports to the canbus.
sorry man i still have not got a chance to dig for the brakes. I'll look now before i forget again edit: Just took a look at my notes ... I dont believe there is a brake pedal sensor pid :( Sorry. |
Thanks for looking!
|
|
looking good!
Posted From RX8Club.com Android App |
Anyone know how I could get the TPMS PIDs for a different brand?
Buddy of mine is running Torque on his F-150, and seeing the Pressure readings on my Shinka blew his mind. We tried putting the same PIDs on his, but they didn't work, so we're thinking his ECU reads them differently. |
Can torqe log injector duty cycle? Has anyone hot a pid to do this?
|
Blowing the dust off this thread....
Originally Posted by paimon.soror
(Post 4562627)
I got asked this in an email, so I just wanted to throw this out there for people that use the app and want some extra PIDs to monitor:
pid: 221177 name: MAF Voltage sName : MAFv Min: 0.0 Max: 5.0 Scale x1 Unit: Volts Equation: ((A*256)+B)/3700 Header: 7E0 Must Have TPMS Installed For These pid: 22C901 name: Tire 1 Pressure sName: T1Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((A * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 2 Pressure sName: T2Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((B * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 3 Pressure sName: T3Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((C * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C901 name: Tire 4 Pressure sName: T4Press Min: 0 Max: 50 Scale: x1 Unit: psi Equation: ((D * 1373) / 1000) * 0.145037738 Header: 751 pid: 22C902 name: Tire 1 Temp sName: T1Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (A - 50)) + 32 Header: 751 pid: 22C902 name: Tire 2 Temp sName: T2Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (B - 50)) + 32 Header: 751 pid: 22C902 name: Tire 3 Temp sName: T3Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (C - 50)) + 32 Header: 751 pid: 22C902 name: Tire 4 Temp sName: T4Temp Min: 0 Max: 200 Scale: x1 Unit: F Equation: (9/5 * (D - 50)) + 32 Header: 751 |
Originally Posted by paimon.soror
(Post 4562759)
Btw on the temperatures ... for the folks that like to use C instead of F, you will want to use:
Equation: A instead of Equation: (9/5 * (A - 50)) + 32 A-50 instead of A for temp in Celsius Since its a byte value (0-255), so I think the min value for this sensor is -50 C and the max is +205 C https://cimg1.ibsrv.net/gimg/www.rx8...33d54bbe02.jpg |
Small update from me.
Its not a real PID but sometimes it can be usefull: Current Gear Gauge for Torque Pro Small demo video: The idea is not mine, Ive found this on web and adopted to my rx8 Here is the equation formula: LOOKUP(INT(val{Engine RPM}/val{Speed (OBD)}):'N':135~180='1':85~92='2':57~62='3':44~48= '4':37~41='5':31~35='6') https://cimg5.ibsrv.net/gimg/www.rx8...463ac22ff1.jpg My rx8 - 2005 HP 6MT with 4.77 final gear. On stock car you maybe need to correct threshold values To determine right threshold values for you - you can make another gauge: INT(val{Engine RPM}/val{Speed (OBD)}) and write down values for each gear. |
Cooling fan control
I’ve been searching through the forum so please forgive me if this is answered already but as of yet I have not found it, I have read on other forums that it’s possible to control the cooling fans through the torque pro app with a pid, I am wondering if anyone knows if that is also the case with the rx8 , if so that would be awesome since I already have the pro version of the app and wouldn’t need to get a control kit or program the ecu with versatuner, I have an s2 btw. Thank you in advance.
|
| All times are GMT -5. The time now is 11:58 PM. |
© 2026 MH Sub I, LLC dba Internet Brands