Notices
ECU Flash

Injector scaling and latecy for different injectors.

Thread Tools
 
Search this Thread
 
Old Jul 31, 2007, 11:15 PM
  #211  
MR
Evolving Member
 
MR's Avatar
 
Join Date: Jun 2004
Posts: 208
Likes: 0
Received 0 Likes on 0 Posts
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
Old Aug 22, 2007, 02:29 AM
  #212  
Evolved Member
iTrader: (19)
 
vboy425's Avatar
 
Join Date: Mar 2005
Location: Spec Ops
Posts: 2,387
Likes: 0
Received 1 Like on 1 Post
good post
Old Aug 26, 2007, 01:39 PM
  #213  
Evolving Member
iTrader: (1)
 
Max Power's Avatar
 
Join Date: Aug 2005
Location: Chandler, AZ
Posts: 318
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Aug 27, 2007, 09:31 AM
  #214  
Evolved Member
iTrader: (7)
 
mplspilot's Avatar
 
Join Date: Oct 2006
Location: Flyover country.
Posts: 1,439
Likes: 0
Received 1 Like on 1 Post
^ you're kinda in the wrong thread with this question...

There are threads on Trims.
Old Aug 27, 2007, 03:20 PM
  #215  
Evolving Member
iTrader: (1)
 
Max Power's Avatar
 
Join Date: Aug 2005
Location: Chandler, AZ
Posts: 318
Likes: 0
Received 0 Likes on 0 Posts
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
Old Aug 27, 2007, 09:42 PM
  #216  
G20
Evolved Member
iTrader: (13)
 
G20's Avatar
 
Join Date: May 2003
Location: Orange County, CA
Posts: 1,059
Likes: 0
Received 12 Likes on 9 Posts
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.
Old Aug 30, 2007, 12:42 AM
  #217  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
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%
Old Aug 30, 2007, 06:24 AM
  #218  
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 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
Old Aug 30, 2007, 06:37 AM
  #219  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
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
Old Aug 30, 2007, 07:35 AM
  #220  
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 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
Old Sep 25, 2007, 02:46 PM
  #221  
EvoM Guru
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 129 Likes on 97 Posts
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.
Old Sep 30, 2007, 12:47 AM
  #222  
Newbie
iTrader: (3)
 
James Reese's Avatar
 
Join Date: Sep 2007
Location: San Diego
Posts: 85
Likes: 0
Received 0 Likes on 0 Posts
scalings and latency for precision 880s anyone? I am having a problem with that as well?
Old Oct 4, 2007, 08:49 AM
  #223  
Newbie
iTrader: (11)
 
stefano's Avatar
 
Join Date: Apr 2002
Location: Longmont, CO
Posts: 80
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Oct 14, 2007, 09:56 AM
  #224  
Evolved Member
iTrader: (6)
 
nj1266's Avatar
 
Join Date: Nov 2004
Location: USA
Posts: 3,254
Likes: 0
Received 13 Likes on 3 Posts
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?
Old Oct 14, 2007, 11:32 AM
  #225  
Evolved Member
iTrader: (18)
 
alan678's Avatar
 
Join Date: Mar 2005
Location: La Jolla, CA
Posts: 1,235
Likes: 0
Received 1 Like on 1 Post
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....


Quick Reply: Injector scaling and latecy for different injectors.



All times are GMT -7. The time now is 11:05 PM.