hud - Copy.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name>(Military) helicopter HUD</name>
  4. <enable3d>false</enable3d>
  5. <label>
  6. <name>L Altitude WRN</name>
  7. <width>50</width>
  8. <height>10</height>
  9. <x>-25</x>
  10. <y>65</y>
  11. <halign>center</halign>
  12. <format>ALTITUDE</format>
  13. <box>true</box>
  14. <option>center</option>
  15. <blinking>
  16. <interval>0.25</interval>
  17. </blinking>
  18. <condition>
  19. <less-than-equals>
  20. <property>/position/altitude-agl-ft</property>
  21. <value>10</value>
  22. </less-than-equals>
  23. <greater-than-equals>
  24. <property>/velocities/groundspeed-kt</property>
  25. <value>100</value>
  26. </greater-than-equals>
  27. </condition>
  28. </label>
  29. <turn-bank-indicator>
  30. <name>Turn Bank Indicator</name>
  31. <x>-75</x>
  32. <y>-75</y>
  33. <width>150</width>
  34. <height>150</height>
  35. <bank-input>
  36. <property>/orientation/roll-deg</property>
  37. </bank-input>
  38. <sideslip-input>
  39. <property>/orientation/side-slip-deg</property>
  40. </sideslip-input>
  41. <bank-scale>true</bank-scale>
  42. <option>bottom</option>
  43. </turn-bank-indicator>
  44. <ladder>
  45. <name>Pitch Ladder</name>
  46. <type>pitch</type>
  47. <x>-10</x>
  48. <y>-50</y>
  49. <width>20</width>
  50. <height>100</height>
  51. <option>notext</option>
  52. <roll-input>
  53. <property>/orientation/roll-deg</property>
  54. </roll-input>
  55. <pitch-input>
  56. <property>/orientation/pitch-deg</property>
  57. </pitch-input>
  58. <compression-factor>2.5</compression-factor>
  59. <display-span>30.0</display-span>
  60. <divisions>5.0</divisions>
  61. <screen-hole>0</screen-hole>
  62. <zero-bar-overlength>20</zero-bar-overlength>
  63. <tick-length>0</tick-length>
  64. <glide-slope>0.0</glide-slope>
  65. <enable-dynamic-origin>false</enable-dynamic-origin>
  66. <enable-zenith>false</enable-zenith>
  67. <enable-nadir>false</enable-nadir>
  68. <enable-fuselage-ref-line>false</enable-fuselage-ref-line>
  69. <enable-target-spot>true</enable-target-spot>
  70. <enable-target-markers>false</enable-target-markers>
  71. <enable-velocity-vector>true</enable-velocity-vector>
  72. <enable-drift-marker>true</enable-drift-marker>
  73. <enable-alpha-bracket>false</enable-alpha-bracket>
  74. <enable-energy-marker>false</enable-energy-marker>
  75. <enable-climb-dive-marker>false</enable-climb-dive-marker>
  76. <enable-glide-slope-marker>false</enable-glide-slope-marker>
  77. <enable-energy-worm>true</enable-energy-worm>
  78. <enable-waypoint-marker>true</enable-waypoint-marker>
  79. <enable-hat>false</enable-hat>
  80. </ladder>
  81. <tape>
  82. <name>Gyrocompass</name>
  83. <input>
  84. <property>/orientation/heading-deg</property>
  85. <factor>0.1</factor>
  86. </input>
  87. <x>-125</x>
  88. <y>100</y>
  89. <width>250</width>
  90. <height>20</height>
  91. <display-span>4.0</display-span>
  92. <modulo>36</modulo>
  93. <option>top</option>
  94. <label-gap-width>22</label-gap-width>
  95. <major-divisions>1</major-divisions>
  96. <minor-divisions>0.5</minor-divisions>
  97. <tick-bottom>false</tick-bottom>
  98. <tick-top>false</tick-top>
  99. <tick-right>false</tick-right>
  100. <tick-left>false</tick-left>
  101. <cap-bottom>false</cap-bottom>
  102. <cap-top>false</cap-top>
  103. <cap-right>false</cap-right>
  104. <cap-left>false</cap-left>
  105. <marker-offset>0</marker-offset>
  106. <enable-pointer>false</enable-pointer>
  107. <pointer-type>fixed</pointer-type>
  108. <tick-type>line</tick-type>
  109. <tick-length>variable</tick-length>
  110. </tape>
  111. <gauge>
  112. <name>NAV1</name>
  113. <x>-125</x>
  114. <y>100</y>
  115. <width>250</width>
  116. <height>18</height>
  117. <option>bottom</option>
  118. <option>notext</option>
  119. <major-divisions>20</major-divisions>
  120. <minor-divisions>0</minor-divisions>
  121. <input>
  122. <property>/autopilot/internal/nav1-heading-error-deg</property>}
  123. <min>-20</min>
  124. <max>20</max>
  125. </input>
  126. </gauge>
  127. <gauge>
  128. <name>GS</name>
  129. <x>50</x>
  130. <y>-50</y>
  131. <width>20</width>
  132. <height>100</height>
  133. <option>left</option>
  134. <option>vertical</option>
  135. <option>notext</option>
  136. <major-divisions>2</major-divisions>
  137. <minor-divisions>1</minor-divisions>
  138. <input>
  139. <property>/instrumentation/nav/gs-needle-deflection</property>
  140. <factor>2</factor>
  141. <min>-7</min>
  142. <max>7</max>
  143. </input>
  144. <condition>
  145. <property>/instrumentation/nav/gs-in-range</property>
  146. <property>/instrumentation/nav/in-range</property>
  147. </condition>
  148. </gauge>
  149. <label>
  150. <name>GSDIST</name>
  151. <width>35</width>
  152. <height>10</height>
  153. <x>50</x>
  154. <y>-60</y>
  155. <halign>left</halign>
  156. <format>%.1f</format>
  157. <box>false</box>
  158. <option>center</option>
  159. <input>
  160. <property>/instrumentation/nav//gs-distance</property>
  161. <factor>0.000621371192</factor>
  162. </input>
  163. <condition>
  164. <property>/instrumentation/nav/gs-in-range</property>
  165. <property>/instrumentation/nav/in-range</property>
  166. </condition>
  167. </label>
  168. <gauge>
  169. <name>Waypoint</name>
  170. <x>-125</x>
  171. <y>100</y>
  172. <width>250</width>
  173. <height>18</height>
  174. <option>top</option>
  175. <option>notext</option>
  176. <major-divisions>20</major-divisions>
  177. <minor-divisions>0</minor-divisions>
  178. <input>
  179. <property>/autopilot/internal/true-heading-error-deg</property>
  180. <factor>1</factor>
  181. <min>-20</min>
  182. <max>20</max>
  183. </input>
  184. </gauge>
  185. <gauge>
  186. <name>VSI</name>
  187. <x>140</x>
  188. <y>-75</y>
  189. <width>15</width>
  190. <height>150</height>
  191. <option>vertical</option>
  192. <option>right</option>
  193. <option>notext</option>
  194. <major-divisions>25</major-divisions>
  195. <minor-divisions>0</minor-divisions>
  196. <enable-pointer>true</enable-pointer>
  197. <pointer-type>fixed</pointer-type>
  198. <input>
  199. <property>/velocities/vertical-speed-fps</property>
  200. <max>50</max>
  201. <min>-50</min>
  202. </input>
  203. </gauge>
  204. <label>
  205. <name>Altitude MSL</name>
  206. <width>28</width>
  207. <height>10</height>
  208. <x>97</x>
  209. <y>1</y>
  210. <halign>left</halign>
  211. <format>%3.0f0</format>
  212. <box>false</box>
  213. <option>center</option>
  214. <input>
  215. <property>/position/altitude-ft</property>
  216. <factor>0.1</factor>
  217. </input>
  218. </label>
  219. <label>
  220. <name>L Altitude MSL</name>
  221. <width>10</width>
  222. <height>10</height>
  223. <x>87</x>
  224. <y>1</y>
  225. <halign>center</halign>
  226. <format>M</format>
  227. <box>false</box>
  228. <option>center</option>
  229. </label>
  230. <label>
  231. <name>Altitude AGL</name>
  232. <width>21</width>
  233. <height>10</height>
  234. <x>97</x>
  235. <y>-11</y>
  236. <halign>left</halign>
  237. <format>%4.0f</format>
  238. <box>false</box>
  239. <option>center</option>
  240. <condition>
  241. <less-than-equals>
  242. <property>/position/altitude-agl-ft</property>
  243. <value>500</value>
  244. </less-than-equals>
  245. <greater-than>
  246. <property>/position/altitude-agl-ft</property>
  247. <value>25</value>
  248. </greater-than>
  249. </condition>
  250. <input>
  251. <property>/position/altitude-agl-ft</property>
  252. <factor>1</factor>
  253. </input>
  254. </label>
  255. <label>
  256. <name>L Altitude AGL</name>
  257. <width>10</width>
  258. <height>10</height>
  259. <x>87</x>
  260. <y>-11</y>
  261. <halign>center</halign>
  262. <format>A</format>
  263. <box>false</box>
  264. <option>center</option>
  265. <condition>
  266. <or>
  267. <and>
  268. <greater-than>
  269. <property>/position/altitude-agl-ft</property>
  270. <value>25</value>
  271. </greater-than>
  272. <less-than>
  273. <property>/velocities/groundspeed-kt</property>
  274. <value>100</value>
  275. </less-than>
  276. </and>
  277. <and>
  278. <greater-than>
  279. <property>/position/altitude-agl-ft</property>
  280. <value>50</value>
  281. </greater-than>
  282. <greater-than-equals>
  283. <property>/velocities/groundspeed-kt</property>
  284. <value>100</value>
  285. </greater-than-equals>
  286. </and>
  287. </or>
  288. </condition>
  289. </label>
  290. <label>
  291. <name>Altitude AGL</name>
  292. <width>21</width>
  293. <height>10</height>
  294. <x>97</x>
  295. <y>-11</y>
  296. <halign>left</halign>
  297. <format>%4.0f</format>
  298. <box>true</box>
  299. <option>center</option>
  300. <condition>
  301. <less-than-equals>
  302. <property>/position/altitude-agl-ft</property>
  303. <value>25</value>
  304. </less-than-equals>
  305. </condition>
  306. <input>
  307. <property>/position/altitude-agl-ft</property>
  308. <factor>1</factor>
  309. </input>
  310. </label>
  311. <label>
  312. <name>L Altitude AGL</name>
  313. <width>10</width>
  314. <height>10</height>
  315. <x>87</x>
  316. <y>-11</y>
  317. <halign>center</halign>
  318. <format>A</format>
  319. <box>true</box>
  320. <option>center</option>
  321. <condition>
  322. <or>
  323. <and>
  324. <less-than-equals>
  325. <property>/position/altitude-agl-ft</property>
  326. <value>25</value>
  327. </less-than-equals>
  328. <less-than>
  329. <property>/velocities/groundspeed-kt</property>
  330. <value>100</value>
  331. </less-than>
  332. </and>
  333. <and>
  334. <less-than-equals>
  335. <property>/position/altitude-agl-ft</property>
  336. <value>50</value>
  337. </less-than-equals>
  338. <greater-than-equals>
  339. <property>/velocities/groundspeed-kt</property>
  340. <value>100</value>
  341. </greater-than-equals>
  342. </and>
  343. </or>
  344. </condition>
  345. </label>
  346. <label>
  347. <name>deck</name>
  348. <width>20</width>
  349. <height>10</height>
  350. <x>-13</x>
  351. <y>75</y>
  352. <halign>center</halign>
  353. <format>DECK LOCK!</format>
  354. <box>false</box>
  355. <option>center</option>
  356. <condition>
  357. <property>/gear/launchbar/state</property>
  358. <value>Engaged</value>
  359. </condition>
  360. </label>
  361. <label>
  362. <name>deck1</name>
  363. <width>20</width>
  364. <height>10</height>
  365. <x>-13</x>
  366. <y>75</y>
  367. <halign>center</halign>
  368. <format>DECK LOCK DISENGAGED!</format>
  369. <box>false</box>
  370. <option>center</option>
  371. <condition>
  372. <property>/gear/launchbar/state</property>
  373. <value>Launching</value>
  374. </condition>
  375. </label>
  376. <label>
  377. <name>Torque</name>
  378. <width>28</width>
  379. <height>10</height>
  380. <x>-125</x>
  381. <y>65</y>
  382. <halign>right</halign>
  383. <format>%.0f</format>
  384. <box>false</box>
  385. <option>center</option>
  386. <input>
  387. <property>/rotors/main/torque</property>
  388. <factor>0.0058</factor>
  389. <damp>1.5</damp>
  390. </input>
  391. </label>
  392. <label>
  393. <name>L T</name>
  394. <width>10</width>
  395. <height>10</height>
  396. <x>-97</x>
  397. <y>65</y>
  398. <halign>center</halign>
  399. <format>T</format>
  400. <box>false</box>
  401. <option>center</option>
  402. </label>
  403. <label>
  404. <name>MRRPM</name>
  405. <width>28</width>
  406. <height>10</height>
  407. <x>-125</x>
  408. <y>55</y>
  409. <halign>right</halign>
  410. <format>%.0f</format>
  411. <box>false</box>
  412. <option>center</option>
  413. <input>
  414. <property>/rotors/main/rpm</property>
  415. </input>
  416. </label>
  417. <label>
  418. <name>L R</name>
  419. <width>10</width>
  420. <height>10</height>
  421. <x>-97</x>
  422. <y>55</y>
  423. <halign>center</halign>
  424. <format>R</format>
  425. <box>false</box>
  426. <option>center</option>
  427. </label>
  428. <label>
  429. <name>IAS</name>
  430. <width>28</width>
  431. <height>10</height>
  432. <x>-125</x>
  433. <y>1</y>
  434. <halign>right</halign>
  435. <format>%.0f</format>
  436. <box>false</box>
  437. <option>center</option>
  438. <input>
  439. <property>/velocities/airspeed-kt</property>
  440. </input>
  441. </label>
  442. <label>
  443. <name>L IAS</name>
  444. <width>10</width>
  445. <height>10</height>
  446. <x>-97</x>
  447. <y>1</y>
  448. <halign>center</halign>
  449. <format>A</format>
  450. <box>false</box>
  451. <option>center</option>
  452. </label>
  453. <label>
  454. <name>GS</name>
  455. <width>28</width>
  456. <height>10</height>
  457. <x>-125</x>
  458. <y>-11</y>
  459. <halign>right</halign>
  460. <format>%.0f</format>
  461. <box>false</box>
  462. <option>center</option>
  463. <input>
  464. <property>/velocities/groundspeed-kt</property>
  465. </input>
  466. </label>
  467. <label>
  468. <name>L GS</name>
  469. <width>10</width>
  470. <height>10</height>
  471. <x>-97</x>
  472. <y>-11</y>
  473. <halign>center</halign>
  474. <format>G</format>
  475. <box>false</box>
  476. <option>center</option>
  477. </label>
  478. <label>
  479. <name>WP name</name>
  480. <width>49</width>
  481. <height>10</height>
  482. <x>-126</x>
  483. <y>-67</y>
  484. <halign>left</halign>
  485. <format>%s</format>
  486. <box>false</box>
  487. <input>
  488. <property>/instrumentation/gps/wp/wp[1]/ID</property>
  489. </input>
  490. <condition>
  491. <not>
  492. <equals>
  493. <property>/instrumentation/gps/mode</property>
  494. <value>obs</value>
  495. </equals>
  496. </not>
  497. </condition>
  498. </label>
  499. <label>
  500. <name>WP dist</name>
  501. <width>28</width>
  502. <height>10</height>
  503. <x>-126</x>
  504. <y>-77</y>
  505. <halign>center</halign>
  506. <format>%.1f</format>
  507. <box>false</box>
  508. <input>
  509. <property>/instrumentation/gps/wp/wp[1]/distance-nm</property>
  510. </input>
  511. <condition>
  512. <not>
  513. <equals>
  514. <property>/instrumentation/gps/mode</property>
  515. <value>obs</value>
  516. </equals>
  517. </not>
  518. <greater-than>
  519. <property>/instrumentation/gps/wp/wp[1]/distance-nm</property>
  520. <value>2</value>
  521. </greater-than>
  522. </condition>
  523. </label>
  524. <label>
  525. <name>WP dist</name>
  526. <width>28</width>
  527. <height>10</height>
  528. <x>-126</x>
  529. <y>-77</y>
  530. <halign>center</halign>
  531. <format>%.1f</format>
  532. <box>true</box>
  533. <input>
  534. <property>/instrumentation/gps/wp/wp[1]/distance-nm</property>
  535. </input>
  536. <condition>
  537. <not>
  538. <equals>
  539. <property>/instrumentation/gps/mode</property>
  540. <value>obs</value>
  541. </equals>
  542. </not>
  543. <less-than-equals>
  544. <property>/instrumentation/gps/wp/wp[1]/distance-nm</property>
  545. <value>2</value>
  546. </less-than-equals>
  547. </condition>
  548. </label>
  549. <label>
  550. <name>WP ETE</name>
  551. <width>42</width>
  552. <height>10</height>
  553. <x>-97</x>
  554. <y>-77</y>
  555. <halign>left</halign>
  556. <format>%s</format>
  557. <box>false</box>
  558. <input>
  559. <property>/instrumentation/gps/wp/wp[1]/TTW</property>
  560. </input>
  561. <condition>
  562. <not>
  563. <equals>
  564. <property>/instrumentation/gps/mode</property>
  565. <value>obs</value>
  566. </equals>
  567. </not>
  568. </condition>
  569. </label>
  570. <label>
  571. <name>NAV1ID</name>
  572. <width>28</width>
  573. <height>10</height>
  574. <x>70</x>
  575. <y>-67</y>
  576. <halign>left</halign>
  577. <format>%s</format>
  578. <box>false</box>
  579. <condition>
  580. <property>/instrumentation/nav/in-range</property>
  581. </condition>
  582. <input>
  583. <property>/instrumentation/nav/nav-id</property>
  584. </input>
  585. </label>
  586. <label>
  587. <name>NAV1dist</name>
  588. <width>28</width>
  589. <height>10</height>
  590. <x>70</x>
  591. <y>-77</y>
  592. <halign>left</halign>
  593. <format>%.1f</format>
  594. <box>false</box>
  595. <condition>
  596. <property>/instrumentation/nav/in-range</property>
  597. </condition>
  598. <input>
  599. <property>/instrumentation/nav/nav-distance</property>
  600. <factor>0.000621371192</factor>
  601. </input>
  602. </label>
  603. <label>
  604. <name>ADFID</name>
  605. <width>28</width>
  606. <height>10</height>
  607. <x>105</x>
  608. <y>-67</y>
  609. <halign>left</halign>
  610. <format>%s</format>
  611. <box>false</box>
  612. <condition>
  613. <property>/instrumentation/adf/in-range</property>
  614. </condition>
  615. <input>
  616. <property>/instrumentation/adf/ident</property>
  617. </input>
  618. </label>
  619. <label>
  620. <name>ADFbear</name>
  621. <width>28</width>
  622. <height>10</height>
  623. <x>105</x>
  624. <y>-77</y>
  625. <halign>left</halign>
  626. <format>%.0f</format>
  627. <box>false</box>
  628. <condition>
  629. <property>/instrumentation/adf/in-range</property>
  630. </condition>
  631. <input>
  632. <property>/instrumentation/adf/indicated-bearing-deg</property>
  633. </input>
  634. </label>
  635. <dial>
  636. <name>NDBbear</name>
  637. <condition>
  638. <property>/instrumentation/adf/in-range</property>
  639. </condition>
  640. <x>0</x>
  641. <y>70</y>
  642. <width>35</width>
  643. <height>35</height>
  644. <input>
  645. <property>/instrumentation/adf/indicated-bearing-deg</property>
  646. </input>
  647. <radius>17.5</radius>
  648. <divisions>8</divisions>
  649. </dial>
  650. <label>
  651. <name>HOV</name>
  652. <width>20</width>
  653. <height>10</height>
  654. <x>43</x>
  655. <y>65</y>
  656. <halign>center</halign>
  657. <format>HOV</format>
  658. <box>false</box>
  659. <option>center</option>
  660. <condition>
  661. <or>
  662. <property>/controls/flight/fcs/switches/auto-hover</property>
  663. <property>/controls/flight/fcs/auto-hover-enabled</property>
  664. </or>
  665. </condition>
  666. </label>
  667. <label>
  668. <name>SAS</name>
  669. <width>20</width>
  670. <height>10</height>
  671. <x>64</x>
  672. <y>65</y>
  673. <halign>center</halign>
  674. <format>SAS</format>
  675. <box>false</box>
  676. <option>center</option>
  677. <condition>
  678. <or>
  679. <property>/controls/flight/fcs/switches/sas</property>
  680. <property>/controls/flight/fcs/sas-enabled</property>
  681. </or>
  682. </condition>
  683. </label>
  684. <label>
  685. <name>CAS</name>
  686. <width>20</width>
  687. <height>10</height>
  688. <x>85</x>
  689. <y>65</y>
  690. <halign>center</halign>
  691. <format>CAS</format>
  692. <box>false</box>
  693. <option>center</option>
  694. <condition>
  695. <or>
  696. <property>/controls/flight/fcs/switches/cas</property>
  697. <property>/controls/flight/fcs/cas-enabled</property>
  698. </or>
  699. </condition>
  700. </label>
  701. <label>
  702. <name>SSA</name>
  703. <width>20</width>
  704. <height>10</height>
  705. <x>106</x>
  706. <y>65</y>
  707. <halign>center</halign>
  708. <format>SSA</format>
  709. <box>false</box>
  710. <option>center</option>
  711. <condition>
  712. <property>/controls/flight/fcs/switches/sideslip-adjuster</property>
  713. <value>1</value>
  714. </condition>
  715. </label>
  716. <label>
  717. <width>20</width>
  718. <height>10</height>
  719. <x>43</x>
  720. <y>55</y>
  721. <box>false</box>
  722. <format>TX</format>
  723. <halign>center</halign>
  724. <condition>
  725. <property>/instrumentation/comm/ptt</property>
  726. </condition>
  727. </label>
  728. </PropertyList>