123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <?xml version="1.0"?>
- <!--
- KA 285 Mode Annunciator Panel
- Syd Adams
- -->
- <PropertyList>
- <path>fd-annun.ac</path>
-
- <animation>
- <type>material</type>
- <object-name>FD-annun</object-name>
- <emission>
- <red>0.7</red>
- <green>0.5</green>
- <blue>0.3</blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>FD-ON</object-name>
- <condition>
- <property>/instrumentation/kfc200/fd-on</property>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>NAV-ON</object-name>
- <condition>
- <or>
- <equals>
- <property>/instrumentation/kfc200/lnav</property>
- <value>2</value>
- </equals>
- <equals>
- <property>/instrumentation/kfc200/lnav</property>
- <value>3</value>
- </equals>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>ARM-ON</object-name>
- <condition>
- <property>/instrumentation/kfc200/armed</property>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>CPLD-ON</object-name>
- <condition>
- <property>/instrumentation/kfc200/cpld</property>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>HDG-ON</object-name>
- <condition>
- <equals>
- <property>autopilot/locks/heading</property>
- <value>dg-heading-hold</value>
- </equals>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>APPR-ON</object-name>
- <condition>
- <or>
- <equals>
- <property>/instrumentation/kfc200/lnav</property>
- <value>4</value>
- </equals>
- <equals>
- <property>/instrumentation/kfc200/lnav</property>
- <value>5</value>
- </equals>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>GS-ON</object-name>
- <condition>
- <equals>
- <property>autopilot/locks/altitude</property>
- <value>gs1-hold</value>
- </equals>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>GA-ON</object-name>
- <condition>
- <equals>
- <property>/instrumentation/kfc200/lnav</property>
- <value>10</value>
- </equals>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>ALT-ON</object-name>
- <condition>
- <equals>
- <property>autopilot/locks/altitude</property>
- <value>altitude-hold</value>
- </equals>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>AP-ON</object-name>
- <condition>
- <not>
- <property>/autopilot/locks/passive-mode</property>
- </not>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>BC-ON</object-name>
- <condition>
- <property>/instrumentation/nav/back-course-btn</property>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>O-ON</object-name>
- <condition>
- <property>/instrumentation/marker-beacon/outer</property>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>M-ON</object-name>
- <condition>
- <property>/instrumentation/marker-beacon/middle</property>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>A-ON</object-name>
- <condition>
- <property>/instrumentation/kfc200/alert</property>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>TRIM-ON</object-name>
- <condition>
- <property>/instrumentation/kfc200/trim-fail</property>
- </condition>
- </animation>
- </PropertyList>
|