1
0
Fork 0

Make the GPWS lamp work according to lamp config one (early 2000s)

This commit is contained in:
Jonathan Redpath 2022-02-17 14:26:43 +00:00
parent 0755cc34cc
commit e71acfcd89
2 changed files with 12 additions and 16 deletions

View file

@ -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>

View file

@ -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>