Notices
ECU Flash

Timing Trim Per Gear

Thread Tools
 
Search this Thread
 
Old Feb 29, 2012 | 05:32 AM
  #76  
laramie_05MR's Avatar
Evolving Member
iTrader: (20)
 
Joined: Jul 2006
Posts: 417
Likes: 1
From: texas
I'll be able to test in a couple of weeks. 9653
Reply
Old Mar 8, 2012 | 07:54 PM
  #77  
project_skyline's Avatar
Evolved Member
15 Year Member
iTrader: (30)
 
Joined: Jun 2007
Posts: 2,532
Likes: 1
From: Colorado
tephra sent you an email about testing.
Reply
Old Mar 12, 2012 | 03:29 PM
  #78  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Is there a 9653 with timing trim per gear? I'll see if I can port it to 9055.
Reply
Old May 9, 2012 | 11:20 AM
  #79  
project_skyline's Avatar
Evolved Member
15 Year Member
iTrader: (30)
 
Joined: Jun 2007
Posts: 2,532
Likes: 1
From: Colorado
bump who has this so I can do some testing?
Reply
Old May 9, 2012 | 01:42 PM
  #80  
211Ratsbud's Avatar
EvoM Guru
15 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Oct 2010
Posts: 4,286
Likes: 43
From: Watertown, NY
Im in for 88586714 which is the same as 88580714 just 3dsd
Reply
Old May 9, 2012 | 02:37 PM
  #81  
vd's Avatar
vd
Evolving Member
iTrader: (3)
 
Joined: Aug 2007
Posts: 249
Likes: 4
From: London, UK
Originally Posted by 211ratsbud
Im in for 88586714 which is the same as 88580714 just 3dsd
+1, I have no problem and am willing to test anything for 88580714 or 88586714
Reply
Old May 12, 2012 | 06:03 PM
  #82  
Dynotech Tuning's Avatar
Thread Starter
Former Sponsor
iTrader: (12)
 
Joined: Jan 2011
Posts: 1,312
Likes: 9
From: Seekonk, MA
Originally Posted by burgers22
Is there a 9653 with timing trim per gear? I'll see if I can port it to 9055.
I have the original 9653 version he sent somewhere. I gotta find it though!

-Jamie
Reply
Old May 12, 2012 | 06:10 PM
  #83  
Dynotech Tuning's Avatar
Thread Starter
Former Sponsor
iTrader: (12)
 
Joined: Jan 2011
Posts: 1,312
Likes: 9
From: Seekonk, MA
This is for 9653 roms and is UNTESTED!!!!!!!


UNTESTED UNTESTED

Switch the address' like he has listed. Proceed with caution. This test version should change ALL timing in the map, not just at WOT.


Originally Posted by Tephra
Can you give this a whirl:

Code:
<scaling name="TimingTrim8" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
	<table name="Gear Timing Trim" category="TephraMod-V7" address="41c0" type="2D" scaling="TimingTrim8">
		<table name="Gear" address="6824" type="Y Axis" elements="5" scaling="uint16"/>
	</table>
	
	<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="0x%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
	<table name="Gear Timing Trim Patch #1 (0x8904 -> 0x8446)" category="TephraMod-V7" address="6820" type="1D" scaling="Hex16"/>

You need to map the table so the axis as the gears (1,2,3,4,5)

I havn't bothered making a 6th gear, I figure it will be the same as 5th anyways..
-Jamie
Reply
Old May 12, 2012 | 09:54 PM
  #84  
Anarchy99's Avatar
Evolved Member
iTrader: (196)
 
Joined: Aug 2005
Posts: 1,196
Likes: 0
From: Orlando/ Kissimmee
This is a waste of time when you can do gear dependent boost instead to manage cylinder pressure/anti knock
Reply
Old May 13, 2012 | 04:34 AM
  #85  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Thanks Jamie, but that looks like just the xml deff for the map address and scaling. I think we might need some code, is there a ROM that goes with this?
Reply
Old May 13, 2012 | 05:23 AM
  #86  
wreckleford's Avatar
Evolved Member
iTrader: (2)
 
Joined: Jun 2003
Posts: 1,171
Likes: 11
From: Jamaica
I think the patch is in the switching of the address from 0x8904 -> 0x8446.
Reply
Old May 13, 2012 | 05:50 AM
  #87  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Ah, looks like tephra has used an existing piece of the timing code and pointed one of the axis look up to read the RAM variable he's using for the boost/gear feature - nice.

My disassembly's sucks and I can't trace the code through fully, but will test and report when I can.
Reply
Old May 13, 2012 | 06:43 AM
  #88  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Right, I think this should patch 90550701- but it is UNTESTED! So use at your own discretion and risk

I think you may have to adjust the "gear" column to get RPM/gear but not sure on this yet.

<scaling name="TimingTrim8" units="units" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>
<table name="Gear Timing Trim" category="TephraMod-V7" address="4024" type="2D" scaling="TimingTrim8">
<table name="Gear" address="4F50" type="Y Axis" elements="5" scaling="uint16"/>
</table>

<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="0x%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
<table name="Gear Timing Trim Patch #1 (0x874F -> 0x8446)" category="TephraMod-V7" address="4F4C" type="1D" scaling="Hex16"/>

BTW for any 9055 V7 users, if you are not aware there are a bunch of fixes for boost control from donner.

Last edited by burgers22; May 13, 2012 at 06:46 AM.
Reply
Old May 13, 2012 | 10:26 AM
  #89  
Dynotech Tuning's Avatar
Thread Starter
Former Sponsor
iTrader: (12)
 
Joined: Jan 2011
Posts: 1,312
Likes: 9
From: Seekonk, MA
Originally Posted by Anarchy99
This is a waste of time when you can do gear dependent boost instead to manage cylinder pressure/anti knock
Oh thats right, I forget the entire world only uses ECU controlled boost It was primarily for MBC vehicles. This is still very useful with ECU Controlled boost situations as well.

-Jamie
Reply
Old May 20, 2012 | 06:18 AM
  #90  
burgers22's Avatar
Evolved Member
 
Joined: Jan 2006
Posts: 953
Likes: 2
From: Oxfordshire
Gave this a pretty good test today and couldn't see any change in the timing. The timing part of the map is trim, I tried this at -5 and again at -15 in 4rd gear only but couldn't see any change in timing.

I wonder if this table is only used under certain conditions, anyone else try this patch?
Reply



All times are GMT -7. The time now is 06:05 AM.