Notices
ECU Flash

9653006v5 WORKS for 05 USDM (9694011)

Thread Tools
 
Search this Thread
 
Old Mar 1, 2009 | 06:38 PM
  #226  
RyeLou's Avatar
Evolving Member
iTrader: (2)
 
Joined: May 2008
Posts: 271
Likes: 0
From: Michigan
sent
Reply
Old Apr 7, 2009 | 12:04 AM
  #227  
Cronic's Avatar
Newbie
 
Joined: Jun 2008
Posts: 38
Likes: 0
From: FL
Testing this tomorrow on a buddys VIII. Should work fine just like everyother Tephra patch I have used.
Reply
Old Jul 9, 2009 | 09:11 AM
  #228  
EvoIan's Avatar
Newbie
iTrader: (1)
 
Joined: Aug 2006
Posts: 64
Likes: 0
From: Pa
Has anyone noticed their Injector Battery Voltage Latency Compensation values going out of whack after switching to this ROM? I thought I had checked everything but I just noticed this on mine.
Attached Images  
Reply
Old Jul 9, 2009 | 10:04 AM
  #229  
Asmodeus6's Avatar
Evolved Member
iTrader: (7)
 
Joined: Nov 2006
Posts: 772
Likes: 0
From: Pittsburgh
One of your definitions in your xml got messed up.

When it scrambles like that you have a code problem, or it's looking in the wrong place for the information. It should NOT do that. And it has nothing to do with the rom change.

(I know you don't I?)

Last edited by Asmodeus6; Jul 9, 2009 at 10:06 AM.
Reply
Old Jul 9, 2009 | 11:48 AM
  #230  
EvoIan's Avatar
Newbie
iTrader: (1)
 
Joined: Aug 2006
Posts: 64
Likes: 0
From: Pa
Yeah hey whats up Dustin... I need to take a better look at this. Any chance you could post your xml for comparison sake? I assume your swapped out to the 0006 too...

Thanks!!
Reply
Old Jul 11, 2009 | 01:06 PM
  #231  
Asmodeus6's Avatar
Evolved Member
iTrader: (7)
 
Joined: Nov 2006
Posts: 772
Likes: 0
From: Pittsburgh
Yeah I did. I'm having a slight fuel consumption issue. Wasn't really paying attention in class (looking at the WB) lately I guess.

My open loop threshold seems to be bullsh*t. 1-2psi and the car goes 11-1. Which means part throttle cruising up a hill becomes a horrendous waste of fuel. So much so... it took me nearly an hour to scrub the back end of my car.

What doesn't make sense to me at all is nowhere in my fuel maps am I even remotely near anything resembling an 11-1 A/F ratio. In fact, if I go WOT it leans back up to more closely resemble my fuel map.

I have lean spool off. Problem seems to be mostly in 5th gear at low rpm. I went back and checked the 9694 vs 9653 open loop load tables and they are not the same. Although similar enough... it shouldn't be so different from how it was before.

I could tip in pretty far before and get almost 8psi or so... enough my meth light would start to flicker before I would really come out of closed loop. What this translates to; is me going from 2X mpg to 1X mpg. I've been doing a lot more pulls tuning the boost and tables and such... but I have to REALLY watch touching the gas at all now.

Are the open loop load tables 'good' on this rom? I know I cannot touch accel enrichment tables as they are not correct.

But being able to keep the car in closed loop longer would be really nice. I could do the opposite and tune it for being in open loop... but I have no idea why it's so damn rich on the bottom.

I noticed the maf scaling was different as well. But my ltft low isn't far off, and mid is pretty close to 0. So I don't think I have a huge problem there either.

Maybe it's a combination of all 3 things boning me right now. Any thoughts before I start screwing with stuff?
Reply
Old Jul 14, 2009 | 04:22 PM
  #232  
thermaldynamics's Avatar
Newbie
iTrader: (5)
 
Joined: Jul 2007
Posts: 58
Likes: 0
From: Charlotte
When updating to 96530006, do we need to update the MAF Raw scaling and compensation/smoothing from the 96940011 or does this new ROM work well with the default values and not screw up closed loop tuning?

Better search terms found this sorry - One more thing I just noticed, are there startup latency and pulse width vs ECT adders defined for this ROM?

Last edited by thermaldynamics; Jul 14, 2009 at 07:43 PM.
Reply
Old Jul 15, 2009 | 09:34 AM
  #233  
thermaldynamics's Avatar
Newbie
iTrader: (5)
 
Joined: Jul 2007
Posts: 58
Likes: 0
From: Charlotte
Originally Posted by tephra
John - I just took a look at the disasm - you can use elements=16 for the OpenLoop Loads ie
Code:
<table name="Open Loop Load # 1" address="3624">
	<table name="RPM" address="6594" elements="16"/>
</table>

<table name="Open Loop Load # 2" address="363a">
	<table name="RPM" address="6594" elements="16"/>
</table>

<table name="Open Loop Throttle Low Load" address="3656">
	<table name="RPM" address="6594" elements="16"/>
</table>

<table name="Open Loop Throttle High Load" address="366c">
	<table name="RPM" address="6594" elements="16"/>
</table>
So if one can increase the # of elements from 15 to 16 on this ROM for open loop switch points, can we increase the # of elements in the fuel and timing maps on the load axis to gain resolution or is this still a big "no-no" like it was for the 96940011?
Reply
Old Jul 15, 2009 | 10:12 AM
  #234  
l2r99gst's Avatar
Evolved Member
iTrader: (2)
 
Joined: Mar 2004
Posts: 3,499
Likes: 4
From: CA
Originally Posted by thermaldynamics
So if one can increase the # of elements from 15 to 16 on this ROM for open loop switch points, can we increase the # of elements in the fuel and timing maps on the load axis to gain resolution or is this still a big "no-no" like it was for the 96940011?
No, you can't just increase the sizes of the maps in your defs. The size of the maps are fixed in the ROM. The space before and after the maps is other code and/or maps. If you try to simply increase the size of a particular map, you will be spilling over into this other code and rewriting that.
Reply
Old Jul 15, 2009 | 06:20 PM
  #235  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
try it - you should see 'funny' numbers in both the axis and map...
Reply
Old Jul 15, 2009 | 06:37 PM
  #236  
thermaldynamics's Avatar
Newbie
iTrader: (5)
 
Joined: Jul 2007
Posts: 58
Likes: 0
From: Charlotte
lol, I think I'll take your word for it.

I figured I would ask one more time about adding elements. I had no idea how the file is written to memory whether it simply over writes data that is in its way or shifts everything out making room for the added values.
Reply
Old Jul 16, 2009 | 04:54 AM
  #237  
MR Turco's Avatar
EvoM Staff Alumni
iTrader: (16)
 
Joined: May 2007
Posts: 3,233
Likes: 3
From: Massachusetts
I am still having stalling issues on one car when converting. I logged the ISC steps last night and both were the same, between 15-22. Now that 2 byte load is working i don't think i will worry about it, just tune it and be done.
Reply
Old Jul 16, 2009 | 09:31 AM
  #238  
ohhgyeahfasho's Avatar
Evolving Member
iTrader: (14)
 
Joined: Oct 2006
Posts: 179
Likes: 0
From: Los Angeles, CA
anyone able to figure out how to disable or fix the P0505 CEL?..
Reply
Old Jul 16, 2009 | 03:21 PM
  #239  
laramie_05MR's Avatar
Evolving Member
iTrader: (20)
 
Joined: Jul 2006
Posts: 417
Likes: 1
From: texas
You need to adjust the BISS using Evoscan and a screwdriver
Reply
Old Jul 16, 2009 | 11:26 PM
  #240  
ohhgyeahfasho's Avatar
Evolving Member
iTrader: (14)
 
Joined: Oct 2006
Posts: 179
Likes: 0
From: Los Angeles, CA
Originally Posted by laramie_05MR
You need to adjust the BISS using Evoscan and a screwdriver
okay, ill do that. at what rpm do you guys usually set it up to?
Reply



All times are GMT -7. The time now is 08:54 AM.