Make the GPWS lamp work according to lamp config one (early 2000s)
This commit is contained in:
parent
0755cc34cc
commit
e71acfcd89
2 changed files with 12 additions and 16 deletions
|
@ -1938,7 +1938,7 @@
|
|||
<category-8 type="int">3</category-8>
|
||||
<category-9 type="int">3</category-9>
|
||||
<category-10 type="int">6</category-10>
|
||||
<category-13 type="int">7</category-13>
|
||||
<category-13 type="int">6</category-13> <!-- Lamp Format 1 GPWS -->
|
||||
<category-14 type="int">0</category-14>
|
||||
</configuration-module>
|
||||
<input-feeders>
|
||||
|
|
|
@ -2603,12 +2603,22 @@
|
|||
<condition>
|
||||
<or>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<property>/instrumentation/mk-viii/outputs/discretes/gpws-alert</property>
|
||||
<property>/instrumentation/mk-viii/outputs/discretes/gpws-warning</property>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gpws_gs_sw_gs_on</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<property>/instrumentation/mk-viii/outputs/discretes/gpws-alert</property>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>gpws_gs_sw</object-name>
|
||||
|
@ -2687,20 +2697,6 @@
|
|||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gpws_gs_sw_gs_on</object-name>
|
||||
<condition>
|
||||
<or>
|
||||
<property>controls/switches/annun-test</property>
|
||||
<equals>
|
||||
<property>/instrumentation/mk-viii/outputs/alert-mode</property>
|
||||
<value>5</value>
|
||||
</equals>
|
||||
</or>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>atc_msg_on</object-name>
|
||||
|
|
Loading…
Add table
Reference in a new issue