cwp.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>cwp.ac</path>
  4. <!-- INDICATE PANEL -->
  5. <animation>
  6. <type>material</type>
  7. <object-name>canopy</object-name>
  8. <object-name>LH-eng-out</object-name>
  9. <object-name>RH-eng-out</object-name>
  10. <object-name>gear-brake</object-name>
  11. <object-name>spd-brake</object-name>
  12. <object-name>AP-pitch</object-name>
  13. <object-name>AP-rud</object-name>
  14. <object-name>LH-fuel</object-name>
  15. <object-name>CTR-fuel</object-name>
  16. <object-name>RH-fuel</object-name>
  17. <object-name>fuel-empty</object-name>
  18. <object-name>fuel-low</object-name>
  19. <object-name>anti-ice</object-name>
  20. <object-name>ws-temp-high</object-name>
  21. <emission>
  22. <red> 1 </red>
  23. <green> 1 </green>
  24. <blue> 1 </blue>
  25. </emission>
  26. </animation>
  27. <animation>
  28. <type>select</type>
  29. <object-name>AP-pitch</object-name>
  30. <condition>
  31. <and>
  32. <greater-than>
  33. <property>systems/electrical/volts</property>
  34. <value>16</value>
  35. </greater-than>
  36. <not>
  37. <equals>
  38. <property>controls/flight/elevator-trim</property>
  39. <value>0</value>
  40. </equals>
  41. </not>
  42. </and>
  43. </condition>
  44. </animation>
  45. <animation>
  46. <type>select</type>
  47. <object-name>AP-rud</object-name>
  48. <condition>
  49. <and>
  50. <greater-than>
  51. <property>systems/electrical/volts</property>
  52. <value>16</value>
  53. </greater-than>
  54. <not>
  55. <equals>
  56. <property>controls/flight/rudder-trim</property>
  57. <value>0</value>
  58. </equals>
  59. </not>
  60. </and>
  61. </condition>
  62. </animation>
  63. <animation>
  64. <type>select</type>
  65. <object-name>spd-brake</object-name>
  66. <condition>
  67. <and>
  68. <greater-than>
  69. <property>systems/electrical/volts</property>
  70. <value>16</value>
  71. </greater-than>
  72. <property>controls/flight/speedbrake</property>
  73. </and>
  74. </condition>
  75. </animation>
  76. <animation>
  77. <type>select</type>
  78. <object-name>LH-eng-out</object-name>
  79. <condition>
  80. <and>
  81. <greater-than>
  82. <property>systems/electrical/volts</property>
  83. <value>16</value>
  84. </greater-than>
  85. <property>engines/engine/out-of-fuel</property>
  86. </and>
  87. </condition>
  88. </animation>
  89. <animation>
  90. <type>select</type>
  91. <object-name>RH-eng-out</object-name>
  92. <condition>
  93. <and>
  94. <property>engines/engine[1]/out-of-fuel</property>
  95. <greater-than>
  96. <property>systems/electrical/volts</property>
  97. <value>16</value>
  98. </greater-than>
  99. </and>
  100. </condition>
  101. </animation>
  102. <animation>
  103. <type>select</type>
  104. <object-name>gear-brake</object-name>
  105. <condition>
  106. <and>
  107. <greater-than>
  108. <property>systems/electrical/volts</property>
  109. <value>16</value>
  110. </greater-than>
  111. <or>
  112. <property>controls/gear/brake-parking</property>
  113. <property>controls/gear/brake-right</property>
  114. <property>controls/gear/brake-left</property>
  115. </or>
  116. </and>
  117. </condition>
  118. </animation>
  119. <animation>
  120. <type>select</type>
  121. <object-name>canopy</object-name>
  122. <condition>
  123. <and>
  124. <greater-than>
  125. <property>systems/electrical/volts</property>
  126. <value>16</value>
  127. </greater-than>
  128. <greater-than>
  129. <property>instrumentation/doors/crew/position-norm</property>
  130. <value>0.05</value>
  131. </greater-than>
  132. </and>
  133. </condition>
  134. </animation>
  135. <animation>
  136. <type>select</type>
  137. <object-name>fuel-empty</object-name>
  138. <condition>
  139. <and>
  140. <greater-than>
  141. <property>systems/electrical/volts</property>
  142. <value>16</value>
  143. </greater-than>
  144. <less-than>
  145. <property>consumables/fuel/total-fuel-norm</property>
  146. <value>0.1</value>
  147. </less-than>
  148. </and>
  149. </condition>
  150. </animation>
  151. <animation>
  152. <type>select</type>
  153. <object-name>fuel-low</object-name>
  154. <condition>
  155. <and>
  156. <greater-than>
  157. <property>systems/electrical/volts</property>
  158. <value>16</value>
  159. </greater-than>
  160. <less-than>
  161. <property>consumables/fuel/total-fuel-norm</property>
  162. <value>0.2</value>
  163. </less-than>
  164. </and>
  165. </condition>
  166. </animation>
  167. <animation>
  168. <type>select</type>
  169. <object-name>LH-fuel</object-name>
  170. <condition>
  171. <and>
  172. <greater-than>
  173. <property>consumables/fuel/tank[3]/level-norm</property>
  174. <value>0.9</value>
  175. </greater-than>
  176. <greater-than>
  177. <property>systems/electrical/volts</property>
  178. <value>16</value>
  179. </greater-than>
  180. </and>
  181. </condition>
  182. </animation>
  183. <animation>
  184. <type>select</type>
  185. <object-name>RH-fuel</object-name>
  186. <condition>
  187. <and>
  188. <greater-than>
  189. <property>consumables/fuel/tank[4]/level-norm</property>
  190. <value>0.9</value>
  191. </greater-than>
  192. <greater-than>
  193. <property>systems/electrical/volts</property>
  194. <value>16</value>
  195. </greater-than>
  196. </and>
  197. </condition>
  198. </animation>
  199. <animation>
  200. <type>select</type>
  201. <object-name>CTR-fuel</object-name>
  202. <condition>
  203. <and>
  204. <greater-than>
  205. <property>consumables/fuel/tank[0]/level-norm</property>
  206. <value>0.9</value>
  207. </greater-than>
  208. <greater-than>
  209. <property>systems/electrical/volts</property>
  210. <value>16</value>
  211. </greater-than>
  212. </and>
  213. </condition>
  214. </animation>
  215. <animation>
  216. <type>select</type>
  217. <object-name>anti-ice</object-name>
  218. <condition>
  219. <and>
  220. <less-than>
  221. <property>environment/total-air-temperature-degc</property>
  222. <value>0</value>
  223. </less-than>
  224. <not>
  225. <property>controls/anti-ice/window-heat</property>
  226. </not>
  227. <greater-than>
  228. <property>systems/electrical/volts</property>
  229. <value>16</value>
  230. </greater-than>
  231. </and>
  232. </condition>
  233. </animation>
  234. <animation>
  235. <type>select</type>
  236. <object-name>ws-temp-high</object-name>
  237. <condition>
  238. <and>
  239. <greater-than>
  240. <property>environment/total-air-temperature-degc</property>
  241. <value>25</value>
  242. </greater-than>
  243. <property>controls/anti-ice/window-heat</property>
  244. <greater-than>
  245. <property>systems/electrical/volts</property>
  246. <value>16</value>
  247. </greater-than>
  248. </and>
  249. </condition>
  250. </animation>
  251. <animation>
  252. <type>range</type>
  253. <min-m>0</min-m>
  254. <max-m>100</max-m>
  255. </animation>
  256. </PropertyList>