The 3xMAP/MAF tables
OK after adding that now I am getting an error??
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>
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>
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>
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
<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
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
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.
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.
<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.






