Go Back   Third Generation F-Body Message Boards > Tech Boards > DIY PROM

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

Welcome to ThirdGen.org!
Welcome to ThirdGen.org.

You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, join the ThirdGen.org community today!


Reply
 
Thread Tools
Old 05-18-2009, 08:23 AM   #1
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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!
This ad is not displayed to registered members.
Register your free account today and become a member on ThirdGen!
dan0617 is offline vBGarage Page   Reply With Quote
Sponsored Links
Registered users do not see this ad.
Click here to register for free!
Old 05-18-2009, 12:37 PM   #2
Senior Member
 
Join Date: Sep 2007
Posts: 1,083
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07

Classifieds Rating: (0)
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.
pandin is offline vBGarage Page   Reply With Quote
Old 05-18-2009, 04:58 PM   #3
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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.
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-18-2009, 08:14 PM   #4
Senior Member
 
Join Date: Sep 2007
Posts: 1,083
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07

Classifieds Rating: (0)
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)
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)
pandin is offline vBGarage Page   Reply With Quote
Old 05-18-2009, 09:34 PM   #5
Junior Member
 
Join Date: Feb 2007
Location: Wotton,Que
Posts: 29
Car: 93 W/T1500
Engine: 350 Vortec TPI
Transmission: 4L60e 2000 stall
Axle/Gears: 3.08

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

Try this xdf for TunerPro.

W/T1500
Attached Files
File Type: zip 6E_old.zip (5.0 KB, 7 views)
w/t1500 is offline vBGarage Page   Reply With Quote
Old 05-19-2009, 07:55 AM   #6
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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.
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-19-2009, 08:53 PM   #7
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

Quote:
Originally Posted by pandin View Post
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)

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)
Figured it out! Thanks for all the help!

Last edited by dan0617; 05-20-2009 at 07:06 AM. Reason: Figured it out! Thanks for all the help!
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-26-2009, 09:02 PM   #8
Senior Member
 
Join Date: Feb 2000
Location: Midlothian,VA. 23112-6108
Posts: 1,453
Car: 1982 Z-28
Engine: 5.0 w/ Holly carb
Transmission: TH-700R4

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

What was the problem? I have a similar issue Code 34 and 36. Thanks, Andy
__________________
82 Z28- 383 roller w/Vortec heads Edelbrock Performer Vortec intake, Edelbrock Q jet, serpentine belt drive.TH700R4 w/B&M holeshot 2000 converter,& megashifter.1LE front brakes, 9bolt 3.27 w/1LE rear brakes.Aluminum driveshaft,boxed rear susp. poly everything, IROC swaybar+wonderbar and steering box. Spohn subframe connectors. 70mph@2200rpm ASE Master Tech plus L2
also Latest project car,'86 IROC stock 305TPI hit on left side,but not too bad ( now repaired and equipped with the 1LE brake system). Also 1990 IROCZ 5.0 TPI 5 speed (drive train has 150 miles since new), and another 1990 IROCZ 5.7 G-92 etc., and yet another 1990 IROC-Z, red w/flames, and 1988 IROC-Z convertible, red w/59,000 miles.

www.andyz28.com
ANDYZ28 is offline vBGarage Page   Reply With Quote
Old 05-26-2009, 09:04 PM   #9
Senior Member
 
Join Date: Feb 2000
Location: Midlothian,VA. 23112-6108
Posts: 1,453
Car: 1982 Z-28
Engine: 5.0 w/ Holly carb
Transmission: TH-700R4

Classifieds Rating: (0)
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
ANDYZ28 is offline vBGarage Page   Reply With Quote
Old 05-26-2009, 09:23 PM   #10
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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.
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-26-2009, 09:29 PM   #11
Senior Member
 
Join Date: Sep 2007
Posts: 1,083
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07

Classifieds Rating: (0)
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.
;--------------------------------------------------------
; 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.
pandin is offline vBGarage Page   Reply With Quote
Old 05-26-2009, 09:39 PM   #12
Senior Member
 
Join Date: Sep 2007
Posts: 1,083
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

Quote:
Originally Posted by dan0617 View Post
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.
Did you retry the "bad relays" again, to be sure it was the relays and not the connector/connection?

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.
pandin is offline vBGarage Page   Reply With Quote
Old 05-27-2009, 07:32 AM   #13
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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; 05-27-2009 at 07:45 AM.
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-27-2009, 07:38 AM   #14
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
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!

Last edited by dan0617; 05-27-2009 at 07:46 AM.
dan0617 is offline vBGarage Page   Reply With Quote
Old 05-27-2009, 01:26 PM   #15
Senior Member
 
Join Date: Sep 2007
Posts: 1,083
Car: 86 vette
Engine: 383
Transmission: 700R4
Axle/Gears: 3.07

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

Quote:
Originally Posted by dan0617 View Post
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.
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.
pandin is offline vBGarage Page   Reply With Quote
Old 05-27-2009, 02:09 PM   #16
Junior Member
 
Join Date: May 2009
Posts: 70

Classifieds Rating: (0)
Re: Help me put the hex on my code 36

Quote:
Originally Posted by pandin View Post
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.
Wow, I didn't have a problem with one of their MAF's. I did have trouble with their reman alternators and once with a reman starter though.
dan0617 is offline vBGarage Page   Reply With Quote


Reply

Go Back   Third Generation F-Body Message Boards > Tech Boards > DIY PROM

Tags
34, 36, bad, burn, code, condition, engine, hex, maf, put, sets, wires
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

 






1982 Camaro '82 || 1983 Camaro '83 || 1984 Camaro '84 || 1985 Camaro '85 || 1986 Camaro '86 || 1987 Camaro '87 || 1988 Camaro '88 || 1989 Camaro '89 || 1990 Camaro '90 || 1991 Camaro '91 || 1992 Camaro '92


All times are GMT -5. The time now is 10:52 PM.


Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
All content copyright © 1997 - 2009 ThirdGen.org. All rights reserved. No part of this website may be reproduced without the expressed, documented, and written consent of ThirdGen.org's Administrators.