View Single Post
Old 11-17-2015, 02:29 AM   #75
ztan
Senior Member
 
Join Date: Jul 2013
Drives: Toyota 86
Location: Gold Coast, Australia
Posts: 311
Thanks: 44
Thanked 361 Times in 145 Posts
Mentioned: 60 Post(s)
Tagged: 0 Thread(s)
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>
Attached Images
 
ztan is offline   Reply With Quote
The Following 4 Users Say Thank You to ztan For This Useful Post:
Kodename47 (11-17-2015), KoolBRZ (11-18-2015), steve99 (11-17-2015), thambu19 (11-17-2015)