You can type here any text you want

Thrasher 92 Timing Curve

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Originally posted by ijames
14 usec sounds reasonable for some digital logic and then a driver and then a big power transistor to switch, and it should be a subtraction since the est has to go low early so after the delay the spark is at the right time. Definitely keep this thread going. We were quiet (well, I was :)) because I was waiting and hoping that you would post again.


Here's a snippet with where it is used, and yes it's a subraction.
At 6K it's 10 msec for 360d of crank movement, the 14 usec ain't much crank movement.

Now what I have seen in playing on the bench is with the various h to d conversions and related math the ecm rounds the numbers off, ie for some reason the ALDL correction of 7d winds up being 8d actual. As the ecm interpolates timing steps, then there is again room for change due to round offs.

BTW, this is code out of the ROM, so you won't see it in any prom information. The wrap might make it look odd.

********************************************
* COMPUTE AND OUTPUT EST PARAMETERS TO ECU *
********************************************
ESTOUT00 EQU
PULA ; NSA = SAC * NTREV65
LDX #NTREV65 ;
JSR MUL8X16 ;
STD TEMP ;
LDAB MW1 ; FOR THE ADVANCE CASE, NSA = -NSA
BITB #BIT0 ;
BNE ESTOUT10 ;
CLRA ;
CLRB ;
SUBD TEMP ;
BRA ESTOUT20 ; ESTOUT10 LDAB TEMP+1 ;
ESTOUT20 SUBB KTIMELAG ;
SBCA #0 ;
STD TEMP ;
CLRA ; LIMIT ADVANCE INCREASE TO -REFPER/16
CLRB ;
SUBD NEWRFPER ;
LSRD ;
LSRD ;
LSRD ;
LSRD ;
ORAA #$F0 ;
ADDD OLDFALL ;
SUBD TEMP ; LASTFALL - NSA - REFPER/16
BMI ESTOUT21 ;
ADDD TEMP ; NSA = LASTFALL - REFPER/16
STD TEMP ;
ESTOUT21 LDD TEMP ;
SUBD OLDFALL ; FALCHG = NSA - NSA(-1)
JSR ECUDELAY ;
STD FALCHG ;
JSR ECUDELAY ;
ADDD ESTDWELL ; RISCHG = FALCHG + OLDDWELL - DWELL
JSR ECUDELAY ;
SUBD NDWELL ;
STD RISCHG ;
JSR ECUDELAY ;
LDD NDWELL ;
STD ESTDWELL ;
JSR CUDELAY ;
;
ESTOUT40 LDD TEMP ; ESTFALL = NSA
STD ESTFALL ;
LDAA MWBG ; IF FIRST REFERENCE PULSE FLAG IS NOT SET
BITA #BIT3 ; ..SKIP TO ESTOUT70
BEQ ESTOUT70 ;
 
Good evening folks, the saga continues.....

ijames wrote

If you go through all the changes he made, you wind up at about 18 degrees of advance at wot over 3600 rpm, along with some other changes at lower rpms to enhance spooling.

Being that this thread is about the thrasher 92 chip, Here is the data for what is called a 'Thrasher 93.5'. I'm not familiar with all of the different nomenclature describing these chips or any of the features, but this is the closest one to 92. I had to take the data over again because someone mentioned something about the timing being different for each gear. Well, there is a difference in timing, but not for each gear. There are basically two 'zones' where the timing is different and it is based on the mph of the car. The first 'zone' is from 0 mph to about 20-21 mph. During this low mph, the timing is advanced by 5* accross the board from the second 'zone' which is from about 21 mph on up. As I previously stated, I'm not that familiar with all the different features of the Thrasher chips, so basically I'm doing some 'blind' testing. Some things I noticed when taking the data.....there is a 'rev limiter' at 6000 rpm. This 'rev limiter' is not a complete shutoff of fuel like a stock chip, but looks to be a 'stutter' kind of limiter. The MAT sensor has an effect on the timing. There is an 8* change from -37f to about 100F. After 100F there is no more change. Also, the change seems backwards, that is, there is more timing at 100F then the is at -37F. So if you read 20* at 100F , you will have 12* at -37F. This trim also looks linear. The data I took was at a MAT of 80*. It's obvious that engine temperature also has an effect on timing. I chose 190* because the previous data I took on a stock chip was at 190*. At this temp, these is nothing added or subtracted to the timing. There is also a 3* retard whenever there is a change in the 3rd or 4th gear switches. This retard lasts for about 2 seconds. Under some certain conditions, there seems to be a random 4* retard. I don't know what this is, but a stock chip does not do this (rules out my setup). So here's the data.....



Thrasher timing data 07-15-02

rrthr935.bin timing MAT=80F Engine Temp=190F

MAF=254 LV8=255

RPM <20mph timing >20mph timing Prom timing

1400 22.2 17.4 31.3
1600 22.3 17.4 31.3
1800 23.0 18.1 31.3
2000 26.7 21.8 35.1
2200 26.8 22.0 35.1
2400 29.1 24.3 37.2
2800 29.5 24.5 37.2
3200 27.6 22.8 35.1
3600 27.0 22.0 34.1
4000 26.3 21.3 33.0
4400 26.8 21.8 33.0
4800 26.9 21.9 33.0
5500 28.2 23.3
6000 30.8 25.6


The two columns with the 20mph tag is the actual measured timing on the est signal.



ijames wrote


As for measuring the est signal directly, that's a neat idea but I have to wonder if the mag4 chip is really giving 38 degrees of advance at wot.


Yes, the mag4 does actually have that much timing and I can prove it:D





ijames wrote


About the most I've heard of anyone using even with a stock turbo is 30 degrees, with C16.

How was this 30 degrees measured? Just think, that person was probably running running close to an actual 49*! I just plugged 30* in at the LV8=255,4800 rpm address and I read 49* at 5000! This is assuming that a stock type chip was used and 30* entered into that address location.


ijames wrote


Also, what were the coolant and mat timing trims under your conditions with the stock chip? Do they add up to the difference you saw between the 22.1 deg in the main table and the measured 25 or so degrees?



I like to use 190F for the engine temp because there is no correction to the timing. I also use this as my 'standard', so I can do a direct comparison to other chips. The MAT has no effect on the timing (stock chip). This is at least under the conditions that it was tested at. If I remember right, the table is zeroed out. To reiterate, the difference in the timing table and the actual timing is due to the 'time domain correction to spark' data. I hope my data has proven this. Oh, and one more thing I bet most people may not know, is that the timing on the est is not rock solid. Given steady state conditions, there is about +- .5 degree jitter.
All the data I have taken, I take the max timing I see. So if I measure 25*, the timing can be as low 24*.



bruce wrote



I'm not convinced you can read the EST line, and be more accurate the reading the RAM location like DS does.


If you have been following this thread, you now know that DS does not read the timing very accurately. And why are you not convinced that I can'tead the est line? Ya know, I've done design work for NASA in the past. I think I can handle a couple of counters:D And that project I did for NASA even made it on CNN's Science and Technology Week program. That was a real feather in my cap. And my cap is not shaped like a cone;)



bruce wrote


Judging from how linear the timing error is, it looks like there is a constant timing error, ie fixed timing error, and since the GN code doesn't use any spark latency corrections, I doubt the error is in the code or ecm.

If you're playing with address 164 hex, and not seeing any timing changes with DS, then it's just more proof that DS does not read correctly. You really need to look at the est signal and make some correlation. Without correlation you are assuming something. And this can lead to errors.





bruce wrote

the magic of actually seeing what's going on, LOL....
I thought I was the only one, bothering with one.

A bench ecm is really great. I've had mine for almost 13 years. That's even before you bought your car! And by sliding the bench around on the floor, I can induce wheelspin knock:D



bruce wrote


Next you'll be telling me you've gone to the trouble of making a ROMless conversion......


Why yes I have. I've been running an emulator for quite a few years now. That's probably the second best thing I've made. Of coarse, *the* best thing I made was my High Speed Synchronous Datalogger. It has a top speed of 500 frames/second, with 62 parameters/frame. It can read pressure and temperature and a bunch of othe stuff. Now, I wonder what would happen If I read the temperature across the turbo compressor and measure the pressure across it too. Hmmmmm.....



Danster wrote

Being that you obviously know much about other chips and apparently don't like them much as you do your own chips, why would you not offer a chip that would be perfect for other TR owners?

I think you're giving me too much credit. No two cars are alike, so one chip fits all is not for me. You need adjustability. I hear the Max Effort is adjustable. I also hear it is an excellent chip. I don't own a ME or really know that much about it. I also have adjustability with my emulator and my datalogger. With these two items I have, I get correlation. Have I mentioned correlation? It's *very* important.


Danster wrote

Great way to make mucho $$$ unless of course you already have it Do you share any of this info to other chip burners?


Nope, not many of those $$$$ here :mad: I did share a little info here about address 164 hex and how it affects timing. Use it to the best of your ability. And to any doubters, to enter the fray, you must have some data. Thankyou!



Danster wrote


Curious though, you mention of a flaw in the ECM, can you tell us if this can be easily fixed? Does this flaw hurt the car's performance?

Ok, I found what I said about the flaw. I didn't convey what I really meant. I was refering to that random 4* drop when using the thrasher chip. It's definately there. That's the flaw I was refering to.


tim87tr wrote


I just ran for the first time a Thrasher 97 with 100 octane Xylene mix and just traded a RA 93 for a Thrasher 100, so I am curious to know any differences in timing of the Thrashers. I have some basic knowledge of timing from my Trans + adjustments. Tim


I've got data on a thrasher 100 and a 108. Now these are interesting to say the least! I'll post these in a day or two. This will be worth the wait:cool:


Time again to say goodnight.

Dave
 
Dave, thank you for your time and sharing your knowledge with the rest of us. I am new to the TR world and chips, but I may get an ME in the future. I plan on printing this thread for future reference.

I await your findings on the other Thrasher chips. Thanks again!


Dannyo
 
In God We Trust

All others..... BRING DATA!

thanks Dave,
you answered the question and I think lots of folks will find it to be valuable info.
 
I think I see what's going on.
In your reading the lines like you are, your ignoring the 7d of ALDL timing.

Yesterday, when trying to clean up the code some, I noticed when I took the ALDL section of code out it retarded the timing 7d. That ALDL amount is always in the equation. If the ecm fails the default is a fixed 7d. So there is a 7d offset to the signals. ALDL is their terms not mine. It should be the default timing.
 
Being that this thread is about the thrasher 92 chip, Here is the data for what is called a 'Thrasher 93.5'. I'm not familiar with all of the different nomenclature describing these chips or any of the features, but this is the closest one to 92.
The 93.5 chip was very early on in development and isn't being distributed. I know where you could have gotten a "production" 92 Street Thrasher. ;) Those results might be more relevant to this audience.
I had to take the data over again because someone mentioned something about the timing being different for each gear. Well, there is a difference in timing, but not for each gear. There are basically two 'zones' where the timing is different and it is based on the mph of the car. The first 'zone' is from 0 mph to about 20-21 mph. During this low mph, the timing is advanced by 5* accross the board from the second 'zone' which is from about 21 mph on up.
Kewl, so that's what is really going on :D
there is a 'rev limiter' at 6000 rpm. This 'rev limiter' is not a complete shutoff of fuel like a stock chip, but looks to be a 'stutter' kind of limiter.
Yeah well, look at the relevant code for that limiter...the 'stutter' should be happening at 5600. What you are looking at is a Thrasher chip that is labeled as without the 2-step rev limiter. A little trade secret about the Thrasher is that the "No 2-step stutter" chips actually have the 2-step feature...the launch stutter is just set to 5,600 which NO ONE ever runs up against if running a stock ECM...its the nature of it. I don't bother telling people this as it just confuses most of them and if I do tell them, I can GUARANTEE you that someone will ask me to turn it off. Another little secret - you can't.
There is also a 3* retard whenever there is a change in the 3rd or 4th gear switches. This retard lasts for about 2 seconds.
That should be a 2-tenths of a second delay, not 2 full seconds.

By doing some simple math, you can see that Bruce's point about the extra 7* degrees missing from your example...it works out to 7.7* in your example (Kudos to Bruce-whateverhislastnameis) with a 4.9* difference in the zones (Kudos to Dave whateverhislastnameis).

I'll gladly be the first to admit that I have no idea what the hell that code was that Bruce posted. Although I find it very kewl that you guys can figure out SO WELL what is going on in the code...I doubt if you're going to make a car go significantly faster with it.

Back to the original question (What is the timing of a 92Thrasher?) Who cares? The 92 has less timing than the 97 Thrasher. The 97 Thrasher has less timing than the 100 Thrasher. The 100 Thrasher...oh, you get the point.

You can't change the timing on a Thrasher chip (there is still a trick that neither Bruce or Dave have stumbled onto). And to duplicate the Thrasher timing curve (whatever it really is) on someone else's chips WILL NOT yield the same results as the Thrasher has so many other unique features that this simple (potentially) 'cut-n-paste' of the timing curve idea is flawed.

Thrasher ARE NOT the fastest chips at the dragstrip...nor were they ever meant to be. But for $25, you can't beat em on the street with a stick.:cool:
 
What happened to Thrasher development

The Thrasher development seems to have begun and ended before I ever had a TR. Why did such a radically new chip design not keep going. The company Thrasher doesn't seem to be involved anymore, is that correct. Is there some history behind this, it seems really interesting. Who is this guy who did all this neat stuff.

On my car I don't use my Thrasher anymore, it has a nasty stumble as the car goes from open loop idle to closed loop operation. My idle also sucks with it. I believe my problems are actually just old injectors but I have not been able to fix them yet. I really loved the instant spool of the Thrasher and the lack of part throttle KR. With 19 psi it makes the same power as my Jay Carter chip at 16 psi according to my GTech
 
Originally posted by Scott231

You can't change the timing on a Thrasher chip (there is still a trick that neither Bruce or Dave have stumbled onto

Just to be clear,
I'm not looking to crack a Trasher or any other chip, getting a handle on really knowing the GN code is my intent. By going ROMless, I've been able to, with lots of help, splice in the TCC code from the Pickup truck 747, so that the TCC is more like a 5 Speed, clean up the spark routine, fix the fan routine, and few other lil things. And have it calibrated for a blow thru screenless MAF.
That's the stuff that excites me. Just getting the calibration really taylored for the way I want things.

Understanding the TIMING, is understanding the TIMING.

whathisnameisPlecan
 
Originally posted by tminer
I think if you measure the time between the ECM's pulse and the default 12 degree pulse at a known rpm you can calculate the real timing.

12d?.
Is this from the 016B or 016D entry?.

Gads, another 3 hours of reading code, arrgh..
Well least it's all educational.
 
Originally posted by gnjones231
Good evening folks, the saga continues.....

Thrasher timing data 07-15-02

rrthr935.bin

Dave
This has been a great thread! And I just noticed the file you're using. I believe that is an image of my chip in the car right now.

FWIW, the rr is my name. The thr93 is what it was. And the 5 is for 50# injectors. That's if its the same file. Its basically a Thrasher 93 with the injector constant changed to run 50# injectors.
 
Originally posted by bruce


12d?.
Is this from the 016B or 016D entry?.

Gads, another 3 hours of reading code, arrgh..
Well least it's all educational.
Should have been 10 degrees. I was refering to the crank sensor signal. Also, I thought that if the ECM failed it would become the default timing. Isn't there a bypass switch in the ignition module (or whatever it is called) that switches between the ECM EST control and the crank signal?

Tom
 
It's Friday, and this was my last day of work. I am now on vacation for 2 weeks. I am gonna try to finish this up tonight and that's it for two weeks. I refuse to be a slave to this computer and I want to do something else. I should have mowed my yard 3 days ago already, but as you know I've been busy:D

bruce wrote

I also tried using values of 0D, 04, and FF.
There were no reported differnece in reported timing.
I've been thru the code, and just don't see what your claiming, Ya there will be differnces in the events you mention as a function of timing, and dwell.

Improper testing....no correlation....there is only one thing worse than no data, and that is bad data. I hope that by now you realize the error you have made.





bruce wrote


I just wonder if it's just not something factored in for difference in cam sensor timing due to slop in the timing chain or something.


Nope, cam sensor has nothing to do with ignition timing other than determing the firing sequence. Once the sequence has been determined the cam sensor can be disconnected. I know you know that as well as anyone. I'm just surprised you mentioned it.



bruce wrote

Not argueing or anything, just trying to inderstand it.



Same here....on both counts. Make sure you correlate you readings. You made a previous claim the DS was more accurate, and that has been proven to be in error. I also made a mistake in part of my data shown elsewhere in this thread. The source of this error was my belief that the winaldl scan tool data was correct. There is an error in the way it reports the mat temperature. I thought the timing movement with mat was(see previous post somewhere) backwards. I shrugged it off at the time, but it bugged me. I then had to do a correlation between the winaldl program, diacom, and my scope. Sure enough, as the mat temp goes down, the timing goes up. Now this makes more sense! Luckily, the timing error is just a few tenths of a degree. The data I took was at a mat of 120F not 80f as I thought it was and I didn't catch it until now. Just add about .3 degrees to what was posted. Sorry for the error...:o



ijames wrote


I thought the time domain correction to spark was an allowance for whatever delays there are in the ignition module between getting an est edge and firing the coil.
ijames wrote

I had heard that in the past too. I hope it wasn't you who started this in the first place;) In fact, true to form, I hade to make sure that there was no delay from the est pulse and the plug firing. I got my scope out, fired up the engine, and checked it out. There is no delay worth mentioning. BTW, if you open the glove box door on my car, the plastic piece has been removed, and there are a couple of terminal strips there with most of the signals from the ecm on it. Very handy to say the least!



ijames wrote


Any chance you can hook up a module and coil and use an inductive pickup timing light to see if the actual timing at the plug is varying like the est output that you are looking at? I've done that at idle and maybe 2000 rpm in park with a delay light and what I read off the timing light agreed with what directscan was showing the timing should be.


I did that the first week I had the GN. I was just curious what the timing was, and quickly found out that there was no way to figure out what the timing was gonna be at 5000 rpm under full load in my garage! That sparked me to make my first datalogger. And guess what? I initially missed that 10 degree offset. I even had checked it myself, but it was hard to read, but I made a 10 degree error and thought it was right! Tom Chou set me straight on that one. Having said that, I just checked what kind of timing error there is at 2000 rpm and low load. Changing the data at 164 hex, from 0D hex to 05 hex,the timing doesn't change. That kind of data change is about 5* at 5000 rpm though.



timiner wrote

Are you positive that the crank signal is symetrical


Yes it is. 50% squarewave. And quite accurate too. I noticed that my #6 cylinder had much better crankshaft rotational acceleration.:cool: I had to verify that it was not because the interrupter vanes were a different length. I had to painstakingly sift through some of my data to make sure there wasn't a consistant pattern that would show that the interrupter ring was indeed not accurate. No pattern found. I also got under the car and measured the vanes as best I could and didn't see anything wrong there either.





timiner wrote


I assume it is electromagnetic with some signal conditioning so I have to wonder.

Hall effect sensor. No signal conditioning. Very good signal.


timiner wrote

Is the falling edge the actual trigger?

It is for my counters to start counting. That low time of the crank signal is where the falling edge of the EST most always takes place.(enough knock and the spark can fire after the rising edge of the crank. timing < 10*) This low time represents 10* to 70* Of timing degrees BTDC. The injectors are fired on the falling edge of the crank signal too.






timiner wrote

I wonder what your results would be like if calculatiing secs/degree using trigger edge to trigger edge (120 degrees).

That can be done, but the results will not be as good. Let's extapalate. Right now I measure the rpm three times per revolution. You're suggesting measuring it 1.5 times per revolution. ( A divide by 2 will be needed to basically convert a 'hi-low- transition to one long 'low'. My counters only count when the signal is 'low'.) How about measuring it only 1 time per/rev or let's do a divide by ten and measure it only .1 times/rev. I think you see where I'm going here. The best that can be done is to measure it 6 times/rev. My new datalogger will be able to do that. The circuit to do that is so simple it's ingenius. :D


timiner wrote

I do not see the difference in chip vs measured as being linear. It is thru 6500 rpm for the stock chip but then gets a bump. I am looking at degrees/rpm variance. If the tables only go to 4800 then I would think that there must be something else happening.


There are some things that I don't understand either. After 4800 rpm, some chips do one thing, and others do something else. I almost made the mistake of just measuring one chip and then marking it in stone as to what happens. Right now I'm just taking data and reporting my findings...not trying to really analize the code.


MJRWOOD

In God We Trust

I have been at this for six days now...tomorrow I'm resting
:D
 
Had to do this in two posts...


bruce wrote

I think I see what's going on.In your reading the lines like you are, your ignoring the 7d of ALDL timing.


I don't know what you're talking about. If you're talking about hex address 16D 'spark advance delta for aldl', this has nothing to do with the data I'm taking. And yes, I changed it and it does nothing under the current conditions. If it changes with DS, that's another matter. Remember, DS does not report the actual engine timing accurately, at least in the upper rpm ranges. Nobody here has posted any DS vs prom vs actual timing data. No data, you can't enter the fray. This thread is about Thrasher timing, not scan tool correlation. Maybe someone can verify that DS is accurate. I know winaldl has a flaw, and it almost bit me. My datalogger, I designed, built and tested it, and I am always double checking it's accuracy. Never assume or take anything for granted.


bruce wrote



Yesterday, when trying to clean up the code some, I noticed when I took the ALDL section of code out it retarded the timing 7d. That ALDL amount is always in the equation. If the ecm fails the default is a fixed 7d. So there is a 7d offset to the signals.


I know you're not reading the est signal, so I have no idea what you measured or how you measured it. Like I said, I changed this data and nothing happened. I think that this correlation of 8* in the data is just a coincidense. Wait until you see the data for the next chips, you're gonna have to find close to 20* somewhere.;)



Scott231


I know where you could have gotten a "production" 92 Street Thrasher.

If you want to send me some bin files to take data on, that' fine with me. There's nothing like having some good information about a chip. You could make some graphs and post them somewhere, so a potential customer can see exactly what they're getting.


Scott231


Yeah well, look at the relevant code for that limiter...the 'stutter' should be happening at 5600.

Nope, checked it again. 6000 rpm. I hope I don't have to repeat what you have to do about the descrepincy:eek:


Scott231


That should be a 2-tenths of a second delay, not 2 full seconds.



Well, you got me on this one...not! My guess is closer than you're facts:D I had to get out my stopwatch, and actually measure it. Yes, I guessed wrong with about 2 seconds, it's actually 1.5 seconds!



Scott231

By doing some simple math, you can see that Bruce's point about the extra 7* degrees missing from your example...

Been through this already, I see bruce has you fooled. Show me your tests and data, then you may enter......



Scott231


You can't change the timing on a Thrasher chip


It's amazing what my emulator can do.....:D





left out some crap here...







TTA 1387

And I just noticed the file you're using. I believe that is an image of my chip in the car right now.


Gee...I hope I didn't get anyone in trouble here...;) I'm sure there is a certain amount of 'trading' going on. I do not 'trade', well, at least not with current chips. If I do by chance receive bin files for testing, they will not be given out, so please don't ask.


That's it! I'm done here...vacation here I come!:D

and here's the data for two more thrasher chips....

I've repeated the 93.5 chip because of my error in the mat...


Thrasher timing data 07-15-02

rrthr935.bin timing MAT=120F Engine Temp=190F

MAF=254 LV8=255 TPS=4.7v

RPM <20mph timing >20mph timing Prom timing

1400 22.2 17.4 31.3
1600 22.3 17.4 31.3
1800 23.0 18.1 31.3
2000 26.7 21.8 35.1
2200 26.8 22.0 35.1
2400 29.1 24.3 37.2
2800 29.5 24.5 37.2
3200 27.6 22.8 35.1
3600 27.0 22.0 34.1
4000 26.3 21.3 33.0
4400 26.8 21.8 33.0
4800 26.9 21.9 33.0
5500 28.2 23.3
6000 30.8 25.6

6000 rpm stutter
+5* low mph timing
anti-theft
4* 3rd gear 4th gear retard for 1.5sec
MAT affect timing? YES ~8*





Thrasher timing data 07-19-02

rrthr100.bin timing MAT=120F Engine Temp=190F

MAF=254 LV8=255 TPS=4.7v

RPM >20mph timing Prom timing

1600 17.2 31.3
1800 18.0 31.3
2000 22.4 35.1
2200 26.7 40.0
2400 28.0 41.1
2800 30.7 43.2
3200 28.8 41.1
3600 29.0 41.1
4000 29.5 41.1
4400 29.8 41.1
4800 29.7 41.1
5500 30.4
6000 27.9

6000 rpm stutter
+5* low mph timing
4* 3rd gear 4th gear retard for 1.5sec
MAT affect timing? YES ~8*




Thrasher timing data 07-19-02

thr108.bin timing MAT=120F Engine Temp=190F

MAF=254 LV8=255 TPS=4.7v

RPM >20mph timing Prom timing

1600 17.5 31.3
1800 18.1 31.3
2000 21.7 35.1
2200 19.3 31.3
2400 27.4 41.4
2800 19.2 31.3
3200 30.8 43.2
3600 30.0 42.1
4000 31.6 43.2
4400 31.7 43.2
4800 32.1 43.2
5500 32.8
6000 30.1

6000 rpm stutter
+5* low mph timing
4* 3rd gear 4th gear retard for 1.5sec
MAT affect timing? YES ~8*


Dave

gnjones231@mchsi.com
 
OK, I was just trying to offer explainations, since no one's explained it.
To go any further would probably look petulant, so I'll stop with that.
Bye
 
EST jitter

Hey, just stumbled onto this thread.

I took apart a GN ignition module and drew the schematic. It has a 16 pin DIP for a processor, and no crystal oscillator. It uses a "home made" op amp oscillator. I can't remember the frequency, but I think it was only 100 kHz. That could cause a lot of jitter.

Here's a link to photos of the module and schematic:

http://www.jandssafeguard.com/test/GNIgnition.html
 
108 timing ...

2400 rpm = 27.4
2800 rpm = 19.2
3200 rpm = 30.8

What is up with an 8° to 11° timing drop at 2800 rpm?

Glitch? Faulty data gathering? Quick spooling aid? A nifty bog to let street tires get traction before blowing them away with lots of timing?



:confused:
 
John at J&S wrote


I took apart a GN ignition module and drew the schematic. It has a 16 pin DIP for a processor, and no crystal oscillator. It uses a "home made" op amp oscillator. I can't remember the frequency, but I think it was only 100 kHz. That could cause a lot of jitter.

Vacation is almost over:mad: That was a fast two weeks!

My testing did not have an ignition module hooked up. I'm looking directly at the EST signal out of the ECM. The jitter is there. Also by comparing the EST signal to the spark signal there is no additional jitter or any measureable delay.



Fred 86 GN wrote

What is up with an 8° to 11° timing drop at 2800 rpm?

Glitch? Faulty data gathering? Quick spooling aid? A nifty bog to let street tires get traction before blowing them away with lots of timing?


No faulty data gathering on that one! Not like the screw-up I did with the mat:o . Nothing like a little correlation to help figure something out:D


Dave
 
Back
Top