Torque

Forums

Forums

Guest  

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




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Help only for PID!! Equation solved!! :)

Pages: 1 [2] 3
Author Topic: Help only for PID!! Equation solved!! :)
creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Thank you!!

Very sorry to keep asking but which is PID in that link screen?

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

A800000056 – request
E8xx0000 – response
xx – byte A(hex)

terminal can be sure that everything is working and indications are correct, but will not work torkue

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Oh, thank you. so you used A800000056 as a PID?

Hmm, in my case, when i entered A800000056 in Torque pro, i couldnt save it. No saving, no applying.

Once i go home, i will try the number again, and will let you know.

Thanks, again!!

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Quote from cintakc on May 25, 2015
https://play.google.com/store/apps/details?id=com.drively.elmterminal
I tried 3 different adapter
OBD Link LX
ELM327 China bluetooth
ELM327 China WIFI
equation: A-50 °C
min: -50
max: 205

Oh, I am very sorry to overlook your instruction.

I thought it was Torque Pro, but it is Elm basic.

I got it….I will download and test it now…

Thanks a lot!!

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Quote from cintakc on May 25, 2015
https://yadi.sk/i/jGrNyZaGgrbUJ

Very Very Sorry, I have one more question.

In your link,

What does 84=82°C mean?

E8 FF 00 00, FF=205°C –> I understand this…hex to decimal then FF=205

But 84 should be 138 in hex decimal conversion.

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Quote from cintakc on May 25, 2015
A800000056 – request
E8xx0000 – response
xx – byte A(hex)

terminal can be sure that everything is working and indications are correct, but will not work torkue

I have just opened ELMbasic, but there is no menu or place that I can enter A800000056, min -50, max 205, equation A-50°C
Where do I have to enter these value? to Torque or Activeobd or Elmbasic…

Just confused

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

I have just read ELM Basic instructions and it looks like I have to write a command to get info that I want…

Let me go back to your first instruction.

Thank you..

creavation
Member
Posts: 29
Post ELM basic test result
on: May 25, 2015 (GMT)

Quote from cintakc on May 25, 2015
https://yadi.sk/i/jGrNyZaGgrbUJ

I don’t know why,

But this is the result of testing 3 different ELM327, all three are Chinese fake V2.1 ELM327, V1.5 Vgate ELM327, V1.5 Super mini ELM327.

>atz
ELM327 v1.5 (v2.1 for another one)

>atsp6
ok

>atsh7el
?

>A800000056
?

Super mini ELM shows ok for >atsh7el
but it shows “connection disconnected” for >A800000056

I don’t know…I am almost giving up for Subaru…

Activeobd doesn’t even connect…developer said Chinese ELM327 v1.5 should display transmission oil temperature
but it didn’t. Activeobd connection is still unstable.

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

you make a mistake 7EL
need 7E1 (seven E one)
byte “A” will give you the actual temperature of your car CVT
byte value “A”
00h=00d — A-50= 00d-50= -50 °C
01h=01d — A-50= 01d-50= -49 °C
…..
84h=132d — A-50= 132d-50= 82 °C
…..
FFh=255d — A-50= 255d-50= 205 °C

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Thank you!

This time completely different…

Here is what happened.

1) with ELM327 fake V2.1 chinese
ELM basic shows
atz ELM327 v2.1
atsp6 ok
atsh7e1 ok
A800000056 –> nothing shows..

2) with ELM327 Vgate OBD scan v1.5 Chinese
ELM basic shows
atz ELM327 v1.5
atsp6 ok
atsh7e1 ok
A800000056 –> nothing shows..

3) with Super mini ELM327 v1.5 Chinese
ELM basic shows
atz ELM327 v1.5
atsp6 ok
atsh7e1 ok
A800000056 shows below….

01 3F 00 A9 00 00 00 00
0: 6E 70 0D EA 00 00 00
1: 6E
0: 6E 70 01 DE 00 00 00
1: 6E
0: 6E 70 05 E2 00 00 00
1: 6E
0: 6E 70 09 E6 00 00 00
1: 6E

.
.
.
.
.

So many of these…

But no E8 FF 00 00 or E8 84 00 00

I am losing my motivation to keep up with this….so manu failures… haha…

and then I entered A800000056, then,
Instead of E8 FF 00 00 or E8 84 00 00,

What came out was

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 25, 2015 (GMT)

Quote from cintakc on May 25, 2015
you make a mistake 7EL
need 7E1 (seven E one)
byte “A” will give you the actual temperature of your car CVT
byte value “A”
00h=00d — A-50= 00d-50= -50 °C
01h=01d — A-50= 01d-50= -49 °C
…..
84h=132d — A-50= 132d-50= 82 °C
…..
FFh=255d — A-50= 255d-50= 205 °C

I think I am getting closer…but not right yet…

So, is that right?

1) Enter atz and Send…then showing version ELM327 v1.5

2) Enter atsp6 ….then ok

3) Enter atsh7e1…..then ok

4) Enter A800000056….then it should show something like this.. E8 FF 00 00, E8 84 00 00….etc…

But at 4),mine doesn’t show anything near.

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

2.1 version of the adapter will not work
make as:
ATZ
ATSP6
ATSH7E1
ATCRA7E9
A800000056

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

Quote from cintakc on May 26, 2015
2.1 version of the adapter will not work
make as:
ATZ
ATSP6
ATSH7E1
ATCRA7E9
A800000056

oh…Thank you,

There is one more line “ATCRA7E9”

I will test it out and let you know.

By the way,

These are all Celcius

00h=00d — A-50= 00d-50= -50 °C
01h=01d — A-50= 01d-50= -49 °C
…..
84h=132d — A-50= 132d-50= 82 °C
…..
FFh=255d — A-50= 255d-50= 205 °C

If I want to display it as Farenheit,
then, remove -50? or add or subtract any other numbers?

Thank you so much for your help!!

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

display it as Farenheit
equation ((A-50)*(9/5))+32 °F

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

Quote from cintakc on May 26, 2015
display it as Farenheit
equation ((A-50)*(9/5))+32 °F

Thank you so much!

I have a bad news..

Just checked out whole line including ATCRA7E9 at ELM Basic,
it didn’t work.

I used two different ELM327 v1.5 but both didn’t work.

Now, what I have left is Torque pro, Activeobd and ScanguageII.

Do you think this equation will work at Torque pro,
((A-50)*(9/5))+32 for Transmission fluid temperature at Subaru? But still I don’t have PID, Any possible generic PID you can recommend for Torque Pro?

Activepro still doesn’t show Transmission fluid Temperature although it is connected with ELM327 v1.5 and connection is very unstable.

I really don’t want to spend 0 for scanguageII since I already spent 0 to buy actron cp9580a which doesn’t show transmission fluid temperature…

Ahhhhh……I am stuck…..

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

Quote from creavation on May 26, 2015
I have a bad news..
Just checked out whole line including ATCRA7E9 at ELM Basic,
it didn’t work.

write that issued the terminal
interestingly

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

Quote from cintakc on May 26, 2015
Quote from creavation on May 26, 2015
I have a bad news..
Just checked out whole line including ATCRA7E9 at ELM Basic,
it didn’t work.

write that issued the terminal
interestingly

?? I am sorry but what does this mean?

“write that issued the terminal”

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

report(request) that issued the terminal

creavation
Member
Posts: 29
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

Quote from cintakc on May 26, 2015
write that issued the terminal

I think your knowledge is way beyond me…:)

I don’t know where I write “that issued the terminal”

What is the terminal? sorry…I feel so ignorant… :(

cintakc
Member
Posts: 1661
Post Re: Help only for PID!! Equation solved!! :)
on: May 26, 2015 (GMT)

you wrote:

3) with Super mini ELM327 v1.5 Chinese
ELM basic shows
atz ELM327 v1.5
atsp6 ok
atsh7e1 ok
A800000056 shows below….
01 3F 00 A9 00 00 00 00
0: 6E 70 0D EA 00 00 00

What answer gave the terminal for the next requests?
ATZ
ATSP6
ATSH7E1
ATCRA7E9
A800000056

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

  Follow me on twitter