indicate-panel2.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>indicate-panel2.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>base</object-name>
  7. <emission>
  8. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  9. <red> 0.7 </red>
  10. <green> 0.3 </green>
  11. <blue> 0.3</blue>
  12. </emission>
  13. </animation>
  14. <animation>
  15. <type>material</type>
  16. <object-name>AFS_ALT</object-name>
  17. <object-name>AFS_HDG</object-name>
  18. <object-name>SPD_BRAKE</object-name>
  19. <object-name>ENG1_OUT</object-name>
  20. <object-name>ENG2_OUT</object-name>
  21. <object-name>STALL</object-name>
  22. <object-name>STALL_SPD</object-name>
  23. <object-name>GEAR_BRK</object-name>
  24. <object-name>TERREIN</object-name>
  25. <object-name>SINK_RATE</object-name>
  26. <object-name>LOW_ALT</object-name>
  27. <object-name>FLAP_SPEED</object-name>
  28. <object-name>DOOR_OPEN</object-name>
  29. <object-name>REVERSER</object-name>
  30. <emission>
  31. <red> 1 </red>
  32. <green> 1 </green>
  33. <blue> 1 </blue>
  34. </emission>
  35. </animation>
  36. <animation>
  37. <type>select</type>
  38. <object-name>AFS_ALT</object-name>
  39. <condition>
  40. <and>
  41. <greater-than>
  42. <property>systems/electrical/volts</property>
  43. <value>16</value>
  44. </greater-than>
  45. <property>autopilot/alt-set-sw</property>
  46. </and>
  47. </condition>
  48. </animation>
  49. <animation>
  50. <type>select</type>
  51. <object-name>AFS_HDG</object-name>
  52. <condition>
  53. <and>
  54. <greater-than>
  55. <property>systems/electrical/volts</property>
  56. <value>16</value>
  57. </greater-than>
  58. <property>autopilot/hdg-set-knob</property>
  59. </and>
  60. </condition>
  61. </animation>
  62. <animation>
  63. <type>select</type>
  64. <object-name>SPD_BRAKE</object-name>
  65. <condition>
  66. <and>
  67. <greater-than>
  68. <property>systems/electrical/volts</property>
  69. <value>16</value>
  70. </greater-than>
  71. <property>controls/flight/speedbrake</property>
  72. </and>
  73. </condition>
  74. </animation>
  75. <animation>
  76. <type>select</type>
  77. <object-name>ENG1_OUT</object-name>
  78. <condition>
  79. <and>
  80. <greater-than>
  81. <property>systems/electrical/volts</property>
  82. <value>16</value>
  83. </greater-than>
  84. <property>engines/engine/out-of-fuel</property>
  85. </and>
  86. </condition>
  87. </animation>
  88. <animation>
  89. <type>select</type>
  90. <object-name>ENG2_OUT</object-name>
  91. <condition>
  92. <and>
  93. <property>engines/engine/out-of-fuel</property>
  94. <greater-than>
  95. <property>systems/electrical/volts</property>
  96. <value>16</value>
  97. </greater-than>
  98. </and>
  99. </condition>
  100. </animation>
  101. <animation>
  102. <type>select</type>
  103. <object-name>STALL</object-name>
  104. <condition>
  105. <and>
  106. <greater-than>
  107. <property>/orientation/alpha-deg</property>
  108. <value>15</value>
  109. </greater-than>
  110. <not>
  111. <property>gear/gear[0]/wow</property>
  112. <property>gear/gear[1]/wow</property>
  113. <property>gear/gear[2]/wow</property>
  114. </not>
  115. <greater-than>
  116. <property>systems/electrical/volts</property>
  117. <value>16</value>
  118. </greater-than>
  119. </and>
  120. </condition>
  121. </animation>
  122. <animation>
  123. <type>select</type>
  124. <object-name>STALL_SPD</object-name>
  125. <condition>
  126. <and>
  127. <greater-than>
  128. <property>systems/electrical/volts</property>
  129. <value>16</value>
  130. </greater-than>
  131. <greater-than>
  132. <property>/orientation/alpha-deg</property>
  133. <value>10</value>
  134. </greater-than>
  135. <less-than>
  136. <property>/orientation/alpha-deg</property>
  137. <value>15</value>
  138. </less-than>
  139. <not>
  140. <property>gear/gear[0]/wow</property>
  141. <property>gear/gear[1]/wow</property>
  142. <property>gear/gear[2]/wow</property>
  143. </not>
  144. </and>
  145. </condition>
  146. </animation>
  147. <animation>
  148. <type>select</type>
  149. <object-name>GEAR_BRK</object-name>
  150. <condition>
  151. <and>
  152. <greater-than>
  153. <property>systems/electrical/volts</property>
  154. <value>16</value>
  155. </greater-than>
  156. <or>
  157. <property>controls/gear/brake-parking</property>
  158. <property>controls/gear/brake-right</property>
  159. <property>controls/gear/brake-left</property>
  160. </or>
  161. </and>
  162. </condition>
  163. </animation>
  164. <animation>
  165. <type>select</type>
  166. <object-name>TERREIN</object-name>
  167. <condition>
  168. <and>
  169. <greater-than>
  170. <property>systems/electrical/volts</property>
  171. <value>16</value>
  172. </greater-than>
  173. <less-than>
  174. <property>/position/gear-agl-ft</property>
  175. <value>300</value>
  176. </less-than>
  177. <not>
  178. <property>gear/gear[0]/wow</property>
  179. <property>gear/gear[1]/wow</property>
  180. <property>gear/gear[2]/wow</property>
  181. </not>
  182. </and>
  183. </condition>
  184. </animation>
  185. <animation>
  186. <type>select</type>
  187. <object-name>SINK_RATE</object-name>
  188. <condition>
  189. <and>
  190. <greater-than>
  191. <property>systems/electrical/volts</property>
  192. <value>16</value>
  193. </greater-than>
  194. <less-than>
  195. <property>/position/gear-agl-ft</property>
  196. <value>1300</value>
  197. </less-than>
  198. <less-than>
  199. <property>/velocities/vertical-speed-fps</property>
  200. <value>-60</value>
  201. </less-than>
  202. </and>
  203. </condition>
  204. </animation>
  205. <animation>
  206. <type>select</type>
  207. <object-name>LOW_ALT</object-name>
  208. <condition>
  209. <and>
  210. <greater-than>
  211. <property>systems/electrical/volts</property>
  212. <value>16</value>
  213. </greater-than>
  214. <less-than>
  215. <property>/position/gear-agl-ft</property>
  216. <property>instrumentation/altimeter/setting-low-alert</property>
  217. </less-than>
  218. <not>
  219. <property>gear/gear[0]/wow</property>
  220. <property>gear/gear[1]/wow</property>
  221. <property>gear/gear[2]/wow</property>
  222. </not>
  223. <or>
  224. <equals>
  225. <property>/gear/gear[0]/position-norm</property>
  226. <value>0</value>
  227. </equals>
  228. <equals>
  229. <property>/surface-positions/flap-pos-norm</property>
  230. <value>0</value>
  231. </equals>
  232. </or>
  233. </and>
  234. </condition>
  235. </animation>
  236. <animation>
  237. <type>select</type>
  238. <object-name>FLAP_SPEED</object-name>
  239. <condition>
  240. <and>
  241. <greater-than>
  242. <property>systems/electrical/volts</property>
  243. <value>16</value>
  244. </greater-than>
  245. <less-than>
  246. <property>velocities/airspeed-kt</property>
  247. <value>160</value>
  248. </less-than>
  249. <not>
  250. <property>gear/gear[0]/wow</property>
  251. <property>gear/gear[1]/wow</property>
  252. <property>gear/gear[2]/wow</property>
  253. </not>
  254. </and>
  255. </condition>
  256. </animation>
  257. <animation>
  258. <type>select</type>
  259. <object-name>DOOR_OPEN</object-name>
  260. <condition>
  261. <and>
  262. <greater-than>
  263. <property>systems/electrical/volts</property>
  264. <value>16</value>
  265. </greater-than>
  266. <greater-than>
  267. <property>instrumentation/doors/crew/position-norm</property>
  268. <value>0.05</value>
  269. </greater-than>
  270. </and>
  271. </condition>
  272. </animation>
  273. <animation>
  274. <type>select</type>
  275. <object-name>REVERSER</object-name>
  276. <condition>
  277. <and>
  278. <greater-than>
  279. <property>systems/electrical/volts</property>
  280. <value>16</value>
  281. </greater-than>
  282. <property>controls/engines/engine/reverser</property>
  283. </and>
  284. </condition>
  285. </animation>
  286. </PropertyList>