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

how do i extend my spark table to 6400rpm $6E

Thread Tools
 
Search this Thread
 
Old 02-07-2012, 09:29 AM
  #1  
Junior Member

Thread Starter
 
matts85vet's Avatar
 
Join Date: Jun 2008
Posts: 7
Likes: 0
Received 1 Like on 1 Post
how do i extend my spark table to 6400rpm $6E

i need a step by step on extending my spark table to 6400rpm. i am using tunerpro rt $6E 165ecm. thanks in advance!

Last edited by matts85vet; 02-07-2012 at 09:35 AM.
Old 02-25-2012, 11:51 PM
  #2  
Member
 
dan0617's Avatar
 
Join Date: May 2009
Posts: 153
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

I took some time searching and researching, and here is what I found and did, and I think it worked, but SOMEONE CORRECT ME IF THIS IS WRONG.

Open the .bin you are using. Save it as a different name, so if anything screws up, you still have your good .bin file.

Open your hex editor. If using TunerproRT, go to tools, advanced, hex editor. Go to location 0E97. (Scroll down till you find 0000E90. Then, count over 8 places (which is bit 7 since the first location in that row is bit 0). You will see it is number 58. Put the cursor in front of the 58, and type 59. The 59 will be red. Close the hex editor, save it when it asks.

Scroll down to your Spark Advance Table RPM vs LV8. Right click it, then select "Edit Item XDF Info". Click on the "Rows" tab. Click in the first row. You will see it is 400. Make it 0. Make row 2 400, row 3 800, etc. Keep increasing by 400 till you get to the last row, which will be 6400. Click apply, then close the window. Go to the XDF tab on the main page, then select Save XDF as, and save it under a new name. Go open the main spark table, and you will see it goes up to 6400. You will need to change your spark numbers as they will be the same as they were in their cells, but the rows rpm labels have changed therefore the spark has changed at many of the rpms.

Again, I did this and it seems to have worked but someone please tell me if I'm missing something that will keep this from functioning properly.

Last edited by dan0617; 02-26-2012 at 09:47 AM.
Old 02-26-2012, 01:19 AM
  #3  
Supreme Member

iTrader: (2)
 
dimented24x7's Avatar
 
Join Date: Jan 2002
Location: Moorestown, NJ
Posts: 9,962
Likes: 0
Received 3 Likes on 3 Posts
Car: 88 Camaro SC
Engine: SFI'd 350
Transmission: TKO 500
Axle/Gears: 9-bolt w/ 3.23's
Re: how do i extend my spark table to 6400rpm $6E

Dan,

The size of the spark table is something thats intrinsic to the ECM. It cant be changed in tuner-pro. TP only formats the data into something easy for humans to interpret. Making changes in TP only causes the values to be stored incorrectly in the bin, so its usually a bad idea to play with the XDF unless you really know what your doing.

To increase the size of the spark table would require that you make changes to actual code in the binary that operates the ECM. Its not a simple "click this" operation. Instead it requires some programming. Not too hard if you know assembly, but usually something that would be over the head of your average tuner.
Old 02-26-2012, 07:04 AM
  #4  
Moderator

iTrader: (1)
 
RBob's Avatar
 
Join Date: Mar 2002
Location: Chasing Electrons
Posts: 18,405
Likes: 0
Received 216 Likes on 202 Posts
Car: check
Engine: check
Transmission: check
Re: how do i extend my spark table to 6400rpm $6E

Looks like it'll work. Instead of using a by 200/400 RPM variable, uses the by 400 RPM variable. So instead of every 200 RPM per row at first, the whole table is every 400 RPM per row.

Loss of resolution, but extends the RPM range higher.

RBob.
Old 02-26-2012, 09:13 AM
  #5  
Junior Member

Thread Starter
 
matts85vet's Avatar
 
Join Date: Jun 2008
Posts: 7
Likes: 0
Received 1 Like on 1 Post
Re: how do i extend my spark table to 6400rpm $6E

thanks for the responses!
its seems easy enough.
i think i'll try it and see if i can get it to work.
Old 02-26-2012, 09:37 AM
  #6  
Member
 
dan0617's Avatar
 
Join Date: May 2009
Posts: 153
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

If you get a chance to throw it in the car and see if it works let me know. Only thing I know to do is to actually test it in car and datalog the timing at certain rpms to see if it is putting out the timing that it is supposed to according to that rpm in the timing table.
Old 02-26-2012, 09:44 AM
  #7  
Member
 
dan0617's Avatar
 
Join Date: May 2009
Posts: 153
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

Originally Posted by dimented24x7
Dan,

The size of the spark table is something thats intrinsic to the ECM. It cant be changed in tuner-pro. TP only formats the data into something easy for humans to interpret. Making changes in TP only causes the values to be stored incorrectly in the bin, so its usually a bad idea to play with the XDF unless you really know what your doing.

To increase the size of the spark table would require that you make changes to actual code in the binary that operates the ECM. Its not a simple "click this" operation. Instead it requires some programming. Not too hard if you know assembly, but usually something that would be over the head of your average tuner.
This is something I found in old threads by tequilaboy. It is for sure over my head to develop something like this. It was almost over my head to get it installed in my software since it was never really spelled out step by step how to get it installed. I think changing the bit 58 to 59 makes it use the 400 rpm resolution table the whole time instead of the 200, then 400 table, as explained by rbob.

Last edited by dan0617; 02-26-2012 at 09:49 AM.
Old 02-26-2012, 04:47 PM
  #8  
Junior Member

Thread Starter
 
matts85vet's Avatar
 
Join Date: Jun 2008
Posts: 7
Likes: 0
Received 1 Like on 1 Post
Re: how do i extend my spark table to 6400rpm $6E

it works!

i followed your instructions. i changed the 58 to 59, re-labeled the spark table, updated the values in the table.

i burned a new chip with the new extended spark table bin and drove the car. it drove fine no problems.

no data logs yet- i was having issues with my autoprom.

i'm hoping to data log tomorrow.
Old 02-26-2012, 06:06 PM
  #9  
Member
 
dan0617's Avatar
 
Join Date: May 2009
Posts: 153
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

After you datalog look and see that it is showing the spark in the datalog that it is supposed to be getting according to the main table and adder tables at some different rpms. That way we can see if we just relabled the table and now made it innacurate, or if changing the 58 to 59 actually made it quit using the 200 rpm resolution table at low rpms, like we are expecting it to.

I'm in the snow here now so no driving and datalogging for me for a little while.
Old 02-27-2012, 04:03 PM
  #10  
Junior Member

Thread Starter
 
matts85vet's Avatar
 
Join Date: Jun 2008
Posts: 7
Likes: 0
Received 1 Like on 1 Post
Re: how do i extend my spark table to 6400rpm $6E

did some data logging today- IT WORKS! as far as i can tell, the advance above 4800 rpm corresponds to the table. i'll send you a copy of the log, the bin and the mask. hope you have tunerpro rt.
Old 02-28-2012, 09:54 PM
  #11  
Supreme Member

iTrader: (2)
 
dimented24x7's Avatar
 
Join Date: Jan 2002
Location: Moorestown, NJ
Posts: 9,962
Likes: 0
Received 3 Likes on 3 Posts
Car: 88 Camaro SC
Engine: SFI'd 350
Transmission: TKO 500
Axle/Gears: 9-bolt w/ 3.23's
Re: how do i extend my spark table to 6400rpm $6E

Originally Posted by dan0617
This is something I found in old threads by tequilaboy. It is for sure over my head to develop something like this. It was almost over my head to get it installed in my software since it was never really spelled out step by step how to get it installed. I think changing the bit 58 to 59 makes it use the 400 rpm resolution table the whole time instead of the 200, then 400 table, as explained by rbob.
Your right, my mistake. I misread your post. I thought you where just changing the TP settings.
Old 03-15-2012, 05:07 PM
  #12  
Supreme Member

iTrader: (2)
 
hellz_wings's Avatar
 
Join Date: May 2007
Location: Montreal, Canada
Posts: 2,337
Received 1 Like on 1 Post
Car: 1986 Chevrolet Camaro IROC-Z28
Engine: TPI 310ci (LB9)
Transmission: Custom Rebuilt 700R4 - 2600 Stall
Axle/Gears: 10 bolt, 3.73 Eaton Limited-Slip
Re: how do i extend my spark table to 6400rpm $6E

Wow this is amazing guys I just found this thread! Somebody should upload this BIN somewhere (basically a stock 6E bin with this mod).

So, you would, I presume, have to adjust the spark table accordingly or would all your spark values still remain the same at the right spots?
Old 03-17-2012, 09:09 AM
  #13  
Member
 
dan0617's Avatar
 
Join Date: May 2009
Posts: 153
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

You have to adjust the spark table after you do this. The same values remain in the same cells, but the rows labels changed therefore the timing the motor sees is changed. I used the compare feature of TunerproRT and compared to my old .bin, then changed the new .bin to make it match the old up to 4800. Some of the rows in the old .bin are no longer used so just ignore those.
Old 03-17-2012, 10:19 AM
  #14  
Supreme Member

 
EagleMark's Avatar
 
Join Date: Oct 2002
Location: Idaho
Posts: 1,096
Likes: 0
Received 0 Likes on 0 Posts
Re: how do i extend my spark table to 6400rpm $6E

Here's a $6E XDF and bin file with spark to 6400 RPM.

It was in my 6E folder, I do not know where it came from or who did it or it's acuracy but it does have a data log with it too. Hope it helps but use with caution!
Attached Files
File Type: zip
EXTSPARK.zip (252.6 KB, 46 views)
Old 02-17-2014, 06:29 AM
  #15  
Junior Member
 
usc iroc's Avatar
 
Join Date: Feb 2013
Location: South Carolina
Posts: 92
Likes: 0
Received 0 Likes on 0 Posts
Car: 89 Iroc
Engine: 383
Transmission: 700
Axle/Gears: 4.11
Re: how do i extend my spark table to 6400rpm $6E

Worked like a charm. Thanks for posting this info.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
RedLeader289
Tech / General Engine
10
05-28-2019 01:47 PM
Bubbajones_ya
Auto Detailing and Appearance
24
10-25-2015 08:01 PM
HoosierinWA
Tech / General Engine
5
10-07-2015 10:15 AM
meeklay812
Camaros for Sale
1
10-01-2015 03:46 PM
HoosierinWA
Members Camaros
6
09-29-2015 12:43 PM



Quick Reply: how do i extend my spark table to 6400rpm $6E



All times are GMT -5. The time now is 11:50 PM.