Jump to content

Torque app pid's


Recommended Posts

Just got myself hooked up with this nifty app, but I'm disappointed to find it can't read things like EGT, EGR setting, and DPF temps. Can these be accessed by manually inputting the relevent pid or are the only readable with vcds etc? I've seen Passat owners in the states get access, but not sure that's on a PD170. Is there a list of PID's anyone knows of?

Cheerz. :)

Link to comment
Share on other sites

  • 2 years later...

OBD2 PID scan or at least decoding the supperted PIDs is not a rocket science.

Everything is here:

https://en.wikipedia.org/wiki/OBD-II_PIDs

 

Mode 01 0x00, 0x20, 0x40... are the coded PIDs, where the supported PIDs are encoded.

Torque is capable to read this via extended PIDs.

 

Example for 0x00 PID:

Since the response is 4 byte long, you have to set 4 extended PID.

Most significant byte: A (PIDs from x01 to x20)

Mode and PID: 0100

Long name: PIDs_Mode1_01_20 (or whatever you want)

Short name: PID0120A (or whatever you want)

Min value: 0 (Torque will change it 0.0, but don't bother)

Max value: 255 (Torque will change it 255.0, but don't bother)

Scale: x1 (default)

Equation: A

(leave the rest as is)

 

The result will be decimal, so you have to convert it to binary/hex. See: binhex.jpg

 

The same extended PID has to be created, the difference is, that the Equation will be B, C and D for the 0x00 PID.

For 0x20, 0x40, ... PIDs the method is the same.

When you have all the supported PIDs, the most simple way to decode them is this program:

https://www.outilsobdfacile.com/obd-mode-pid.php

using the PID decoder.

 

Here is my exported csv, if you don't want to bother editing the extended PIDs:  supportedPIDs.csv

I've also scanned Mode6 PIDs, the result is this in Torque: Mode1_Mode6_PIDs.png

And the decoded result: OBD_Mode1.jpg, OBD_Mode6_CAN.jpg

 

Finally if you want to see all your supported PIDs in Torque, you only have to add them one-by-one or via csv (don't forget to equations!, for details see the Wikipedia).

 

 

 

 

 

Mode1_Mode6_PIDs.png

 

 

 

 

binhex.jpg

OBD_Mode1.jpg

OBD_Mode6_CAN.jpg

Edited by mucden
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Community Partner

×
×
  • Create New...

Important Information

Welcome to BRISKODA. Please note the following important links Terms of Use. We have a comprehensive Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.