fix PFD
This commit is contained in:
parent
2e6a951ca1
commit
f4aa66eb38
1 changed files with 22 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>sidestick-max</object-name>
|
|
||||||
<object-name>sidestick-pos</object-name>
|
<object-name>sidestick-pos</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<or>
|
<or>
|
||||||
|
@ -53,6 +52,28 @@
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>sidestick-max</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals><property>/engines/engine[0]/state</property><value>3</value></equals>
|
||||||
|
<equals><property>/engines/engine[1]/state</property><value>3</value></equals>
|
||||||
|
<and>
|
||||||
|
<property>/options/pfd/sidestick-pos</property>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap1</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap1</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<object-name>spdtrnd-up</object-name>
|
<object-name>spdtrnd-up</object-name>
|
||||||
<property>instrumentation/pfd/speed-trend-up</property>
|
<property>instrumentation/pfd/speed-trend-up</property>
|
||||||
|
|
Reference in a new issue