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!