Help me put the hex on my code 36
Help me put the hex on my code 36
I have a recurring code 36 (maf burnoff). I have replaced relays and the maf but still get the code occasionally. I do my own tuning, chip burning and datalogging with TunerproRT. This is on an '89 with 165 and 6E. I've heard that I can somehow edit the hex (or something like that) to edit that code out so it won't throw a check engine light. I know nothing about hex and code other than a few threads I've read and they just make me feel like a tard because I don't understand. I can hit the hex editor button in TunerproRT and see it all. Can someone please tell me what line and value I need to change and what to change it to in order to accomplish the elimination of a code 36 showing up?
Thanks!
Thanks!
Senior Member
Joined: Sep 2007
Posts: 1,091
Likes: 1
From: West Central Ohio
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07
Re: Help me put the hex on my code 36
Have somebody turn off the engine while you are looking through the Maf. The small sensor wire should glow for a hot sec. Also there should be battery power at MAF pin D during this time. It is at motor running key off that there is power at pin D.
The code (36) only shows up at the next start up. I would suspect a wiring problem between the ECM, MAF, and the Relays.
Get a circuit diagram and start tracing the wires and checking the connections/voltages.
Clear the code by disconnecting the battery.
The code (36) only shows up at the next start up. I would suspect a wiring problem between the ECM, MAF, and the Relays.
Get a circuit diagram and start tracing the wires and checking the connections/voltages.
Clear the code by disconnecting the battery.
Re: Help me put the hex on my code 36
I will do that. I can hear the relay click on then off just after shutting the key off. Only about 1 sec. between the clicks. I'll check and see if it heats for that 1 sec.
But, if I do want to go into the hex editor and turn off the code so it never throws that code, what line would I go to and what value would I change. I've read some threads on it but I just don't get how to find the location of the value that needs changed to turn off the code from ever being thrown.
But, if I do want to go into the hex editor and turn off the code so it never throws that code, what line would I go to and what value would I change. I've read some threads on it but I just don't get how to find the location of the value that needs changed to turn off the code from ever being thrown.
Senior Member
Joined: Sep 2007
Posts: 1,091
Likes: 1
From: West Central Ohio
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07
Re: Help me put the hex on my code 36
I would suggest fixing the problem because if it is not working oil and dirt will build up on the wire and cause false readings. The engine will still run but will be sick and it will get worse as time goes on, the sensor wire needs this cleaning.
To disable the error code in 6E go to LC22C to LC22F, these are what set the conditions for the alarm code. I don't know what exactly to change or how but this is where it is done.
ERR # 36 Parameters MAF Burn off Diagnostic
LC22C FCB 3 ; 0.3 Second Delay prior to Burn off
CAL = Argument * 10
LC22D FCB 6 ; 6 fails required for ERR #36; If HLM air meter
LC22E FCB 95 ; Fail B/O test if HLM A/D > 95 (ARAP)
LC22F FCB 20 ; Fail B/O test if A/D < 20 (ARAP)
To disable the error code in 6E go to LC22C to LC22F, these are what set the conditions for the alarm code. I don't know what exactly to change or how but this is where it is done.
ERR # 36 Parameters MAF Burn off Diagnostic
LC22C FCB 3 ; 0.3 Second Delay prior to Burn off
CAL = Argument * 10
LC22D FCB 6 ; 6 fails required for ERR #36; If HLM air meter
LC22E FCB 95 ; Fail B/O test if HLM A/D > 95 (ARAP)
LC22E FCB 5F ; Fail B/O test if HLM A/D GT 1.90 VDC (APYP)
LC22F FCB 20 ; Fail B/O test if A/D < 20 (ARAP)
LC22F FCB 14 ; Fail B/O test if A/D < 400 mvdc (APYP)
Re: Help me put the hex on my code 36
Thanks guys, I'll work on it when I get home from work tonight. I will see if it is burning off and if it isn't I'll try to get it working. I figured worse case scenario, instead of replacing the MAF again if I can't get it working I'll turn off the error code in the tune and just spray clean the MAF wires at every oil change, which is about every 1000 miles for me.
Re: Help me put the hex on my code 36
I would suggest fixing the problem because if it is not working oil and dirt will build up on the wire and cause false readings. The engine will still run but will be sick and it will get worse as time goes on, the sensor wire needs this cleaning.
To disable the error code in 6E go to LC22C to LC22F, these are what set the conditions for the alarm code. I don't know what exactly to change or how but this is where it is done.
ERR # 36 Parameters MAF Burn off Diagnostic
LC22C FCB 3 ; 0.3 Second Delay prior to Burn off
CAL = Argument * 10
LC22D FCB 6 ; 6 fails required for ERR #36; If HLM air meter
LC22E FCB 95 ; Fail B/O test if HLM A/D > 95 (ARAP)
LC22F FCB 20 ; Fail B/O test if A/D < 20 (ARAP)
To disable the error code in 6E go to LC22C to LC22F, these are what set the conditions for the alarm code. I don't know what exactly to change or how but this is where it is done.
ERR # 36 Parameters MAF Burn off Diagnostic
LC22C FCB 3 ; 0.3 Second Delay prior to Burn off
CAL = Argument * 10
LC22D FCB 6 ; 6 fails required for ERR #36; If HLM air meter
LC22E FCB 95 ; Fail B/O test if HLM A/D > 95 (ARAP)
LC22E FCB 5F ; Fail B/O test if HLM A/D GT 1.90 VDC (APYP)
LC22F FCB 20 ; Fail B/O test if A/D < 20 (ARAP)
LC22F FCB 14 ; Fail B/O test if A/D < 400 mvdc (APYP)
Last edited by dan0617; May 20, 2009 at 06:06 AM. Reason: Figured it out! Thanks for all the help!
Trending Topics
Supreme Member
Joined: Feb 2000
Posts: 1,515
Likes: 0
From: Midlothian,VA. 23112-6108
Car: 1982 Z-28
Engine: 5.0 w/ Holly carb
Transmission: TH-700R4
Re: Help me put the hex on my code 36
What did you find out was the problem? I have a similar issue, code 34 and 36on my 1988 5.0 TPI. Thanks, Andy
Re: Help me put the hex on my code 36
I replaced both the MAF power relay (again), and the MAF burnoff relay(again), which were only 1 year old. Problem solved. I could hear the relay click after I turned the key off, but it still must have been bad because a new relay fixed the problem. If you replace the relays and get the burnoff working and still have problems with it throwing a code I do know how to turn the code off now and can help you do it (well, I know how to make it not report the code 36 until after 5000 starts that the code would normally be thrown on!), but pandin is right in saying that you need to fix the problem rather than turn the code off. I'm not familiar with the code 34.
Senior Member
Joined: Sep 2007
Posts: 1,091
Likes: 1
From: West Central Ohio
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07
Re: Help me put the hex on my code 36
Code 36 is no burn off see above for what is not right.
Code 34 is MAF volts low.
Code 34 is MAF volts low.
;--------------------------------------------------------
; ERR 34 Params. Params, TYPE 32 ECM
; >> MAF Sensor Lo <<
;--------------------------------------------------------
LC216 FCB 40 ; 6.4 SEC'S, MIN TIME W/O SIGNAL, (IF FM DIG MAF), set ERR 34
LC217 FDB 0049 ; IF Analog CTS * 7 or PERIOD < this set ERR 34B
LC219 FCB 10 ; 1 Sec ERR #34B Min time req.
LC21A FCB 24 ; If RPM > 600, Ck ERR #34
LC21B FCB 16 ; If TPS > 6.25%, Ck ERR #34
LC21C FCB 0 ; If LV8 >= 0, Ck ERR #34
LC21D FCB 130 ; If LV8 <= 130, Ck ERR #34
LC21E FDB 0049 ; IF Analog CTS * 7 or PERIOD <, set ERR 34A
;--------------------------------------------------------
For what ever reason your Maf volts out is too low, I would clean the Maf sensor wire with some spray cleaner (Maf unplugged and cold). If no code 34 then it is the burn off bad.
Then I would check for the burn off and get that working next.
For what ever reason your Maf volts out is too low, I would clean the Maf sensor wire with some spray cleaner (Maf unplugged and cold). If no code 34 then it is the burn off bad.
Then I would check for the burn off and get that working next.
Senior Member
Joined: Sep 2007
Posts: 1,091
Likes: 1
From: West Central Ohio
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07
Re: Help me put the hex on my code 36
I replaced both the MAF power relay (again), and the MAF burnoff relay(again), which were only 1 year old. Problem solved. I could hear the relay click after I turned the key off, but it still must have been bad because a new relay fixed the problem. If you replace the relays and get the burnoff working and still have problems with it throwing a code I do know how to turn the code off now and can help you do it (well, I know how to make it not report the code 36 until after 5000 starts that the code would normally be thrown on!), but pandin is right in saying that you need to fix the problem rather than turn the code off. I'm not familiar with the code 34.
If it was me, I would want to know which relay was bad and why.
I usually test the contacts with an ohm meter after powering up the relay. The more resistance the contacts show the more likely the relay is bad, also check the coil resistance.
If the old relay works, I save them for emergency use, if you have one go clear dead or for testing.
Re: Help me put the hex on my code 36
Andy, keep us posted on what you find out is wrong. I'm betting either your relays are bad or you are getting a bad connection. You can try some electrical grease on the relay prongs and on the plug where the wire plugs into the MAF. Clear the codes by unhooking the battery. If they come back, I'd replace the relays and clear the codes again. If they come back again then it is likely a bad MAF but I'd test it or borrow one if you can. Some Autozone stores will let you put one on in their parking lot before you buy it. If they will, put it on, clear the codes, start it up and see what happens. If the codes don't come back, buy it.
Last edited by dan0617; May 27, 2009 at 06:45 AM.
Re: Help me put the hex on my code 36
Hi pandin.
When I went out to see if the maf wire was actually heating, the first thing I did was swap the relays because I realized they were the same. When I swapped them, the car wouldn't start at first, then it did and threw another code (I think it was a 33 or 34, I should have written it down since my memory sucks). I knew at that point that even though the relay clicked when it was supposed to for the burnoff it wasn't working properly. Must not have been letting power through for some reason. When I went to buy a new one, I figured I'd just replace them both again. I did keep the one that seems good for a spare.
Before I got it fixed I did change the code so that it would take 5000 starts instead of 6 starts without burnoff before the code would be thrown. It worked, must have had a dozen or so starts without the SES light coming on. I then changed it back to 6, and after 6 starts the code came back. It was after that, I replaced the relays and the code has not came back. I did figure worst case scenario is that I'd leave the code turned off and every month or 2 I'd clean the MAF wires with some carb cleaner. Not going to have to do that since the burnoff is working, but I still usually clean it with spray carb cleaner once or twice per summer to be safe.
Thanks again for all your help!
When I went out to see if the maf wire was actually heating, the first thing I did was swap the relays because I realized they were the same. When I swapped them, the car wouldn't start at first, then it did and threw another code (I think it was a 33 or 34, I should have written it down since my memory sucks). I knew at that point that even though the relay clicked when it was supposed to for the burnoff it wasn't working properly. Must not have been letting power through for some reason. When I went to buy a new one, I figured I'd just replace them both again. I did keep the one that seems good for a spare.
Before I got it fixed I did change the code so that it would take 5000 starts instead of 6 starts without burnoff before the code would be thrown. It worked, must have had a dozen or so starts without the SES light coming on. I then changed it back to 6, and after 6 starts the code came back. It was after that, I replaced the relays and the code has not came back. I did figure worst case scenario is that I'd leave the code turned off and every month or 2 I'd clean the MAF wires with some carb cleaner. Not going to have to do that since the burnoff is working, but I still usually clean it with spray carb cleaner once or twice per summer to be safe.
Thanks again for all your help!
Last edited by dan0617; May 27, 2009 at 06:46 AM.
Senior Member
Joined: Sep 2007
Posts: 1,091
Likes: 1
From: West Central Ohio
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07
Re: Help me put the hex on my code 36
I ask about the core charge. I told them that I had brought a bad one in but was leaving with out any Maf. They then refunded the $80.00 core charge too.
Re: Help me put the hex on my code 36
I bought a reman at AZ. It was reading way low (183 at wot) so the next day I exchanged it. I got about 6 blocks and the second one just died (heat related). When I took it back, to get my money back, They gave me a credit for the Maf.
I ask about the core charge. I told them that I had brought a bad one in but was leaving with out any Maf. They then refunded the $80.00 core charge too.
I ask about the core charge. I told them that I had brought a bad one in but was leaving with out any Maf. They then refunded the $80.00 core charge too.
Thread
Thread Starter
Forum
Replies
Last Post





