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

Tuner pro experts

Thread Tools
 
Search this Thread
 
Old Apr 23, 2015 | 10:44 PM
  #1  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Tuner pro experts

Anyone know how to do this?

Placing this byte into the data stream...

L0040 EQU $040 ; DIAG MW1
; b7 = map low error in effect, malf 34
; b6 = map high error in effect, malf 33
; b5 = tps high error in effect, malf 22
; b4 = aldl blink out mode
; b3 =
; b2 = tps low error in effect, malf 21
; b1 =
; b0 = mode 10 cmd cleared errors
Reply
Old Apr 24, 2015 | 09:28 AM
  #2  
RBob's Avatar
Moderator
iTrader: (1)
 
Joined: Mar 2002
Posts: 18,432
Likes: 234
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
Re: Tuner pro experts

You need to first patch the BIN to place that byte into the ALDL stream. Select a location that has data you don't care about (don't use), and change it to address $0040 (2 bytes).

Once this is done and a chip burned, can then alter the XDL file to display the four bit values.

RBob.
Reply
Old Apr 24, 2015 | 12:03 PM
  #3  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

I think that makes sense. Again I'm hex ignoramus.

Do I need to make another run with the car? Or is the data actually in my current data log and ready to be retrieved with the updated bin?
Reply
Old Apr 24, 2015 | 01:34 PM
  #4  
Six_Shooter's Avatar
Moderator
20 Year Member
iTrader: (2)
 
Joined: Mar 2006
Posts: 4,370
Likes: 19
Car: 1973 Datsun 240Z/ 1985 S-15 Jimmy
Engine: Turbo LX9/To be decided
Transmission: 5-speed/T-5
Axle/Gears: R200 3.90/7.5" 3.73
Re: Tuner pro experts

Originally Posted by ULTM8Z
I think that makes sense. Again I'm hex ignoramus.

Do I need to make another run with the car? Or is the data actually in my current data log and ready to be retrieved with the updated bin?
You would need to make another run.

the patching of the bin changes what is sent through the ALDL stream. So what this byte would send through the ALDL stream is not yet in any of your existing logs.

The error codes should be there though. I'm not sure I've come across any datastream without them, other than maybe the early C3 type ECMs, it's been so long since I played with one, I don't recall what the datastream had in it, other than it was agonizingly slow.
Reply
Old Apr 24, 2015 | 06:24 PM
  #5  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

Originally Posted by RBob
You need to first patch the BIN to place that byte into the ALDL stream. Select a location that has data you don't care about (don't use), and change it to address $0040 (2 bytes).

Once this is done and a chip burned, can then alter the XDL file to display the four bit values.

RBob.
RBob, sorry for sounding so dumb here... What address in the $8D code is not used such that I can put this 0040 value there?
Reply
Old Apr 25, 2015 | 08:38 AM
  #6  
RBob's Avatar
Moderator
iTrader: (1)
 
Joined: Mar 2002
Posts: 18,432
Likes: 234
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
Re: Tuner pro experts

See picture, open hex editor (CTRL+H), the highlighted 2 bytes are the ones to change. They are the EGR DC% in the ALDL stream. Note that address at the bottom: 909

Change those two bytes ($01 $23) to: $00 $40

Commit the changes, close the hex editor, then save the BIN. Now the 31st byte of the data stream will have the DIAG MW1 in that location.

RBob.
Attached Thumbnails Tuner pro experts-aldl_egr.jpg  
Reply
Old Apr 25, 2015 | 09:14 AM
  #7  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

Awesome! Thanks!! I'll try this out hopefully this weekend if I get the chance.

One other thing I've done is start from a fresh ANHT bin and re-input all my changes. I'm wondering if somehow something got corrupted in the bin I was using.
Reply
Old Apr 25, 2015 | 09:24 AM
  #8  
RBob's Avatar
Moderator
iTrader: (1)
 
Joined: Mar 2002
Posts: 18,432
Likes: 234
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
Re: Tuner pro experts

Originally Posted by ULTM8Z
Awesome! Thanks!! I'll try this out hopefully this weekend if I get the chance.

One other thing I've done is start from a fresh ANHT bin and re-input all my changes. I'm wondering if somehow something got corrupted in the bin I was using.
Use the compare feature of Tuner Pro to see what has changed in the BIN.

RBob.
Reply
Old Apr 25, 2015 | 09:49 AM
  #9  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

Ok, I made the changes and the compare in Tunerpro confirms they're the only changes, and they match what you've indicated.

When I burn the chip and put it in the car, turn on the ignition, the fans come on.

Went back and burned the baseline bin, no fans.

Burned the updated bin again, and fans come on.

When I pull up the updated bin in Tunercat, I get the error - "Warning: A checksum in the selected source file is incorrect. Proceed anyway?"

Did I miss something?

BTW, thanks very much RBob for the time you're spending on this. When we get this solved, I really want to finish up this bin so I can post it for Miniram startbin 1.02. Do what I can to pay the help forward...
Reply
Old Apr 25, 2015 | 11:36 AM
  #10  
RBob's Avatar
Moderator
iTrader: (1)
 
Joined: Mar 2002
Posts: 18,432
Likes: 234
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
Re: Tuner pro experts

Along with the fans the SES should be flickering, there is a SES light?

You need to save the BIN to update the checksum after patching it.

RBob.
Reply
Old Apr 25, 2015 | 12:32 PM
  #11  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

SES light is not flickering.

Here's the exact process I went through... actually tried it two ways

Iteration 1

1.) CTRL-H, pull up Hex Editor, went to specified address
2.) Changed the 01 to a 00 and the 23 to a 40
3.) Action => Commit Changes
4.) Action => Close
5.) File => Save-As => my new file name

Fans come on with ignition switch, SES light comes on but does not blink

Tunercat unable to open the file, gives warning I indicated above.

Iteration 2

1.) CTRL-H, pull up Hex Editor, went to specified address
2.) Changed the 01 to a 40 and the 23 to a 00
3.) Action => Commit Changes
4.) Action => Close
5.) File => Save-As => my new file name

Fans do not come on with ignition switch, SES light still on but does not blink (this is actually typical prior to starting the engine).

WIth Tunerpro connected to ALDL, I don't see the updated data stream with the new values.

Tunercat unable to open the file, gives warning I indicated above.
Reply
Old Apr 25, 2015 | 02:03 PM
  #12  
RBob's Avatar
Moderator
iTrader: (1)
 
Joined: Mar 2002
Posts: 18,432
Likes: 234
From: Chasing Electrons
Car: check
Engine: check
Transmission: check
Re: Tuner pro experts

Makes no sense at all. One thing is that the SES should do a blink-off at key-on, engine-off. This is every time after the key has been off for at least 5 seconds. If it doesn't then there is something wrong there.

I had a thought, maybe Tuner Pro doesn't think that the BIN was changed and isn't updating the checksum. Try making a change to a random parameter before saving the BIN. Can change it to the same value that is there, just as long as TP sees a change to a parameter.

If that doesn't work email the patched BIN to me and I'll take a look at it.

RBob.
Reply
Old Apr 25, 2015 | 03:04 PM
  #13  
ULTM8Z's Avatar
Thread Starter
Supreme Member
20 Year Member
 
Joined: Jan 2003
Posts: 4,645
Likes: 317
Re: Tuner pro experts

Oh, yeah, it does blink one time like you say when I have a "good" chip in there. That is normal.

With the updated chip per our changes earlier, I don't get the blink and then fans come on.

So, for your suggestion, I went ahead and modified the hex again by putting the same 13 in address 000000 as was already there. Same process as above.

I then did another one at another address, this time 00000E1, put in the same 77 that was there.

Results in both cases => Standard 1 blink and no fans. However, Tunercat still can't open the bin.

So, I'm making your changes again per my iteration 1 above and am e-mailing the bin to you.

Thanks again, I really appreciate the help here!
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
tmellott89
DIY PROM
7
Oct 14, 2015 02:06 PM
djmarch
Tech / General Engine
29
Oct 2, 2015 10:41 PM
MitcherNeaf
DIY PROM
3
Sep 24, 2015 09:23 PM
85Special
DIY PROM
1
Sep 3, 2015 04:21 PM




All times are GMT -5. The time now is 08:17 AM.