Notices
ECU Flash

TephraMOD V6 - testing!

Thread Tools
 
Search this Thread
 
Old Aug 5, 2009 | 10:24 AM
  #1231  
project_skyline's Avatar
Evolved Member
15 Year Member
iTrader: (30)
 
Joined: Jun 2007
Posts: 2,532
Likes: 1
From: Colorado
Originally Posted by mrfred
I'll have prepatched v7 SD 88590015 and 94170015 ROMs made up shortly after tephra releases his final v7 ROM.
94170015 roms?

Didn't that rom get dropped?
Reply
Old Aug 5, 2009 | 10:33 AM
  #1232  
MR Turco's Avatar
EvoM Staff Alumni
iTrader: (16)
 
Joined: May 2007
Posts: 3,233
Likes: 3
From: Massachusetts
Originally Posted by project_skyline
94170015 roms?

Didn't that rom get dropped?
I really hope that rom doesn't get dropped. I still am not confident with 96530006
Reply
Old Aug 5, 2009 | 11:19 AM
  #1233  
Jack_of_Trades's Avatar
Evolved Member
iTrader: (17)
 
Joined: Jun 2007
Posts: 3,523
Likes: 2
From: Opelika,AL
Originally Posted by MR Turco
I really hope that rom doesn't get dropped. I still am not confident with 96530006

+1 for now. I'd like to see more time with 96530006 being used with other ROM ID conversions before we write it off completely. Getting there though!
Reply
Old Aug 5, 2009 | 12:15 PM
  #1234  
MR Turco's Avatar
EvoM Staff Alumni
iTrader: (16)
 
Joined: May 2007
Posts: 3,233
Likes: 3
From: Massachusetts
Originally Posted by MR Turco
What is the ADC0F bug? is this going to cause issues on the IXs with a map switch harness?
Tephra, never saw an answer to this.
Reply
Old Aug 5, 2009 | 12:25 PM
  #1235  
travman's Avatar
Evolved Member
iTrader: (26)
 
Joined: Oct 2005
Posts: 1,712
Likes: 0
From: Pittsburgh
Originally Posted by MR Turco
Tephra, never saw an answer to this.
I think its only if you have the switch time to 0ms.....
Reply
Old Aug 5, 2009 | 04:18 PM
  #1236  
0xDEAD's Avatar
Account Disabled
iTrader: (3)
 
Joined: Jun 2009
Posts: 312
Likes: 0
From: central pa
Originally Posted by mrfred
I'll have prepatched v7 SD 88590015 and 94170015 ROMs made up shortly after tephra releases his final v7 ROM.
Much appreciated. IAT's are needed data for me.
Reply
Old Aug 5, 2009 | 04:51 PM
  #1237  
project_skyline's Avatar
Evolved Member
15 Year Member
iTrader: (30)
 
Joined: Jun 2007
Posts: 2,532
Likes: 1
From: Colorado
Originally Posted by MR Turco
I really hope that rom doesn't get dropped. I still am not confident with 96530006
When was the last update for 94170015 as far as tephra mods go?
Reply
Old Aug 5, 2009 | 05:51 PM
  #1238  
travman's Avatar
Evolved Member
iTrader: (26)
 
Joined: Oct 2005
Posts: 1,712
Likes: 0
From: Pittsburgh
Originally Posted by 0xDEAD
Much appreciated. IAT's are needed data for me.
You just add the stand alone patch back in like you used before tephra incorporated mrfreds patch into his rom.
Reply
Old Aug 5, 2009 | 08:19 PM
  #1239  
Appauldd's Avatar
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Originally Posted by project_skyline
When was the last update for 94170015 as far as tephra mods go?
Last 94170015 Tephra update I have is V5.10. Works like a champ.

I've been trying to get the 96530006 up and running, but I have a ton of addresses wrong. Also, some key tuning elements I use are not supported in the 0006.

For example the following are missing from 96530006

Idle error tables
Knock Sum Decay Timer
EGR System Enable/Disable

The following tables have wrong addresses

MAF Adjustment
MAF Scaling
all 4 Post Primer tables
Primer Cranking Enrich
all 5 Decel Fuel Cut tables
Airflow/Hz Baro and Air Temp Compensation
Warmup Advance/Retard Activation
Air Temp Trim

Any assistance would be appreciated.

Thanks.

Paul
Reply
Old Aug 5, 2009 | 08:27 PM
  #1240  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
Applaudd - Ca you post up the addresses for those missing tables (from 94170015)

I am found/fixed some for 96530006:

Code:
<table name="KnockSum decay timer" category="Knock Control" address="1784" type="1D" scaling="uint16"/>

<table name="MAF Scaling" category="Fuel" address="3306"  type="2D" level="3" scaling="AirFlow8">
	<table name="Load" type="Y Axis" address="67a0" elements="21" scaling="uint16"/>
</table>

<table name="Air Temperature Compensation" category="Fuel" address="333e" type="2D" level="3" flipy="true" scaling="uint8">
	<table name="Degrees" type="Y Axis" address="6af0" elements="8" scaling="Temp"/>
</table>

<table name="Idle Stability Timing Control" category="Timing" address="174e" type="2D" level="2" scaling="uint16">
	<table name="Settings" type="Static X Axis" elements="3">
		<data>Sensitivity</data>
		<data>Timing Limit</data>
		<data>Untested</data>
	</table>
</table>

<table name="Limp Home Table" category="Fuel" address="3797" type="3D" level="2" swapxy="true" scaling="uint8">
	<table name="TPS" address="69a6" type="X Axis" elements="7" scaling="Volts16"/>
	<table name="Engine Speed" address="6992" type="Y Axis" elements="5" scaling="RPM"/>
</table>

<table name="ST Fuel Max Trim" category="Fuel" address="369e" type="2D" level="2" scaling="O2 Trim">
	<table name="Engine Temp" address="69be" type="Y Axis" elements="8" scaling="Temp"/>
</table>
	
<table name="ST Fuel Min Trim" category="Fuel" address="36ac" type="2D" level="2" scaling="O2 Trim">
	<table name="Engine Temp" address="69be" type="Y Axis" elements="8" scaling="Temp"/>
</table>

<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>
<table name="Closed Loop - LT Trim Control" category="Fuel" address="35e5" type="2D" level="2" scaling="LT Trim Hz">
	<table name="Conditions" type="Static Y Axis" elements="4">
	<data>Low -> Mid</data>
	<data>Mid -> Low</data>
	<data>Mid -> High</data>
	<data>High -> Mid</data>
	</table>
</table>

<table name="Idle Error - Normal" category="Idle" address="435c" type="2D" level="2" scaling="ISCVSteps">
	<table name="Idle Error" address="669a" type="X Axis" elements="9" scaling="RPM"/>
</table>

<table name="Idle Error - A/C On" category="Idle" address="436c" type="2D" level="2" scaling="ISCVSteps">
	<table name="Idle Error" address="669a" type="X Axis" elements="9" scaling="RPM"/>
</table>
- someone else can merge these into the official 96530006.xml (and set it up with the right names and stuff to match other evo's)

Last edited by tephra; Aug 5, 2009 at 09:08 PM.
Reply
Old Aug 5, 2009 | 09:01 PM
  #1241  
Appauldd's Avatar
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Cool....fixed those. Sent you a couple emails. Take a look and let's get this thing fixed up.

Paul
Reply
Old Aug 5, 2009 | 09:08 PM
  #1242  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
post updated with remaining missing items...
Reply
Old Aug 5, 2009 | 09:33 PM
  #1243  
Appauldd's Avatar
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Awesome...working the issues.
Reply
Old Aug 5, 2009 | 10:19 PM
  #1244  
Appauldd's Avatar
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
<table name="Airflow/Hz Baro and Air Temp Compensation" address="3351">
<table name="IAT_Comp/Baro_Bar" address="678e"/>
<table name="MAF Hz" address="67a0"/>
</table>

Are these correct ? ? ?
Reply
Old Aug 6, 2009 | 09:04 AM
  #1245  
Raceghost's Avatar
Evolved Member
iTrader: (4)
 
Joined: Dec 2001
Posts: 1,034
Likes: 21
From: Out West
Has the 96420011 ROM been released yet? If I wanted to Beta test that for you in a month or so? If it is allready out, how would one go about getting a copy for future utilization?

Answer when can, visualize the victory, mindful of rom 96420011
Reply



All times are GMT -7. The time now is 04:17 AM.