indicate-panel.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>indicate-panel.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>base</object-name>
  7. <object-name>base.001</object-name>
  8. <object-name>base.002</object-name>
  9. <emission>
  10. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  11. <red> 0.7 </red>
  12. <green> 0.3 </green>
  13. <blue> 0.3</blue>
  14. </emission>
  15. </animation>
  16. <animation>
  17. <type>material</type>
  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. <object-name>BATT LOW</object-name>
  31. <object-name>GEN OUT</object-name>
  32. <object-name>GND PWR</object-name>
  33. <object-name>APU RUN</object-name>
  34. <object-name>APU GEN</object-name>
  35. <object-name>APU PWR</object-name>
  36. <object-name>OIL PRESS1</object-name>
  37. <object-name>OIL PRESS2</object-name>
  38. <object-name>PUMP PWR1</object-name>
  39. <object-name>PUMP PWR2</object-name>
  40. <object-name>FUEL PUMP</object-name>
  41. <object-name>WING TANK P</object-name>
  42. <object-name>CTR TANK P</object-name>
  43. <object-name>FUEL LOW</object-name>
  44. <object-name>WING TANK F</object-name>
  45. <object-name>CTR TANK F</object-name>
  46. <object-name>AIR TEMP</object-name>
  47. <emission>
  48. <red> 1 </red>
  49. <green> 1 </green>
  50. <blue> 1 </blue>
  51. </emission>
  52. </animation>
  53. <animation>
  54. <type>select</type>
  55. <object-name>SPD BRAKE</object-name>
  56. <condition>
  57. <and>
  58. <greater-than>
  59. <property>systems/electrical/volts</property>
  60. <value>16</value>
  61. </greater-than>
  62. <property>controls/flight/speedbrake</property>
  63. </and>
  64. </condition>
  65. </animation>
  66. <animation>
  67. <type>select</type>
  68. <object-name>ENG1 OUT</object-name>
  69. <condition>
  70. <and>
  71. <greater-than>
  72. <property>systems/electrical/volts</property>
  73. <value>16</value>
  74. </greater-than>
  75. <property>engines/engine/out-of-fuel</property>
  76. </and>
  77. </condition>
  78. </animation>
  79. <animation>
  80. <type>select</type>
  81. <object-name>ENG2 OUT</object-name>
  82. <condition>
  83. <and>
  84. <property>engines/engine/out-of-fuel</property>
  85. <greater-than>
  86. <property>systems/electrical/volts</property>
  87. <value>16</value>
  88. </greater-than>
  89. </and>
  90. </condition>
  91. </animation>
  92. <animation>
  93. <type>select</type>
  94. <object-name>STALL</object-name>
  95. <condition>
  96. <and>
  97. <greater-than>
  98. <property>/orientation/alpha-deg</property>
  99. <value>15</value>
  100. </greater-than>
  101. <not>
  102. <property>gear/gear[0]/wow</property>
  103. <property>gear/gear[1]/wow</property>
  104. <property>gear/gear[2]/wow</property>
  105. </not>
  106. <greater-than>
  107. <property>systems/electrical/volts</property>
  108. <value>16</value>
  109. </greater-than>
  110. </and>
  111. </condition>
  112. </animation>
  113. <animation>
  114. <type>select</type>
  115. <object-name>STALL SPD</object-name>
  116. <condition>
  117. <and>
  118. <greater-than>
  119. <property>systems/electrical/volts</property>
  120. <value>16</value>
  121. </greater-than>
  122. <greater-than>
  123. <property>/orientation/alpha-deg</property>
  124. <value>10</value>
  125. </greater-than>
  126. <less-than>
  127. <property>/orientation/alpha-deg</property>
  128. <value>15</value>
  129. </less-than>
  130. <not>
  131. <property>gear/gear[0]/wow</property>
  132. <property>gear/gear[1]/wow</property>
  133. <property>gear/gear[2]/wow</property>
  134. </not>
  135. </and>
  136. </condition>
  137. </animation>
  138. <animation>
  139. <type>select</type>
  140. <object-name>GEAR BRK</object-name>
  141. <condition>
  142. <and>
  143. <greater-than>
  144. <property>systems/electrical/volts</property>
  145. <value>16</value>
  146. </greater-than>
  147. <or>
  148. <property>controls/gear/brake-parking</property>
  149. <property>controls/gear/brake-right</property>
  150. <property>controls/gear/brake-left</property>
  151. </or>
  152. </and>
  153. </condition>
  154. </animation>
  155. <animation>
  156. <type>select</type>
  157. <object-name>TERREIN</object-name>
  158. <condition>
  159. <and>
  160. <greater-than>
  161. <property>systems/electrical/volts</property>
  162. <value>16</value>
  163. </greater-than>
  164. <less-than>
  165. <property>/position/gear-agl-ft</property>
  166. <value>300</value>
  167. </less-than>
  168. <not>
  169. <property>gear/gear[0]/wow</property>
  170. <property>gear/gear[1]/wow</property>
  171. <property>gear/gear[2]/wow</property>
  172. </not>
  173. </and>
  174. </condition>
  175. </animation>
  176. <animation>
  177. <type>select</type>
  178. <object-name>SINK RATE</object-name>
  179. <condition>
  180. <and>
  181. <greater-than>
  182. <property>systems/electrical/volts</property>
  183. <value>16</value>
  184. </greater-than>
  185. <less-than>
  186. <property>/position/gear-agl-ft</property>
  187. <value>1300</value>
  188. </less-than>
  189. <less-than>
  190. <property>/velocities/vertical-speed-fps</property>
  191. <value>-60</value>
  192. </less-than>
  193. </and>
  194. </condition>
  195. </animation>
  196. <animation>
  197. <type>select</type>
  198. <object-name>LOW ALT</object-name>
  199. <condition>
  200. <and>
  201. <greater-than>
  202. <property>systems/electrical/volts</property>
  203. <value>16</value>
  204. </greater-than>
  205. <less-than>
  206. <property>/position/gear-agl-ft</property>
  207. <property>instrumentation/altimeter/setting-low-alert</property>
  208. </less-than>
  209. <not>
  210. <property>gear/gear[0]/wow</property>
  211. <property>gear/gear[1]/wow</property>
  212. <property>gear/gear[2]/wow</property>
  213. </not>
  214. <or>
  215. <equals>
  216. <property>/gear/gear[0]/position-norm</property>
  217. <value>0</value>
  218. </equals>
  219. <equals>
  220. <property>/surface-positions/flap-pos-norm</property>
  221. <value>0</value>
  222. </equals>
  223. </or>
  224. </and>
  225. </condition>
  226. </animation>
  227. <animation>
  228. <type>select</type>
  229. <object-name>FLAP SPEED</object-name>
  230. <condition>
  231. <and>
  232. <greater-than>
  233. <property>systems/electrical/volts</property>
  234. <value>16</value>
  235. </greater-than>
  236. <less-than>
  237. <property>velocities/airspeed-kt</property>
  238. <value>160</value>
  239. </less-than>
  240. <not>
  241. <property>gear/gear[0]/wow</property>
  242. <property>gear/gear[1]/wow</property>
  243. <property>gear/gear[2]/wow</property>
  244. </not>
  245. </and>
  246. </condition>
  247. </animation>
  248. <animation>
  249. <type>select</type>
  250. <object-name>DOOR OPEN</object-name>
  251. <condition>
  252. <and>
  253. <greater-than>
  254. <property>systems/electrical/volts</property>
  255. <value>16</value>
  256. </greater-than>
  257. <greater-than>
  258. <property>instrumentation/doors/crew/position-norm</property>
  259. <value>0.05</value>
  260. </greater-than>
  261. </and>
  262. </condition>
  263. </animation>
  264. <animation>
  265. <type>select</type>
  266. <object-name>REVERSER</object-name>
  267. <condition>
  268. <and>
  269. <greater-than>
  270. <property>systems/electrical/volts</property>
  271. <value>16</value>
  272. </greater-than>
  273. <property>controls/engines/engine/reverser</property>
  274. </and>
  275. </condition>
  276. </animation>
  277. <animation>
  278. <type>select</type>
  279. <object-name>BATT LOW</object-name>
  280. <condition>
  281. <and>
  282. <greater-than>
  283. <property>systems/electrical/volts</property>
  284. <value>16</value>
  285. </greater-than>
  286. <less-than>
  287. <property>systems/electrical/volts</property>
  288. <value>24</value>
  289. </less-than>
  290. </and>
  291. </condition>
  292. </animation>
  293. <animation>
  294. <type>select</type>
  295. <object-name>GEN OUT</object-name>
  296. <condition>
  297. <and>
  298. <greater-than>
  299. <property>systems/electrical/volts</property>
  300. <value>16</value>
  301. </greater-than>
  302. <not>
  303. <property>controls/electric/engine/generator</property>
  304. </not>
  305. </and>
  306. </condition>
  307. </animation>
  308. <animation>
  309. <type>select</type>
  310. <object-name>GND PWR</object-name>
  311. <condition>
  312. <and>
  313. <greater-than>
  314. <property>systems/electrical/volts</property>
  315. <value>16</value>
  316. </greater-than>
  317. <property>controls/electric/external-power</property>
  318. </and>
  319. </condition>
  320. </animation>
  321. <animation>
  322. <type>select</type>
  323. <object-name>APU RUN</object-name>
  324. <condition>
  325. <and>
  326. <greater-than>
  327. <property>systems/electrical/volts</property>
  328. <value>16</value>
  329. </greater-than>
  330. <property>controls/APU/off-start-run</property>
  331. </and>
  332. </condition>
  333. </animation>
  334. <animation>
  335. <type>select</type>
  336. <object-name>APU GEN</object-name>
  337. <condition>
  338. <and>
  339. <greater-than>
  340. <property>systems/electrical/volts</property>
  341. <value>16</value>
  342. </greater-than>
  343. <property>controls/electric/APU-generator</property>
  344. </and>
  345. </condition>
  346. </animation>
  347. <animation>
  348. <type>select</type>
  349. <object-name>APU PWR</object-name>
  350. <condition>
  351. <and>
  352. <greater-than>
  353. <property>systems/electrical/volts</property>
  354. <value>16</value>
  355. </greater-than>
  356. <property>controls/APU/pressure</property>
  357. </and>
  358. </condition>
  359. </animation>
  360. <animation>
  361. <type>select</type>
  362. <object-name>OIL PRESS1</object-name>
  363. <condition>
  364. <and>
  365. <greater-than>
  366. <property>systems/electrical/volts</property>
  367. <value>16</value>
  368. </greater-than>
  369. <not>
  370. <property>/controls/engines/engine[1]/starter-position-norm</property>
  371. </not>
  372. </and>
  373. </condition>
  374. </animation>
  375. <animation>
  376. <type>select</type>
  377. <object-name>OIL PRESS2</object-name>
  378. <condition>
  379. <and>
  380. <greater-than>
  381. <property>systems/electrical/volts</property>
  382. <value>16</value>
  383. </greater-than>
  384. <not>
  385. <property>/controls/engines/engine[0]/starter-position-norm</property>
  386. </not>
  387. </and>
  388. </condition>
  389. </animation>
  390. <animation>
  391. <type>select</type>
  392. <object-name>PUMP PWR1</object-name>
  393. <condition>
  394. <and>
  395. <not>
  396. <property>controls/fuel/tank[2]/to_engine</property>
  397. </not>
  398. <greater-than>
  399. <property>systems/electrical/volts</property>
  400. <value>16</value>
  401. </greater-than>
  402. </and>
  403. </condition>
  404. </animation>
  405. <animation>
  406. <type>select</type>
  407. <object-name>PUMP PWR2</object-name>
  408. <condition>
  409. <and>
  410. <not>
  411. <property>controls/fuel/tank[1]/to_engine</property>
  412. </not>
  413. <greater-than>
  414. <property>systems/electrical/volts</property>
  415. <value>16</value>
  416. </greater-than>
  417. </and>
  418. </condition>
  419. </animation>
  420. <animation>
  421. <type>select</type>
  422. <object-name>FUEL PUMP</object-name>
  423. <condition>
  424. <or>
  425. <and>
  426. <greater-than>
  427. <property>systems/electrical/volts</property>
  428. <value>16</value>
  429. </greater-than>
  430. <not>
  431. <property>controls/fuel/tank[2]/boost-pump</property>
  432. </not>
  433. </and>
  434. <and>
  435. <greater-than>
  436. <property>systems/electrical/volts</property>
  437. <value>16</value>
  438. </greater-than>
  439. <not>
  440. <property>controls/fuel/tank[1]/boost-pump</property>
  441. </not>
  442. </and>
  443. </or>
  444. </condition>
  445. </animation>
  446. <animation>
  447. <type>select</type>
  448. <object-name>WING TANK P</object-name>
  449. <condition>
  450. <and>
  451. <not>
  452. <property>controls/fuel/tank[2]/boost-pump</property>
  453. </not>
  454. <greater-than>
  455. <property>systems/electrical/volts</property>
  456. <value>16</value>
  457. </greater-than>
  458. </and>
  459. </condition>
  460. </animation>
  461. <animation>
  462. <type>select</type>
  463. <object-name>CTR TANK P</object-name>
  464. <condition>
  465. <and>
  466. <not>
  467. <property>controls/fuel/tank[1]/boost-pump</property>
  468. </not>
  469. <greater-than>
  470. <property>systems/electrical/volts</property>
  471. <value>16</value>
  472. </greater-than>
  473. </and>
  474. </condition>
  475. </animation>
  476. <animation>
  477. <type>select</type>
  478. <object-name>FUEL LOW</object-name>
  479. <condition>
  480. <and>
  481. <greater-than>
  482. <property>systems/electrical/volts</property>
  483. <value>16</value>
  484. </greater-than>
  485. <less-than>
  486. <property>consumables/fuel/total-fuel-norm</property>
  487. <value>0.1</value>
  488. </less-than>
  489. </and>
  490. </condition>
  491. </animation>
  492. <animation>
  493. <type>select</type>
  494. <object-name>WING TANK F</object-name>
  495. <condition>
  496. <and>
  497. <less-than>
  498. <property>consumables/fuel/tank[2]/level-norm</property>
  499. <value>0.1</value>
  500. </less-than>
  501. <greater-than>
  502. <property>systems/electrical/volts</property>
  503. <value>16</value>
  504. </greater-than>
  505. </and>
  506. </condition>
  507. </animation>
  508. <animation>
  509. <type>select</type>
  510. <object-name>CTR TANK F</object-name>
  511. <condition>
  512. <and>
  513. <less-than>
  514. <property>consumables/fuel/tank[1]/level-norm</property>
  515. <value>0.1</value>
  516. </less-than>
  517. <greater-than>
  518. <property>systems/electrical/volts</property>
  519. <value>16</value>
  520. </greater-than>
  521. <property>sim/model/lights/sbc1/state</property>
  522. </and>
  523. </condition>
  524. </animation>
  525. <animation>
  526. <type>select</type>
  527. <object-name>AIR TEMP</object-name>
  528. <condition>
  529. <and>
  530. <less-than>
  531. <property>environment/total-air-temparature-degc</property>
  532. <value>0</value>
  533. </less-than>
  534. <not>
  535. <property>controls/anti-ice/window-heat</property>
  536. </not>
  537. <greater-than>
  538. <property>systems/electrical/volts</property>
  539. <value>16</value>
  540. </greater-than>
  541. <property>sim/model/lights/sbc1/state</property>
  542. </and>
  543. </condition>
  544. </animation>
  545. </PropertyList>