Notices
ECU Flash

cold start enrichment table

Thread Tools
 
Search this Thread
 
Old May 31, 2008, 11:38 AM
  #31  
Evolved Member
iTrader: (18)
 
Jorge T's Avatar
 
Join Date: May 2004
Location: Houston, TX
Posts: 1,494
Likes: 0
Received 1 Like on 1 Post
I entered 744 in the start IPW table and it behaved the same as my open loop cold start setup settling down to14.7 quickly. The jury still out, it is very warm here in the morning
Old Jun 1, 2008, 02:28 AM
  #32  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
Thats funny. I have just found the same map in my EVO 7 Rom. (But only one)
I am not ready to check this.
My loggings shows that the "add fuel" variable is count down after start.
Old Jun 1, 2008, 10:56 AM
  #33  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
Here is the table for 9986002. The Values are not only timers, they are although the amount of enrichment. I called it only "units". So higher values means more enrichment that will be counted down to 0. The Word address of the variable (in case you will log it) is FFFF89A4 (to log it use FFFF89A5)
Code:
	<table name="Start Enrichment" category="Fuel" address="3922" type="2D" level="1" scaling="uint8">
		<table name="Water Temp" address="57b6" type="Y Axis" elements="9" scaling="Temp"/>
	</table>
I have try this (250,250,250,250,130,26,17,6,6) values to overcome my starting problems with E85. It seems to work, but the temps here in Germany are quite hot right now (25 deg C).
OEM was:
Temp -32, -18, -8, 7, 20,34,50,77,82
Units 186,122,77,32,26,19,13, 6, 6
Old Jun 6, 2008, 10:43 AM
  #34  
Evolved Member
iTrader: (30)
 
JohnBradley's Avatar
 
Join Date: Jan 2004
Location: Northwest
Posts: 11,396
Received 64 Likes on 48 Posts
Any further updates? I just cold started my car after a month and a half on E30 and even then it wanted to run really crappy. Back to working on this project now.
Old Jun 6, 2008, 04:43 PM
  #35  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
I have tested the starting enrichment table. Thats works fine for me.
There is another table (right before the starting table).
I think this is the enrichment when running, but I haven't tested this yet.
It is already quite hot here (and I love that).
I hope this second table solve the accel problem. The car starts and idle, but if you push the trottle fast, the AFR went to 20+ and the engine stopp until I release the trottle.

Both tables for the 99860002 ID
Code:
	<table name="Water Temp Enrich Starting" category="Fuel" address="3922" type="2D" level="1" scaling="uint8">
		<table name="Water Temp" address="57b6" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Water Temp Enrich Running" category="Fuel" address="3912" type="2D" level="1" scaling="Enrich">
		<table name="Water Temp" address="57b6" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<scaling name="Enrich" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="127" inc="1" storagetype="uint8" endian="big"/>
Old Jun 6, 2008, 05:06 PM
  #36  
Evolved Member
iTrader: (18)
 
Jorge T's Avatar
 
Join Date: May 2004
Location: Houston, TX
Posts: 1,494
Likes: 0
Received 1 Like on 1 Post
changing the start IPW value to match the 14v in injector latency made my car cold start fine with no adverse effects in AFR at any rpm. No stumbles, coughs, burps or farts.
Old Jun 6, 2008, 05:22 PM
  #37  
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
Very cool, now to find the right tables for other roms.
Old Jun 9, 2008, 05:19 AM
  #38  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
Which ROM ID do you need first?
(So you can maybe do the test for me )
Old Jun 9, 2008, 06:02 AM
  #39  
Evolved Member
iTrader: (23)
 
honki24's Avatar
 
Join Date: Apr 2003
Location: Houston, TX
Posts: 1,579
Received 0 Likes on 0 Posts
94170015
Old Jun 9, 2008, 07:37 AM
  #40  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
There seems to be a pair of two identical tables in the 94170015
Code:
	<table name="Water Temp Enrich Starting #1" category="Fuel" address="3732" type="2D" level="1" scaling="uint8">
		<table name="Water Temp" address="67BC" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Water Temp Enrich Starting #2" category="Fuel" address="3742" type="2D" level="1" scaling="uint8">
		<table name="Water Temp" address="67BC" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Water Temp Enrich Running #1" category="Fuel" address="3712" type="2D" level="1" scaling="Enrich">
		<table name="Water Temp" address="67BC" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Water Temp Enrich Running #2" category="Fuel" address="3722" type="2D" level="1" scaling="Enrich">
		<table name="Water Temp" address="67BC" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<scaling name="Enrich" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="127" inc="1" storagetype="uint8" endian="big"/>
No warrenty at all. I have only search the tables and have not dissasembled the whole routines. I have although not tested the "running maps".
Attached Thumbnails cold start enrichment table-screen-00031.jpg  
Old Jun 10, 2008, 06:11 AM
  #41  
Evolved Member
iTrader: (4)
 
bnice01's Avatar
 
Join Date: May 2007
Location: Hurlburt Field, FL
Posts: 688
Likes: 0
Received 0 Likes on 0 Posts
good stuff joebee
Old Jun 10, 2008, 08:41 AM
  #42  
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
Originally Posted by JoeBee
I have tested the starting enrichment table. Thats works fine for me.
There is another table (right before the starting table).
I think this is the enrichment when running, but I haven't tested this yet.
It is already quite hot here (and I love that).
I hope this second table solve the accel problem. The car starts and idle, but if you push the trottle fast, the AFR went to 20+ and the engine stopp until I release the trottle.

Both tables for the 99860002 ID
Code:
	<table name="Water Temp Enrich Starting" category="Fuel" address="3922" type="2D" level="1" scaling="uint8">
		<table name="Water Temp" address="57b6" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<table name="Water Temp Enrich Running" category="Fuel" address="3912" type="2D" level="1" scaling="Enrich">
		<table name="Water Temp" address="57b6" type="Y Axis" elements="9" scaling="Temp"/>
	</table>

	<scaling name="Enrich" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="127" inc="1" storagetype="uint8" endian="big"/>
I'm a little behind on this thread here ...
Does the table Running enrichment) need bigger numbers for longer IPW to enrich more so the car doesn't stumble and go up to 20-21 afr like that? How much did you increase them by?
And can anyone do tables for 94170014 pls?
Old Jun 10, 2008, 09:20 AM
  #43  
Evolved Member
iTrader: (23)
 
honki24's Avatar
 
Join Date: Apr 2003
Location: Houston, TX
Posts: 1,579
Received 0 Likes on 0 Posts
Thank you Joebee, sorry but in your post did you mean that you have tried the startup maps? If so, what were your inputs and results?
Old Jun 10, 2008, 12:59 PM
  #44  
Evolving Member
 
JoeBee's Avatar
 
Join Date: Sep 2006
Location: Germany
Posts: 152
Likes: 0
Received 0 Likes on 0 Posts
See my Post #33
I have try the startup maps (My EVO 7 has only one, you should change both).
The values I have tried for E85 in my car change my cranks from 6 times to 2 times.

The haven't check the canidate "running maps" yet.
Old Jun 11, 2008, 11:10 AM
  #45  
Evolved Member
iTrader: (90)
 
inco9nito99's Avatar
 
Join Date: Jul 2005
Location: Roselle, IL
Posts: 1,917
Likes: 0
Received 0 Likes on 0 Posts
88590015?


Quick Reply: cold start enrichment table



All times are GMT -7. The time now is 01:27 PM.