

 |
87-88 IL4 ECU Comms (Page 2/2) |
|
phonedawgz
|
MAY 08, 01:35 AM
|
|
For scanning the only thing needed along with TunerPro RT is the .adx file.
With TunerPro RT, once you load the .adx file for the 87-88 Fiero 2.5 you can read in technical english the parameters it uses to activate and receive the data stream.
After activating TunerPro RT and waiting past the nag screen go to Acquisition - Load Definition File - 1987 - 88 2.5 Fiero $48.ADX
Then with the proper cable attached you have to tell TunerPro RT where it is. Tools - Preferences - Data Acquistion/Emulation - and in the box to the LEFT (Data Aquisition and Logging) make sure the top box says Interface type USE PLUG IN and then hit Configure Plug In Component
Select the COM port your computer assigned your cable. Typically this is COM3 but it might be different depending on how many COM devices you have used with your computer.
As a test (only works with bi-directional cables) hit TEST FOR VALID INTERFACE USING SETTINGS and see if it passes. As a test the program will send a byte out on transmit and look for it to be returned on receive.
Assuming this is all working close the dialog boxes and then with the vehicle connected and key on (engine on or off) hit the "left & right" arrow icon and the laptop should make contact with the ecm and start scanning. A status box on the bottom, the fourth one over should change from yellow DA NOT CONNECTED to pink CONNECTING and then to blue CONNECTED.
Bottom status boxes 1 and 2 are for an emulation function, which you are not using. So ignore the fact that status box number 2 says HARDWARE NOT FOUND. That is talking about the emulation hardware.
Now back to the top tool bar - A few icons to the right of the double left right arrow is a speedo icon and a sprial topped notebook icon. The speedo icon is used to display a programmable dash function. The notepad icon is to display the real time data inputs along with the error codes. You will have to resize these screens to see all the data.
========== With the data flow off - you can view and if you want, edit the .adx file. Acquisition - Edit Defintion will get you there.
Under COMMANDS - see TRANSMIT STREAM SEND - That is what is sent to activate the single stream of data
Then the data stream will reply
And then you send it again and receive again. And again. and again. That is how it works with the bi-directional.
Under VALUES is where how to decode the data stream
BITMAPS are the CEL codes
There is only one look up table - for temp - well two one in F and one in C
|
|
|
phonedawgz
|
MAY 08, 03:46 AM
|
|
There was no OBD1
Just like there was no WW1. Just "The Great War". Then when the next great war came along the Great War was renamed to WW1.
GM called the data stream ALDL - Assembly Line Data Link. It is now colloquially known as OBD1. Well technically GM OBD1. Ford had their own OBD1. And so did Mopar and all the others. TunerPro only works with GM OBD1 (and anyone who did use GM ECMs)
There is a guy who wrote a scan version of TunerPro RT for Android. He chose to use the same .adx file definitions. It's ALDLdroid
The .adx files are more from end users than from the author of TunerPro RT.
So lets say you used the .adx files just as is and adapted to them. And then you included all the .adx files on your install disk. Not just the Fiero ones, but all of them. Then the user could select the vehicle by selecting the needed .adx file. And now your program works for all of the vehicles listed that have .adx files.
|
|
|
Romsk
|
MAY 08, 08:54 AM
|
|
Thanks for all the tips, that helps a lot. It looks like I will have to buy TunerPro RT to learn what is in the ADX files. Ok, no need for BINs, but that does pique my interest into what is in the PROMS.
So, ALDL is sometimes called OBD-I due to the "WWI Naming Effect", got it.
My GUI is really only for the Fiero. I could write an ADX interpreter for it and that would open it up to hundreds of models of vehicles. But here is the rub, I also offer free consultations on hunting down Fiero issues... if folks that, say, own a BMW, I would not be able to help them. Besides, I dont like BMWs... I am a Mercedes-Benz man - I love my SLK280; I am springing it from its winter cage this weekend. Also, the guages on my GUI look like the Fiero dashboard. I would have to make it more generic. I read TunerPro RT is over 100K lines of code. My GUI is only 33K lines of code so far.
The saga: The tool started out 10 years ago. I was bored so I slapped together a simple application just to display the ALDL data in hex. My first adapter was for RS-232 and was based on the homemade cables that are common on the web. I didn't like "fooling" the UART in my PC with ALDL pulses looking like ASCII characters as pseudo RS-232 frames, it was creating comms errors and just like my code compiles with zero errors and zero warnings, I don't like errors operationally. So, I used a Parallax P-Stamp to measure the ALDL pulse widths and sent proper data to my serial port as ASCII '1's and '0's - no errors. That adapter had a knob on it to set the 4 ALDL modes using open/10K/3.9K/short. So, I expanded the GUI for fun. I wrote it all in National Instruments LabWindows/CVI because Microsoft's Visual Studio can be quirky at times. CVI is a more robust tool and used in the Aerospace and Defense industry. I posted a download for my GUI on my minimalist website, and included drawings on how to make the Adapters. One issue with my GUI back then is that it dropped every other ALDL frame. This was because while I was displaying data I didn't grab the next frame in the background. So, I made the comms routine multi-threaded and now while I display one frame, the next is being grabbed in the background. I had a whopping 3 users world wide! The P-Stamp was about $72 dollars at the time, so I switched to an Arduino UNO which was only $23. But I was getting e-mails from my users if I could make the new Adapters for them. The box to hold an Ardunio was costly, so I went to an Adafruit Trinket M0 (smaller than a P-Stamp) and is only $9. I sold a couple of those Adapters at cost for around $54 in order as I need it pricing - my idea was keep it low cost to my fellow Fiero followers. Because the Trinket is 3.3V I/O, I had to have a tiny circuit board with Zener Diode Limiters to protect the I/O pins. I was selling about one every 6 months. The circuit boards were hand wired proto boards, not a lot of circuitry, but still slow to build. I found JLCPCB in Hong Kong and they made PCBs for me at 33 cents each (with shipping factored in for lots of 25) and they 3D printed my ALDL connector backshells for about $3 each (with shipping for lots of 25) very high quality - they look like they were injected molded after they sand blast them. This made assembling the Adapters a breeze. The new circuit board can now select the ALDL Mode via comms to the Trinket. Since the Trinket has a Dotstar multi-color LED on it, I display that on my Adapter for status (a soda straw/hot glue light tube that looks like a standard LED outside the case). The ALDL connector on Fieros have a pin to power up the Fuel Pump so I added a jack for that. I had 2 I/O left on the Trinket so I use them for the SES and Shift signals (if the user wants to add those wires to the ALDL Connector in their car). If wired in the car, my GUI and Adapter can read the Error Codes for you! I let the computer count the SES flashes and light up LEDs in the GUI as to which EC is set. But if you go old school and count the flashes yourself, you still use the GUI to look them up. Then you can left click on an LED and you get a pop-up with more info on that error code and what to look for in the Fiero.
At this point I was selling about 1 a month (still at cost). The Fiero Store caught wind of it and we made a deal to sell my adapters through them. They insisted that I stop building them for cost and add in my time for labor and profit. I did, but kept it all very modest. Now I am selling about 10 per month retail. But no good deed goes unpunished... the 'Tariff War' is increasing the cost. But at least I can now go with US companies (if they stay tariff competitive) for my PCBs and 3D printed backshells.
So, expand this beyond Fieros? No thanks, I have my hands full right now (laugh). This was only supposed to be a hobby.[This message has been edited by Romsk (edited 05-08-2025).]
|
|
|
phonedawgz
|
MAY 09, 03:04 AM
|
|
No need to buy TunerPro RT. It runs 100% after a 10 second nag screen.
|
|

 |
|