123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>cwp.ac</path>
- <!-- INDICATE PANEL -->
- <animation>
- <type>material</type>
- <object-name>canopy</object-name>
- <object-name>LH-eng-out</object-name>
- <object-name>RH-eng-out</object-name>
- <object-name>gear-brake</object-name>
- <object-name>spd-brake</object-name>
- <object-name>AP-pitch</object-name>
- <object-name>AP-rud</object-name>
- <object-name>LH-fuel</object-name>
- <object-name>CTR-fuel</object-name>
- <object-name>RH-fuel</object-name>
- <object-name>fuel-empty</object-name>
- <object-name>fuel-low</object-name>
- <object-name>anti-ice</object-name>
- <object-name>ws-temp-high</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </blue>
- </emission>
- </animation>
- <animation>
- <type>select</type>
- <object-name>AP-pitch</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <not>
- <equals>
- <property>controls/flight/elevator-trim</property>
- <value>0</value>
- </equals>
- </not>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>AP-rud</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <not>
- <equals>
- <property>controls/flight/rudder-trim</property>
- <value>0</value>
- </equals>
- </not>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>spd-brake</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <property>controls/flight/speedbrake</property>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>LH-eng-out</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <property>engines/engine/out-of-fuel</property>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>RH-eng-out</object-name>
- <condition>
- <and>
- <property>engines/engine[1]/out-of-fuel</property>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>gear-brake</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <or>
- <property>controls/gear/brake-parking</property>
- <property>controls/gear/brake-right</property>
- <property>controls/gear/brake-left</property>
- </or>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>canopy</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value>0.05</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>fuel-empty</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <less-than>
- <property>consumables/fuel/total-fuel-norm</property>
- <value>0.1</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>fuel-low</object-name>
- <condition>
- <and>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- <less-than>
- <property>consumables/fuel/total-fuel-norm</property>
- <value>0.2</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>LH-fuel</object-name>
- <condition>
- <and>
- <greater-than>
- <property>consumables/fuel/tank[3]/level-norm</property>
- <value>0.9</value>
- </greater-than>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>RH-fuel</object-name>
- <condition>
- <and>
- <greater-than>
- <property>consumables/fuel/tank[4]/level-norm</property>
- <value>0.9</value>
- </greater-than>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>CTR-fuel</object-name>
- <condition>
- <and>
- <greater-than>
- <property>consumables/fuel/tank[0]/level-norm</property>
- <value>0.9</value>
- </greater-than>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>anti-ice</object-name>
- <condition>
- <and>
- <less-than>
- <property>environment/total-air-temperature-degc</property>
- <value>0</value>
- </less-than>
- <not>
- <property>controls/anti-ice/window-heat</property>
- </not>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>ws-temp-high</object-name>
- <condition>
- <and>
- <greater-than>
- <property>environment/total-air-temperature-degc</property>
- <value>25</value>
- </greater-than>
- <property>controls/anti-ice/window-heat</property>
- <greater-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </greater-than>
- </and>
- </condition>
- </animation>
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>100</max-m>
- </animation>
- </PropertyList>
|