Pcmlogger EGR/WB profile

They go by many names, P01, P59, VPW, '0411 etc. Also covering E38 and newer here.
User avatar
joukoy
Posts: 392
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Pcmlogger EGR/WB profile

Post by joukoy »

Hello.

What is wrong? I can't get WB readings to pcmlogger.
Wrong PID? Wrong bytecount?

I have analog output from WB connected to EGR (Blue pin55 = signal, Blue pin 41 = signal ground)
B1301 - EGR System Enable is "set"

Added profile for WB logging:

Code: Select all

    <Parameter Name="AFR (EGR)" DefineBy="Pid" ByteCount="1" Address="0x2811">
      <Conversion Name="AFR" Expression="(x*2.3750) + 7.3125" />
    </Parameter>
Wiring info from:
https://download.efilive.com/Tutorials/ ... torial.pdf
kur4o
Posts: 950
Joined: Sun Apr 10, 2016 9:20 pm

Re: Pcmlogger EGR/WB profile

Post by kur4o »

Where did you get that address[2811].

I look at the list and 114b is the egr pid, You need to log that one, byte count is 1.

If you still have problems some patch work can be done to display the egr 16bit a/d channel. Or some other free a/d channel. Some testing with 5v will be needed. What OS you are running.
User avatar
joukoy
Posts: 392
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Pcmlogger EGR/WB profile

Post by joukoy »

Pid is from HPT forum, for example:
https://forum.hptuners.com/showthread.p ... hrough-EGR

Tested with pid 0x114b , AFR is still 7.31 all the time.

Maybe wiring problem, I will unplug pcm tomorrow and measure volts from connector.

Edit: OS 12587603
kur4o
Posts: 950
Joined: Sun Apr 10, 2016 9:20 pm

Re: Pcmlogger EGR/WB profile

Post by kur4o »

114b is some converted value so it might not work right I will look to add some patch to stream directly the 16 bit a/d.

The 1mb pcm can have egr signal at other pin. I will look for some schematics to confirm the egr input pin.
User avatar
joukoy
Posts: 392
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Pcmlogger EGR/WB profile

Post by joukoy »

kur4o wrote:114b is some converted value so it might not work right I will look to add some patch to stream directly the 16 bit a/d.

The 1mb pcm can have egr signal at other pin. I will look for some schematics to confirm the egr input pin.
I can use another a/d channel, if it makes this easier.
For example "Fuel tank pressure"
AC is not preferred because I have a dream about functional AC in future.
kur4o
Posts: 950
Joined: Sun Apr 10, 2016 9:20 pm

Re: Pcmlogger EGR/WB profile

Post by kur4o »

I can`t find egr input pin for the 1mb.

Pin 64-green is for the fuel tank pressure signal. I will look for the pid number. It is $114e. Check if the os support it, if not a simple patch will fix it.
User avatar
joukoy
Posts: 392
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Pcmlogger EGR/WB profile

Post by joukoy »

kur4o wrote:I can`t find egr input pin for the 1mb.

Pin 64-green is for the fuel tank pressure signal. I will look for the pid number. It is $114e. Check if the os support it, if not a simple patch will fix it.
Where is signal ground? Pin 23-Blue ?
In-Tech
Posts: 787
Joined: Mon Mar 09, 2020 4:35 pm
Location: California

Re: Pcmlogger EGR/WB profile

Post by In-Tech »

Hope this helps,
-Carl
2003-07pcmpinouts.pdf
(215.35 KiB) Downloaded 165 times
bubba2533
Posts: 498
Joined: Wed Apr 11, 2018 8:50 am
cars: 03 Chevy S10 Turbo V6

Re: Pcmlogger EGR/WB profile

Post by bubba2533 »

You can read the ram address without any patch with PCMLogger.

Try this:

Code: Select all

    <Parameter Name="AFR (EGR)" DefineBy="Address" ByteCount="2" Address="0xfff2c0">
      <Conversion Name="AFR" Expression="(x*2.3750) + 7.3125" />
    </Parameter>
Not sure of the conversion, but that is the raw EGR ADC ram address.
LS1 Boost OS V3 Here. For feature suggestions post in here Development Thread. Support future development ->Patreon.
kur4o
Posts: 950
Joined: Sun Apr 10, 2016 9:20 pm

Re: Pcmlogger EGR/WB profile

Post by kur4o »

joukoy wrote: Where is signal ground? Pin 23-Blue ?
PIn23-blue is the low reference, but you can use any pcm ground. Some widebands don`t have a separate ground path, just the 0-5v signal wire.\
Hope this helps,
-Carl

2003-07pcmpinouts.pdf
(215.35 KiB) Downloaded 1 time
I looked at the pinout and still no egr pin. I am sure it is there, including other ad inputs, someone needs to reverse the pcm and match them with the ram address. I think I found where the ad channels are stored from the tpu and there are lots of them.
Post Reply