Torque

Forums

Forums

Guest  

Show or hide header
Welcome Guest, posting in this forum require registration.




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Need help with xgauge translation

Pages: [1]
Author Topic: Need help with xgauge translation
biohazdan
Member
Posts: 4
Post Need help with xgauge translation
on: July 30, 2013 (GMT)

The transmission temp doesn’t work on torque with my 2007 toyota 4runner. I followed a guide that i found on here for translating xgauge code to PID codes, but now it displays the temp as being over 2000 C.

here is the original xgauge code:
Gauge: Transmission Temperature TXD:07E021D9 RXF:032180000000 RXD:2810 MTH:00070064FE70 Name:TFT Notes:Degrees F

This is my translation:
PID:
21D9
Long Name:
Transmission Temperature
Short Name:
TFT
Min value:
0
Max Value:
230
scale factor:
1
unit type:
F
Equation:
((A*256)+B)*10*(7/100)-398

I got confused constructing the equation and i’m pretty sure something is off (i hope the tranny isn’t 2000 C)

any help would be appreciated!! thanks!!

Capp777
Member
Posts: 2993
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

Similar thread…

http://torque-bhp.com/forums/?wpforumaction=viewtopic&t=3585.1

biohazdan
Member
Posts: 4
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

that is similar but is using codes for a newer vehicle. i will try them though.

http://www.scangauge.com/support/x-gauge/toyota-specific/

also, it’s now a puzzle and i’m curious where i went wrong. it’s been too many years since my undergrad programming class to remember what to do from here.

Capp777
Member
Posts: 2993
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

Test your PIDs response and watch which
data bytes are responding to trans temp
change. Your variables could be different
but the formulas should work.

biohazdan
Member
Posts: 4
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

so the variables were different, but i think that i’m getting a value that is realistic (124 F on a very short trip around the block after the car was sitting for several hours).

i left out the OBD header because it wouldn’t work with it inserted. in this case, are the variables different sensors that are being pinged…..i’m confused about how it’s working (not that i need to know, just curious)

thanks for the link. it was very helpful

Capp777
Member
Posts: 2993
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

For others that read this thread… can you
post the correct formula which worked
for you with your vehicle info?

As you can see in the other thread, mode 21
data can include multiple sensors in the
same response. The trick is extracting
the correct bytes of interest using the
appropriate variables.

Thanks.

biohazdan
Member
Posts: 4
Post Re: Need help with xgauge translation
on: July 30, 2013 (GMT)

Sure. Like i posted above, i think that this is correct value, but i haven’t checked it against anything else to make sure.

2007 toyota 4runner v6 5 speed auto

PID: 21d9
tranmission temp
scale left at 1
(((((G*256)+H)*(7/100))-400)/10)
header left blank

Pages: [1]
WP-Forum by: Fredrik Fahlstad, Version: 2.4
Page loaded in: 0.024 seconds.

  Follow me on twitter