ALDL LCD Display
-
- 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
The guy behind TunerProRT wouldn't share the logging algorithm / protocol he uses so we couldn't implement that which is a shame. He says its too complicated. We could do a CSV style file but I'm not sure how usefull it would be without being able to replay it.
- antus
- Site Admin
- Posts: 8987
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: ALDL LCD Display
The XDL format, or at least older versions which current version will still open is not too complicated. It has a header and some time records and the data packet in full. Can see what I can find if you want to implement it. I think tunerpro can support csv, and megalogviewer can too.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
- Holden202T
- Posts: 10394
- Joined: Sat Feb 28, 2009 9:05 pm
- Location: Tenambit, NSW
- Contact:
Re: ALDL LCD Display
i've done a basic csv with arduino before and it works fine with mega log viewer, literally put line at the top for the headers then all the data in each row works perefectly!
No matter what the question is, the answer is always more horsepower! 
Just starting out? Have a read of the getting started guide
Basic tuning of a delco ECM with $12P thread
Advanced tuning of a delco ECM with $12P thread

Just starting out? Have a read of the getting started guide
Basic tuning of a delco ECM with $12P thread
Advanced tuning of a delco ECM with $12P thread
Re: ALDL LCD Display
any of these available still? im very keen
-
- 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
the new screens were in australia 2 weeks ago with auspost. I'll try chase them up today
Re: ALDL LCD Display
I had a play around with the config on the screen in the VL. It is set up to run with a 3 bar map and display boost on screen 1 in place of knock counts. I have tried to set up a window 2 to switch to under boost but it does not make the switch. Has anybody been successful in doing this? I've attached a copy of my config file if anyone has any pointers.
- Attachments
-
- CONFIG.txt
- (6.37 KiB) Downloaded 120 times
-
- 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
what firmware are you using? it'll say at power on
-
- 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
everything looks fine in there, the only thing is
the numbers in the conditions are in hex, so where you have WINDOW1=VAR02>64
The 64 is hex, which is 100dec. Is that as intended?
the numbers in the conditions are in hex, so where you have WINDOW1=VAR02>64
The 64 is hex, which is 100dec. Is that as intended?
-
- 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
oh and its been a minute, but I beileve its a 16bit hex number, so it should be WINDOW1=VAR2>0064