OK that makes sense now. But after adding the above tag my RPM row and Engine load column data is now incorrect. Instead of RPM data going from 800,1200,1600 etc it is now listed as 204800, 307200, 409600.
Below are a couple of lines from my XML file - what needs to change to get the RPM & Engine load data correct?
<map name="Low Det Fuel Map" type="3">
<rows count="18" offset="#292b5" power="2" format="%.0f" func_2val="[value]*50" func_val2="[value]/50" desc="RPM"/>
<cols count="16" offset="#292d9" power="2" format="%.4f" func_2val="[value]/8192" func_val2="[value]*8192" desc="Load (Air/Cylinder charge)"/>
<data offset="#292fc" power="1" format="%.2f" func_2val="14.7/(1 + ([value] / 128))" func_val2="(14.7*128)/[value]-128" color_dir="1" inc_dir="0" desc="Air/Fuel Ratio"/>
</map>