PIDs

From Torque Wiki
Revision as of 20:11, 11 December 2011 by Ihawkins (talk | contribs) (Created page with 'Torque has the ability to add PID file definitions from the SD card There will be a folder called ‘.torque/extendedpids’ in the next update on your SD card to which you can…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽

Torque has the ability to add PID file definitions from the SD card

There will be a folder called ‘.torque/extendedpids’ in the next update on your SD card to which you can put CSV files inside.

The structure of the CSV file will be:

"Name", "ShortName", "ModeAndPID", "Equation", "Min Value", "Max Value", "Units", "OBD Header"
"Transmission Temperature(Method 3)", "Trans", "0105", "A-40", 0, 200, "C", ""

(OBD Header can be ‘auto’, blank, ‘TCM’, ’7E0′, etc)