Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.
(A:ELECTRICAL TOTAL LOAD AMPS,amps) (A:ELECTRICAL BATTERY BUS AMPS,amps) + -1 *
Crap I edited the title....
(I don't even know what plane that is)
...
<UseTemplate Name="ASOBO_SAFETY_Indicator_Battery_Template">
<NODE_ID>Safety_Indicator_LowVolt</NODE_ID>
<THRESHOLD_LOAD>0</THRESHOLD_LOAD>
<ONLY_CHECK_DISCHARGE>True</ONLY_CHECK_DISCHARGE>
</UseTemplate>
<Template Name="ASOBO_SAFETY_Indicator_Battery_Template">
<Parameters Type="Default">
<NODE_ID>SAFETY_Indicator_Battery</NODE_ID>
<THRESHOLD_VOLTAGE>23</THRESHOLD_VOLTAGE>
<THRESHOLD_LOAD>5</THRESHOLD_LOAD>
<MIN_RPM>500</MIN_RPM>
<ID>1</ID>
</Parameters>
<Parameters Type="Override">
<Condition Valid="ONLY_CHECK_DISCHARGE">
<True>
<EMISSIVE_CODE>
(A:ELECTRICAL BATTERY LOAD:#ID#, amp) #THRESHOLD_LOAD# >
</EMISSIVE_CODE>
</True>
<False>
<EMISSIVE_CODE>
(A:ELECTRICAL BATTERY VOLTAGE:#ID#, volt) #THRESHOLD_VOLTAGE# <
(A:ELECTRICAL BATTERY LOAD:#ID#, amp) #THRESHOLD_LOAD# > (A:GENERAL ENG RPM:#ID#, rpm) #MIN_RPM# > and
or
</EMISSIVE_CODE>
</False>
</Condition>
</Parameters>
<UseTemplate Name="ASOBO_SAFETY_Indicator_Caution_Template"/>
</Template>
(A:ELECTRICAL BATTERY LOAD:1, amp) 0 >