Hey All,
I have been playing around with the OBD2 Connection and the app Torque pro.
So far it works with a range of parameters you can get from the cars computer.
I started looking at this as dad ordered his new 200 series and wanted to know transmission Temp when he is towing.
I figured out the PID coding from other sites and came up with this so it gives me °C
Long name= Transmission Temp (pan)
Short name=TT Pan
PID= 2182
Min= 0
Max= 400
Scale factor 1x
Unit type= °C
Equation = (((((A*256)+B)*(7/100)-400)/100) - 32) /1.8
Long name= Transmission Temp (Converter)
Short name = TT Con
PID= 2182
Min= 0
Max= 400
Scale factor 1x
Unit type= °C
Equation = (((((C*256)+D)*(7/100)-400)/100) - 32) /1.8
Thought some people doing towing might like to know
Cheers
I have been playing around with the OBD2 Connection and the app Torque pro.
So far it works with a range of parameters you can get from the cars computer.
I started looking at this as dad ordered his new 200 series and wanted to know transmission Temp when he is towing.
I figured out the PID coding from other sites and came up with this so it gives me °C
Long name= Transmission Temp (pan)
Short name=TT Pan
PID= 2182
Min= 0
Max= 400
Scale factor 1x
Unit type= °C
Equation = (((((A*256)+B)*(7/100)-400)/100) - 32) /1.8
Long name= Transmission Temp (Converter)
Short name = TT Con
PID= 2182
Min= 0
Max= 400
Scale factor 1x
Unit type= °C
Equation = (((((C*256)+D)*(7/100)-400)/100) - 32) /1.8
Thought some people doing towing might like to know
Cheers
Comment