Notices
ECU Flash

Injector scaling and latecy for different injectors.

Thread Tools
 
Search this Thread
 
Old Jul 31, 2007 | 11:15 PM
  #211  
MR's Avatar
MR
Evolving Member
 
Joined: Jun 2004
Posts: 208
Likes: 0
Thanks dude, will go try it out and feeback to u..so i use what injector scaling for this HKS 680 (aka denso 660)? Please advice.

My fren has the Power Enterprise 700cc, do u happen to know what are they similar to what brand injector latency? Appreciate if you can advise...

cheers!


Originally Posted by razorlab
HKS 680's are Denso's so basically the same as Denso 660

You can try this for latency:

6.12
3.12
1.992
1.272
0.744
0.648
0.408
Reply
Old Aug 22, 2007 | 02:29 AM
  #212  
vboy425's Avatar
Evolved Member
iTrader: (19)
 
Joined: Mar 2005
Posts: 2,387
Likes: 1
From: Spec Ops
good post
Reply
Old Aug 26, 2007 | 01:39 PM
  #213  
Max Power's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2005
Posts: 318
Likes: 0
From: Chandler, AZ
Originally Posted by mitsu matt
Thanks Eric, that was awesome. It will certainly make tuning injectors easier for me.

For the record, this is how it needs to be written in the Evoscan data file. I also switched the request ID from LTFT low and LTFT high to make them correct.

Display="Fuel Trim Low" LogReference="FuelTrim_Low" RequestID="0C" Eval="(0.1961x)-25" Unit="%"

Display="Fuel Trim Mid" LogReference="FuelTrim_Mid" RequestID="0D" Eval="(0.1961x)-25" Unit="%"

Display="Fuel Trim High" LogReference="FuelTrim_High" RequestID="0E" Eval="(0.1961x)-25" Unit="%"

Display="Oxygen Feedback Trim" LogReference="O2FeedbackTrim" RequestID="0F" Eval="(0.1961x)-25" Unit="%"
Hey all... I'm a bit of an idiot programming wise - I tried to get this to work in EvoScan but it just messes up the data.xml file. Could somebody write up the code that will plug right into EvoScan? Thanks a bunch.
Reply
Old Aug 27, 2007 | 09:31 AM
  #214  
mplspilot's Avatar
Evolved Member
iTrader: (7)
 
Joined: Oct 2006
Posts: 1,439
Likes: 1
From: Flyover country.
^ you're kinda in the wrong thread with this question...

There are threads on Trims.
Reply
Old Aug 27, 2007 | 03:20 PM
  #215  
Max Power's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2005
Posts: 318
Likes: 0
From: Chandler, AZ
I know... but I was quoting the post on the start of page 14 in response to the post at the bottom of 13. I was just hoping someone had it available. Guess I should have searched - but quoting is so much easier
Reply
Old Aug 27, 2007 | 09:42 PM
  #216  
G20's Avatar
G20
Evolved Member
iTrader: (13)
 
Joined: May 2003
Posts: 1,060
Likes: 14
From: Orange County, CA
ok! I gave up trying. Can someone post me a good scaling numbers specific for Precision 880 injectors. The one from the AEM chart didn't work for me. I tried some settings but no good so far. It maybe something else but I want to try some good proven 880 settings first. Thank in advance.
Reply
Old Aug 30, 2007 | 12:42 AM
  #217  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
quick question why are we using this "(0.1961x)-25" formula?

wouldn't it be (128-x)/128?

ie a value of 128 means 0%
Reply
Old Aug 30, 2007 | 06:24 AM
  #218  
l2r99gst's Avatar
Evolved Member
iTrader: (2)
 
Joined: Mar 2004
Posts: 3,499
Likes: 4
From: CA
Originally Posted by tephra
quick question why are we using this "(0.1961x)-25" formula?

wouldn't it be (128-x)/128?

ie a value of 128 means 0%
128 does mean 0%. The (.1961x)-25 formula gives us the percentage of fuel the ECU is subtracing (negative values) or adding (positive values) to maintain stoich, from -25% to +25%.

(128-x)/128 would leave us with values of 1 to -1. Perhaps (x-128)/128, then multiplied by 25 would work as well. (x-128)/128 would give us -1 to 1. Multiuply by 25 and we would arrive at the same equation as above:

25[(x-128)/128)
(25x-3200)/3200
.00781x -1

So, it turns out to be the same. I didn't create the original equation, but it looks like this is how they came to the proper equation.


Eric
Reply
Old Aug 30, 2007 | 06:37 AM
  #219  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
hrmm I think it should be 100*(128-x)/128 to get it into percent...

anyways it doesn't really matter, so long as your original process on page (2 or 3) still works
Reply
Old Aug 30, 2007 | 07:35 AM
  #220  
l2r99gst's Avatar
Evolved Member
iTrader: (2)
 
Joined: Mar 2004
Posts: 3,499
Likes: 4
From: CA
Originally Posted by tephra
hrmm I think it should be 100*(128-x)/128 to get it into percent...

anyways it doesn't really matter, so long as your original process on page (2 or 3) still works

Well, that would give us a range from 10 to -10. First, that is backwards and we know that the range for the fuel trims are greater than 10% at it's maximum correction.

I don't know who came up with the exact equation, but it seems to fit perfectly in my experiences with helping people with trims, etc.


Eric
Reply
Old Sep 25, 2007 | 02:46 PM
  #221  
mrfred's Avatar
EvoM Guru
iTrader: (50)
 
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
The fuel trim range in ECU units is 0 to 255 with 128 being the zero point. (I think that this was already mentioned previously.) To represent this range in percent, the formula would be:

scaling = 100*(x - 128)/128 = 0.78125*x - 100 (%)

ODB-II scanners use the following scaling:

ODB-II LTFT scaling = (0.78125*x - 100)/4 = 0.1953*x - 25 (%)

Based on this, it seems that the 0-255 range is scaled somewhere in the ECU to represent a LTFT range of -25% to +25%.

MalibuJack is using the ODB-II scaling in Mitsulogger because its most likely the correct scaling.

I looked in the ROM code this morning to try to find the scaling, but there wasn't anything obvious. I found all the references to the LTFTs, but none of them pointed to any scaling or even the code that calculates the current trim level. All I could find is that the ECU apparently doesn't like it when the LTFTs are outside of the -12.5% to +12.5% range (ODB-II scaling).

Last edited by mrfred; Sep 25, 2007 at 03:22 PM.
Reply
Old Sep 30, 2007 | 12:47 AM
  #222  
James Reese's Avatar
Newbie
iTrader: (3)
 
Joined: Sep 2007
Posts: 85
Likes: 0
From: San Diego
scalings and latency for precision 880s anyone? I am having a problem with that as well?
Reply
Old Oct 4, 2007 | 08:49 AM
  #223  
stefano's Avatar
Newbie
iTrader: (11)
 
Joined: Apr 2002
Posts: 80
Likes: 0
From: Longmont, CO
I found a few people that mentioned the FIC 750's in this thread but wasnt confident enough in the info to piece together any scaling or latency values. Can someone please help me out with this?

I currently have warm start issues (starts perfect when cold, then cranks over multiple times when trying to start warm) which I'm sure are related to the scaling and latency.

Thanks in advance.
Reply
Old Oct 14, 2007 | 09:56 AM
  #224  
nj1266's Avatar
Evolved Member
iTrader: (6)
 
Joined: Nov 2004
Posts: 3,254
Likes: 13
From: USA
I noticed that the AEM excel file posted in this thread does not have the latency numbers for 4.69 volts slot in the ECU inejctor battery voltage latency table.

Does that mean that this number is not necessary to modify? What do you guys use instead?

Are there any updated AEM wizard numbers?
Reply
Old Oct 14, 2007 | 11:32 AM
  #225  
alan678's Avatar
Evolved Member
iTrader: (18)
 
Joined: Mar 2005
Posts: 1,235
Likes: 1
From: La Jolla, CA
From what i have seen dialing in a few injectors (RC, FIC, & Denso) I have noticed that this number is not used and doesn't need to be changed...but different people do different things...although when i have changed it on my own car, it has not changed the fuel trims...if the car dips to 4 volts we got some issues....
Reply



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