VC: Fix bug with RMPs
This commit is contained in:
parent
a93571e550
commit
b87f25c5a7
3 changed files with 49 additions and 17 deletions
|
@ -1386,10 +1386,16 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>rmp-active-test</object-name>
|
<object-name>rmp-active-test</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
|
<and>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/switches/annun-test</property>
|
<property>controls/switches/annun-test</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
@ -1470,10 +1476,16 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>rmp-standby-test</object-name>
|
<object-name>rmp-standby-test</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
|
<and>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/switches/annun-test</property>
|
<property>controls/switches/annun-test</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
|
@ -1386,10 +1386,20 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>rmp-active-test</object-name>
|
<object-name>rmp-active-test</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<and>
|
||||||
|
<not-equals>
|
||||||
<property>controls/switches/annun-test</property>
|
<property>controls/switches/annun-test</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
|
</not-equals>
|
||||||
|
<equals>
|
||||||
|
<property>controls/radio/rmp[0]/on</property>
|
||||||
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
@ -1470,10 +1480,20 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>rmp-standby-test</object-name>
|
<object-name>rmp-standby-test</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<and>
|
||||||
|
<not-equals>
|
||||||
<property>controls/switches/annun-test</property>
|
<property>controls/switches/annun-test</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
|
</not-equals>
|
||||||
|
<equals>
|
||||||
|
<property>controls/radio/rmp[0]/on</property>
|
||||||
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4749
|
4750
|
Reference in a new issue