warn.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. H145 warning panel
  4. -->
  5. <PropertyList>
  6. <path>warn.ac</path>
  7. <animation>
  8. <type>pick</type>
  9. <object-name>firewarn1.pb</object-name>
  10. <action>
  11. <button>0</button>
  12. <repeatable>false</repeatable>
  13. <binding>
  14. <command>property-assign</command>
  15. <property>instrumentation/warningunit/sys[0]/emerg-off</property>
  16. <value>1</value>
  17. </binding>
  18. <binding>
  19. <command>property-toggle</command>
  20. <property>sim/sound/click</property>
  21. </binding>
  22. </action>
  23. </animation>
  24. <animation>
  25. <type>pick</type>
  26. <object-name>firewarn2.pb</object-name>
  27. <action>
  28. <button>0</button>
  29. <repeatable>false</repeatable>
  30. <binding>
  31. <command>property-assign</command>
  32. <property>instrumentation/warningunit/sys[1]/emerg-off</property>
  33. <value type="bool">true</value>
  34. </binding>
  35. <binding>
  36. <command>property-toggle</command>
  37. <property>sim/sound/click</property>
  38. </binding>
  39. </action>
  40. </animation>
  41. <!-- pressing exitinguisher button-->
  42. <animation>
  43. <type>pick</type>
  44. <object-name>bot1.pb</object-name>
  45. <action>
  46. <button>0</button>
  47. <repeatable>false</repeatable>
  48. <binding>
  49. <command>property-assign</command>
  50. <property>instrumentation/warningunit/sys[0]/ext</property>
  51. <value type="bool">true</value>
  52. </binding>
  53. <binding>
  54. <command>property-toggle</command>
  55. <property>sim/sound/click</property>
  56. </binding>
  57. <mod-up>
  58. <binding>
  59. <command>property-assign</command>
  60. <property>instrumentation/warningunit/sys[0]/ext</property>
  61. <value type="bool">false</value>
  62. </binding>
  63. </mod-up>
  64. </action>
  65. </animation>
  66. <animation>
  67. <type>pick</type>
  68. <object-name>bot2.pb</object-name>
  69. <action>
  70. <button>0</button>
  71. <repeatable>false</repeatable>
  72. <binding>
  73. <command>property-assign</command>
  74. <property>instrumentation/warningunit/sys[1]/ext</property>
  75. <value type="bool">true</value>
  76. </binding>
  77. <binding>
  78. <command>property-toggle</command>
  79. <property>sim/sound/click</property>
  80. </binding>
  81. <mod-up>
  82. <binding>
  83. <command>property-assign</command>
  84. <property>instrumentation/warningunit/sys[1]/ext</property>
  85. <value type="bool">false</value>
  86. </binding>
  87. </mod-up>
  88. </action>
  89. </animation>
  90. <!-- emerg off active indicators -->
  91. <animation>
  92. <type>textranslate</type>
  93. <object-name>active1</object-name>
  94. <property>instrumentation/warningunit/sys[0]/emerg-off</property>
  95. <interpolation>
  96. <entry><ind>0</ind><dep>0.0</dep></entry>
  97. <entry><ind>1</ind><dep>0.5</dep></entry>
  98. </interpolation>
  99. <axis>
  100. <x>1</x>
  101. <y>0</y>
  102. </axis>
  103. </animation>
  104. <animation>
  105. <type>material</type>
  106. <object-name>active1</object-name>
  107. <condition>
  108. <property>instrumentation/warningunit/sys[0]/emerg-off</property>
  109. </condition>
  110. <emission>
  111. <red>1.0</red>
  112. <green>1.0</green>
  113. <blue>1.0</blue>
  114. </emission>
  115. </animation>
  116. <animation>
  117. <type>textranslate</type>
  118. <object-name>active2</object-name>
  119. <property>instrumentation/warningunit/sys[1]/emerg-off</property>
  120. <interpolation>
  121. <entry><ind>0</ind><dep>0.0</dep></entry>
  122. <entry><ind>1</ind><dep>0.5</dep></entry>
  123. </interpolation>
  124. <axis>
  125. <x>1</x>
  126. <y>0</y>
  127. </axis>
  128. </animation>
  129. <animation>
  130. <type>material</type>
  131. <object-name>active2</object-name>
  132. <condition>
  133. <property>instrumentation/warningunit/sys[1]/emerg-off</property>
  134. </condition>
  135. <emission>
  136. <red>1.0</red>
  137. <green>1.0</green>
  138. <blue>1.0</blue>
  139. </emission>
  140. </animation>
  141. <!-- extinguisher active indicators -->
  142. <animation>
  143. <type>textranslate</type>
  144. <object-name>ext1</object-name>
  145. <property>engines/engine[0]/extinguisher</property>
  146. <interpolation>
  147. <entry><ind>0</ind><dep>0.0</dep></entry>
  148. <entry><ind>1</ind><dep>0.5</dep></entry>
  149. </interpolation>
  150. <axis>
  151. <x>1</x>
  152. <y>0</y>
  153. </axis>
  154. </animation>
  155. <animation>
  156. <type>material</type>
  157. <object-name>ext1</object-name>
  158. <condition>
  159. <property>engines/engine[0]/extinguisher</property>
  160. </condition>
  161. <emission>
  162. <red>1.0</red>
  163. <green>1.0</green>
  164. <blue>1.0</blue>
  165. </emission>
  166. </animation>
  167. <animation>
  168. <type>textranslate</type>
  169. <object-name>ext2</object-name>
  170. <property>engines/engine[1]/extinguisher</property>
  171. <interpolation>
  172. <entry><ind>0</ind><dep>0.0</dep></entry>
  173. <entry><ind>1</ind><dep>0.5</dep></entry>
  174. </interpolation>
  175. <axis>
  176. <x>1</x>
  177. <y>0</y>
  178. </axis>
  179. </animation>
  180. <animation>
  181. <type>material</type>
  182. <object-name>ext2</object-name>
  183. <condition>
  184. <property>engines/engine[1]/extinguisher</property>
  185. </condition>
  186. <emission>
  187. <red>1.0</red>
  188. <green>1.0</green>
  189. <blue>1.0</blue>
  190. </emission>
  191. </animation>
  192. <!--
  193. fire warning,
  194. connected to fire test
  195. sw. in overhead p.
  196. -->
  197. <!-- fire warning on emerg off switches -->
  198. <animation>
  199. <type>textranslate</type>
  200. <object-name>firewarn1.pb</object-name>
  201. <property>instrumentation/warningunit/sys[0]/fire</property>
  202. <interpolation>
  203. <entry><ind>0</ind><dep>0.0</dep></entry>
  204. <entry><ind>1</ind><dep>0.5</dep></entry>
  205. </interpolation>
  206. <axis>
  207. <x>1</x>
  208. <y>0</y>
  209. </axis>
  210. </animation>
  211. <animation>
  212. <type>material</type>
  213. <object-name>firewarn1.pb</object-name>
  214. <condition>
  215. <property>instrumentation/warningunit/sys[0]/fire</property>
  216. </condition>
  217. <emission>
  218. <red>1.0</red>
  219. <green>1.0</green>
  220. <blue>1.0</blue>
  221. </emission>
  222. </animation>
  223. <animation>
  224. <type>textranslate</type>
  225. <object-name>firewarn2.pb</object-name>
  226. <property>instrumentation/warningunit/sys[1]/fire</property>
  227. <interpolation>
  228. <entry><ind>0</ind><dep>0.0</dep></entry>
  229. <entry><ind>1</ind><dep>0.5</dep></entry>
  230. </interpolation>
  231. <axis>
  232. <x>1</x>
  233. <y>0</y>
  234. </axis>
  235. </animation>
  236. <animation>
  237. <type>material</type>
  238. <object-name>firewarn2.pb</object-name>
  239. <condition>
  240. <property>instrumentation/warningunit/sys[1]/fire</property>
  241. </condition>
  242. <emission>
  243. <red>1.0</red>
  244. <green>1.0</green>
  245. <blue>1.0</blue>
  246. </emission>
  247. </animation>
  248. <animation>
  249. <type>textranslate</type>
  250. <object-name>bot1.pb</object-name>
  251. <property>instrumentation/warningunit/sys[0]/fire-bot</property>
  252. <interpolation>
  253. <entry><ind>0</ind><dep>0.0</dep></entry>
  254. <entry><ind>1</ind><dep>0.5</dep></entry>
  255. </interpolation>
  256. <axis>
  257. <x>1</x>
  258. <y>0</y>
  259. </axis>
  260. </animation>
  261. <animation>
  262. <type>material</type>
  263. <object-name>bot1.pb</object-name>
  264. <condition>
  265. <property>instrumentation/warningunit/sys[0]/fire-bot</property>
  266. </condition>
  267. <emission>
  268. <red>1.0</red>
  269. <green>1.0</green>
  270. <blue>1.0</blue>
  271. </emission>
  272. </animation>
  273. <animation>
  274. <type>textranslate</type>
  275. <object-name>bot2.pb</object-name>
  276. <property>instrumentation/warningunit/sys[1]/fire-bot</property>
  277. <interpolation>
  278. <entry><ind>0</ind><dep>0.0</dep></entry>
  279. <entry><ind>1</ind><dep>0.5</dep></entry>
  280. </interpolation>
  281. <axis>
  282. <x>1</x>
  283. <y>0</y>
  284. </axis>
  285. </animation>
  286. <animation>
  287. <type>material</type>
  288. <object-name>bot2.pb</object-name>
  289. <condition>
  290. <property>instrumentation/warningunit/sys[1]/fire-bot</property>
  291. </condition>
  292. <emission>
  293. <red>1.0</red>
  294. <green>1.0</green>
  295. <blue>1.0</blue>
  296. </emission>
  297. </animation>
  298. <!-- fuel supply tank 1 low warning at 24 kg, 48 lbs (ref. flight manual BK117-C2) -->
  299. <animation>
  300. <type>textranslate</type>
  301. <object-name>fuel1</object-name>
  302. <property>instrumentation/warningunit/sys[0]/fuel</property>
  303. <interpolation>
  304. <entry><ind>0</ind><dep>0.0</dep></entry>
  305. <entry><ind>1</ind><dep>0.5</dep></entry>
  306. </interpolation>
  307. <axis>
  308. <x>1</x>
  309. <y>0</y>
  310. </axis>
  311. </animation>
  312. <animation>
  313. <type>material</type>
  314. <object-name>fuel1</object-name>
  315. <condition>
  316. <property>instrumentation/warningunit/sys[0]/fuel</property>
  317. </condition>
  318. <emission>
  319. <red>1.0</red>
  320. <green>1.0</green>
  321. <blue>1.0</blue>
  322. </emission>
  323. </animation>
  324. <!-- fuel supply tank 2 low warning -->
  325. <animation>
  326. <type>textranslate</type>
  327. <object-name>fuel2</object-name>
  328. <property>instrumentation/warningunit/sys[1]/fuel</property>
  329. <interpolation>
  330. <entry><ind>0</ind><dep>0.0</dep></entry>
  331. <entry><ind>1</ind><dep>0.5</dep></entry>
  332. </interpolation>
  333. <axis>
  334. <x>1</x>
  335. <y>0</y>
  336. </axis>
  337. </animation>
  338. <animation>
  339. <type>material</type>
  340. <object-name>fuel2</object-name>
  341. <condition>
  342. <property>instrumentation/warningunit/sys[1]/fuel</property>
  343. </condition>
  344. <emission>
  345. <red>1.0</red>
  346. <green>1.0</green>
  347. <blue>1.0</blue>
  348. </emission>
  349. </animation>
  350. <!-- engine 1 fail indication -->
  351. <animation>
  352. <type>textranslate</type>
  353. <object-name>fail1</object-name>
  354. <property>instrumentation/warningunit/sys[0]/fail</property>
  355. <interpolation>
  356. <entry><ind>0</ind><dep>0.0</dep></entry>
  357. <entry><ind>1</ind><dep>0.5</dep></entry>
  358. </interpolation>
  359. <axis>
  360. <x>1</x>
  361. <y>0</y>
  362. </axis>
  363. </animation>
  364. <animation>
  365. <type>material</type>
  366. <object-name>fail1</object-name>
  367. <condition>
  368. <property>instrumentation/warningunit/sys[0]/fail</property>
  369. </condition>
  370. <emission>
  371. <red>1.0</red>
  372. <green>1.0</green>
  373. <blue>1.0</blue>
  374. </emission>
  375. </animation>
  376. <!-- engine 2 fail indication -->
  377. <animation>
  378. <type>textranslate</type>
  379. <object-name>fail2</object-name>
  380. <property>instrumentation/warningunit/sys[1]/fail</property>
  381. <interpolation>
  382. <entry><ind>0</ind><dep>0.0</dep></entry>
  383. <entry><ind>1</ind><dep>0.5</dep></entry>
  384. </interpolation>
  385. <axis>
  386. <x>1</x>
  387. <y>0</y>
  388. </axis>
  389. </animation>
  390. <animation>
  391. <type>material</type>
  392. <object-name>fail2</object-name>
  393. <condition>
  394. <property>instrumentation/warningunit/sys[1]/fail</property>
  395. </condition>
  396. <emission>
  397. <red>1.0</red>
  398. <green>1.0</green>
  399. <blue>1.0</blue>
  400. </emission>
  401. </animation>
  402. <!-- rotor speed warning -->
  403. <animation>
  404. <type>textranslate</type>
  405. <object-name>rpm</object-name>
  406. <property>instrumentation/warningunit/rpm</property>
  407. <interpolation>
  408. <entry><ind>0</ind><dep>0.0</dep></entry>
  409. <entry><ind>1</ind><dep>0.5</dep></entry>
  410. </interpolation>
  411. <axis>
  412. <x>1</x>
  413. <y>0</y>
  414. </axis>
  415. </animation>
  416. <animation>
  417. <type>material</type>
  418. <object-name>rpm</object-name>
  419. <condition>
  420. <property>instrumentation/warningunit/rpm</property>
  421. </condition>
  422. <emission>
  423. <red>1.0</red>
  424. <green>1.0</green>
  425. <blue>1.0</blue>
  426. </emission>
  427. </animation>
  428. <!-- transmission (main gearbox) oil pressure warn -->
  429. <animation>
  430. <type>textranslate</type>
  431. <object-name>oilp</object-name>
  432. <property>instrumentation/warningunit/oilp</property>
  433. <interpolation>
  434. <entry><ind>0</ind><dep>0.0</dep></entry>
  435. <entry><ind>1</ind><dep>0.5</dep></entry>
  436. </interpolation>
  437. <axis>
  438. <x>1</x>
  439. <y>0</y>
  440. </axis>
  441. </animation>
  442. <animation>
  443. <type>material</type>
  444. <object-name>oilp</object-name>
  445. <condition>
  446. <property>instrumentation/warningunit/oilp</property>
  447. </condition>
  448. <emission>
  449. <red>1.0</red>
  450. <green>1.0</green>
  451. <blue>1.0</blue>
  452. </emission>
  453. </animation>
  454. <!-- battery overheat -->
  455. <animation>
  456. <type>textranslate</type>
  457. <object-name>batt</object-name>
  458. <property>instrumentation/warningunit/batt</property>
  459. <interpolation>
  460. <entry><ind>0</ind><dep>0.0</dep></entry>
  461. <entry><ind>1</ind><dep>0.5</dep></entry>
  462. </interpolation>
  463. <axis>
  464. <x>1</x>
  465. <y>0</y>
  466. </axis>
  467. </animation>
  468. <animation>
  469. <type>material</type>
  470. <object-name>batt</object-name>
  471. <condition>
  472. <property>instrumentation/warningunit/batt</property>
  473. </condition>
  474. <emission>
  475. <red>1.0</red>
  476. <green>1.0</green>
  477. <blue>1.0</blue>
  478. </emission>
  479. </animation>
  480. <!-- autopilot-->
  481. <animation>
  482. <type>textranslate</type>
  483. <object-name>ap</object-name>
  484. <property>instrumentation/warningunit/ap</property>
  485. <interpolation>
  486. <entry><ind>0</ind><dep>0.0</dep></entry>
  487. <entry><ind>1</ind><dep>0.5</dep></entry>
  488. </interpolation>
  489. <axis>
  490. <x>1</x>
  491. <y>0</y>
  492. </axis>
  493. </animation>
  494. <animation>
  495. <type>material</type>
  496. <object-name>ap</object-name>
  497. <condition>
  498. <property>instrumentation/warningunit/ap</property>
  499. </condition>
  500. <emission>
  501. <red>1.0</red>
  502. <green>1.0</green>
  503. <blue>1.0</blue>
  504. </emission>
  505. </animation>
  506. <!-- cargo smoke warn-->
  507. <animation>
  508. <type>textranslate</type>
  509. <object-name>smoke</object-name>
  510. <property>instrumentation/warningunit/smoke</property>
  511. <interpolation>
  512. <entry><ind>0</ind><dep>0.0</dep></entry>
  513. <entry><ind>1</ind><dep>0.5</dep></entry>
  514. </interpolation>
  515. <axis>
  516. <x>1</x>
  517. <y>0</y>
  518. </axis>
  519. </animation>
  520. <animation>
  521. <type>material</type>
  522. <object-name>smoke</object-name>
  523. <condition>
  524. <property>instrumentation/warningunit/smoke</property>
  525. </condition>
  526. <emission>
  527. <red>1.0</red>
  528. <green>1.0</green>
  529. <blue>1.0</blue>
  530. </emission>
  531. </animation>
  532. </PropertyList>