The 3xMAP/MAF tables

Code:
<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"/> <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"/>
lanasa you need to get pro tuned man, lol. Your build/tune has gone beyond being able to post stuff up to get all the answer and testing stuff out yourself.
I wouldn't risk it.
Just do an etune from Razorlab or AMS or something for 300 bucks or whatever it is. It'll be worth it
I wouldn't risk it.
Just do an etune from Razorlab or AMS or something for 300 bucks or whatever it is. It'll be worth it
I already was pro tuned. I still have to drive my car 30 mins home from the shop once I get it in. On top of that once I get get the cash and put 1000. miles on the block I was planing on on taking it back to get tuned. But I still have to drive my car an hour on the high way to get there before I can do that. My tune doesn't It doesn't have to be perfect, just cause me not to blow up until the block is broke in and I get get it back to the shop.
Just do an etune from Razorlab or AMS or something for 300 bucks or whatever it is. It'll be worth it
[/QUOTE]Ok, will add.
Ok so I added that and the chart still looks the same.
I would also smooth it out more, and more importantly,
get the correct scalings.
get the correct scalings.

Code:
<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"/> <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"/>
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>
Last edited by razorlab; Jul 19, 2011 at 07:46 PM.







