Torque

Forums

Forums

Guest  

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




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » Custom Oil Pid Flashes

Pages: [1] 2
Author Topic: Custom Oil Pid Flashes
andre4813
Member
Posts: 30
Post Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

Hi to all,

I added a lot of times ago the additional oil temp pid, with these settings:
_______
OBD2 Mode and PID: 2101
Minimum Value: -40
Maximum Value: 190
Scale factor: x1
Unit type: C
Equation: AC-40
OBD Header: 7E0
_______

it work..
but some times the value make errors…
explaining better:
we suppose to be at 90°C, for a 1/2 second the value pass at 150 then 90°..or -24° then 90°..

only this pid do this “flash”..

Torque updated at last version. this problem is not new, always present from the beginning.

car: Subaru BRZ
OBD: OBDLink SX SCANTOOL USB
device: Android HUD T7019A

any idea?

F-150Torqued
Member
Posts: 437
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

My idea is you have something wrong with the equation.

I am not sure what the intended purpose is by the way it is written. What is “AC-40” intended to do? And I do not know WHAT Torque would do with that. My best guess is it would read the value in the “A” variable into the accumulator, then read the “C” variable value into the accumulator (stomping on top of what is already there), then subtracting 40 from that, and give you the result, somewhere between -40 and +215.

Is that what you want?

—————

54371019

piemmm
Administrator
Posts: 6629
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

Hi

AC is valid – for long responses (which 2101 may provide) can cause things to get ‘big’ in variable-space. so when torque hits Z, it then goes AA, AB, AC, AD, AE (etc)

The occasional flicker to an incorrect value is caused by the adapter corrupting the data. This exclusively happens with some of the Chinese clones adapters and there’s nothing that can be done about it apart from replacing the adapter

You will likely see after a long time that the error count may sometimes increment as well as the app can sometimes detect this

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

tx for your reply.
i copied the pid settings from ft86 forum usa.
I’m not able to understand what the settings means.
I’ve only done what the other people has yet done.

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

Quote from admin on April 15, 2016
Hi

AC is valid – for long responses (which 2101 may provide) can cause things to get ‘big’ in variable-space. so when torque hits Z, it then goes AA, AB, AC, AD, AE (etc)

The occasional flicker to an incorrect value is caused by the adapter corrupting the data. This exclusively happens with some of the Chinese clones adapters and there’s nothing that can be done about it apart from replacing the adapter

You will likely see after a long time that the error count may sometimes increment as well as the app can sometimes detect this

no no is not a chinese clone.
is the original by OBDLINK SCANTOOL. Bought directly in USA from the producer

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

here is a video

https://youtu.be/oOXdDJIFXjo

piemmm
Administrator
Posts: 6629
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

Hi

If it’s a oblink then it’s very unlikely to be corrupt data. This can only be one of two things:

* The app is corrupting the data (if this was happning though, it would happen for all the displays)

* The sensor is genuinely sending those values out, or the ECU, or the OBDLink.

To know further I’d need a debug sent immeiately after that happens. Because teh OBDLink is quick you’ll need to pull the adapter out *immediately* after you see the display glitch like that (so avoid the issue scrolling off the debug logs) and then send me a debug log (with your forum name)

I’ll look at the datastream to see what’s up. I suspect that if your OBDLink is functioning properly that it’s possibly the sensor. seeing the debug will let us know if that’s the case or not

If you can do this with 1.8.88 or version 1.8.89 that’d be great!

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

tx, I’ll try to send you the debug log.
Torque is been updated this morning.

can you explain me what I have to do make the log?

-I wait the error
-I fast disconnect the adapter

and then??

sorry, for the stupid questions… :-(

piemmm
Administrator
Posts: 6629
Post Re: Custom Oil Pid Flashes
on: April 15, 2016 (GMT)

No problem – here’s what to do:

Start the app, go into the ‘General settings’, tick ‘Enable debugging’ (at the bottom of the screen)

Then quit and restart the app. It will now be in debugging mode.

Connect and wait for the oil sensor to flash the incorrect value. As soon as it does that, disconnect the adapter (literally pull it out quickly)

Then press the ‘gear/menu’ icon, and from the menu select ‘Send debug logs’ (may take a moment before it pops up the next window)

In the next window put your forum name and then press send. Wait for the ‘sent ok’ message, and then I’ll have a look at the debug here and see what’s going on

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

2 logs has been sent.

piemmm
Administrator
Posts: 6629
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

Hi! Thanks

Found the issue – here’s what the adapter has sent to the app:

1460795903838 {-- 2101
1460795903849 --}  01F
1460795903849 --} +0:610150003D03
1460795903849 --} +1:48293A3962801D
1460795903849 --} +2:A83501AC0E2B54
1460795903849 --} +3:2E2D086A`A05AD09
1460795903854 --} +4:B5315276000000

The correct response should be:

1460795903910 {-- 2101
1460795903914 --}  01F
1460795903914 --} +0:610150003D03
1460795903917 --} +1:4A293A3962801D
1460795903917 --} +2:BA3501AC0D2B54
1460795903918 --} +3:2E2D086A05AD09
1460795903920 --} +4:B5312276000000

There’s a ` in there which should not be present. It plain should not be there (should only be numbers). At this point in time this would likely be an adapter issue – it may be worth contacting scantool and seeing if there is a firmware update available (specifically one that may relate to this issue)

Unfortunately as this is bad data coming out of the adapter, there’s not much I can do in the app to fix it (as the data is corrupt, from the adapter itself)

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

Thank you very much!
But one question..
Why the problem appear only in the added pid when the others work perfectly?

cintakc
Member
Posts: 1661
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

checked on my OBDLink LX all your PID 2101 (AC-40) works stably

piemmm
Administrator
Posts: 6629
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

It could be a number of things. are the other pids shorter/longer? and it could also be a timing issue on the adapter itself, or a fault with the adapter – it could even be something like a lot of electrical noise (though I would expect it to appear in other places too)

You’ll need to check the firmware first and see if there is a newer firmware for the adapter – the OBDLink is firmware upgradable so the first step it so make sure it’s running the latest version

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 16, 2016 (GMT)

ok.
I confirm you that other pids work perfectly.
I copied the important parts of this discussion in scantool forum. I wait the answer and I’ll keep you in touch.

concerning the firmware…
in the site seems that last firmware versione is 3.3.0.
mine is 3.4.4.
I do not understand how is possible..

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 18, 2016 (GMT)

they sent me by private message firmware update 4.0.1
I will give you my feedback asap

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: April 23, 2016 (GMT)

firmware updated succesfully.
the problem persists and is identic

Automate
Member
Posts: 19
Post Re: Custom Oil Pid Flashes
on: April 23, 2016 (GMT)

@piemmm I know it would be just putting a band-aid on the problem rather than fixing the root cause, but couldn’t you just throw away the complete response from the adapter when the response includes an invalid value (not 0 through E) or improper response length?

Capp777
Member
Posts: 2993
Post Re: Custom Oil Pid Flashes
on: April 23, 2016 (GMT)

Looks like a whole byte extra A’

andre4813
Member
Posts: 30
Post Re: Custom Oil Pid Flashes
on: March 24, 2017 (GMT)

just to give an upgrade..
new unit, Ownice C500, OBDLINK SX Fw:4.0.1

the problem persist.
Is there a way to read the PID “every X seconds” and not continuously?

I noted that the green “led” in the pid is always on, probably reading in discontinuous mode could help?

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

  Follow me on twitter