Notices
ECU Flash

Hitting fuel cut - multiplier setting not working?

Thread Tools
 
Search this Thread
 
Old Nov 17, 2014 | 03:40 AM
  #1  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
Hitting fuel cut - multiplier setting not working?

I've been having problems hitting fuel cut at the 'Fuel Cut Load x1' value, even though (I think) I've got the 'Fuel Cut Multiplier' setup to use 'Fuel Cut Load x2'.

Attached is what my values are set to. ROM is 90550701, car is Evo 7. Any ideas what I'm doing wrong?

Hitting fuel cut - multiplier setting not working?-fuelcut2.jpg

This is what my XML looks like:
Code:
<table name="Fuel Cut Multiplier" category="Global Fuel Settings" address="11ac6" type="2D" level="2" scaling="Hex16">
<table type="Static Y Axis" elements="1">
<data>To use "Fuel Cut Load x1" = 0x600D To use "Fuel Cut Load x2" = 0x4D00      :</data>
</table>
</table>
<table name="Fuel Cut Load x1" category="Global Fuel Settings" address="3614" type="2D" scaling="LoadBoost">
<table name="RPM" address="56b6" type="Y Axis" elements="9" scaling="RPM"/>
</table>
<table name="Fuel Cut Load X2" category="Global Fuel Settings" address="3614" type="2D" level="2" scaling="FuelCutLoadX2">
<table name="RPM" address="56b6" type="Y Axis" elements="9" scaling="RPM"/>
</table>
<table name="Fuel Cut Load Trigger Delay" category="Global Fuel Settings" address="159a" type="2D" level="2" scaling="Time">
<table type="Static Y Axis" elements="1">
<data>FUEL CUT will not engage until the limit has been exceeded for this duration of time:</data>
</table>
</table>
Reply
Old Nov 17, 2014 | 10:46 AM
  #2  
X.0 EDITION's Avatar
Newbie
 
Joined: Nov 2008
Posts: 36
Likes: 0
From: UNITED KINGDOM
I was having some confusion over this recently myself, are you on sd? I believe you need to have the load cap fuel flow eliminator and load cap airflow setting to 0x9 if it's currently set to 2ba1... hopefully someone comes on to confirm though.
Reply
Old Nov 17, 2014 | 10:48 AM
  #3  
X.0 EDITION's Avatar
Newbie
 
Joined: Nov 2008
Posts: 36
Likes: 0
From: UNITED KINGDOM
but then I read on another thread that if running sd it should stay as 2ba1... I haven't had a chance to test and see.
Reply
Old Nov 17, 2014 | 01:46 PM
  #4  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
try 3814 for load boost address instead of 3614
Reply
Old Nov 18, 2014 | 08:33 AM
  #5  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
I set them to 0x9 rather than 2BA1. That predates the switch to SD but its never affected anything for me. The MAF load cap is 378.5 as I recall, so you shouldnt be near enough to that even if you were blowing through the 335 mark a little.
Reply
Old Nov 19, 2014 | 09:01 PM
  #6  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
Thanks for the feedback guys. Will try those and report back with results. This is running a MAF too, not SD.
Reply
Old Nov 20, 2014 | 03:48 AM
  #7  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
I assume 'load cap fuel flow eliminator' and 'load cap airflow' are tables in an SD rom or something, as I can't see them in my 90550701 XML?

Will try setting the load boost address to 3814 though.
Reply
Old Nov 21, 2014 | 02:39 AM
  #8  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
Originally Posted by todd6027
try 3814 for load boost address instead of 3614
Tried that, but still getting fuel cut at the 'Fuel Cut Load x1' value unfortunately

This is what the XML looked like when I flashed the ECU:
Code:
<table name="Fuel Cut Load x1" category="Global Fuel Settings" address="3814" Type="2D" scaling="LoadBoost">
<table name="RPM" address="56b6" type="Y Axis" elements="9" scaling="RPM"/>
</table>
Any other ideas from anyone? This is driving me nuts!
Reply
Old Nov 21, 2014 | 08:15 AM
  #9  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
this should sort it , should be 600D--->4000 not 4D00 and 3814 for address


<table name="Fuel Cut Multiplier" category="Global Fuel Settings" address="11ac6" type="2D" level="2" scaling="Hex16">
<table type="Static Y Axis" elements="1">
<data>To use "Fuel Cut Load x1" = 0x600D To use "Fuel Cut Load x2" = 0x4000 :</data>
</table>
</table>
<table name="Fuel Cut Load x1" category="Global Fuel Settings" address="3814" type="2D" scaling="LoadBoost">
<table name="RPM" address="56b6" type="Y Axis" elements="9" scaling="RPM"/>
</table>
<table name="Fuel Cut Load X2" category="Global Fuel Settings" address="3814" type="2D" level="2" scaling="FuelCutLoadX2">
<table name="RPM" address="56b6" type="Y Axis" elements="9" scaling="RPM"/>
</table>
<table name="Fuel Cut Load Trigger Delay" category="Global Fuel Settings" address="159a" type="2D" level="2" scaling="Time">
<table type="Static Y Axis" elements="1">
<data>FUEL CUT will not engage until the limit has been exceeded for this duration of time:</data>
</table>

Last edited by todd6027; Nov 21, 2014 at 01:23 PM.
Reply
Old Nov 21, 2014 | 04:04 PM
  #10  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
Awesome. Thanks Todd

Will try it and report back.
Reply
Old Nov 22, 2014 | 03:43 AM
  #11  
Eisen7's Avatar
Thread Starter
Evolving Member
 
Joined: Jul 2007
Posts: 172
Likes: 1
From: Australia
That worked! Thanks heaps mate
Reply
Old Nov 22, 2014 | 02:15 PM
  #12  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
Originally Posted by Eisen7
That worked! Thanks heaps mate
Cool
Reply
Old Nov 22, 2014 | 06:54 PM
  #13  
X.0 EDITION's Avatar
Newbie
 
Joined: Nov 2008
Posts: 36
Likes: 0
From: UNITED KINGDOM
Todd top man
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
13laqout
Evo Engine / Turbo / Drivetrain
13
Nov 6, 2015 05:38 AM
Benja
ECU Flash
5
Mar 10, 2013 01:54 PM
EvocentriK
ECU Flash
1
Jun 30, 2012 10:43 PM
Thugline
Evo Engine / Turbo / Drivetrain
17
Apr 26, 2010 04:42 AM
DynoFlash
Evo Engine / Turbo / Drivetrain
7
Oct 29, 2003 09:40 PM




All times are GMT -7. The time now is 07:40 AM.