A3XX: FINALLY PFD IS CORRECT!

This commit is contained in:
Joshua Davidson 2017-06-23 19:40:49 -04:00
parent 3632b5ad16
commit a229e3da2d
2 changed files with 88 additions and 68 deletions

View file

@ -35,13 +35,22 @@
<object-name>sidestick-max</object-name> <object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<and>
<or> <or>
<and>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
</or> <not-equals>
<or> <property>/FMGC/status/phase</property>
<value>0</value>
</not-equals>
<not-equals>
<property>/FMGC/status/phase</property>
<value>1</value>
</not-equals>
</and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -58,6 +67,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -74,7 +85,6 @@
</equals> </equals>
</and> </and>
</or> </or>
</and>
</condition> </condition>
</animation> </animation>

View file

@ -35,13 +35,22 @@
<object-name>sidestick-max</object-name> <object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<and>
<or> <or>
<and>
<property>/gear/gear[1]/wow</property> <property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>/gear/gear[2]/wow</property>
</or> <not-equals>
<or> <property>/FMGC/status/phase</property>
<value>0</value>
</not-equals>
<not-equals>
<property>/FMGC/status/phase</property>
<value>1</value>
</not-equals>
</and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -58,6 +67,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -74,7 +85,6 @@
</equals> </equals>
</and> </and>
</or> </or>
</and>
</condition> </condition>
</animation> </animation>