Code 36 help
Have found other non related wires in that condition already
Just takes time
Thanks
On step 2 the light comes on when engine running. It also clicks on and off for a second when key is in turned with out engine running. Should both lights be on with out engine running. Now that I changed plugs at burnoff relay my code reader will not connect.
I have the dreaded Code 36.
So far I'm at Step 3. What's the best way to "ground burn off relay circuit 900"?
And how? As I can see the black wire going into the back of the relay housing
Thanks
Does the output on pin C change with engine RPM? It should range from near zero at idle to 5 volts at high RPM (and high air flow).
Do you measure 5 volts on pin C of the MAF connector when it is unplugged? That 5 volts is a reference voltage that comes from the ECM. This test checks the wiring between the MAF and the ECM.
Un able to read codes now
The Best of Corvette for Corvette Enthusiasts
Thanks
Steve
Last edited by pewter99; Dec 31, 2014 at 10:31 PM.
Sorry for hi-jacking this thread.....
I've finally worked all the way through the troubleshooting guide..
Everything checks out as it should....
Except I still have the code 36!!!
The trouble shooting guide says the following:
Faulty ECM connection or ECM.
Code 36 can set due to a poor connection at any of the relays or the MAF sensor, or could be caused by high resistance in the relay contacts or connections.
Be sure that these connections and terminals are OK before replacing ECM.
I think first step is to confirm the burn off actually happens..
How soon after turn off, is the burn off supposed to take place?
Second step is to confirm the signal is being sent back to the ECM
This step....is to confirm that the signal is what is expected..
That would included checking the resistance of all the relevant wires..
Any advice on which ones to check....??
I have also set up a mirror in front of the MAF and reached in through the window to turn off the ignition. Burnoff only lasts for one second, so it's pretty fast. You need to be paying attention or you'll miss it.
During burnoff the MAF output needs to be between 400 mVDC and 1.90 VDC to pass the error code 36 test. As I said earlier, it's only there for one second, so it's pretty hard to catch it unless you have an oscilloscope:
I need to do this one over again because it is showing some weirdness. I think the actual burnoff signal is the dip right after the spike, which is about 1 second long. I'm planning to trigger off the burnoff signal which should give a much more accurate picture of what's going on. Now I just need to figure out how to do it...
Last edited by Cliff Harris; Feb 1, 2015 at 10:04 PM. Reason: Added note and correction on MAF burnoff timing.
I have also set up a mirror in front of the MAF and reached in through the window to turn off the ignition. Burnoff only lasts for one second, so it's pretty fast. You need to be paying attention or you'll miss it.
The ECM uses the same wire as the normal MAF signal. If you're not setting MAF high (error code 33) or MAF low (error code 34) then the connection is OK. You'll get error code 33 if the MAF connection is open and error code 34 if the connection is shorted to ground.
During burnoff the MAF output needs to be between 400 mVDC and 1.90 VDC to pass the error code 36 test. As I said earlier, it's only there for one second, so it's pretty hard to catch it unless you have an oscilloscope:
I need to do this one over again because it is showing some weirdness. I think the actual burnoff signal is the dip right after the spike, which is about 1 second long. I'm planning to trigger off the burnoff signal which should give a much more accurate picture of what's going on. Now I just need to figure out how to do it...
Thanks, most informative.
I need to physically confirm the burn off actually takes place.
This is, I assume, is controlled by the ECM as it switches circuit 900 to earth internally within the ECM.
I saw a flow diagram for a 1985 corvette labelled "functional check of burn off control"
I'm thinking this is not relevant to my 1987 as it references a "burn off module", whereas we have burn off relays....
Is the signal wire for the MAF and thus the signal wire for MAF burn off, terminal C on the MAF sensor?
If you can conform that, I'll try to check it to see if there is a signal coming back after I've turned off the engine.
Thanks for your help.
It's pin C on my car (1986). Be aware that the MAF connector changed, so the pin letters may be different in later years. You need a wiring diagram specific to your year to make sure you're looking at what you think you're looking at.
The video seems to show the burn off working
I can hear the relay clicking.
The reading at idle was less than 1 volt, then I turned off the car and the the burn off voltage was 4.6volts.
It seemed to hold that voltage well for approx 5 seconds, then dropped to zero.
All as it should be....
Except this is outside Cliffs suggestion that the test needs to be between 400mV to 1.9Volts
Where did you get these specs?
Would explain why it throws the code, but how the hell can you change it?
Any suggestions?
Keep in mind, I still haven't physically seen the wire glow red yet.
That's next on the list....bit hard by myself

Hopefully this video attachment works...
Last edited by puzzigully; Jan 1, 2015 at 04:33 AM.
;--------------------------------------------------------
; Error 36 Params
; >> MAF Burnoff diagnostics <<
;--------------------------------------------------------
LC221: FCB 3 ; 0.3 Second delay prior to burnoff voltage test, CAL = Arg * 10
LC222: FCB 6 ; 6 fails required to set Error 36
LC223: FCB 95 ; Fail burnoff test if ADC > 1.90 VDC
LC224: FCB 20 ; Fail burnoff test if ADC < 400 mVDC
The ECM makes 16 measurements per second so it appears that if 6 in a row of those are outside the required range then it will set error code 36.
I think the 0.3 second delay is between the start of burnoff and the time it starts doing the measurements. It's time for the MAF output to settle down after the burnoff voltage gets applied.
Last edited by Cliff Harris; Jan 2, 2015 at 02:11 AM.
What I have done to insert a YouTube link is just paste the link directly into the post. Let's try that and see what happens:
Those numbers come directly from the ECM code in the EPROM:
;--------------------------------------------------------
; Error 36 Params
; >> MAF Burnoff diagnostics <<
;--------------------------------------------------------
LC221: FCB 3 ; 0.3 Second delay prior to burnoff voltage test, CAL = Arg * 10
LC222: FCB 6 ; 6 fails required to set Error 36
LC223: FCB 95 ; Fail burnoff test if ADC > 1.90 VDC
LC224: FCB 20 ; Fail burnoff test if ADC < 400 mVDC
The ECM makes 16 measurements per second so it appears that if 6 in a row of those are outside the required range then it will set error code 36.
I think the 0.3 second delay is between the start of burnoff and the time it starts doing the measurements. It's time for the MAF output to settle down after the burnoff voltage gets applied.
As that's when it starts to check for the burn off voltage.
Even though I used a multimeter and not a 'scope, if the burn off goes for 3-5 seconds, it should still be able to measure the voltage.
I do not know why the system would send 5v after burn off?
You seem to see 2.5v..... Still outside the parameters..
Any idea where to next?
LC69B: FCB 10 ; 1 Sec MAF BURNOFF TIME
LC69C: FCB 50 ; 5 SEC MAF BURNOFF DELAY FROM IGNITION OFF (LC221 is used instead of this)
LC221 is the 0.3 second delay I quoted earlier. I see a 5 second delay in the scope trace, so that does match up with this parameter and not LC221. I wonder why I put that note there...
There is a pullup resistor inside the ECM that is connected to 5 volts. When there is nothing coming out of the MAF the input goes to 5 volts. When the engine stops running the ECM turns off the fuel pump relay and the MAF power relay gets turned off also, as shown in the FSM diagram. It has to get turned on again for the burnoff but in the meantime the ECM is not getting a MAF signal, which is why the voltage goes up to 5 volts. I don't know why it was only 2.5 volts in my case. Maybe it was a poor ground connection. I put the ground clip on one of the TPS screws, which in retrospect might not have been the best choice.






