Chevrolet LS3 PID Mapping (SS Sedan)
Posted: Fri Aug 11, 2017 4:01 pm
Im attempting to get a few PID's from torque ported over to the Racecapture system now that 32bit PID are supported. Im having a few issues getting it to work. Below are the PID's I know to work in Torque that I am trying to implement. There is a long list of GM specific PID's that could be imported as well in the future once I know one works.
This is being attempted on my Racecapture Track running 2.12.0 Firmware.
From Torque App:
PID: 221154
Equation: A-40
Oil Temp
PID: 221470
Equation: A*0.578
Oil Pressure
I have tried various combinations of PID's with the mode set to 34 and no data has been received yet. Below is what has been tried for oil temp PID's:
221154 (from torque)
2232660 (from torque converted to dec if hex)
1154 (without 22, dec)
4436 (without 22 convert to dec if hex)
Below is a section from the cfg file:
Any suggestions? Im by no means a programmer / coder so I apologize in advance.
Thanks!
This is being attempted on my Racecapture Track running 2.12.0 Firmware.
From Torque App:
PID: 221154
Equation: A-40
Oil Temp
PID: 221470
Equation: A*0.578
Oil Pressure
I have tried various combinations of PID's with the mode set to 34 and no data has been received yet. Below is what has been tried for oil temp PID's:
221154 (from torque)
2232660 (from torque converted to dec if hex)
1154 (without 22, dec)
4436 (without 22 convert to dec if hex)
Below is a section from the cfg file:
Code: Select all
{
"add": -40.0,
"bigEndian": false,
"bm": false,
"bus": 0,
"div": 1.0,
"filtId": 0,
"id": 0,
"idMask": 0,
"len": 1,
"max": 300,
"min": 0,
"mode": 34,
"mult": 1.0,
"nm": "OilTemp",
"offset": 0,
"pass": false,
"pid": 221154,
"prec": 0,
"sr": 10,
"type": 0,
"ut": "F"
}
Any suggestions? Im by no means a programmer / coder so I apologize in advance.
Thanks!