Notices
ECU Flash

This is how to pin-point what load cell your car is operating in!

Thread Tools
 
Search this Thread
 
Old Jul 3, 2006, 08:51 AM
  #16  
Evolved Member
iTrader: (8)
 
Mad_SB's Avatar
 
Join Date: Apr 2003
Location: Georgia
Posts: 2,138
Likes: 0
Received 0 Likes on 0 Posts
Good show always,

I figured out real quick as well that the block fill method is crap. At least by doing this you can plot out your path through the map for a given run. The difficult part is those big transitions where you have to do a lot of mental interpolation to figure out the path and the smoothing, like between 2500 and 3000 rpm :-)

Other than that it seems to work like a champ so far,

I will say that until i tried EvoScan i did not see that I was getting a lot of 1 count knock, my utec does not show any knock until
the ecu hits a count of 3 I think.

Hey, on a side note, anyone know if we can use decimal values in the timing map like 6.5 rather than having to choose between 6 or 7??????
Old Jul 3, 2006, 08:59 AM
  #17  
EvoM Guru
iTrader: (5)
 
MalibuJack's Avatar
 
Join Date: Feb 2003
Location: Royse City, TX
Posts: 10,569
Likes: 0
Received 9 Likes on 9 Posts
The timing values unfortunately aren't that granular.. I have to look at the table its being extracted from, but its basically a decimal conversion of a hex number, so there are few if any places you can have a partial degree value.. Yeah its a single byte integer value, there isn't any room in the "Hex value" to allow for sub-degree timing..
Old Jul 3, 2006, 09:12 AM
  #18  
Evolved Member
Thread Starter
iTrader: (17)
 
AlwaysinBoost's Avatar
 
Join Date: Aug 2004
Location: In da streetz
Posts: 3,275
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by mad_VIII
Hey, on a side note, anyone know if we can use decimal values in the timing map like 6.5 rather than having to choose between 6 or 7??????
great minds think alike. I tried using 4.5 instead of 4 but it would just round up to five... 4.4 would round down to 4. I don't know if the ECU knows the difference but all I can see on my screen is a single digit number.
Old Jul 3, 2006, 09:17 AM
  #19  
Evolved Member
Thread Starter
iTrader: (17)
 
AlwaysinBoost's Avatar
 
Join Date: Aug 2004
Location: In da streetz
Posts: 3,275
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by Noogles
I have always tuned with this method. If a car can run the same amount of timing at 260 load and 220 why not run it? There is no reason to loss power in the spirit of having a pretty table.
that is the beauty of tuning yourself, if you like to tune a specfic way using the same values in multipal blocks then you can. I'm sure there are several different ways to get the same result, each will be different but none are incorrect.

After doing this for only a couple of days its kind of like the engine tells you how it likes to be tuned. Very weird I know but there is no other way to explain it. My car likes a lot of fuel in this heat and the timing curve I have shown above. With those two combinations it runs perfectly. Any less fuel it knocks, any more timing in the HIGH load area and it knocks. Right now she is VERY happy and so am I
Old Jul 3, 2006, 09:29 AM
  #20  
Evolving Member
 
Agent-Smith's Avatar
 
Join Date: Sep 2002
Location: Florida
Posts: 383
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by MalibuJack
The timing values unfortunately aren't that granular.. I have to look at the table its being extracted from, but its basically a decimal conversion of a hex number, so there are few if any places you can have a partial degree value.. Yeah its a single byte integer value, there isn't any room in the "Hex value" to allow for sub-degree timing..

Yup that is the only draw back to the stock ecu. THat is where having a piggy back can eek out the last bits of power.
Old Jul 3, 2006, 09:40 AM
  #21  
Evolved Member
iTrader: (17)
 
dudical26's Avatar
 
Join Date: Nov 2005
Location: NNJ
Posts: 2,544
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by MalibuJack
The timing values unfortunately aren't that granular.. I have to look at the table its being extracted from, but its basically a decimal conversion of a hex number, so there are few if any places you can have a partial degree value.. Yeah its a single byte integer value, there isn't any room in the "Hex value" to allow for sub-degree timing..
Again, to throw in some of my Subaru tuning experience...the program that I use for Subaru's is called ECUExplorer. It allows you to enter some decimal figures. For example if you put in 4.5, it would round that to the nearest acceptable decimal number that can be converted to the hex file. This support would of course have to be built into Open Flash so that it knows what decimal numbers are ok. Do you follow or did I not explain it well enough?
Old Jul 3, 2006, 09:41 AM
  #22  
Evolved Member
iTrader: (115)
 
Z_Lancer_Man's Avatar
 
Join Date: Dec 2003
Location: Albuquerque, NM
Posts: 2,295
Likes: 0
Received 4 Likes on 4 Posts
Great info here. For just starting to learn to tune myself, I appreciate all this good info. Now I just need someone to help me extract my maps from my ECUFlash ROM so I can actually tune my turbo'd Lancer and remove all the dangerous knock I have!
Old Jul 3, 2006, 09:48 AM
  #23  
EvoM Guru
iTrader: (5)
 
MalibuJack's Avatar
 
Join Date: Feb 2003
Location: Royse City, TX
Posts: 10,569
Likes: 0
Received 9 Likes on 9 Posts
Originally Posted by dudical26
Again, to throw in some of my Subaru tuning experience...the program that I use for Subaru's is called ECUExplorer. It allows you to enter some decimal figures. For example if you put in 4.5, it would round that to the nearest acceptable decimal number that can be converted to the hex file. This support would of course have to be built into Open Flash so that it knows what decimal numbers are ok. Do you follow or did I not explain it well enough?
It already does that.. If you type in 4.5 it'll round to 5, if you type 4.2 it'll round to 4.. I looked in the definition for the software and the map itself, and only 1 byte is used for the timing value in the cell, If they were 2 byte values then you can get away with an integer value with one or more decimal places.. But its the ECU itself.. The valid values are -61 to 61 (probably not quite that much, but that would be a spread of 122, so it doesn't appear to have enough resolution for .5 or anything..
Old Jul 3, 2006, 09:51 AM
  #24  
Evolved Member
iTrader: (2)
 
l2r99gst's Avatar
 
Join Date: Mar 2004
Location: CA
Posts: 3,499
Likes: 0
Received 4 Likes on 4 Posts
Originally Posted by AlwaysinBoost
I've found the ECU won't pull timing if there is only 1 count of knock, unless the knock is present for a long period of time. That threshold is a little less tolorant on 2 counts, meaning much less time until it pulls timing. On 3 counts I usually see 2*'s of timing being pulled or more depending on how long the knock lasts.
I have yet to capture any logs, since I'm waiting for the SSi4 from Innovate to come out this week, so I can hook up and log my GM 3.3 bar map sensor.

Anyway, in the DSM ECU, approximately 1 degree of timing was pulled for every 3 counts of knock, up to a maximum of 12 degrees of timing retard.

I would have guessed that the Evo ecu was similar, but you are saying that you are seeing different?

For example, 9 counts of knock in the DSM Ecu would pull 3* timing. 3 counts would pull 1*, etc.

Once I get logging in the coming weeks I will nail this down for sure, but I was curious as to what others saw.

But for sure, I will be creating a knock free tune.



Eric
Old Jul 3, 2006, 10:02 AM
  #25  
Evolving Member
iTrader: (6)
 
kapolani's Avatar
 
Join Date: Feb 2004
Location: Maryland
Posts: 442
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by AlwaysinBoost
http://forums.openecu.org/viewtopic.php?p=6085#6085

you need to be logged in to view the attachment.
Could you email me the software as well.

I've registered twice at openecu.org, but never received any email to activate my account. I have no idea why that is.

kapolani@hotmail.com
Old Jul 3, 2006, 10:27 AM
  #26  
Newbie
 
Second Chance's Avatar
 
Join Date: Apr 2006
Location: Lutz
Posts: 83
Likes: 0
Received 0 Likes on 0 Posts
kapolani YGM
Old Jul 3, 2006, 12:46 PM
  #27  
Evolved Member
Thread Starter
iTrader: (17)
 
AlwaysinBoost's Avatar
 
Join Date: Aug 2004
Location: In da streetz
Posts: 3,275
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by l2r99gst
I have yet to capture any logs, since I'm waiting for the SSi4 from Innovate to come out this week, so I can hook up and log my GM 3.3 bar map sensor.

Anyway, in the DSM ECU, approximately 1 degree of timing was pulled for every 3 counts of knock, up to a maximum of 12 degrees of timing retard.

I would have guessed that the Evo ecu was similar, but you are saying that you are seeing different?

For example, 9 counts of knock in the DSM Ecu would pull 3* timing. 3 counts would pull 1*, etc.

Once I get logging in the coming weeks I will nail this down for sure, but I was curious as to what others saw.

But for sure, I will be creating a knock free tune.



Eric
So they finally released the SSI4... I was initially waiting until that came out but just gave up after a month or so.

You can still 'get by' with the tools we have now. Just the EVOScan program & Second Chances' logger are all that I used to get a completly knock free tune.

With regard to knock, what I posted above is what my logs have shown.
1 count = no timing pulled unless the knock continues for a prolonged period of time.
2 counts = no timing pulled if it happens for a VERY short time, longer then that and a degree or two will be pulled.
3 counts or more and at least 2 degrees of timing get pulled instantly.

More knock then that I don't recall how much timing was pulled because I was looking at other parts of the map to figure out which cells to modify in order to eliminate it.
Old Jul 3, 2006, 02:19 PM
  #28  
Evolved Member
iTrader: (2)
 
l2r99gst's Avatar
 
Join Date: Mar 2004
Location: CA
Posts: 3,499
Likes: 0
Received 4 Likes on 4 Posts
Originally Posted by AlwaysinBoost
So they finally released the SSI4... I was initially waiting until that came out but just gave up after a month or so.

You can still 'get by' with the tools we have now. Just the EVOScan program & Second Chances' logger are all that I used to get a completly knock free tune.

With regard to knock, what I posted above is what my logs have shown.
1 count = no timing pulled unless the knock continues for a prolonged period of time.
2 counts = no timing pulled if it happens for a VERY short time, longer then that and a degree or two will be pulled.
3 counts or more and at least 2 degrees of timing get pulled instantly.

More knock then that I don't recall how much timing was pulled because I was looking at other parts of the map to figure out which cells to modify in order to eliminate it.
Yeah, supposedly this week the SSi4 is slated to be released. We'll see.

By no means did I mean that I can't use the present tools to tune my car. I just wanted to use a boost gauge and boost controller, too. I never installed either because I was waiting on the SSi4. I have and XD-16 for the LC-1 wideband and I will get another XD-16 for the boost gauge once the SSi4 comes in. I will be using a GM 3.3 bar map sensor with that. That way I can log both boost and wideband data and display it on the gauges and my CarPC along with the EvoScan software.

Your findings on knock retard are interesting, though. I will definitely verify your findings once I get going here.


Eric
Old Jul 3, 2006, 02:44 PM
  #29  
EvoM Guru
iTrader: (8)
 
RazorLab's Avatar
 
Join Date: Aug 2003
Location: Mid-Hudson, NY
Posts: 14,065
Received 1,038 Likes on 760 Posts
I posted this in another thread but I guess it's more appropriate here:

22.5psi peak, 91 octane.

RPM -- MAS Hz -- Timing -- Wideband AFR

2513 -- 384 -- 12 -- 13.1
3024 -- 636 -- 6 -- 11.9
3501 -- 992 -- 5 -- 11.4
4035 -- 1121 -- 6 -- 11.3
4513 -- 1266 -- 7 -- 11.1
5043 -- 1393 -- 9 -- 11.2
5522 -- 1492 -- 10 -- 11.2
6002 -- 1595 -- 12 -- 11
6515 -- 1694 -- 13 -- 11
7002 -- 1731 -- 17 -- 11.1
7528 -- 1796 -- 19 -- 11

Here is the path my ECU is taking through the load columns according to my logs:

Old Jul 3, 2006, 03:39 PM
  #30  
Evolved Member
Thread Starter
iTrader: (17)
 
AlwaysinBoost's Avatar
 
Join Date: Aug 2004
Location: In da streetz
Posts: 3,275
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by razorlab
I posted this in another thread but I guess it's more appropriate here:

22.5psi peak, 91 octane.

RPM -- MAS Hz -- Timing -- Wideband AFR

2513 -- 384 -- 12 -- 13.1
3024 -- 636 -- 6 -- 11.9
3501 -- 992 -- 5 -- 11.4
4035 -- 1121 -- 6 -- 11.3
4513 -- 1266 -- 7 -- 11.1
5043 -- 1393 -- 9 -- 11.2
5522 -- 1492 -- 10 -- 11.2
6002 -- 1595 -- 12 -- 11
6515 -- 1694 -- 13 -- 11
7002 -- 1731 -- 17 -- 11.1
7528 -- 1796 -- 19 -- 11

Here is the path my ECU is taking through the load columns according to my logs:

are you using the EVOScan software to log knock and the EVOScan log view to view the logs? You should have WAY more samples then that.


Quick Reply: This is how to pin-point what load cell your car is operating in!



All times are GMT -7. The time now is 12:46 PM.