Notices
Evo X Engine Management / Tuning Forums Discuss the major engine management systems.

The 3xMAP/MAF tables

Thread Tools
 
Search this Thread
 
Old Jul 19, 2011 | 10:25 PM
  #91  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
OK after adding that now I am getting an error??


Originally Posted by razorlab
Now that the scalings are in your XML you need to make sure those tables use them. Either change it in the XML by hand or in Ecuflash via the drop downs.

If via the XML, should look like this:

<table name="MAP based Load Calc #1 - Hot/Interpolated" category="Fuel" address="YOUR ADDRESS" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="YOUR ADDRESS" type="X Axis" elements="19" scaling="StockXMAP in psig"/>
<table name="RPM" address="YOUR ADDRESS" type="Y Axis" elements="19" scaling="RPM"/>
</table>
Attached Files
File Type: hex
TephraXMOD-55570106 METH.hex (1.00 MB, 0 views)
Reply
Old Jul 19, 2011 | 10:27 PM
  #92  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
comment deleted

Last edited by lanasa; Jul 19, 2011 at 10:46 PM.
Reply
Old Jul 19, 2011 | 10:28 PM
  #93  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
What error?

You didn't just copy past that XML I posted right?

If you do, you need to put your correct addresses in the part where I had:

address="YOUR ADDRESS"

Reply
Old Jul 19, 2011 | 10:30 PM
  #94  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
Here I will make it easy, just replace your xml for those tables with this:

Code:
  <table name="MAP based Load Calc #1 - Hot/Interpolated 2010" address="6058a" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
    <table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
    <table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
  </table>

  <table name="MAP based Load Calc #2 - Cold/Interpolated 2010" address="60288" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
    <table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
    <table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
  </table>

  <table name="MAP based Load Calc #3 2010" address="5ff86" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
    <table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
    <table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
  </table>
Reply
Old Jul 19, 2011 | 10:36 PM
  #95  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
After adding <table name="MAP based Load Calc #1 - Hot/Interpolated 2010" address="6058a" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>

<table name="MAP based Load Calc #2 - Cold/Interpolated 2010" address="60288" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>

<table name="MAP based Load Calc #3 2010" address="5ff86" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>
I got that error thats attached
Attached Thumbnails The 3xMAP/MAF tables-screenhunter_04-jul.-20-01.32.jpg  
Reply
Old Jul 19, 2011 | 10:43 PM
  #96  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
You have a misplaced / fubared string in your XML file somewhere, probably line 161
Reply
Old Jul 19, 2011 | 10:43 PM
  #97  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
ok I got it working.. I fixed the line that was messed up. I dont see any new tables. I still see the
MAP Mass Air Flow Scaling #1
MAP Mass Air Flow Scaling #2
MAP Mass Air Flow Scaling #3
But there is now change to them from before

Last edited by lanasa; Jul 19, 2011 at 10:48 PM.
Reply
Old Jul 19, 2011 | 10:51 PM
  #98  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
What XML did you put what I posted in #94
Reply
Old Jul 19, 2011 | 10:53 PM
  #99  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
I just deleted and used a fresh copy. I guess it was a typo. I added the one you posted
Reply
Old Jul 19, 2011 | 10:57 PM
  #100  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
Originally Posted by lanasa
I just deleted and used a fresh copy. I guess it was a typo. I added the one you posted
Yes, but which XML filename?
Reply
Old Jul 19, 2011 | 10:59 PM
  #101  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
Attached is my xml base10 file
Attached Files
File Type: zip
evo10base_2010.zip (4.3 KB, 0 views)
Reply
Old Jul 19, 2011 | 11:01 PM
  #102  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
You need to put it in your 55570006.xml file
Reply
Old Jul 19, 2011 | 11:05 PM
  #103  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
I added

<scaling name="StockXMAP in psig" units="StockXMAP in psig" toexpr="((x/4)*0.19347)-14.5" frexpr="((x+14.5)/0.19347)*4" format="%.2f" min="-15" max="35" inc="0.05" storagetype="uint16" endian="big"/>

and

<scaling name="Loadify" units="%" toexpr="(x*10/512)*10/32" frexpr="(x*32/10)*512/10" format="%.1f" min="0" max="300" inc="1" storagetype="uint16" endian="big"/>


<table name="MAP based Load Calc #1 - Hot/Interpolated 2010" address="6058a" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>

<table name="MAP based Load Calc #2 - Cold/Interpolated 2010" address="60288" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>

<table name="MAP based Load Calc #3 2010" address="5ff86" category="Fuel" type="3D" level="2" swapxy="true" scaling="Loadify">
<table name="MAP" address="62c88" type="X Axis" elements="20" scaling="StockXMAP in psig"/>
<table name="RPM" address="62c5c" type="Y Axis" elements="19" scaling="RPM"/>
</table>

I added it to the end this time and it worked.
Reply
Old Jul 19, 2011 | 11:06 PM
  #104  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
Ok I will take it out and add it..

Originally Posted by razorlab
You need to put it in your 55570006.xml file
Reply
Old Jul 19, 2011 | 11:25 PM
  #105  
lanasa's Avatar
Evolving Member
 
Joined: Jun 2010
Posts: 104
Likes: 0
From: Greensboro NC
Thanks a bunch. I got her working. Now I am going to up her 15% for the 2.3 ltr
Attached Thumbnails The 3xMAP/MAF tables-screenhunter_05-jul.-20-02.13.jpg   The 3xMAP/MAF tables-screenhunter_06-jul.-20-02.14.jpg  
Reply



All times are GMT -7. The time now is 09:51 AM.