ALDL LCD Display

Holden/Delco Tuning. ALDL, OBD 1.5. Circa 1989 to 2004.
BennVenn
Posts: 533
Joined: Fri Mar 04, 2016 10:35 am
cars: R33 GTST, '60 Vw Bug, Express (4G63T), GW X200
Location: Windellama, NSW
Contact:

Re: ALDL LCD Display

Post by BennVenn »

Please don't order one of these if you don't know what it is, what it does, or how to install it. Paypal and Shopify don't refund their 'fees' in a cancellation so when you change your mind, it comes out of my pocket.
BennVenn
Posts: 533
Joined: Fri Mar 04, 2016 10:35 am
cars: R33 GTST, '60 Vw Bug, Express (4G63T), GW X200
Location: Windellama, NSW
Contact:

Re: ALDL LCD Display

Post by BennVenn »

This display is intended for High speed comms from an '808 ecu running OSE$12P. In this mode, you can configure the display to show what you want, any size, color, font you want. See below:
8192Baud_Configurable.PNG
8192Baud_Configurable.PNG (946.66 KiB) Viewed 2728 times
This display also supports 'stock' '808 ECU's which support 160Baud ALDL communications. These include Stock VN/VP/VR(manual) ECUs, astra, pulsar, camira etc... There are 3 modes available for 160Baud. Mode1 (SJ1 jumper soldered): This will only show you Battery voltage and Coolant temp. This can be changed if you modify the source and update your firmware. If you can't code in C, modifying and updating firmware is not for you.
160Baud_Mode1.jpg
Mode2: (SJ1 and SJ2 soldered). This will show the hex values of the data stream from the ECU. If you know what this means, it might be useful for you. Otherwise, it has no purpose.
160Baud_Mode2.jpg
Mode3: (SJ1, SJ2 and SJ3 soldered). This will show most of the useful stats from the ECU in somewhat human readable numbers. This is for debugging or testing sensors etc. Not ideal as a regular display due to the extrememly slow data rate that 160baud offers.
160Baud_Mode3.jpg

Other vechicles: As Antus says a few comments earlier, other High speed comms compatible ECU's will likely work with minimal changes to the CONFIG.TXT file. If you're not confident with text files or the instruction manual, this likely isn't for you.

Wiring: In 8192Baud mode, the LCD will need 5v, gnd, TX and RX from the ECU. If TX & RX are combined in a single wire, and it is a 5v signal, you can connect them both together.
In 160Baud mode, the LCD expects 12v, gnd, and you will need 3 resistors. One 10k resistor on the diag port to instruct the ECU to stream out its ALDL data, and 2 resistors to form a voltage divider to reduce the 12v logic signal to somewhere between 3 and 5volts. A 5k and a 10k resistor will be fine for this. Email/PM me if you need further instructions on this.

I hope that clears up any unknowns. The source is avaialble upon request and if you have a basic understanding of C I am happy to help YOU modify the code. Likewise for the CONFIG.TXT file, if you understand the basics and have had a crack at it but can't figure it out, happy to help.
User avatar
vlad01
Posts: 8124
Joined: Mon Oct 08, 2012 6:41 pm
cars: VP I S
VP I executive
VP II executive
VP II executive #2
VR II executive
Location: Kyneton, Vic

Re: ALDL LCD Display

Post by vlad01 »

Aren't literally all Holden Delco based PCMs single wire? None of the cars I have ever worked on had two wires on the ALDL.
I'm the director of VSH (Vlad's Spec Holden), because HSV were doing it ass about.
vp304
Posts: 463
Joined: Wed May 19, 2010 2:21 pm

Re: ALDL LCD Display

Post by vp304 »

Have one of these for over 1 year running on my Vr with 11p no worries. Runs great
Now BennVenn just has to make one for the ls1 ecu :)
User avatar
pman92
Posts: 577
Joined: Thu May 03, 2012 10:50 pm
Location: Castlemaine, Vic
Contact:

Re: ALDL LCD Display

Post by pman92 »

vlad01 wrote: Fri Nov 01, 2024 7:17 pm Aren't literally all Holden Delco based PCMs single wire?
Yes they are all single wire, 5v, 8192 baud.
The 160 baud 12v version used the check engine light wire (hence why it was 12v) to transmit data (used only in VN VP).

If you wanted to use this display with VT onwards you could use the chatter data from the PCM without having to send anything to request it.
You would only have to connect the RX wire to the display, since you wouldnt need to transmit anything.

There isn't as much data available, but the basics are there (RPM, coolant temp, air temp, vehicle speed, flags for warnings, a bit more).
BennVenn
Posts: 533
Joined: Fri Mar 04, 2016 10:35 am
cars: R33 GTST, '60 Vw Bug, Express (4G63T), GW X200
Location: Windellama, NSW
Contact:

Re: ALDL LCD Display

Post by BennVenn »

vlad01 wrote: Fri Nov 01, 2024 7:17 pm Aren't literally all Holden Delco based PCMs single wire? None of the cars I have ever worked on had two wires on the ALDL.
All Delco PCM's have a Serial TX and Serial RX pin on the PCB. Installing serial comms uses both of these pins, these are what I use in my cars too not just for the serial comms, but for my LCD. 'high speed' PCM's have an IC which combine both signals into a single wire which leaves the ECU via the connector. You can use this too
User avatar
Chr0m3
Posts: 72
Joined: Tue Aug 08, 2017 4:25 pm
cars: 2004 V6 VY Series 2
Contact:

Re: ALDL LCD Display

Post by Chr0m3 »

pman92 wrote: Fri Nov 01, 2024 9:08 pm
vlad01 wrote: Fri Nov 01, 2024 7:17 pm Aren't literally all Holden Delco based PCMs single wire?
Yes they are all single wire, 5v, 8192 baud.
The 160 baud 12v version used the check engine light wire (hence why it was 12v) to transmit data (used only in VN VP).

If you wanted to use this display with VT onwards you could use the chatter data from the PCM without having to send anything to request it.
You would only have to connect the RX wire to the display, since you wouldnt need to transmit anything.

There isn't as much data available, but the basics are there (RPM, coolant temp, air temp, vehicle speed, flags for warnings, a bit more).
This would work, it'd still be fairly slow and rpm is in this instance is only 25/1 so resolution isn't great either (could patch that), would work okay for digital but not analog dashes.

Interesting thing you can do as well (I've done it before), patch ecu code to send rpm in place of real time fuel usage and the 3 screen clusters show rpm then, looks pretty average due to layout on cluster though.

But yeah I did play with this a while back and didn't seem great.
User avatar
Holden202T
Posts: 10394
Joined: Sat Feb 28, 2009 9:05 pm
Location: Tenambit, NSW
Contact:

Re: ALDL LCD Display

Post by Holden202T »

just got mine the other day thanks!

i plan to try and test it on a $11P vehicle shortly!
BennVenn
Posts: 533
Joined: Fri Mar 04, 2016 10:35 am
cars: R33 GTST, '60 Vw Bug, Express (4G63T), GW X200
Location: Windellama, NSW
Contact:

Re: ALDL LCD Display

Post by BennVenn »

Let us know how you go!

The 3 LCD order will be shipped tomorrow, sorry for the late shipment whoever you are!
seabreeze
Posts: 22
Joined: Tue Apr 19, 2022 6:13 pm
cars: VN Buick V6, VS Ecotec Utility, VE SSV L98 Utility

Re: ALDL LCD Display

Post by seabreeze »

These are showing sold out. Did i miss the current release?! Will there be another batch?
Post Reply