Torque

Forums

Forums

Guest  

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




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Cannot get data out of VIN command (0902)

Pages: [1]
Author Topic: Cannot get data out of VIN command (0902)
SiLiZiUMM
Member
Posts: 4
Post Cannot get data out of VIN command (0902)
on: December 31, 2016 (GMT)

Hi,

I try to get some data (vehicle year) from the VIN data, which is 0902 command.

The command is sent and received successfully (I can see the response data using the Test button).

However, no data can be extracted from the response. I use the basic equation “A” to print the very first byte. All I get is this:

If I change the PID to something else (let’s say 2101) it works.

What I am doing wrong?

cintakc
Member
Posts: 1661
Post Re: Cannot get data out of VIN command (0902)
on: December 31, 2016 (GMT)

Torque program can not display the data in text format
you can get Vin number follows

7EA10144902014B4E44
7EA2130313233343536
7EA2237383941424344

014B4E443031323334353637383941424344
http://www.rapidtables.com/convert/number/hex-to-ascii.htm
https://yadi.sk/i/AYtKwMT-366xYP

Capp777
Member
Posts: 2993
Post Re: Cannot get data out of VIN command (0902)
on: December 31, 2016 (GMT)

Torque Pro will also display the decoded
VIN Code under Adapter Status icon functions
if available.

Do you get a response using R0, R1, etc. or
N0, N1, etc. ?

SiLiZiUMM
Member
Posts: 4
Post Re: Cannot get data out of VIN command (0902)
on: January 1, 2017 (GMT)

cintakc : I don’t want to display the VIN as text, I do know I cannot display text. I want to get the 10th VIN character which represent the year (on a Kia Soul EV) like this:

value=N+1945

where N would be the desired byte representing the 10th VIN character (on my vehicle, the letter is G, therefore year=71+1945=2016

Capp777 : I do get an answer in the Adapter status tab, showing the full VIN. What do you mean with R0 R1, N0, N1? Do I use that in the equation?

Thanks guys!

Capp777
Member
Posts: 2993
Post Re: Cannot get data out of VIN command (0902)
on: January 1, 2017 (GMT)

Try in the equation instead of A,B…
Curious if that format would return
data.

SiLiZiUMM
Member
Posts: 4
Post Re: Cannot get data out of VIN command (0902)
on: January 2, 2017 (GMT)

I tried, it returns nothing unfortunately.

Could it be because Torque eats the 0902 response for the Adapter Status page? This could explain why I am unable to process any data from this message!

Could you try it on your side?

cintakc
Member
Posts: 1661
Post Re: Cannot get data out of VIN command (0902)
on: January 2, 2017 (GMT)

in his first post, you do not specifically ask your question
take the following formula
J+1945

I checked on the emulator, I also did not work 0902, but if I try a PID, for example in 2902, it works
as in the program 0902 is used to determine the brand of car, perhaps the author of the program has limited the use of 0902 for external PID
https://yadi.sk/i/lPZTYGT436TnMu

SiLiZiUMM
Member
Posts: 4
Post Re: Cannot get data out of VIN command (0902)
on: January 7, 2017 (GMT)

I finally got it to work. My equations were ok. Torque is probably the problem.

If I start Torque first in the dashboard view, THEN start the ELM327, it will pickup the answer without problem:

If I go in the PID editor, it reports the value fine.

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

  Follow me on twitter