Skip to content

Commit

Permalink
Possible fix to Electrical system #21 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
50North4West committed Sep 25, 2021
1 parent bbad66f commit 0cf8501
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@
<If>
<Condition>
<Greater>
<Simvar name="ENG FUEL FLOW GPH:1" unit="gallons per hour"/>
<Simvar name="L:XMLVAR_FUEL_FLOW_INDICATED" unit="gallons per hour"/>
<Constant>0.1</Constant>
</Greater>
</Condition>
Expand Down Expand Up @@ -1168,12 +1168,12 @@
<Text>
<Left>
<ToFixed precision="0">
<Simvar name="ELECTRICAL GENALT BUS AMPS:1" unit="amps"/>
<Simvar name="L:XMLVAR_ALT1_LOAD_INDICATED" unit="amps"/>
</ToFixed>
</Left>
<Right>
<ToFixed precision="0">
<Simvar name="ELECTRICAL GENALT BUS AMPS:2" unit="amps"/>
<Simvar name="L:XMLVAR_ALT2_LOAD_INDICATED" unit="amps"/>
</ToFixed>
</Right>
</Text>
Expand All @@ -1187,12 +1187,12 @@
<Text>
<Left>
<ToFixed precision="1">
<Simvar name="ELECTRICAL MAIN BUS VOLTAGE:1" unit="volts"/>
<Simvar name="L:XMLVAR_BUS1_VOLT_INDICATED" unit="volts"/>
</ToFixed>
</Left>
<Right>
<ToFixed precision="1">
<Simvar name="ELECTRICAL MAIN BUS VOLTAGE:2" unit="volts"/>
<Simvar name="L:XMLVAR_BUS2_VOLT_INDICATED" unit="volts"/>
</ToFixed>
</Right>
</Text>
Expand Down

0 comments on commit 0cf8501

Please sign in to comment.