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> <button>0</button>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-assign></command> <command>property-assign</command>
<property>/it-autoflight/aplatset</property> <property>/it-autoflight/aplatset</property>
<value>2</value> <value>2</value>
</binding> </binding>
@ -564,7 +564,7 @@
<button>0</button> <button>0</button>
<repeatable>false</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>property-assign></command> <command>property-assign</command>
<property>/it-autoflight/apvertset</property> <property>/it-autoflight/apvertset</property>
<value>2</value> <value>2</value>
</binding> </binding>
@ -598,17 +598,65 @@
</action> </action>
</animation> </animation>
<!--animation> <animation>
<type>pick</type> <type>pick</type>
<object-name>vs-fpa</object-name> <object-name>hdg-vs</object-name>
<action> <action>
<button>0</button> <button>0</button>
<repeatable type="bool">false</repeatable> <repeatable>false</repeatable>
<binding> <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> </binding>
</action> </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> <animation>
<type>pick</type> <type>pick</type>
@ -672,6 +720,8 @@
<object-name>spd-text</object-name> <object-name>spd-text</object-name>
<object-name>mach-text</object-name> <object-name>mach-text</object-name>
<object-name>hdg-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>alt-text</object-name>
<object-name>vs-text</object-name> <object-name>vs-text</object-name>
<object-name>fpa-text</object-name> <object-name>fpa-text</object-name>
@ -679,6 +729,16 @@
<object-name>qnh-hpa</object-name> <object-name>qnh-hpa</object-name>
<object-name>qnh-std</object-name> <object-name>qnh-std</object-name>
<object-name>rudder-trim</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> <condition>
<greater-than-equals> <greater-than-equals>
<property>/systems/electrical/outputs/efis</property> <property>/systems/electrical/outputs/efis</property>
@ -715,6 +775,7 @@
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>hdg.ind</object-name>
<object-name>hdg-text</object-name> <object-name>hdg-text</object-name>
<condition> <condition>
<equals> <equals>
@ -723,7 +784,29 @@
</equals> </equals>
</condition> </condition>
</animation> </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> <animation>
<type>select</type> <type>select</type>
<object-name>vs.dash</object-name> <object-name>vs.dash</object-name>
@ -1203,79 +1286,139 @@
</axis> </axis>
</animation> </animation>
<!-- AP1, AP2, LOC, APPR, EXPED and A-THR Indicator Textranslate --> <!-- Light animation select -->
<animation> <animation>
<type>textranslate</type> <type>select</type>
<object-name>ap1</object-name> <object-name>fd1lt</object-name>
<property>/flight-management/control/fcu/ap1</property> <condition>
<factor>0.0625</factor> <equals>
<axis> <property>/it-autoflight/fd_master</property>
<x>0</x> <value>1</value>
<y>1</y> </equals>
<z>0</z> </condition>
</axis> </animation>
<animation>
<type>select</type>
<object-name>ils1lt</object-name>
<condition>
<equals>
<property>/modes/pfd/ILS1</property>
<value>1</value>
</equals>
</condition>
</animation> </animation>
<animation> <animation>
<type>textranslate</type> <type>select</type>
<object-name>ap2</object-name> <object-name>loclt</object-name>
<property>/flight-management/control/fcu/ap2</property> <condition>
<factor>0.0625</factor> <and>
<axis> <or>
<x>0</x> <equals>
<y>1</y> <property>/it-autoflight/aplatmode</property>
<z>0</z> <value>2</value>
</axis> </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>
<animation> <animation>
<type>textranslate</type> <type>select</type>
<object-name>a-thr</object-name> <object-name>ap1lt</object-name>
<property>/flight-management/control/fcu/a-thrust</property> <condition>
<factor>0.0625</factor> <equals>
<axis> <property>/it-autoflight/ap_master</property>
<x>0</x> <value>1</value>
<y>1</y> </equals>
<z>0</z> </condition>
</axis> </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>
<animation> <animation>
<type>textranslate</type> <type>select</type>
<object-name>loc</object-name> <object-name>expedlt</object-name>
<property>/flight-management/control/fcu/nav1</property> <condition>
<factor>0.0625</factor> <equals>
<axis> <property>/it-autoflight/unused/exped</property>
<x>0</x> <value>999</value>
<y>1</y> </equals>
<z>0</z> </condition>
</axis>
</animation> </animation>
<animation> <animation>
<type>textranslate</type> <type>select</type>
<object-name>gs</object-name> <object-name>apprlt</object-name>
<property>/flight-management/control/fcu/ils</property> <condition>
<factor>0.0625</factor> <or>
<axis> <equals>
<x>0</x> <property>/it-autoflight/appr-armed</property>
<y>1</y> <value>1</value>
<z>0</z> </equals>
</axis> <equals>
<property>/it-autoflight/apvertmode</property>
<value>2</value>
</equals>
</or>
</condition>
</animation>
<animation>
<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> </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>
</animation>
<!-- QNH --> <!-- QNH -->
@ -2521,18 +2664,6 @@
</binding> </binding>
</action> </action>
</animation> </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> <animation>
<type>pick</type> <type>pick</type>
@ -2547,19 +2678,7 @@
</action> </action>
</animation> </animation>
<animation> <!-- ILS Toggle Buttons -->
<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 -->
<animation> <animation>
<type>pick</type> <type>pick</type>
@ -2576,7 +2695,7 @@
<animation> <animation>
<type>pick</type> <type>pick</type>
<object-name>mls</object-name> <object-name>ils2</object-name>
<action> <action>
<button>0</button> <button>0</button>
<repeatable type="bool">false</repeatable> <repeatable type="bool">false</repeatable>
@ -2586,30 +2705,6 @@
</binding> </binding>
</action> </action>
</animation> </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 --> <!-- ECAM and Switching panel -->

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