VC: Fix bug with RMPs

This commit is contained in:
Joshua Davidson 2019-01-30 17:16:27 -05:00
parent a93571e550
commit b87f25c5a7
3 changed files with 49 additions and 17 deletions

View file

@ -1386,10 +1386,16 @@
<type>select</type>
<object-name>rmp-active-test</object-name>
<condition>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<and>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
</animation>
@ -1470,10 +1476,16 @@
<type>select</type>
<object-name>rmp-standby-test</object-name>
<condition>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<and>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
</animation>

View file

@ -1386,10 +1386,20 @@
<type>select</type>
<object-name>rmp-active-test</object-name>
<condition>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<and>
<not-equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</not-equals>
<equals>
<property>controls/radio/rmp[0]/on</property>
<value>1</value>
</equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
</animation>
@ -1470,10 +1480,20 @@
<type>select</type>
<object-name>rmp-standby-test</object-name>
<condition>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<and>
<not-equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</not-equals>
<equals>
<property>controls/radio/rmp[0]/on</property>
<value>1</value>
</equals>
<greater-than-equals>
<property>systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
</animation>

View file

@ -1 +1 @@
4749
4750