C4 Tech/Performance L98 Corvette and LT1 Corvette Technical Info, Internal Engine, External Engine

"Spark scatter" at idle

Thread Tools
 
Search this Thread
 
Old 05-08-2003, 01:32 AM
  #1  
HighHopes85
Drifting
Thread Starter
 
HighHopes85's Avatar
 
Member Since: Mar 2001
Location: Lafayette IN
Posts: 1,636
Likes: 0
Received 3 Likes on 3 Posts

Default "Spark scatter" at idle

Re: Spark scatter at idle, possibly $8D specific.

If you have ever run a scanner on your car, you might see a phenomena which I would call spark scatter. Your engine speed is relatively constant at idle but your spark jumps all over the place...at regular intervals that seem to have a method behind the madness, but where is it coming from?

There are tables that are only used for ‘idle spark’ situations. Basically, they are correction tables used to trim engine RPM instead of using massive IAC movement. You are probably all familiar that if your car is running and you advance your timing, your engine speed can increase (until it gets normalized again acc’d to the desired RPM).

Looking at your data to justify this may be harder than you think, especially if your idle RPM only fluxuates from say 800-850 and your desired is in between those values. Also, the data rate of the ALDL is only going to show you about 7-8 frames/second, so more stuff is taking place behind the scenes than what your scanner is showing.

Idle spark advance retard vs RPM:

<BLOCKQUOTE>code:<HR><PRE>

From ANHT_HAC,
;-------------------------------------------
; IDLE SA RETARD vs RPM
;
; TBL = SA * (256/90)
;-------------------------------------------
; S.A. RPM
;---------------------------
L81EB: FCB 0 ; 0.0 0 RPM DIFF
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------

and the table looks like this:

Idle SA Retard vs RPM Error

RPM Error Idle spark retard
0 0.0
50 5.0
100 5.0
150 5.0
200 5.0

</PRE>[/QUOTE]

There is enough information there to add a new table to Tuner Cat using his TDF editor (free for 30 days).

Same for Idle SA Spark Advance vs RPM

<BLOCKQUOTE>code:<HR><PRE>

; IDLE SA ADVANCE vs RPM ERROR
;
; TBL = 256/90
;-------------------------------------------
; S.A. RPM ERROR
;---------------------------
L81F0: FCB 14 ; 5.0 0
FCB 14 ; 5.0 50
FCB 14 ; 5.0 100
FCB 14 ; 5.0 150
FCB 14 ; 5.0 200
;-------------------------------------------

and the table looks like this:

Idle SA Spark Advance vs RPM Error

RPM Error Idle spark Advance
0 5.0
50 5.0
100 5.0
150 5.0
200 5.0

</PRE>[/QUOTE]

For testing, I basically set all values in SA retard to 0 and all values to SA advance to 9.8* except for the first entry, which I left at 0. If left me with the following data (at idle).
http://expert.ics.purdue.edu/~msandi...SA_TEST_01.xls

Since my spark changed ~9-10 degrees, it appears that I was actually in the Idle SA Spark Advance phase based on RPM error...didn’t have a couple spare EPROMs at the time to change a lot of stuff, so it was a slower process than I am used to.

I’m open to comments, suggestions, and questions. I’ll look through it some more tomorrow, hopefully getting into the MAP error scaling that it does (which the ECM leaves as the same at all RPMs).

Good Luck, -Matt
Old 05-08-2003, 02:15 AM
  #2  
DOCTOR J
Burning Brakes
 
DOCTOR J's Avatar
 
Member Since: May 1999
Location: Greenwich, CT
Posts: 760
Likes: 0
Received 0 Likes on 0 Posts

Default Re: "Spark scatter" at idle (HighHopes85)


Good info. Thanks!
Old 05-08-2003, 02:04 PM
  #3  
HighHopes85
Drifting
Thread Starter
 
HighHopes85's Avatar
 
Member Since: Mar 2001
Location: Lafayette IN
Posts: 1,636
Likes: 0
Received 3 Likes on 3 Posts

Default Re: "Spark scatter" at idle (HighHopes85)



Above are the factory values in an AUJP BIN. Might need to click the pic to see full version.


[Modified by HighHopes85, 1:05 PM 5/8/2003]
Old 05-09-2003, 02:07 AM
  #4  
drive it
Drifting
 
drive it's Avatar
 
Member Since: Apr 2001
Location: Ca.
Posts: 1,757
Received 119 Likes on 95 Posts

Default Re: "Spark scatter" at idle (HighHopes85)

Hey, thanks! You just answered another question of many that's been rattling around in my head!
Old 05-31-2003, 12:31 PM
  #5  
VetNutJim
Safety Car
 
VetNutJim's Avatar
 
Member Since: May 1999
Location: Atlantis
Posts: 3,651
Likes: 0
Received 4 Likes on 4 Posts
Cruise-In I Veteran
Default Re: "Spark scatter" at idle (HighHopes85)

HighHopes,

I have seen this and wondered the same thing.
Have you done more research into it?
I agree, it looks 'intelligent'....is it tied to the 02 crossings at idle somehow?

I don't have a clue but mine does the same thing...

BTW, is your system MAF or SD?
Old 05-31-2003, 03:59 PM
  #6  
HighHopes85
Drifting
Thread Starter
 
HighHopes85's Avatar
 
Member Since: Mar 2001
Location: Lafayette IN
Posts: 1,636
Likes: 0
Received 3 Likes on 3 Posts

Default Re: "Spark scatter" at idle (VetNutJim)

Hey Jim,

I think I finished up all my testing here...
http://expert.ics.purdue.edu/~msandi...SA_TEST_02.xls

(if you have Excel, you might have to right moiuse click and Save As)

For some reason unbeknownst to me, test C/bin C gave me problems with stalling when hot in gear and moving from park to drive.

Test D gave me a rich smell at idle even though the BLMs were still pretty close to 128.

BTW, I switched over to Speed Density because I could do it for 1/4th the cost of replacing my burnoff module or another failed MAF.
Old 08-17-2003, 06:14 AM
  #7  
devilfish
Melting Slicks
 
devilfish's Avatar
 
Member Since: Oct 2000
Location: Sweden/Stockholm
Posts: 3,010
Likes: 0
Received 1 Like on 1 Post

Default Re: "Spark scatter" at idle (HighHopes85)

how do I print that in my edtr?
Old 08-20-2003, 03:40 PM
  #8  
HighHopes85
Drifting
Thread Starter
 
HighHopes85's Avatar
 
Member Since: Mar 2001
Location: Lafayette IN
Posts: 1,636
Likes: 0
Received 3 Likes on 3 Posts

Default Re: "Spark scatter" at idle (devilfish)

how do I print that in my edtr?
TunerCat's TDF editor. Free for 30 days, I believe.

Get notified of new replies

To "Spark scatter" at idle




Quick Reply: "Spark scatter" at idle



All times are GMT -4. The time now is 11:18 AM.