finish MCP in flightdeck

This commit is contained in:
it0uchpods 2016-11-08 13:35:11 -05:00
parent 5a170e4f08
commit 6354a3ec1f
6 changed files with 592363 additions and 106325 deletions

View file

@ -550,7 +550,7 @@
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign></command>
<command>property-assign</command>
<property>/it-autoflight/aplatset</property>
<value>2</value>
</binding>
@ -564,7 +564,7 @@
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign></command>
<command>property-assign</command>
<property>/it-autoflight/apvertset</property>
<value>2</value>
</binding>
@ -598,17 +598,65 @@
</action>
</animation>
<!--animation>
<animation>
<type>pick</type>
<object-name>vs-fpa</object-name>
<object-name>hdg-vs</object-name>
<action>
<button>0</button>
<repeatable type="bool">false</repeatable>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>1</value>
</binding>
<binding>
<command>property-assign</command>
<property>/it-autoflight/settings/use-fpa</property>
<value>1</value>
</binding>
</action>
</animation-->
</animation>
<animation>
<type>pick</type>
<object-name>trk-fpa</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/it-autoflight/settings/use-fpa</property>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>hdg-vs</object-name>
<condition>
<equals>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>0</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>trk-fpa</object-name>
<condition>
<equals>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>pick</type>
@ -672,6 +720,8 @@
<object-name>spd-text</object-name>
<object-name>mach-text</object-name>
<object-name>hdg-text</object-name>
<object-name>hdg2.ind</object-name>
<object-name>trk2.ind</object-name>
<object-name>alt-text</object-name>
<object-name>vs-text</object-name>
<object-name>fpa-text</object-name>
@ -679,6 +729,16 @@
<object-name>qnh-hpa</object-name>
<object-name>qnh-std</object-name>
<object-name>rudder-trim</object-name>
<object-name>fd1lt</object-name>
<object-name>ils1lt</object-name>
<object-name>loclt</object-name>
<object-name>ap1lt</object-name>
<object-name>ap2lt</object-name>
<object-name>athrlt</object-name>
<object-name>expedlt</object-name>
<object-name>apprlt</object-name>
<object-name>fd2lt</object-name>
<object-name>ils2lt</object-name>
<condition>
<greater-than-equals>
<property>/systems/electrical/outputs/efis</property>
@ -715,6 +775,7 @@
<animation>
<type>select</type>
<object-name>hdg.ind</object-name>
<object-name>hdg-text</object-name>
<condition>
<equals>
@ -724,6 +785,28 @@
</condition>
</animation>
<animation>
<type>select</type>
<object-name>hdg2.ind</object-name>
<condition>
<equals>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>0</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>trk2.ind</object-name>
<condition>
<equals>
<property>/it-autoflight/settings/use-true-hdg-error</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>vs.dash</object-name>
@ -1203,78 +1286,138 @@
</axis>
</animation>
<!-- AP1, AP2, LOC, APPR, EXPED and A-THR Indicator Textranslate -->
<!-- Light animation select -->
<animation>
<type>textranslate</type>
<object-name>ap1</object-name>
<property>/flight-management/control/fcu/ap1</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>fd1lt</object-name>
<condition>
<equals>
<property>/it-autoflight/fd_master</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ils1lt</object-name>
<condition>
<equals>
<property>/modes/pfd/ILS1</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>ap2</object-name>
<property>/flight-management/control/fcu/ap2</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>loclt</object-name>
<condition>
<and>
<or>
<equals>
<property>/it-autoflight/aplatmode</property>
<value>2</value>
</equals>
<equals>
<property>/it-autoflight/loc-armed</property>
<value>1</value>
</equals>
</or>
<equals>
<property>/it-autoflight/appr-armed</property>
<value>0</value>
</equals>
<not-equals>
<property>/it-autoflight/apvertmode</property>
<value>2</value>
</not-equals>
<greater-than-equals>
<property>/systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than-equals>
</and>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>a-thr</object-name>
<property>/flight-management/control/fcu/a-thrust</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>ap1lt</object-name>
<condition>
<equals>
<property>/it-autoflight/ap_master</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ap2lt</object-name>
<condition>
<equals>
<property>/it-autoflight/ap_master2</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>athrlt</object-name>
<condition>
<equals>
<property>/it-autoflight/at_master</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>loc</object-name>
<property>/flight-management/control/fcu/nav1</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>expedlt</object-name>
<condition>
<equals>
<property>/it-autoflight/unused/exped</property>
<value>999</value>
</equals>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>gs</object-name>
<property>/flight-management/control/fcu/ils</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>apprlt</object-name>
<condition>
<or>
<equals>
<property>/it-autoflight/appr-armed</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/apvertmode</property>
<value>2</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>textranslate</type>
<object-name>exped</object-name>
<property>/flight-management/control/exped-mode</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<type>select</type>
<object-name>fd2lt</object-name>
<condition>
<equals>
<property>/it-autoflight/fd_master2</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ils2lt</object-name>
<condition>
<equals>
<property>/modes/pfd/ILS2</property>
<value>1</value>
</equals>
</condition>
</animation>
<!-- QNH -->
@ -2522,18 +2665,6 @@
</action>
</animation>
<animation>
<type>textranslate</type>
<object-name>fd_button</object-name>
<property>/it-autoflight/fd_master</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>fd_button2</object-name>
@ -2547,19 +2678,7 @@
</action>
</animation>
<animation>
<type>textranslate</type>
<object-name>fd_button2</object-name>
<property>/it-autoflight/fd_master2</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<!-- ILS and MLS Toggle Buttons -->
<!-- ILS Toggle Buttons -->
<animation>
<type>pick</type>
@ -2576,7 +2695,7 @@
<animation>
<type>pick</type>
<object-name>mls</object-name>
<object-name>ils2</object-name>
<action>
<button>0</button>
<repeatable type="bool">false</repeatable>
@ -2587,30 +2706,6 @@
</action>
</animation>
<animation>
<type>textranslate</type>
<object-name>ils</object-name>
<property>/modes/pfd/ILS1</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>mls</object-name>
<property>/modes/pfd/ILS2</property>
<factor>0.0625</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<!-- ECAM and Switching panel -->
<animation>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB