Difference between revisions of "PIDs"
From Torque Wiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽ (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…') |
(No difference)
|
Revision as of 20:11, 11 December 2011
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)