CanberraBI8-mini-panel.xml 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <?xml version="1.0"?>
  2. <!--
  3. Cessna 310 "mini" panel.
  4. October 2000
  5. John Check <j4strngs@rockfish.net>
  6. _______________________________________________________________________
  7. This is a panel configuration file for the open-source flight
  8. simulator FlightGear (www.flightgear.org). The file is an XML-encoded
  9. FlightGear property list defining the panel's background texture and
  10. the location (and optionally, size) of the instruments that will
  11. appear on the panel.
  12. Each instrument is, itself, defined in an XML-encoded property list
  13. in a separate file.
  14. Co-ordinates are relative to the *bottom* left corner of the screen
  15. (as in OpenGL). The total FlightGear window is always considered to
  16. be 1024x768, whatever its actual display size on the screen. All
  17. paths are relative to $FG_ROOT.
  18. Note that the name of the element defining each instrument must be
  19. different, or else instrument definitions will be overwritten:
  20. that's not particularly XML-ish, but that's how property lists
  21. work in FlightGear right now.
  22. Each instrument has its own preferred width and height, but you can
  23. override those by providing <w>..</w> and <h>..</h> properties with the
  24. <x>...</x> and <y>...</y> properties.
  25. Hacked by Lee Elliott for the Canberra B(I)8 mock panel
  26. -->
  27. <!DOCTYPE PropertyList SYSTEM "panel.dtd">
  28. <PropertyList>
  29. <name>Canberra B(I)8 Mini Panel</name>
  30. <background>Aircraft/CanberraBI8/Panels/Textures/panel-trans-mini-bg.rgb</background>
  31. <w>1024</w>
  32. <h>145</h>
  33. <y-offset>0</y-offset>
  34. <view-height>768</view-height>
  35. <instruments>
  36. <!-- controls cluster -->
  37. <!-- Throttles -->
  38. <instrument include="Instruments/single-throttle-quadrant.xml">
  39. <name>Throttle quadrant</name>
  40. <params>
  41. <engine-throttle-select>/controls/engines/engine[0]/throttle</engine-throttle-select>
  42. </params>
  43. <x>474</x>
  44. <y>33</y>
  45. <w>12</w>
  46. <h>60</h>
  47. </instrument>
  48. <instrument include="Instruments/single-throttle-quadrant.xml">
  49. <name>Throttle quadrant</name>
  50. <params>
  51. <engine-throttle-select>/controls/engines/engine[1]/throttle</engine-throttle-select>
  52. </params>
  53. <x>488</x>
  54. <y>33</y>
  55. <w>12</w>
  56. <h>60</h>
  57. </instrument>
  58. <!-- Flap control -->
  59. <instrument include="Instruments/flap-quadrant.xml">
  60. <name>Single Step Flap quadrant</name>
  61. <params>
  62. <flaps-select>/controls/flight/flaps</flaps-select>
  63. </params>
  64. <x>512</x>
  65. <y>33</y>
  66. <w>24</w>
  67. <h>60</h>
  68. </instrument>
  69. <!-- end controls cluster -->
  70. <!-- controls visual feedback cluster -->
  71. <instrument include="../../Instruments/brakes.xml">
  72. <name>Brake Indicator Light</name>
  73. <x>230</x>
  74. <y>115</y>
  75. <w>32</w>
  76. <h>15</h>
  77. </instrument>
  78. <instrument include="../../Instruments/gear-indicator.xml">
  79. <name>Gear Indicator Light</name>
  80. <x>265</x>
  81. <y>115</y>
  82. <w>32</w>
  83. <h>14</h>
  84. </instrument>
  85. <instrument include="../../Instruments/controls.xml">
  86. <name>Control Position Indicators</name>
  87. <x>250</x>
  88. <y>60</y>
  89. <w>90</w>
  90. <h>90</h>
  91. </instrument>
  92. <!-- end controls visual feedback cluster -->
  93. <instrument include="Instruments/attitude-indicator.xml">
  94. <name>Attitude Gyro</name>
  95. <x>105</x>
  96. <y>100</y>
  97. <w>65</w>
  98. <h>65</h>
  99. </instrument>
  100. <instrument include="../../Instruments/turn.xml">
  101. <name>Turn Coordinator</name>
  102. <x>170</x>
  103. <y>100</y>
  104. <w>65</w>
  105. <h>65</h>
  106. </instrument>
  107. <instrument include="../../Instruments/hsi.xml">
  108. <name>Horizontal Situation Indicator</name>
  109. <x>40</x>
  110. <y>100</y>
  111. <w>65</w>
  112. <h>65</h>
  113. </instrument>
  114. <instrument include="../../Instruments/aoa-indexer.xml">
  115. <name>AoAI</name>
  116. <x>225</x>
  117. <y>60</y>
  118. <w>15</w>
  119. <h>65</h>
  120. </instrument>
  121. <!-- Digital instruments -->
  122. <instrument include="Instruments/digital-alt.xml">
  123. <name>Altitude display</name>
  124. <x>640</x>
  125. <y>115</y>
  126. <w>40</w>
  127. <h>10</h>
  128. </instrument>
  129. <instrument include="Instruments/digital-vsi.xml">
  130. <name>Vsi display</name>
  131. <x>768</x>
  132. <y>115</y>
  133. <w>40</w>
  134. <h>10</h>
  135. </instrument>
  136. <instrument include="Instruments/digital-agl.xml">
  137. <name>Elevation AGL display</name>
  138. <x>896</x>
  139. <y>115</y>
  140. <w>40</w>
  141. <h>10</h>
  142. </instrument>
  143. <instrument include="Instruments/digital-kias.xml">
  144. <name>KIAS display</name>
  145. <x>640</x>
  146. <y>92</y>
  147. <w>40</w>
  148. <h>10</h>
  149. </instrument>
  150. <instrument include="Instruments/digital-mach.xml">
  151. <name>Mach display</name>
  152. <x>768</x>
  153. <y>92</y>
  154. <w>40</w>
  155. <h>10</h>
  156. </instrument>
  157. <instrument include="Instruments/digital-accl.xml">
  158. <name>Accel display</name>
  159. <x>896</x>
  160. <y>92</y>
  161. <w>40</w>
  162. <h>10</h>
  163. </instrument>
  164. <instrument include="Instruments/digital-wgt.xml">
  165. <name>Weight display</name>
  166. <x>300</x>
  167. <y>115</y>
  168. <w>40</w>
  169. <h>10</h>
  170. </instrument>
  171. <instrument include="Instruments/digital-fuel-tot.xml">
  172. <name>Fuel tot display</name>
  173. <x>300</x>
  174. <y>92</y>
  175. <w>40</w>
  176. <h>10</h>
  177. </instrument>
  178. <instrument include="Instruments/digital-aoa.xml">
  179. <name>AoA display</name>
  180. <x>300</x>
  181. <y>69</y>
  182. <w>40</w>
  183. <h>10</h>
  184. </instrument>
  185. <instrument include="Instruments/digital-ap-speed-kt.xml">
  186. <name>AP Speed-Kt Instruiment</name>
  187. <params>
  188. <kias-disp>/autopilot/settings/target-speed-kt</kias-disp>
  189. <kias-ctrl>/autopilot/settings/target-speed-kt</kias-ctrl>
  190. <mach-disp>/autopilot/settings/target-mach</mach-disp>
  191. <mach-ctrl>/autopilot/settings/target-mach</mach-ctrl>
  192. </params>
  193. <x>362</x>
  194. <y>46</y>
  195. <w>124</w>
  196. <h>40</h>
  197. </instrument>
  198. <instrument include="Instruments/digital-flap.xml">
  199. <name>Flap setting display</name>
  200. <x>300</x>
  201. <y>3</y>
  202. <w>40</w>
  203. <h>10</h>
  204. </instrument>
  205. <instrument include="Instruments/digital-brake.xml">
  206. <name>Brake display</name>
  207. <x>428</x>
  208. <y>100</y>
  209. <w>40</w>
  210. <h>10</h>
  211. </instrument>
  212. <!-- Engine monitors -->
  213. <instrument include="Instruments/digital-engine.xml">
  214. <name>Engine 0 display</name>
  215. <params>
  216. <eng-num>/engines/engine[0]/engine-num</eng-num>
  217. <pt-select>/engines/engine[0]/prop-thrust</pt-select>
  218. <pt-select>/engines/engine[0]/prop-thrust</pt-select>
  219. <n1-select>/engines/engine[0]/n1</n1-select>
  220. <n2-select>/engines/engine[0]/n2</n2-select>
  221. <ff-select>/engines/engine[0]/fuel-flow-gph</ff-select>
  222. <th-select>/controls/engines/engine[0]/throttle</th-select>
  223. <egt-select>/engines/engine[0]/egt-degf</egt-select>
  224. </params>
  225. <x>640</x>
  226. <y>69</y>
  227. <w>40</w>
  228. <h>10</h>
  229. </instrument>
  230. <instrument include="Instruments/digital-engine.xml">
  231. <name>Engine 1 display</name>
  232. <params>
  233. <eng-num>/engines/engine[1]/engine-num</eng-num>
  234. <pt-select>/engines/engine[1]/prop-thrust</pt-select>
  235. <pt-select>/engines/engine[1]/prop-thrust</pt-select>
  236. <n1-select>/engines/engine[1]/n1</n1-select>
  237. <n2-select>/engines/engine[1]/n2</n2-select>
  238. <ff-select>/engines/engine[1]/fuel-flow-gph</ff-select>
  239. <th-select>/controls/engines/engine[1]/throttle</th-select>
  240. <egt-select>/engines/engine[1]/egt-degf</egt-select>
  241. </params>
  242. <x>640</x>
  243. <y>26</y>
  244. <w>40</w>
  245. <h>10</h>
  246. </instrument>
  247. <!-- Text AP Block -->
  248. <instrument include="Instruments/text-autopilot.xml">
  249. <name>AP display</name>
  250. <params>
  251. <ah-select>autopilot/locks/altitude</ah-select>
  252. <tf-select>autopilot/locks/altitude</tf-select>
  253. <mc-select>autopilot/locks/altitude</mc-select>
  254. </params>
  255. <x>533</x>
  256. <y>125</y>
  257. <w>210</w>
  258. <h>16</h>
  259. </instrument>
  260. <!-- Wind Speed & Direction -->
  261. <instrument include="Instruments/digital-wind-speed-direction.xml">
  262. <name>Wind Speed and Direction display</name>
  263. <x>583</x>
  264. <y>99</y>
  265. <w>110</w>
  266. <h>34</h>
  267. </instrument>
  268. <instrument include="Instruments/digital-roll.xml">
  269. <name>Roll display</name>
  270. <x>6</x>
  271. <y>45</y>
  272. <w>40</w>
  273. <h>10</h>
  274. </instrument>
  275. <instrument include="Instruments/digital-pitch.xml">
  276. <name>Pitch display</name>
  277. <x>6</x>
  278. <y>25</y>
  279. <w>40</w>
  280. <h>10</h>
  281. </instrument>
  282. <instrument include="Instruments/elevator-surface-positions.xml">
  283. <name>Elevator surface positions display</name>
  284. <params>
  285. <pt0-select>autopilot/internal/target-elevator-deflection-norm</pt0-select>
  286. <pt1-select>surface-positions/left-elevator-pos-norm</pt1-select>
  287. <pt2-select>surface-positions/right-elevator-pos-norm</pt2-select>
  288. </params>
  289. <x>980</x>
  290. <y>180</y>
  291. <w>64</w>
  292. <h>64</h>
  293. </instrument>
  294. <instrument include="Instruments/aileron-surface-positions.xml">
  295. <name>Aileron surface positions display</name>
  296. <params>
  297. <pt0-select>autopilot/internal/target-aileron-deflection-norm</pt0-select>
  298. <pt1-select>surface-positions/left-aileron-pos-norm</pt1-select>
  299. <pt2-select>surface-positions/right-aileron-pos-norm</pt2-select>
  300. </params>
  301. <x>980</x>
  302. <y>250</y>
  303. <w>64</w>
  304. <h>64</h>
  305. </instrument>
  306. </instruments>
  307. </PropertyList>