Notices
ECU Flash

Hitting fuel cut - multiplier setting not working?

Thread Tools
 
Search this Thread
 
Old Nov 17, 2014, 03:40 AM
  #1  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
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>
Old Nov 17, 2014, 10:46 AM
  #2  
Newbie
 
X.0 EDITION's Avatar
 
Join Date: Nov 2008
Location: UNITED KINGDOM
Posts: 36
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Nov 17, 2014, 10:48 AM
  #3  
Newbie
 
X.0 EDITION's Avatar
 
Join Date: Nov 2008
Location: UNITED KINGDOM
Posts: 36
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Nov 17, 2014, 01:46 PM
  #4  
Evolved Member
iTrader: (10)
 
todd6027's Avatar
 
Join Date: Jun 2007
Location: Ireland
Posts: 1,860
Received 12 Likes on 12 Posts
try 3814 for load boost address instead of 3614
Old Nov 18, 2014, 08:33 AM
  #5  
Evolved Member
iTrader: (30)
 
JohnBradley's Avatar
 
Join Date: Jan 2004
Location: Northwest
Posts: 11,396
Received 64 Likes on 48 Posts
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.
Old Nov 19, 2014, 09:01 PM
  #6  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
Thanks for the feedback guys. Will try those and report back with results. This is running a MAF too, not SD.
Old Nov 20, 2014, 03:48 AM
  #7  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
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.
Old Nov 21, 2014, 02:39 AM
  #8  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
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!
Old Nov 21, 2014, 08:15 AM
  #9  
Evolved Member
iTrader: (10)
 
todd6027's Avatar
 
Join Date: Jun 2007
Location: Ireland
Posts: 1,860
Received 12 Likes on 12 Posts
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.
Old Nov 21, 2014, 04:04 PM
  #10  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
Awesome. Thanks Todd

Will try it and report back.
Old Nov 22, 2014, 03:43 AM
  #11  
Evolving Member
Thread Starter
 
Eisen7's Avatar
 
Join Date: Jul 2007
Location: Australia
Posts: 172
Received 1 Like on 1 Post
That worked! Thanks heaps mate
Old Nov 22, 2014, 02:15 PM
  #12  
Evolved Member
iTrader: (10)
 
todd6027's Avatar
 
Join Date: Jun 2007
Location: Ireland
Posts: 1,860
Received 12 Likes on 12 Posts
Originally Posted by Eisen7
That worked! Thanks heaps mate
Cool
Old Nov 22, 2014, 06:54 PM
  #13  
Newbie
 
X.0 EDITION's Avatar
 
Join Date: Nov 2008
Location: UNITED KINGDOM
Posts: 36
Likes: 0
Received 0 Likes on 0 Posts
Todd top man
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



Quick Reply: Hitting fuel cut - multiplier setting not working?



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