TPITuned Port Injection discussion and questions. LB9 and L98 tech, porting, tuning, and bolt-on aftermarket products.
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!
I have a 87 camaro with a 89 GTA 305 tpi in it my check engine light stays on unless I unhook the harness to the esc, or I unhook the plug used to set timing by firewall on passenger side. Only code I get when I check codes is 12. Timing is set at 6 degrees have replaced knock sensor. Any ideas?
And the ignition module is new. I just took it out and the ses light went out after keeping the rpm's up for a while. After I go back to idle or give it pure hell the light goes back on.
im checking codes with the check engine light, the scanner at orielys would not comunicate but with the way the car was turned from tbi to 89 gta tpi i don't know that all of the wires were sent to the aldl plug. If I knew for sure how to tap into the plug of the ecm and jumper it to a scanner I'm sure it would answer my question. But I really dont want to fry a ecm.
"When you find the adapter, jump A and B with a paper clip.
Next turn your key on but don't start.
Watch your check engine flash the code/s.
EXAMPLE: CODE 12: one long flash and two short flashes CODE 13: one long flash and 3 short flashes
Note: code 12 is usually the first code you get and just ignore it. Watch the code after code 12, that's what you need. Let me know when you got the code so I can guide you to the fix."
These dont show any other switches in series with the ses light that would cause it to come on. Is there anything else that will cause this light to come on other than the ecm?
; DIAGNOSTICS TYPE $32 ; ABTC ;************************************************ ;--------------------------------------------- LC1DD FCB $F7 ; 1111 0111, MASK FOR MAL FUNCT FLG 1 ; 0 = Disables ERR Recognition ; ; Bit 0 = ERR Code 23 MAT Sensor low ; Bit 1 = ERR Code 22 TPS low ; Bit 2 = ERR Code 21 TPS High ; Bit 3 = NOT USED 16 NOT USED ; ; Bit 4 = ERR Code 15 Cool Sensor Low Temp ; Bit 5 = ERR Code 14 Cool Sensor Hi Temp ; Bit 6 = ERR Code 13 Oxy Sensor ; Bit 7 = ERR Code 12 No Ref pulse (Dist) ;--------------------------------------------- LC1DE FCB $CE ; 1100 1110, MASK FOR ERR FLAG 2 ; ; Bit 0 = ERR Code 35 NOT USED ; Bit 1 = ERR Code 34 MAF Sensor low ; Bit 2 = ERR Code 33 MAF Sensor high ; Bit 3 = ERR Code 32 EGR Diag ; ; Bit 4 = NOT USED 31 NOT USED ; Bit 5 = NOT USED 26 NOT USED ; Bit 6 = ERR Code 25 MAT Sensor High Page 17 ABTC_HAC.SRC ; Bit 7 = ERR Code 24 VSS ;--------------------------------------------- LC1DF FCB $FF ; 1111 1111, MASK FOR ERR FLAG 3 ; ; Bit 0 = ERR Code 51 Prom Error ; Bit 1 = ERR Code 46 VATS Fail ; Bit 2 = ERR Code 45 o2 Sensor Rich ; Bit 3 = ERR Code 44 o2 Sensor Lean ; ; Bit 4 = ERR Code 43 ESC Fail ; Bit 5 = ERR Code 42 EST Monitor error ; Bit 6 = ERR Code 41 CYL Select error ; Bit 7 = ERR Code 36 Burn off Diag. ;--------------------------------------------- LC1E0: FCB $E0 ; 1110 0000, MASK FOR ERR FLAG 4 ; ; Bit 0 = ERR Code 63 NOT USED ; Bit 1 = ERR Code 62 NOT USED ; Bit 2 = ERR Code 61 NOT USED ; Bit 3 = ERR Code 56 NOT USED ; ; Bit 4 = ERR Code 55 NOT USED ; Bit 5 = ERR Code 54 Fuel pump Voltage ; Bit 6 = ERR Code 53 Over voltage ; Bit 7 = ERR Code 52 Missing Cal Pack ;--------------------------------------------- LC1E1: FCB 00 ; 0000 0000 MASK FOR ERR FLAG 5 ; ; Bit 0 = NOT USED ; Bit 1 = NOT USED ; Bit 2 = NOT USED ; Bit 3 = NOT USED ; ; Bit 4 = NOT USED ; Bit 5 = ERR Code 66 NOT USED ; Bit 6 = ERR Code 65 NOT USED ; Bit 7 = ERR Code 64 NOT USED ;---------------------------------------------