2020 Hilux oil pressure pid

2020 Hilux oil pressure pid

Postby JimLahey on Wed, 12 May 2021 4:41 +0000

Hi all I just joined after lurking for a while and was wondering if there is a way to monitor engine oil pressure on the torque app? I got the dpf level and dpf regen working but can’t see any option for oil pressure?
JimLahey
 
Posts: 1
Joined: Wed, 12 May 2021 4:27 +0000
Location: Vic se


 

Re: 2020 Hilux oil pressure pid

Postby Mulga on Mon, 04 Apr 2022 11:00 +0000

How did you go with this? Want to get my app up and running, do you have any condes you can share?

Cheeers :)
2022 SR5, very vanilla. Actually silver but no mods or accessories worth mentioning.
Mulga
 
Posts: 7
Joined: Wed, 08 Dec 2021 6:04 +0000
Location: Queensland

Re: 2020 Hilux oil pressure pid

Postby ptommo59 on Mon, 26 Dec 2022 11:46 +0000

If still looking try these converted Scangauge codes which work on my Nov 21 Prado.

Mode/PID: 221074
Long Name: Engine Oil Pressure
Short Name: EOP
Min Value: 0
Max Value: 1000
Scale factor: x1
Unit type: kPa
Equation: INT16(A:B)/12.8
OBD Header: 700
Note: The new two stage (low/high pressure) oil pump causes the pressure to jump as the revs build from idle.

Mode/PID: 221627
Long Name: ATF Pan Temp
Short Name: ATF
Min Value: -40
Max Value: 215
Scale factor: x1
Unit type: Deg C
Equation: A-40
OBD Header: 700
---
Mode/PID: 221628
Long Name: Torque Converter Temp
Short Name: TCT
Min Value: -40
Max Value: 215
Scale factor: x1
Unit type: Deg C
Equation: A-40
OBD Header: 700

Mode/PID: 221620
Name: Torque Conv Lock Status
Short Name: TCL
Min Value: 0
Max Value: 1
Scale factor: x1
Equation: Lookup(BIT(A:0)::0='Off':1='Lock')
OBD Header: 700

Mode/PID: 221621
Name: Current Gear
Short Name: GER
Min Value: 1
Max Value: 6
Scale factor: x1
Equation: A
OBD Header: 700
Note: Will show 1 for P/N/R/1
ptommo59
 
Posts: 61
Joined: Mon, 20 Jul 2020 12:23 +0000
Location: Wodonga, Victoria

Re: 2020 Hilux oil pressure pid

Postby Random Dude on Fri, 13 Jan 2023 9:47 +0000

Hi,

I want to start to monitor these types of things - what OBD2 dongle and apps work well with the Hilux?

Cheers,
Random Dude
 
Posts: 21
Joined: Wed, 20 Aug 2014 7:26 +0000
Location: perth, wa

Re: 2020 Hilux oil pressure pid

Postby Bushwalker8 on Sat, 14 Jan 2023 8:18 +0000

The traditional options;
Scanguage 2 - bullet proof but limited information display

Torque Pro app + OBDLink LX is known reliable. Great visuals, more info than you will ever need and the logging capability can be handy. But ties up your phone and can mess with bus signals. Be very wary of other apps and cheap adapters.

UltraGuage MX. A good compromise between the two with multiple guage fields and screens available but limited to only 8 custom Mguage PIDS. I now use this.

There's now also a new ScanGuage 3 available that looks like an UltraGuage on steriods with color, touchscreen, wifi firmware & pid updates etc, but more expensive and mounting limitations due to rear RJ45 cable entry.
Bushwalker8
 
Posts: 169
Joined: Fri, 02 Sep 2016 6:59 +0000
Location: Geelong, Victoria

Re: 2020 Hilux oil pressure pid

Postby xychix on Sun, 29 Jan 2023 4:14 +0000

JimLahey wrote:Hi all I just joined after lurking for a while and was wondering if there is a way to monitor engine oil pressure on the torque app? I got the dpf level and dpf regen working but can’t see any option for oil pressure?

you got the DPF sensors working? How ? greatly appriciated.

Torque app, the normal one or a monthly subscription?
Apple or Android? Type of ODBII dongle?
xychix
 
Posts: 314
Joined: Thu, 05 Nov 2015 10:43 +0000
Location: holland

Re: 2020 Hilux oil pressure pid

Postby nionios on Sat, 03 Jun 2023 3:26 +0000

Torque Pro
Mode/PID: 221074
Long Name: Oil Pressure
Short Name: EOP
Min Value: 0
Max Value: 100
Type:psi
Equation: ((A*256)+B)/1280
OBD Header: 700
2020 GUN125, 2GD-FTV, DubleCab, J-Sport, Trabolt Filter
nionios
 
Posts: 4
Joined: Sun, 28 May 2023 8:00 +0000
Location: germany

Re: 2020 Hilux oil pressure pid

Postby ptommo59 on Sat, 03 Jun 2023 8:01 +0000

The Engine Oil Pressure PID above is OK but the type/equation mix is wrong for the 150kw 1GD-FTV it should be:

For reading in Bar:
Min: 0
Max: 10
Equation: INT16(A:B)/1280

For reading in Kpa:
Min: 0
Max: 1000
Equation: INT16(A:B)/12.8

For reading in PSI
Min: 0
Max: 100
Equation: INT16(A:B)/88
Last edited by ptommo59 on Wed, 07 Jun 2023 11:21 +0000, edited 1 time in total.
ptommo59
 
Posts: 61
Joined: Mon, 20 Jul 2020 12:23 +0000
Location: Wodonga, Victoria

Re: 2020 Hilux oil pressure pid

Postby nionios on Tue, 06 Jun 2023 7:11 +0000

I get errors in Torque Pro with Int16(A:B)/1280 maybe the EU model 2GD-FTV have different readings, however.
I am looking for Manual Transmission and Differential temperature reading, if someone can help I would appreciate it.
2020 GUN125, 2GD-FTV, DubleCab, J-Sport, Trabolt Filter
nionios
 
Posts: 4
Joined: Sun, 28 May 2023 8:00 +0000
Location: germany

Re: 2020 Hilux oil pressure pid

Postby ptommo59 on Wed, 07 Jun 2023 9:48 +0000

Hi Nionios,

Int16(A:B) is the same as ((A*256)+B) so first try to see if its a caps issue and replace with INT16(A:B) and if this doesn't work switch back to your original version.

What model manual transmission and what are you looking for as there is no oil temp info available on any of the Hilux manual gearboxes from what I can see?

The front diff does have an oil temp sensor which feeds to the 4 WD ECU. This should respond to queries on the 741 address.

I don't have a Hilux anymore so can't directly help. But if you are able to use torque scan to get all the responses from 741 and use a scantool to get the actual axle temp reading at around the same time then post these here I might be able to work it out for you
ptommo59
 
Posts: 61
Joined: Mon, 20 Jul 2020 12:23 +0000
Location: Wodonga, Victoria

Re: 2020 Hilux oil pressure pid

Postby nionios on Wed, 07 Jun 2023 4:51 +0000

Hi ptommo, thanks for your support.
I have tried your suggestion (oil pressure) without positive results, probably I need to update Torque Pro.
My Hilux was built in 2019 and have the RC60 Gearbox but the 2020 Engine (new type injectors and ECU)
2020 GUN125, 2GD-FTV, DubleCab, J-Sport, Trabolt Filter
nionios
 
Posts: 4
Joined: Sun, 28 May 2023 8:00 +0000
Location: germany

Re: 2020 Hilux oil pressure pid

Postby ptommo59 on Wed, 07 Jun 2023 7:27 +0000

OK

Did your original code work when you tried it?
If yes just change to /88 instead of /1280 and it should read correctly in PSI.

I checked the data List for the RC60 and there is no temps listed most of the parameters are input shaft speed, IMT or clutch pedal related.

Do you want to try to workout the Front Axle Oil Temp code as I will need the info I mentioned to try to work it out.
ptommo59
 
Posts: 61
Joined: Mon, 20 Jul 2020 12:23 +0000
Location: Wodonga, Victoria


Return to Electrical

Who is online

Users browsing this forum: No registered users and 5 guests