Notices
ECU Flash

Advanced fuel control options

Thread Tools
 
Search this Thread
 
Old Oct 22, 2009, 03:25 PM
  #31  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by logic
...

By the way, did I get your scaling for Percent64(8-bit) right above?
Yep. I'm adding it to my first post now...
Old Oct 23, 2009, 09:45 AM
  #32  
Evolving Member
 
tnt1106's Avatar
 
Join Date: May 2008
Location: Dallas, TX
Posts: 346
Likes: 0
Received 0 Likes on 0 Posts
<table name="Injector Size Scaling" category="Fuel" type="1D" scaling="InjectorScaling" address="1108"/>


When I add this ^^ to my rom (88590015) it changes my injector sizing to 152, I copied everything over minus this and seems fine so far, have not uploaded rom into car yet still sorting it out.
Old Oct 23, 2009, 10:30 AM
  #33  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by tnt1106
<table name="Injector Size Scaling" category="Fuel" type="1D" scaling="InjectorScaling" address="1108"/>


When I add this ^^ to my rom (88590015) it changes my injector sizing to 152, I copied everything over minus this and seems fine so far, have not uploaded rom into car yet still sorting it out.
Oops. The address I listed is a typo. It should be 1106. Fixing my first post now...
Old Oct 24, 2009, 08:31 AM
  #34  
Evolved Member
iTrader: (38)
 
shadow1's Avatar
 
Join Date: Feb 2005
Location: Laurel, MD
Posts: 660
Likes: 0
Received 0 Likes on 0 Posts
Any addresses for these new tables in 96940011?
Old Oct 24, 2009, 09:00 AM
  #35  
Evolved Member
iTrader: (50)
 
Fast_Freddie's Avatar
 
Join Date: Jun 2007
Location: Lexington Park, MD
Posts: 2,706
Received 12 Likes on 11 Posts
Originally Posted by shadow1
Any addresses for these new tables in 96940011?
Hate to say it but suck it up and move to the 93567006 (tephra V7) and be done with it...
Old Oct 24, 2009, 09:07 AM
  #36  
Evolved Member
iTrader: (17)
 
Jack_of_Trades's Avatar
 
Join Date: Jun 2007
Location: Opelika,AL
Posts: 3,523
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by Fast_Freddie
Hate to say it but suck it up and move to the 93567006 (tephra V7) and be done with it...
It's 96530706 I agree though, make the change and you won't be disappointed. We are on a quest to find EVERY possible table in that ROM that we can.
Old Oct 24, 2009, 01:35 PM
  #37  
Evolved Member
iTrader: (8)
 
03whitegsr's Avatar
 
Join Date: Nov 2006
Location: Utah
Posts: 4,001
Received 14 Likes on 12 Posts
On 96530006, there is a table at 3856.

Phenem's xml package has it listed as
Code:
	<table name="Accel Enrich Base vs Engine Temp" category="Global Fuel Settings" address="3856" type="2D" level="2" scaling="uint8">
		<table name="Engine Temp" address="69be" type="X Axis" elements="8" scaling="Temp"/>
	</table>
Any idea if this is used or labeled correctly at all?
Old Oct 24, 2009, 01:49 PM
  #38  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by 03whitegsr
On 96530006, there is a table at 3856.

Phenem's xml package has it listed as
Code:
	<table name="Accel Enrich Base vs Engine Temp" category="Global Fuel Settings" address="3856" type="2D" level="2" scaling="uint8">
		<table name="Engine Temp" address="69be" type="X Axis" elements="8" scaling="Temp"/>
	</table>
Any idea if this is used or labeled correctly at all?
Yes, its correct. Its Sync Load Accel Compensation vs Coolant Temp.
Old Oct 24, 2009, 04:06 PM
  #39  
Evolved Member
iTrader: (8)
 
03whitegsr's Avatar
 
Join Date: Nov 2006
Location: Utah
Posts: 4,001
Received 14 Likes on 12 Posts
More out of 96530006 that seemed to be related to post start enrichment in the past. These do not appear in Phenem's xml.

Code:
	<table name="Count Down Multiper 3" address="3752">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 4" address="3762">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 5" address="3772">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 6" address="3782">
		<table name="Engine Temp" address="69d8"/>
	</table>
Old Oct 24, 2009, 04:55 PM
  #40  
Evolved Member
iTrader: (38)
 
shadow1's Avatar
 
Join Date: Feb 2005
Location: Laurel, MD
Posts: 660
Likes: 0
Received 0 Likes on 0 Posts
Mrfred,
the Sync Load Accel Compensation vs RPM table has the same address as the improperly defined accel enrichment table in the 96530006 ROM. I remember that you called this table some sort of barometric pressure compensation table in the past. So is this table actually correct but not labelled accurately?
Old Oct 24, 2009, 08:21 PM
  #41  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by 03whitegsr
More out of 96530006 that seemed to be related to post start enrichment in the past. These do not appear in Phenem's xml.

Code:
	<table name="Count Down Multiper 3" address="3752">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 4" address="3762">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 5" address="3772">
		<table name="Engine Temp" address="69d8"/>
	</table>
	<table name="Count Down Multiper 6" address="3782">
		<table name="Engine Temp" address="69d8"/>
	</table>
Those are post cranking enrichment decay times vs engine temp. The decay times are pretty short (2 sec at 20 deg C), so I didn't bother to include them because it seemed like they would have a minimal effect on anything to do with startup.
Old Oct 24, 2009, 08:24 PM
  #42  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by shadow1
Mrfred,
the Sync Load Accel Compensation vs RPM table has the same address as the improperly defined accel enrichment table in the 96530006 ROM. I remember that you called this table some sort of barometric pressure compensation table in the past. So is this table actually correct but not labelled accurately?
Turns out I was wrong back then. The original table did have an accurate name. :-)
Old Oct 25, 2009, 12:09 AM
  #43  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
A couple of updates:

1) The second post has been updated with instructions on how to log each of the fuel pulse width components for the 8859XX15 ROM.

2) When I was working on the patch for the fuel component patch, I realized that I had left one factor out of the base fuel pulse width description. I'll try to add that to the first post tomorrow.
Old Oct 25, 2009, 10:07 AM
  #44  
EvoM Community Team
iTrader: (15)
 
fostytou's Avatar
 
Join Date: Sep 2006
Location: Aurora, IL
Posts: 3,143
Received 6 Likes on 6 Posts
So... silly question, but in "2) Cranking fuel pulse width" we would actually want to do the standard (old_inj_size/new_inj_size)*1.3 on the TCOMP values for proper e85 starting?

I think luckily my injector sizing for E85 winds up being similar to stock for getting cold starts to work properly on E85, but it might be nice to have the correct values for gasoline also. Too bad this didn't come out until after v7!

Last edited by fostytou; Oct 25, 2009 at 10:25 AM.
Old Oct 25, 2009, 01:02 PM
  #45  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by fostytou
So... silly question, but in "2) Cranking fuel pulse width" we would actually want to do the standard (old_inj_size/new_inj_size)*1.3 on the TCOMP values for proper e85 starting?

I think luckily my injector sizing for E85 winds up being similar to stock for getting cold starts to work properly on E85, but it might be nice to have the correct values for gasoline also. Too bad this didn't come out until after v7!
Yes, that would be a good first step to tweaking that table for E85.


Quick Reply: Advanced fuel control options



All times are GMT -7. The time now is 06:00 PM.