123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- <?xml version="1.0"?>
- <PropertyList>
- <!-- Central warning System -->
- <path>panel.ac</path>
- <animation>
- <type>select</type>
- <object-name>fuel</object-name>
- <condition>
- <or>
- <less-than>
- <property>consumables/fuel/tank[0]/level-lbs</property>
- <value>150</value>
- </less-than>
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
-
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>fuelp</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/switches/fuel/transfer-pump[1]</property>
- <value>false</value>
- </equals>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>fuelf</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/fuelf</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>servo</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/servo</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>hydr</object-name>
- <condition>
- <or>
- <not>
- <property>engines/engine/running</property>
- <value>false</value>
- </not>
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>emergxmit</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/emergxmit</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>GEN</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/engine/generator</property>
- <value>true</value>
- </equals>
-
- <equals>
- <property>controls/electric/engine[1]/generator</property>
- <value>true</value>
- </equals>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>batt</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/directbat-switch</property>
- <value>true</value>
- </equals>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>inv</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/inv</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
-
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>pitot</object-name>
- <condition>
- <or>
- <greater-than>
- <property>sim/failure-manager/systems/pitot/failure-level</property>
- <value>0.3</value>
- </greater-than>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
- <and>
- <less-than>
- <property>environment/temperature-degc</property>
- <value>4.0</value>
- </less-than>
- <not>
- <property>controls/anti-ice/pitot-heat</property>
- <value>true</value>
- </not>
-
- </and>
- </or>
- </condition>
- </animation>
-
-
-
- <animation>
- <type>select</type>
- <object-name>horn</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/horn</property>
- <value>true</value>
- </equals>
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>-</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/noideayet</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>mgbtemp</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/mgbtemp</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>door</object-name>
- <condition>
- <or>
- <equals>
- <property>sim/model/bo105/doors/door[0]/position-norm</property>
- <value>1</value>
- </equals>
-
- <equals>
- <property>sim/model/bo105/doors/door[1]/position-norm</property>
- <value>1</value>
- </equals>
-
- <equals>
- <property>sim/model/bo105/doors/door[2]/position-norm</property>
- <value>1</value>
- </equals>
-
- <equals>
- <property>sim/model/bo105/doors/door[3]/position-norm</property>
- <value>1</value>
- </equals>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>gov</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/gov</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>engchip</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/engchip</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>mgbchip</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/mgbchip</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>tgbchip</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/tgbchip</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>engp</object-name>
- <condition>
- <or>
- <not>
- <property>engines/engine/running</property>
- <value>false</value>
- </not>
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>mgbp</object-name>
- <condition>
- <or>
- <less-than>
- <property>rotors/gear/mgb-oil-pressure-bar</property>
- <value>1.1</value>
- </less-than>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>gov.001</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/redgov</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>engfire</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/engfire</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
- <equals>
- <property>controls/electric/firetest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>batttemp</object-name>
- <condition>
- <or>
- <property>instrumentation/annunciators/warning/battemp</property>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- </or>
- </condition>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>twtgrip</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
- <and>
- <less-than>
- <property>controls/engines/engine/power</property>
- <value>0.64</value>
- </less-than>
- <not>
- <property>engines/engine/running</property>
- <value>false</value>
- </not>
- </and>
- </or>
- </condition>
- </animation>
-
-
-
- <animation>
- <name>CWS</name>
- <object-name>fuel</object-name>
- <object-name>fuelp</object-name>
- <object-name>fuelf</object-name>
- <object-name>servo</object-name>
- <object-name>hydr</object-name>
- <object-name>emergxmit</object-name>
- <object-name>GEN</object-name>
- <object-name>batt</object-name>
- <object-name>inv</object-name>
- <object-name>pitot</object-name>
- <object-name>horn</object-name>
- <object-name>-</object-name>
- <object-name>mgbtemp</object-name>
- <object-name>door</object-name>
- <object-name>gov</object-name>
- <object-name>engchip</object-name>
- <object-name>mgbchip</object-name>
- <object-name>tgbchip</object-name>
- <object-name>engp</object-name>
- <object-name>mgbp</object-name>
- <object-name>gov.001</object-name>
- <object-name>engfire</object-name>
- <object-name>batttemp</object-name>
- <object-name>twtgrip</object-name>
- </animation>
- <animation>
- <type>select</type>
- <object-name>CWS</object-name>
- <condition>
- <or>
- <equals>
- <property>controls/electric/directbat-switch</property>
- <value>true</value>
- </equals>
-
- <equals>
- <property>controls/electric/engine/generator</property>
- <value>true</value>
- </equals>
-
-
-
- <equals>
- <property>engines/engine/running</property>
- <value>true</value>
- </equals>
-
- </or>
- </condition>
- </animation>
- <!-- REMBRANDT support for transparent objects -->
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <object-name>fuel</object-name>
- <object-name>fuelp</object-name>
- <object-name>fuelf</object-name>
- <object-name>servo</object-name>
- <object-name>hydr</object-name>
- <object-name>emergxmit</object-name>
- <object-name>GEN</object-name>
- <object-name>batt</object-name>
- <object-name>inv</object-name>
- <object-name>pitot</object-name>
- <object-name>horn</object-name>
- <object-name>-</object-name>
- <object-name>mgbtemp</object-name>
- <object-name>door</object-name>
- <object-name>gov</object-name>
- <object-name>engchip</object-name>
- <object-name>mgbchip</object-name>
- <object-name>tgbchip</object-name>
- <object-name>engp</object-name>
- <object-name>mgbp</object-name>
- <object-name>gov.001</object-name>
- <object-name>engfire</object-name>
- <object-name>batttemp</object-name>
- <object-name>twtgrip</object-name>
- <condition>
- <property>sim/rendering/rembrandt/enabled</property>
- </condition>
- </effect>
-
- <!--
- <animation>
- <type>select</type>
- <object-name>fuel</object-name>
- <object-name>fuelp</object-name>
- <object-name>fuelf</object-name>
- <object-name>servo</object-name>
- <object-name>hydr</object-name>
- <object-name>emergxmit</object-name>
- <object-name>GEN</object-name>
- <object-name>batt</object-name>
- <object-name>inv</object-name>
- <object-name>pitot</object-name>
- <object-name>horn</object-name>
- <object-name>-</object-name>
- <object-name>mgbtemp</object-name>
- <object-name>door</object-name>
- <object-name>gov</object-name>
- <object-name>engchip</object-name>
- <object-name>mgbchip</object-name>
- <object-name>tgbchip</object-name>
- <object-name>engp</object-name>
- <object-name>mgbp</object-name>
- <object-name>gov.001</object-name>
- <object-name>engfire</object-name>
- <object-name>batttemp</object-name>
- <object-name>twtgrip</object-name>
- <condition>
-
- <equals>
- <property>controls/electric/warningtest</property>
- <value>true</value>
- </equals>
-
-
- </condition>
- </animation>-->
- </PropertyList>
|