A32X: AC-ESS Feed button should work without any main bus power

This commit is contained in:
Joshua Davidson 2017-09-30 22:43:02 -04:00
parent e8cb3180ac
commit 125fa9143b
2 changed files with 11 additions and 3 deletions

View file

@ -15,6 +15,8 @@
<!-- No button lights without power! --> <!-- No button lights without power! -->
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>ACESSFeedBtn1F</object-name>
<object-name>ACESSFeedBtn2O</object-name>
<object-name>ACPack1Btn1F</object-name> <object-name>ACPack1Btn1F</object-name>
<object-name>ACPack1Btn2O</object-name> <object-name>ACPack1Btn2O</object-name>
<object-name>ACPack2Btn1F</object-name> <object-name>ACPack2Btn1F</object-name>
@ -74,8 +76,6 @@
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>ACESSFeedBtn1F</object-name>
<object-name>ACESSFeedBtn2O</object-name>
<object-name>ADR1Btn1F</object-name> <object-name>ADR1Btn1F</object-name>
<object-name>ADR1Btn2O</object-name> <object-name>ADR1Btn2O</object-name>
<object-name>ADR2Btn1F</object-name> <object-name>ADR2Btn1F</object-name>
@ -3204,6 +3204,14 @@
<binding> <binding>
<condition> <condition>
<or> <or>
<greater-than-equals>
<property>systems/electrical/battery1-amps</property>
<value>120</value>
</greater-than-equals>
<greater-than-equals>
<property>systems/electrical/battery2-amps</property>
<value>120</value>
</greater-than-equals>
<greater-than-equals> <greater-than-equals>
<property>systems/electrical/bus/dc1</property> <property>systems/electrical/bus/dc1</property>
<value>25</value> <value>25</value>

View file

@ -1 +1 @@
2010 2011