DIY PROM Do It Yourself PROM chip burning help. No PROM begging. No PROMs for sale. No commercial exchange. Not a referral service.

ALDL to BIN program uploaded, TBI guys check it out!

Thread Tools
 
Search this Thread
 
Old 02-20-2003, 07:49 AM
  #1  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
ALDL to BIN program uploaded, TBI guys check it out!

It's taken me long enough but I finally got around to fixing Jason Weir's original perl coded Aldltobin.pl script. I basically edited it so that it works ;-) and compiled it to run as an exe so people without perl on their computers can still use it.
If you want the source code e-mail me at prevost.3@osu.edu

The program can be found in the incoming directory. ftp://ftp.diy-efi.org/incoming/ under ALDLtoBIN.zip

Maybe I should explain what the program does.
The program takes a bin file and logged BLM data from WinAldl and spits out a new_bin file ready to get burned. The new bin not only has the corrected fuel tables but it also has the checksum automatically updated. If you've got one of Craig Moate's adaptors you'll need to change your mask id (D004) to AA so your ecm doesn't hickup when you switch with the ecm still powered up.
I'm working on a C++ version of this software but this is a big step in the right direction for those of us with slow laptops that don't like waiting 5 minutes for excel to refresh only to be completely frustrated when data doesn't import correctly or paste like it should!!!
The features of this program are very simple. Input comes from you (options) and 2 files. Output is a new binary image.

Run the program from the command prompt (windows users either start-run-cmd-enter or start-run-command-enter)

Usage=
drive:\directory>aldltobin <filename.bin> <winaldlblmdata.txt> <ecm> <what data to use>
example=
c:\winaldl>aldltobin anlu.bin 20030114_154207_BLM.txt 8746 N

The <ecm> can be either the 8746 or 7747 (common ecm's used with winaldl) but all similar ecm's are supported if you know the starting location of the main VE table. Just type in the binary location (ex. 4C2).
The <what data to use> is either the Narrow average 10 or Wide average 10. N or W. It's up to you which you want to use. If you've got lots of Narrow data then use that obviously, else use the Wide.
That's it. Oh yeah, and the files should be in the same directory or the complete path names must be typed out.

If you've got suggestions through them my way.
co-author, Jon Prevost

copyright, this is FREEWARE but if you use it you have to let me know how you like it. The software can not be used for commercial use without the written concent of either myself or Jason Weir.
Old 02-20-2003, 10:50 AM
  #2  
Member
 
TORC's Avatar
 
Join Date: Nov 2002
Posts: 116
Likes: 0
Received 0 Likes on 0 Posts
So this is basically an automatic of the "VEfixer" spreadsheet? Cool!!!
Old 02-20-2003, 11:11 PM
  #3  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
yup, but I would highly recommend you change all of your 400-3200rpm 2nd VE table cells to 0. I could right a program that changed those as well but it's so much easier just setting them all to 0 and working only with the main VE table.
Old 02-21-2003, 12:45 AM
  #4  
Senior Member
 
89transam's Avatar
 
Join Date: Sep 2001
Location: Santa Maria Ca
Posts: 864
Likes: 0
Received 0 Likes on 0 Posts
You say it makes a bin file by looking at a readout from the cable? SO then after like 10 times through shouldent it be pretty close to right on, without any real work by the person?
Old 02-21-2003, 01:01 AM
  #5  
Member
 
TORC's Avatar
 
Join Date: Nov 2002
Posts: 116
Likes: 0
Received 0 Likes on 0 Posts
Originally posted by JPrevost
yup, but I would highly recommend you change all of your 400-3200rpm 2nd VE table cells to 0. I could right a program that changed those as well but it's so much easier just setting them all to 0 and working only with the main VE table.
Now, are suggesting that it would be best to set the 2nd VE table to zeros and just leave it that way permanently? or just zero it out until you get the main VE table dialed in and then go back and play with the 2nd? Please elaborate a little. Thanks...
Old 02-21-2003, 01:46 AM
  #6  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
The 2nd VE table is from 0 to 6400rpm. Do NOT put a zero in the 0 cell of that table, just zero from 400 to 3200. I could modify the program easily to do this for you or simply modify both tables with the correction values but honestly I don't think it's needed. You shouldn't make it harder for yourself with 2 tables to think about. The adder table's 0rpm cell should be just slightly below the main VE tables 400rpm value! It's all the same but correcting one table without the other is not going to be enough since they are added together.
Old 02-21-2003, 10:27 AM
  #7  
Member
 
TORC's Avatar
 
Join Date: Nov 2002
Posts: 116
Likes: 0
Received 0 Likes on 0 Posts
Originally posted by JPrevost
The 2nd VE table is from 0 to 6400rpm. Do NOT put a zero in the 0 cell of that table, just zero from 400 to 3200. I could modify the program easily to do this for you or simply modify both tables with the correction values but honestly I don't think it's needed. You shouldn't make it harder for yourself with 2 tables to think about. The adder table's 0rpm cell should be just slightly below the main VE tables 400rpm value! It's all the same but correcting one table without the other is not going to be enough since they are added together.
Ok, let's see if I got my feeble little mind wrapped around this correctly. The 2nd VE table is just an array really and is expressed as % of main VE table. So I should zero out the array from 400 to 3200 rpm. This will force all VE calculations to be made with the main VE table and the 2nd VE will then essentially be ignored as if it was never there. Is that about right? Sorry, I'm a little slow on this one. And if this is the case, why in the hell did they ever put the array in there in the first place?
Old 02-21-2003, 11:17 AM
  #8  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Yeah, that's correct for the most part. There are 2 tables, main VE and adder VE. The values in these tables gets added together and that's used to map out your fuel curve. By zeroing out the adder table all the corrections can be made in the main table. Don't zero out the whole table because of the reasons I already posted but also because most if not all of our engines have a peak torque/VE above 3200rpm.
Old 02-23-2003, 03:45 PM
  #9  
Senior Member

 
Chris Etemadi's Avatar
 
Join Date: Oct 1999
Location: Dallas, Texas
Posts: 548
Likes: 0
Received 0 Likes on 0 Posts
Car: 1991 Z28
Engine: 5.3 Gen III SBC
Transmission: 4L80E NTC 258mm Stall
Axle/Gears: Trick Chassis 9" 3.50 S-Strac
Ok, Im still trying to grasp this. sorry.
OK I start with logging some data with winaldl. Now with the .csv excel file what do I do? I tryed to open the ALDLtobin.exe and a MS-dos screen poped up and then closed itself. I know im missing alot, could someone break this down alittle bit more?
Old 02-23-2003, 07:41 PM
  #10  
Supreme Member
 
Scott_92RS's Avatar
 
Join Date: Jul 1999
Location: Plano, TX
Posts: 1,817
Likes: 0
Received 1 Like on 1 Post
Car: 1992 RS
Engine: 406 Stealth Ram
Transmission: 700R4
Originally posted by Chris Etemadi
Ok, Im still trying to grasp this. sorry.
OK I start with logging some data with winaldl. Now with the .csv excel file what do I do? I tryed to open the ALDLtobin.exe and a MS-dos screen poped up and then closed itself. I know im missing alot, could someone break this down alittle bit more?
You've got to goto a command prompt first. In windows, click the start button, then goto "Run". Type "cmd", or "command". A command prompt will pop up. You'll then need to change your directory to the directory that the program is in, i.e.

cd c:
cd FolderName\ALDLToBIN

Then use the format Jon listed.
Old 02-23-2003, 10:09 PM
  #11  
Senior Member

 
Chris Etemadi's Avatar
 
Join Date: Oct 1999
Location: Dallas, Texas
Posts: 548
Likes: 0
Received 0 Likes on 0 Posts
Car: 1991 Z28
Engine: 5.3 Gen III SBC
Transmission: 4L80E NTC 258mm Stall
Axle/Gears: Trick Chassis 9" 3.50 S-Strac
Ok now with the win aldl file mine isnt a .txt its a .csv will it work like this? And he said 7747 and 8746's work by just puting in that. I have a 7730 I think the start address is 6EE but I am not sure. so if all that works then theoretically I press enter with all that and i get a new .bin ?
sorry, Im a slow learner with some things.
Old 02-24-2003, 12:01 AM
  #12  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Don't use winaldl for the 7730 and I don't even think it works. You need Craig's software (also free) and just use his VEphd software (also free). You've got a faster data stream, no sence in limiting it. Also the VE tables in the p4 (your ecm) isn't like that in the c3's.

Last edited by JPrevost; 02-24-2003 at 09:29 AM.
Old 02-24-2003, 07:18 AM
  #13  
Member
 
Ken73's Avatar
 
Join Date: Jan 2001
Location: Houston, TX
Posts: 391
Likes: 0
Received 0 Likes on 0 Posts
Car: 82 Corvette
Engine: 350 CrossFire
Transmission: 700R4
Now, won't this be a hoot with my DIY EPROM emulator that I'm coming out with?
Old 02-24-2003, 09:38 AM
  #14  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Originally posted by Ken73
Now, won't this be a hoot with my DIY EPROM emulator that I'm coming out with?
I can't think of anything better. All side projects are on hold until this summer. If a diy eprom emulator comes out then I'll try and develop some program along with winaldl or winbin to auto update for a self learn. The only issues are the cells that don't get data. I'm still working on an excel alogorithm that works well to get you into the ballpark but I can't figure out how to have the equations work from in to out bounds. Basically I need to run a do while loop that finds the cells with no data and edits them according to they're positional vector in comparison to peak torque and then continue on to the cells outside of those cells. Really not hard but it's time I don't have.
Believe it or not, I've only take 1 programming class EVER. It was only for a couple months, fortran and maple 7. I picked up so fast that the teacher offered me a job as a TA for the next quarters class. Perl is great. I had no idea it was so simple and as powerful as it is. It's now my adopted "quick file editing" language of choice. Anyhow, please e-mail me with the updates and if you need any help. I've got a EE grad student that loves this stuff. He's doing our little in-steering wheel display/shift light for our formula car. It's already done and looks badass, definatly a talented individual.
Old 02-24-2003, 09:34 PM
  #15  
Member
 
yellow73bb's Avatar
 
Join Date: Jan 2003
Location: Shanghai PRC
Posts: 211
Likes: 0
Received 0 Likes on 0 Posts
I've got a VB program that I wrote that does this, but only for the 1227747. It also has all the values and tables for the IAC (the next thing I plan to tackle) that you can modify and update.

It reads your bin file, reads the BLM file saved from WINALDL, and lets you update the table and save it. You can also turn off EGR and turn on closed loop idle. It's not quite ready for primetime yet, but after some testing I would be happy to upload it.
Old 02-24-2003, 11:45 PM
  #16  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Originally posted by yellow73bb
I've got a VB program that I wrote that does this, but only for the 1227747. It also has all the values and tables for the IAC (the next thing I plan to tackle) that you can modify and update.

It reads your bin file, reads the BLM file saved from WINALDL, and lets you update the table and save it. You can also turn off EGR and turn on closed loop idle. It's not quite ready for primetime yet, but after some testing I would be happy to upload it.
Sounds good, just make sure it doesn't require any special .dll's or what not. Most of the computers are old and VB might be a little too much, we'll see. Oh yeah, and don't forget to include the 8746 ecm. It's only an address change.
Old 02-27-2003, 09:00 AM
  #17  
Senior Member

 
JoBy's Avatar
 
Join Date: Oct 2001
Location: Timrå, Sweden
Posts: 930
Likes: 0
Received 0 Likes on 0 Posts
Car: 1984 Corvette
Engine: Turbo 350
Transmission: 4L80E with TCI T-Com
JPrevost, yellow73bb,

In your programs, do you just multiply the WinALDL 'Correction' table with the old VE map or do you do it cell by cell and analyze the '#Samples' and 'Std. Dev.' tables do decide if the correction should be used or not?

A cell with only a few samples might not have enough data to validate a correction based on it.

Even if a cell has enough samples in it the sampled values might vary too much to validate a correction. This can be seen in the 'Std. Dev.' table.
Old 02-27-2003, 12:08 PM
  #18  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
It uses either that Narrow correction 10 or Wide correction 10. That way it's the last 10 good cells of data.
Old 02-28-2003, 04:26 AM
  #19  
Senior Member

 
JoBy's Avatar
 
Join Date: Oct 2001
Location: Timrå, Sweden
Posts: 930
Likes: 0
Received 0 Likes on 0 Posts
Car: 1984 Corvette
Engine: Turbo 350
Transmission: 4L80E with TCI T-Com
The Correction will hold the last 10 samples IF you have received 10 samples or more in that cell. That is why you could use the #samples table to verify that you have at least 10 samples.

Even if you have 10 samples some of them could be odd values that should not be used for tuning. By looking at the Std. Dev. table you can see the spread of data in that cell.

The standard deviation measures the spread of the data about the mean value. It is useful in comparing sets of data which may have the same mean but a different range. For example, the mean of the following two is the same: 15, 15, 15, 14, 16 and 2, 7, 14, 22, 30. However, the second is clearly more spread out. If a set has a low standard deviation, the values are not spread out too much.

15, 15, 15, 14, 16 will have a standard deviation of 0.6
2, 7, 14, 22, 30 will have a standard deviation of 10
Both cells would show an average of 15.

If one cell has a high standard deviation then that is a warning flag.

This automated tuning help is a great thing but it is a risk if you dont validate the data used for tuning.

Last edited by JoBy; 02-28-2003 at 04:34 AM.
Old 02-28-2003, 10:20 AM
  #20  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
It's a tool, not an answer, just a tool!
Old 02-28-2003, 10:36 AM
  #21  
Senior Member

 
JoBy's Avatar
 
Join Date: Oct 2001
Location: Timrå, Sweden
Posts: 930
Likes: 0
Received 0 Likes on 0 Posts
Car: 1984 Corvette
Engine: Turbo 350
Transmission: 4L80E with TCI T-Com
Sorry, Don't take it personally.

Yes, it is probably a great tool as it is. I was just trying to point out possible improvements.
Old 02-28-2003, 10:43 AM
  #22  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
I'm not considering what I have to work with is YOUR software .
I can think of MANY improvements that need to be done but I don't have the time to do it. Besides, with the way people on this board crap on TBI I'm suprised there was even a reply thanking me for this.
Old 03-06-2003, 05:11 PM
  #23  
Ral
Junior Member
 
Ral's Avatar
 
Join Date: Nov 2001
Posts: 16
Likes: 0
Received 0 Likes on 0 Posts
Jon-
I just used your program for the first time, and I have to say it is a real time saver. Thanks. It sure beats copy and paste from Excel. BTW, I also like the ability to use the "wide" option. Your 8746 .ecu file is also appreciated.

Ral
Old 03-07-2003, 02:40 AM
  #24  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Thanks for the kind words. It really does cut down on the time and that's all I wanted to do. Honestly I'd rather use excel because I have a auto-update chart to compare and contrast the changes logged but.... when you've got things to do and maybe a slow computer, this is worth it.
BTW, that ECU file still needs some work. There are some 8 bit constants that should be arrays (16-bit). I just haven't gotten around to fixing it. I figured I'd just release and update. Maybe somebody else wants to do it .
Old 03-17-2003, 12:46 PM
  #25  
Junior Member
 
scottcleaver's Avatar
 
Join Date: Dec 2002
Posts: 27
Likes: 0
Received 0 Likes on 0 Posts
ttt
Old 04-20-2003, 04:03 PM
  #26  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
how long should i run data logging, and is there any special ways i should drive to get better results from it.
Old 04-20-2003, 06:03 PM
  #27  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Steady, smooth throttle transistions so as not to screw things up too much with the pump shots. Also holding a gear helps get more data at higher rpms and go up to 3200rpm and lift off the throttle slow to dig down into the high vacuum (~20kpa) range. You'll see that the most accurate data will be changed where you've gotten the most datapoints. I also highly recommend you use excel or something to chart out the new tables and do some smoothing so it doesn't look WAY out of wack. Remember better rich than lean.
I'm working on some really cool iterations that'll smooth data and give you a great baseline for tuning your VEs. I'm also going to try and make the script add the VE #2 array to the #1 table before making changes, then doing a bunch of other cool stuff. Right now I'm working with excel to get the interpolation equations figured out. The idea is basic. Vol eff increases as MAP increases. At least this is what it should do. Then it should also increase all the way to your peak torque and then from there decrease. Getting solid results in an area can help interpolate a guestimated curve good enough to be a baseline before using a wideband o2.
All of this is taking a back seat to some more important things in my life but it will get done. If anybody wants to help please PM me.
Old 04-20-2003, 06:53 PM
  #28  
Supreme Member

 
Chuck!'s Avatar
 
Join Date: Apr 2001
Location: Dayton, O.
Posts: 1,334
Received 10 Likes on 10 Posts
Car: 91 Camaro Z28
Engine: LS7
Transmission: M12/T56
Axle/Gears: 3.79
Hey man, tried to pm ya but it was full and your email was bouncing.

Im tryin to hammer out the fuel table and when I run the program it just changes all the values to zero (its reading in the data from the original bin ok though, those numbers are showing up right). Should I exclude something from my logging (right now Im just logging everything), or is this an ID 10 T error?

oh yea, Im running it from the c:\car dir with the log, bin, and exe all in that dir. My command was

c:\car>aldltobin antt.bin 041803_4.txt 8746 W

Oh yea, if you're still working on putting it in C++ let me know. Acutally today i was thinking it'd be even cooler to code it in java for mac/linux users.
Old 04-20-2003, 09:01 PM
  #29  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
how are u guys getting a txt file. i data logged and it just says xxxxxxx_xxxx_LOG
Old 04-22-2003, 06:33 AM
  #30  
TGO Supporter/Moderator
TGO - 10 Year Member
iTrader: (12)
 
anesthes's Avatar
 
Join Date: Jul 1999
Location: SALEM, NH
Posts: 11,784
Likes: 0
Received 94 Likes on 79 Posts
Car: '88 Formula, '94 Corvette, '95 Bird
Engine: LC9, LT1
Transmission: TKX, 4L60E
Axle/Gears: 3.42, 3.23
That could be dangerous... But its cool.

Something like that for $8D would be neat.

-- Joe
Old 04-22-2003, 05:03 PM
  #31  
Senior Member

iTrader: (1)
 
va454ss's Avatar
 
Join Date: Feb 2003
Posts: 785
Likes: 0
Received 0 Likes on 0 Posts
Car: 90 454SS
Engine: 454 TBI
Transmission: TH400
Can this be used for the 7060 ECM? The reason I ask is that a fellow club member (454SS club) has written a new Prom with a different VE resolution. The new chip uses a 17 x 17 table vs the 12 x 13 stock table. This changes the rpm range to 0 - 6400.

MAP scaling is from 20 kpa to 100 kpa in 5 kpa increments. He has also written a new TDF file for Tunercat.

My truck is a 90 and uses the 7747 ECM. I am considering changing over to the 7060 ECM so I can use his set up.

Thanks

Bill
Old 04-27-2003, 01:12 PM
  #32  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
i tried to use the program but a window would just pop up and then close.

my promt i ran was C:\WINDOWS\Desktop\PROM\aldltobinalt ANLU5369 61.bin 20030307_155940_LOG 8746 N

everyone seems to have a txt file, but mine did not have that at the end. am i using the wrong data file.

also how long should i data log, i drive 20 mins in the morning to get to school, is that enough?
Old 04-27-2003, 04:56 PM
  #33  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
I can make the program work for anything that's supported by winaldl.
You guys can't use the LOG files, you need to save the BLM or INT tables (BLM is better idea) and use THOSE files.
Old 04-27-2003, 09:40 PM
  #34  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
oh so i copy and paste from my log file to a excel file, and use that
Old 04-28-2003, 01:46 PM
  #35  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
Originally posted by TKD89RS
oh so i copy and paste from my log file to a excel file, and use that
No.
Attached Thumbnails ALDL to BIN program uploaded, TBI guys check it out!-blm.gif  
Old 04-28-2003, 06:20 PM
  #36  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
oh so do i wait till it is full, then click save
Old 04-29-2003, 01:38 AM
  #37  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
It doesn't need to be full but you'll want as many cells in narrow filled. If your BLMs are in the 126 to 130 range I would only use the narrow, not the wide, it'll give you more accuracy. The more data avail the better. It's best to wait until operating temp, clear table, look at the number of samples and fill them up with smooth transient throttle movement.
Old 04-29-2003, 07:26 AM
  #38  
Supreme Member
 
Scott_92RS's Avatar
 
Join Date: Jul 1999
Location: Plano, TX
Posts: 1,817
Likes: 0
Received 1 Like on 1 Post
Car: 1992 RS
Engine: 406 Stealth Ram
Transmission: 700R4
Originally posted by JPrevost
It doesn't need to be full but you'll want as many cells in narrow filled. If your BLMs are in the 126 to 130 range I would only use the narrow, not the wide, it'll give you more accuracy. The more data avail the better. It's best to wait until operating temp, clear table, look at the number of samples and fill them up with smooth transient throttle movement.
What do you mean by "filing them up with smooth transient throttle movement"? Do you actually type in BLM values at the MAP/RPM values that did not get data during the data logging run?

Scott
Old 04-29-2003, 07:38 AM
  #39  
Supreme Member

 
Dewey316's Avatar
 
Join Date: Mar 2001
Location: Portland, OR www.cascadecrew.org
Posts: 6,577
Likes: 0
Received 0 Likes on 0 Posts
Car: 1990 Camaro RS
Engine: Juiced 5.0 TBI - 300rwhp
Transmission: T5
Axle/Gears: 3.42 Eaton Posi, 10 Bolt
no he means, whatch the table fill in, and while you are driving, smoothly (read, don't mash the gas) accelorate to get to the desired RPM range to fill the cells.
Old 04-29-2003, 03:58 PM
  #40  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
oh ok, i get it now, if the numbers aren't in the125-130 range then do i use the promt with a W at the end.
Old 04-29-2003, 10:28 PM
  #41  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
when i click save table, does it only save the table im looking at, if so which table should i save. i think theres like 8
Old 04-30-2003, 04:49 AM
  #42  
Senior Member

Thread Starter
 
JPrevost's Avatar
 
Join Date: Oct 1999
Posts: 6,621
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Red Sled
Axle/Gears: 10bolt Richmond 3.73 Torsen
It saves all of the BLM tables but don't worry about that. All of them are in the file ___BLM.txt , use W if you just need to get into the ballpark figure but if you've got a lot of narrow cells filled in with data then go ahead and use N
Old 05-01-2003, 04:01 PM
  #43  
Senior Member
 
TKD89RS's Avatar
 
Join Date: Nov 2001
Location: Bay Area, Ca
Posts: 692
Likes: 0
Received 0 Likes on 0 Posts
Car: 1995
Engine: 5.7
Transmission: T-56
oh ok, i get it now, thanks
Old 04-04-2006, 12:16 PM
  #44  
Junior Member
 
yager's Avatar
 
Join Date: Jun 2005
Location: Raleigh, NC
Posts: 66
Likes: 0
Received 0 Likes on 0 Posts
Car: 1997 Jeep Wrangler
Engine: 2.2 L61
Transmission: R150/AX15/Toy T-case
Axle/Gears: 5.29
I realize this is old news, but does anyone have a copy of the source laying around ? I've searched any place referenced and Jon doesn't have it anymore....
Old 04-04-2006, 02:21 PM
  #45  
Supreme Member

iTrader: (1)
 
BronYrAur's Avatar
 
Join Date: Jun 2002
Location: Chicago, IL
Posts: 1,843
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Camaro RS Convertible
Engine: 305 TBI
Transmission: 5-Speed
Axle/Gears: 3.42
I've got a copy: here, just remove the .txt extension from the executable file and follow the readme.
Attached Files
File Type: txt
aldltobin.exe.txt (659.8 KB, 158 views)
File Type: txt
aldltobin_readme.txt (1.5 KB, 151 views)
Old 04-04-2006, 02:36 PM
  #46  
Junior Member
 
yager's Avatar
 
Join Date: Jun 2005
Location: Raleigh, NC
Posts: 66
Likes: 0
Received 0 Likes on 0 Posts
Car: 1997 Jeep Wrangler
Engine: 2.2 L61
Transmission: R150/AX15/Toy T-case
Axle/Gears: 5.29
Thanks, thats what I have already. That's the actual perl code with the perl parser wraped around it... (compiled into an exe)

I have that, and it works great. But I was looking for the actual perl source code.

Thanks for the help though..
Old 04-04-2006, 02:55 PM
  #47  
Supreme Member

iTrader: (1)
 
BronYrAur's Avatar
 
Join Date: Jun 2002
Location: Chicago, IL
Posts: 1,843
Likes: 0
Received 2 Likes on 2 Posts
Car: 91 Camaro RS Convertible
Engine: 305 TBI
Transmission: 5-Speed
Axle/Gears: 3.42
ahh ok, my bad, sorry that's all I've got.
Old 04-04-2006, 09:33 PM
  #48  
Member
 
Wingnutt's Avatar
 
Join Date: Mar 2004
Posts: 113
Likes: 0
Received 0 Likes on 0 Posts
Ok, so I had a stupid pill yesterday and didn't notice the date. Anyway I downloaded it from the link that BronYrAur posted, but I can't get it to open. I removed the .tst extension, and tried to run it from the command line. A DOS window quickly opens the recloses. How in the workd do I get this thing to run? TIA

Last edited by Wingnutt; 04-05-2006 at 06:14 PM. Reason: Duh, lookit at date
Old 04-05-2006, 07:07 PM
  #49  
Member
 
Wingnutt's Avatar
 
Join Date: Mar 2004
Posts: 113
Likes: 0
Received 0 Likes on 0 Posts
I've followed the above instructions as best as I could, but I've forgotten my DOS. I have managed to get as far as the following:

ALDLtoBin - by Jason Weir 2002
Compiled and modified by Jon Prevost

Compiled and modified by Jon Prevost

USAGE: aldltobin binfile winaldlfile ecm N or W
Example: aldltobin anlu.bin BLM.txt 8746 N

All files must be in the same directory or you must specify the entire path

E:\ALDLtoBIN>

So what do I do now?
Old 04-08-2006, 12:57 AM
  #50  
Junior Member

 
Teeleton's Avatar
 
Join Date: Oct 2002
Location: Houston, TX
Posts: 82
Likes: 0
Received 0 Likes on 0 Posts
Car: 89 S10 Blazer
Engine: Built 4.3L V6 TBI
Transmission: Built 700R4
Axle/Gears: 7.65/Zexel/3.73
Originally Posted by Wingnutt
USAGE: aldltobin binfile winaldlfile ecm N or W
Example: aldltobin anlu.bin BLM.txt 8746 N

All files must be in the same directory or you must specify the entire path

E:\ALDLtoBIN>

So what do I do now?
Assuming you have your BIN file and saved BLM file from WinALDL copied into the ALDLtoBin directory, you type (into your DOS window)

aldlbin the_name_of_your_bin_file.bin the_name_of_your_BLM_file.txt 7747 N

or if you have an 8746, you put 8746 instead of 7747.

Teeleton


Quick Reply: ALDL to BIN program uploaded, TBI guys check it out!



All times are GMT -5. The time now is 07:54 AM.