Notices
ECU Flash

can I rescale MAF past 1600 Hz ?

Thread Tools
 
Search this Thread
 
Old Aug 27, 2014, 04:32 AM
  #1  
Evolved Member
Thread Starter
iTrader: (8)
 
stunt2's Avatar
 
Join Date: Nov 2010
Location: Georgia
Posts: 752
Likes: 0
Received 0 Likes on 0 Posts
can I rescale MAF past 1600 Hz ?

as title says, is it possible ? if yes, how can it be done ?

if I klick the table and enter any value with "=", it doesn't allow me and puts '0' in there
Old Aug 27, 2014, 09:57 PM
  #2  
Evolving Member
iTrader: (1)
 
jedibow's Avatar
 
Join Date: May 2006
Location: Mesa AZ
Posts: 190
Received 4 Likes on 4 Posts
Originally Posted by stunt2
as title says, is it possible ? if yes, how can it be done ?

if I klick the table and enter any value with "=", it doesn't allow me and puts '0' in there
Absolutely, you need to correct the xml definitions for the scaling as the scaling is upside down in the calculations... Let me see if I can find the correct scaling from my xml...

George
Old Aug 27, 2014, 10:06 PM
  #3  
Evolving Member
iTrader: (1)
 
jedibow's Avatar
 
Join Date: May 2006
Location: Mesa AZ
Posts: 190
Received 4 Likes on 4 Posts
Look for these tables...

<table name="MAF Scaling" category="Global Fuel Settings" type="2D" level="3" scaling="AirFlow8">
<table name="AirFlowHZ" type="Y Axis" elements="21" scaling="MAFHz"/>
</table>
<table name="MAF Compensation" category="Global Fuel Settings" type="2D" level="3" scaling="Percent (128)">
<table name="MAF Hz" type="Y Axis" elements="21" scaling="MAFHz"/>
</table>

and the correct scaling is...

<scaling name="MAFHz" units="Hz" toexpr="6.29*x/64" frexpr="x*64/6.29" format="%.0f" min="0" max="5000" inc="1" storagetype="int16" endian="big"/>

Last edited by jedibow; Aug 27, 2014 at 10:13 PM. Reason: added scaling
Old Aug 28, 2014, 04:44 AM
  #4  
Evolved Member
Thread Starter
iTrader: (8)
 
stunt2's Avatar
 
Join Date: Nov 2010
Location: Georgia
Posts: 752
Likes: 0
Received 0 Likes on 0 Posts
couldn't quite understand, I have to replace this whole section

<table name="MAF Scaling" category="Global Fuel Settings" type="2D" level="3" scaling="AirFlow8">
<table name="AirFlowHZ" type="Y Axis" elements="21" scaling="MAFHz"/>
</table>
<table name="MAF Compensation" category="Global Fuel Settings" type="2D" level="3" scaling="Percent (128)">
<table name="MAF Hz" type="Y Axis" elements="21" scaling="MAFHz"/>
</table>
with this

<scaling name="MAFHz" units="Hz" toexpr="6.29*x/64" frexpr="x*64/6.29" format="%.0f" min="0" max="5000" inc="1" storagetype="int16" endian="big"/>
in my rom's xml ?

is that formula same for every rom ? I use 96530706 V7
Old Aug 28, 2014, 10:31 PM
  #5  
Evolved Member
iTrader: (3)
 
3SgteGuru's Avatar
 
Join Date: Feb 2006
Location: Clifton NJ
Posts: 1,401
Received 0 Likes on 0 Posts
Interesting I was about to ask the exact same question. My basically stock evo peaks out at 1900hz. And im trying to tune it with a bit of an un orthodox techinique ill probably get flammed for Im gonna try and enter this scaling into the my xml and tell you guys if my car blows up ok.
Old Aug 28, 2014, 10:45 PM
  #6  
Evolved Member
iTrader: (3)
 
3SgteGuru's Avatar
 
Join Date: Feb 2006
Location: Clifton NJ
Posts: 1,401
Received 0 Likes on 0 Posts
Worked. Order of op error

Just click edit on the map and edit the map def, select scaling for the mafhz and edit the mafhz scaling change
"display to ROM f(x)" from "64/(6.29*x)" to "x*64/6.29"
Old Aug 28, 2014, 11:04 PM
  #7  
Evolving Member
iTrader: (1)
 
jedibow's Avatar
 
Join Date: May 2006
Location: Mesa AZ
Posts: 190
Received 4 Likes on 4 Posts
Originally Posted by stunt2
couldn't quite understand, I have to replace this whole section



with this



in my rom's xml ?

is that formula same for every rom ? I use 96530706 V7
Sorry no the only thing you need to fix is the scaling
Old Aug 28, 2014, 11:06 PM
  #8  
Evolving Member
iTrader: (1)
 
jedibow's Avatar
 
Join Date: May 2006
Location: Mesa AZ
Posts: 190
Received 4 Likes on 4 Posts
Originally Posted by 3SgteGuru
Worked. Order of op error

Just click edit on the map and edit the map def, select scaling for the mafhz and edit the mafhz scaling change
"display to ROM f(x)" from "64/(6.29*x)" to "x*64/6.29"
Exactly!!! Now you can move the scaling out further, remember this will also change your Maf table be sure and correct it...
Old Aug 28, 2014, 11:46 PM
  #9  
Evolved Member
Thread Starter
iTrader: (8)
 
stunt2's Avatar
 
Join Date: Nov 2010
Location: Georgia
Posts: 752
Likes: 0
Received 0 Likes on 0 Posts
Just click edit on the map and edit the map def, select scaling for the mafhz and edit the mafhz scaling change
"display to ROM f(x)" from "64/(6.29*x)" to "x*64/6.29"
worked

max value it allows to enter is 3220 Hz
will log 2 byte airflow and see where my car peaks at. hope 2.3+holset won't max it out

thanks guys
Old Aug 29, 2014, 12:45 AM
  #10  
Evolved Member
 
merlin.oz's Avatar
 
Join Date: Jun 2008
Location: Sydney
Posts: 824
Likes: 0
Received 23 Likes on 19 Posts
the correct eval is:

6.25*x/64

not 6.29*x/64

If the stock max Hz axis value is 1610Hz, you have the the incorrect 6.29*x/64 in your definition.
Old Aug 29, 2014, 01:15 AM
  #11  
Evolved Member
Thread Starter
iTrader: (8)
 
stunt2's Avatar
 
Join Date: Nov 2010
Location: Georgia
Posts: 752
Likes: 0
Received 0 Likes on 0 Posts
yes, I have 1610 Hz as the last value right now

so it was incorrect all the time I use this rom ?
its standart tephra v7 xml, downloaded from this forum's v7 thread
Old Aug 29, 2014, 05:33 AM
  #12  
Evolved Member
 
merlin.oz's Avatar
 
Join Date: Jun 2008
Location: Sydney
Posts: 824
Likes: 0
Received 23 Likes on 19 Posts
yes, the correct eval will set it back to 1600Hz.

Once you have done that, then make your changes to the Hz axis.
Old Aug 29, 2014, 06:12 AM
  #13  
Evolved Member
Thread Starter
iTrader: (8)
 
stunt2's Avatar
 
Join Date: Nov 2010
Location: Georgia
Posts: 752
Likes: 0
Received 0 Likes on 0 Posts
changed both in ROM to Display and Display to ROM fields

is it correct now ?
Attached Thumbnails can I rescale MAF past 1600 Hz ?-untitled.jpg  
Old Aug 29, 2014, 03:21 PM
  #14  
Evolved Member
 
merlin.oz's Avatar
 
Join Date: Jun 2008
Location: Sydney
Posts: 824
Likes: 0
Received 23 Likes on 19 Posts
That looks right,
but
It is not a good idea to edit you xml using EcuFlash to do the editing, as it will delete any comments and notes embedded in the xml, and space/tabs.
Essentially, it will trash your xml down to only what EcuFlash needs to work.

So, if you were using one of my xmls for example, which have lots of tuning notes embedded in the definition, those comments and notes will be deleted.

That is why I always advocate using Notepad or Notepad++ to edit a definition file.
Old Aug 29, 2014, 06:31 PM
  #15  
Evolved Member
iTrader: (3)
 
3SgteGuru's Avatar
 
Join Date: Feb 2006
Location: Clifton NJ
Posts: 1,401
Received 0 Likes on 0 Posts
Mine always resets back to the incorrect values when i close ECU Flash


Quick Reply: can I rescale MAF past 1600 Hz ?



All times are GMT -7. The time now is 09:41 PM.