fix pfd again

This commit is contained in:
Jonathan Redpath 2017-06-23 17:14:57 +01:00
parent efd14db3d6
commit 1b070bea0c
2 changed files with 24 additions and 20 deletions

View file

@ -36,14 +36,6 @@
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<or> <or>
<equals>
<property>/engines/engine[0]/state</property>
<value>3</value>
</equals>
<equals>
<property>/engines/engine[1]/state</property>
<value>3</value>
</equals>
<and> <and>
<property>/options/pfd/sidestick-pos</property> <property>/options/pfd/sidestick-pos</property>
<equals> <equals>
@ -54,8 +46,18 @@
<property>/it-autoflight/output/ap1</property> <property>/it-autoflight/output/ap1</property>
<value>0</value> <value>0</value>
</equals> </equals>
<not><property>/gear/gear[1]/wow</property></not> <or>
<not><property>/gear/gear[2]/wow</property></not> <equals>
<property>/engines/engine[0]/state</property>
<value>3</value>
</equals>
<equals>
<property>/engines/engine[1]/state</property>
<value>3</value>
</equals>
<not><property>/gear/gear[1]/wow</property></not>
<not><property>/gear/gear[2]/wow</property></not>
</or>
</and> </and>
</or> </or>
</condition> </condition>

View file

@ -36,14 +36,6 @@
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<or> <or>
<equals>
<property>/engines/engine[0]/state</property>
<value>3</value>
</equals>
<equals>
<property>/engines/engine[1]/state</property>
<value>3</value>
</equals>
<and> <and>
<property>/options/pfd/sidestick-pos</property> <property>/options/pfd/sidestick-pos</property>
<equals> <equals>
@ -54,8 +46,18 @@
<property>/it-autoflight/output/ap1</property> <property>/it-autoflight/output/ap1</property>
<value>0</value> <value>0</value>
</equals> </equals>
<not><property>/gear/gear[1]/wow</property></not> <or>
<not><property>/gear/gear[2]/wow</property></not> <equals>
<property>/engines/engine[0]/state</property>
<value>3</value>
</equals>
<equals>
<property>/engines/engine[1]/state</property>
<value>3</value>
</equals>
<not><property>/gear/gear[1]/wow</property></not>
<not><property>/gear/gear[2]/wow</property></not>
</or>
</and> </and>
</or> </or>
</condition> </condition>