Def for above A01G:
Code:
<table name="PI_Ratio_Thresholds" storageaddress="10C70C" />
<table name="PI_Ratio_RPM_Threshold" storageaddress="10C71C" />
<table name="PI_Ratio_Load_Threshold" storageaddress="10C720" />
<table type="2D" name="PI_Ratio_Thresholds" category="Fueling - Injector Ratio" storagetype="float" endian="little" sizey="2" userlevel="4">
<scaling units="PI Ratio %" expression="x*100" to_byte="x/100" format="0.0" fineincrement="5" coarseincrement="10" />
<table type="Static Y Axis" name="" sizey="2">
<data>PI Ratio 0% under</data>
<data>PI Ratio 100% above</data>
</table>
<description>If PI Ratio RPM and Load Thresholds are not exceeded, PI Ratio is set to 0% if this value is not exceeded</description>
</table>
<table type="2D" name="PI_Ratio_RPM_Threshold" category="Fueling - Injector Ratio" storagetype="float" endian="little" sizey="1" userlevel="4">
<scaling units="Engine Speed RPM" expression="x" to_byte="x" format="#" fineincrement="250" coarseincrement="1000" />
<table type="Static Y Axis" name="" sizey="1">
<data>PI Ratio thresholds not applied above</data>
</table>
<description>If this RPM threshold is exceeded, PI Ratio full on and full off thresholds are not applied</description>
</table>
<table type="2D" name="PI_Ratio_Load_Threshold" category="Fueling - Injector Ratio" storagetype="float" endian="little" sizey="1" userlevel="4">
<scaling units="Load g/rev" expression="x" to_byte="x" format="0.0" fineincrement=".05" coarseincrement=".2" />
<table type="Static Y Axis" name="" sizey="1">
<data>PI Ratio thresholds not applied above</data>
</table>
<description>If this Load threshold is exceeded, PI Ratio full on and full off thresholds are not applied</description>
</table>