h145m-checklists.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <checklist>
  4. <title>Before Starting Engine</title>
  5. <item>
  6. <name>Preflight Inspection</name>
  7. <value>COMPLETE</value>
  8. <value>Use the walker view to inspect the aircraft externally</value>
  9. <value>Check fuel and oil levels</value>
  10. </item>
  11. <item>
  12. <name>Passenger Briefing</name>
  13. <value>COMPLETE</value>
  14. <value>Inform them about security procedures</value>
  15. </item>
  16. <item>
  17. <name>Seats, Seat Belts, Shoulder Harnesses</name>
  18. <value>ADJUST and LOCK</value>
  19. </item>
  20. <item>
  21. <name>Circuit Breakers</name>
  22. <value>CHECK IN</value>
  23. <marker>
  24. <x-m>-0.3600</x-m>
  25. <y-m>-0.2600</y-m>
  26. <z-m>-0.2144</z-m>
  27. <scale>3.0000</scale>
  28. </marker>
  29. </item>
  30. <item>
  31. <name>Electrical Equipment, Autopilot</name>
  32. <value>OFF</value>
  33. <marker>
  34. <x-m>-0.3525</x-m>
  35. <y-m>0.0525</y-m>
  36. <z-m>0.0148</z-m>
  37. <scale>4.7167</scale>
  38. </marker>
  39. </item>
  40. </checklist>
  41. <checklist>
  42. <title>Starting Engines</title>
  43. <item>
  44. <name>Battery Master Switch</name>
  45. <value>ON</value>
  46. <marker>
  47. <x-m>-0.3500</x-m>
  48. <y-m>-0.3967</y-m>
  49. <z-m>-0.2027</z-m>
  50. <scale>2.0413</scale>
  51. </marker>
  52. <condition>
  53. <property>/controls/electric/battery-switch</property>
  54. </condition>
  55. <binding>
  56. <command>property-assign</command>
  57. <property>/controls/electric/battery-switch</property>
  58. <value type="bool">true</value>
  59. </binding>
  60. </item>
  61. <item>
  62. <name>Flashing Beacon</name>
  63. <value>ON</value>
  64. <marker>
  65. <x-m>-0.3608</x-m>
  66. <y-m>-0.1550</y-m>
  67. <z-m>-0.2377</z-m>
  68. <scale>1.7167</scale>
  69. </marker>
  70. <condition>
  71. <property>controls/switches/beacon-switch</property>
  72. </condition>
  73. <binding>
  74. <command>property-assign</command>
  75. <property>controls/switches/beacon-switch</property>
  76. <value type="bool">true</value>
  77. </binding>
  78. </item>
  79. <item>
  80. <name>Generator 1 Switch</name>
  81. <value>ON</value>
  82. <condition>
  83. <property>/controls/electric/engine/generator</property>
  84. </condition>
  85. <binding>
  86. <command>property-assign</command>
  87. <property>/controls/electric/engine/generator</property>
  88. <value type="bool">true</value>
  89. </binding>
  90. </item>
  91. <item>
  92. <name>Generator 2 Switch</name>
  93. <value>ON</value>
  94. <condition>
  95. <equals>
  96. <property>/controls/electric/engine[1]/generator</property>
  97. <value>true</value>
  98. </equals>
  99. </condition>
  100. <binding>
  101. <command>property-assign</command>
  102. <property>/controls/electric/engine[1]/generator</property>
  103. <value type="bool">true</value>
  104. </binding>
  105. </item>
  106. <item>
  107. <name>AVIO MSTR Switches 1 and 2</name>
  108. <value>ON</value>
  109. <condition>
  110. <equals>
  111. <property>controls/electric/avionics-switch1</property>
  112. <value type="bool">true</value>
  113. </equals>
  114. </condition>
  115. <binding>
  116. <command>property-assign</command>
  117. <property>controls/electric/avionics-switch1</property>
  118. <value>1</value>
  119. </binding>
  120. <binding>
  121. <command>property-assign</command>
  122. <property>controls/electric/avionics-switch2</property>
  123. <value>1</value>
  124. </binding>
  125. </item>
  126. <item>
  127. <name>Fuel Prime Pump 1 Switch</name>
  128. <value>ON</value>
  129. <condition>
  130. <property>/controls/fuel/tank[1]/prime-pump</property>
  131. </condition>
  132. <binding>
  133. <command>property-assign</command>
  134. <property>/controls/fuel/tank[1]/prime-pump</property>
  135. <value>1</value>
  136. </binding>
  137. </item>
  138. <item>
  139. <name>Fuel Prime Pump 2 Switch</name>
  140. <value>ON</value>
  141. <condition>
  142. <property>/controls/fuel/tank[2]/prime-pump</property>
  143. </condition>
  144. <binding>
  145. <command>property-assign</command>
  146. <property>/controls/fuel/tank[2]/prime-pump</property>
  147. <value>1</value>
  148. </binding>
  149. </item>
  150. <item>
  151. <name>on FND Masterlist: PRIME PUMP caution on</name>
  152. <value>CHECK</value>
  153. </item>
  154. <item>
  155. <name>Engine Switch 1</name>
  156. <value>Idle</value>
  157. <binding>
  158. <command>nasal</command>
  159. <script>bk117.engswitch.up(0);</script>
  160. </binding>
  161. <condition>
  162. <equals>
  163. <property>controls/switches/ecp/pos[0]</property>
  164. <value>1</value>
  165. </equals>
  166. </condition>
  167. </item>
  168. <item>
  169. <name>Eng. 1 N1, TRQ, TOT and N2</name>
  170. <value>Monitor N1>50%, N2>70%</value>
  171. </item>
  172. <item>
  173. <name>Engine Switch 2</name>
  174. <value>Idle</value>
  175. <binding>
  176. <command>nasal</command>
  177. <script>bk117.engswitch.up(1);</script>
  178. </binding>
  179. <condition>
  180. <equals>
  181. <property>controls/switches/ecp/pos[1]</property>
  182. <value>1</value>
  183. </equals>
  184. </condition>
  185. </item>
  186. <item>
  187. <name>Eng. 2 N1, TRQ, TOT and N2</name>
  188. <value>Monitor N1>50%, N2>70%</value>
  189. </item>
  190. <item>
  191. <name>Fuel Prime Pump 1 Switch</name>
  192. <value>OFF</value>
  193. <condition>
  194. <property>/controls/fuel/tank[1]/prime-pump</property>
  195. </condition>
  196. <binding>
  197. <command>property-assign</command>
  198. <property>/controls/fuel/tank[1]/prime-pump</property>
  199. <value>0</value>
  200. </binding>
  201. </item>
  202. <item>
  203. <name>Fuel Prime Pump 2 Switch</name>
  204. <value>OFF</value>
  205. <condition>
  206. <property>/controls/fuel/tank[2]/prime-pump</property>
  207. </condition>
  208. <binding>
  209. <command>property-assign</command>
  210. <property>/controls/fuel/tank[2]/prime-pump</property>
  211. <value>0</value>
  212. </binding>
  213. </item>
  214. <item>
  215. <name>Transfer Pumps A+F</name>
  216. <value>ON</value>
  217. <condition>
  218. <and>
  219. <equals>
  220. <property>/controls/switches/fuel/transfer-pump</property>
  221. <value type="bool">true</value>
  222. </equals>
  223. <equals>
  224. <property>/controls/switches/fuel/transfer-pump[1]</property>
  225. <value type="bool">true</value>
  226. </equals>
  227. </and>
  228. </condition>
  229. <binding>
  230. <command>property-assign</command>
  231. <property>/controls/switches/fuel/transfer-pump</property>
  232. <value type="bool">true</value>
  233. </binding>
  234. <binding>
  235. <command>property-assign</command>
  236. <property>/controls/switches/fuel/transfer-pump[1]</property>
  237. <value type="bool">true</value>
  238. </binding>
  239. </item>
  240. <item>
  241. <name>on FND Masterlist: FWD+AFT FUEL PUMP warning off</name>
  242. <value>CHECK</value>
  243. </item>
  244. <item>
  245. <name>Navigation Lights, Strobe</name>
  246. <value>ON as required</value>
  247. <condition>
  248. <and>
  249. <equals>
  250. <property>controls/switches/nav-lights-switch</property>
  251. <value>1</value>
  252. </equals>
  253. <equals>
  254. <property>controls/switches/strobe-switch</property>
  255. <value>1</value>
  256. </equals>
  257. </and>
  258. </condition>
  259. <binding>
  260. <command>property-assign</command>
  261. <property>controls/switches/nav-lights-switch</property>
  262. <value>1</value>
  263. </binding>
  264. <binding>
  265. <command>property-assign</command>
  266. <property>controls/switches/strobe-switch</property>
  267. <value>1</value>
  268. </binding>
  269. </item>
  270. <item>
  271. <name>Radios</name>
  272. <value>ON</value>
  273. <condition>
  274. <and>
  275. <greater-than>
  276. <property>/instrumentation/comm[0]/volume</property>
  277. <value>0.0</value>
  278. </greater-than>
  279. <greater-than>
  280. <property>/instrumentation/comm[1]/volume</property>
  281. <value>0.0</value>
  282. </greater-than>
  283. </and>
  284. </condition>
  285. <binding>
  286. <command>property-interpolate</command>
  287. <property>/instrumentation/comm[0]/volume</property>
  288. <value>1.0</value>
  289. <rate>0.5</rate>
  290. </binding>
  291. <binding>
  292. <command>property-interpolate</command>
  293. <property>/instrumentation/comm[1]/volume</property>
  294. <value>1.0</value>
  295. <rate>0.5</rate>
  296. </binding>
  297. </item>
  298. </checklist>
  299. <checklist>
  300. <title>Before Takeoff</title>
  301. <page>
  302. <item>
  303. <name>Engine 1 and 2 Switches</name>
  304. <value>both FLIGHT</value>
  305. <binding>
  306. <command>nasal</command>
  307. <script>bk117.engswitch.up(0);</script>
  308. </binding>
  309. <binding>
  310. <command>nasal</command>
  311. <script>bk117.engswitch.up(1);</script>
  312. </binding>
  313. <condition>
  314. <equals>
  315. <property>controls/switches/ecp/pos[0]</property>
  316. <value>2</value>
  317. </equals>
  318. <equals>
  319. <property>controls/switches/ecp/pos[1]</property>
  320. <value>2</value>
  321. </equals>
  322. </condition>
  323. </item>
  324. <item>
  325. <name>Seats, Seat Belts, Shoulder Harnesses, Headset Holder</name>
  326. <value>CHECK SECURE</value>
  327. <condition>
  328. <equals>
  329. <property>sim/model/bk117/headsetholder/position-deg</property>
  330. <value>0</value>
  331. </equals>
  332. </condition>
  333. <binding>
  334. <command>property-assign</command>
  335. <property>sim/model/bk117/headsetholder/position-deg</property>
  336. <value>0</value>
  337. </binding>
  338. </item>
  339. <item>
  340. <name>Cabin Doors</name>
  341. <value>CLOSED and LOCKED</value>
  342. </item>
  343. <item>
  344. <name>Flight Controls</name>
  345. <value>FREE and CORRECT</value>
  346. </item>
  347. <item>
  348. <name>Flight Instruments</name>
  349. <value>CHECK and SET</value>
  350. </item>
  351. <item>
  352. <name>Fuel Quantity</name>
  353. <value>CHECK</value>
  354. </item>
  355. <item>
  356. <name>Engine Instruments and Ammeter</name>
  357. <value>CHECK</value>
  358. </item>
  359. <item>
  360. <name>Landing Light</name>
  361. <value>ON</value>
  362. <condition>
  363. <property>/controls/lighting/landing-lights</property>
  364. </condition>
  365. <binding>
  366. <command>property-assign</command>
  367. <property>/controls/lighting/landing-lights</property>
  368. <value type="bool">true</value>
  369. </binding>
  370. </item>
  371. <item>
  372. <name>Strobe Lights</name>
  373. <value>ON</value>
  374. <condition>
  375. <equals>
  376. <property>/controls/lighting/strobe</property>
  377. <value>1</value>
  378. </equals>
  379. </condition>
  380. <binding>
  381. <command>property-assign</command>
  382. <property>/controls/lighting/strobe</property>
  383. <value type="bool">true</value>
  384. </binding>
  385. </item>
  386. <item>
  387. <name>Radios and Avionics</name>
  388. <value>SET</value>
  389. </item>
  390. <item>
  391. <name>Autopilot</name>
  392. <value>OFF</value>
  393. </item>
  394. </page>
  395. </checklist>
  396. </PropertyList>