startup.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <PropertyList>
  2. <name>Start Up</name>
  3. <description>
  4. This tutorial will take you through the engine startup sequence for the Vulcan.
  5. This is based ona startup using a ground cart to provide power.
  6. </description>
  7. <audio-dir>Aircraft/vulcanb2/Tutorials/</audio-dir>
  8. <timeofday>morning</timeofday>
  9. <!--
  10. <presets>
  11. <airport-id>KLVK</airport-id>
  12. <on-ground>1</on-ground>
  13. <runway>12</runway>
  14. <altitude-ft>-9999</altitude-ft>
  15. <latitude-deg>37.6952</latitude-deg>
  16. <longitude-deg>-121.8167</longitude-deg>
  17. <heading-deg>175.0</heading-deg>
  18. <airspeed-kt>0</airspeed-kt>
  19. <glideslope-deg>0</glideslope-deg>
  20. <offset-azimuth-deg>0</offset-azimuth-deg>
  21. <offset-distance-nm>0</offset-distance-nm>
  22. </presets>
  23. -->
  24. <presets/>
  25. <init>
  26. <set>
  27. <property>/controls/gear/brake-parking</property>
  28. <value>1</value>
  29. </set>
  30. <set>
  31. <property>/controls/flight/flaps</property>
  32. <value>0.0</value>
  33. </set>
  34. <set>
  35. <property>/instrumentation/adf/frequencies/selected-khz</property>
  36. <value>340</value>
  37. </set>
  38. <set>
  39. <property>/controls/flight/elevator-trim</property>
  40. <value>0.17</value>
  41. </set>
  42. <nasal>
  43. # Reset to a cold start.
  44. starter.setMasterOff();
  45. </nasal>
  46. </init>
  47. <step>
  48. <message>In this tutorial, we'll start up the engines on the Vulcan.</message>
  49. </step>
  50. <step>
  51. <message>This is the engine start console.</message>
  52. <view>
  53. <heading-offset-deg>67.5</heading-offset-deg>
  54. <pitch-offset-deg>-49.1</pitch-offset-deg>
  55. <roll-offset-deg>0.0</roll-offset-deg>
  56. <x-offset-m>-0.3</x-offset-m>
  57. <y-offset-m>1.1</y-offset-m>
  58. <z-offset-m>4.8</z-offset-m>
  59. <field-of-view>26.4</field-of-view>
  60. </view>
  61. <marker>
  62. <x-m>4.6875</x-m>
  63. <y-m>-0.6358</y-m>
  64. <z-m>0.5442</z-m>
  65. <scale>4.9833</scale>
  66. </marker>
  67. </step>
  68. <step>
  69. <message>First, switch the engine master ON, by selecting this switch.</message>
  70. <view>
  71. <heading-offset-deg>69.5</heading-offset-deg>
  72. <pitch-offset-deg>-53.2</pitch-offset-deg>
  73. <roll-offset-deg>0.0</roll-offset-deg>
  74. <x-offset-m>-0.3</x-offset-m>
  75. <y-offset-m>1.1</y-offset-m>
  76. <z-offset-m>4.8</z-offset-m>
  77. <field-of-view>14.4</field-of-view>
  78. </view>
  79. <marker>
  80. <x-m>4.6742</x-m>
  81. <y-m>-0.6167</y-m>
  82. <z-m>0.5292</z-m>
  83. <scale>1.1500</scale>
  84. </marker>
  85. <error>
  86. <message>Select the engine master switch</message>
  87. <condition>
  88. <less-than>
  89. <property>/controls/engines/master</property>
  90. <value>1</value>
  91. </less-than>
  92. </condition>
  93. </error>
  94. <exit>
  95. <condition>
  96. <equals>
  97. <property>/controls/engines/master</property>
  98. <value>1</value>
  99. </equals>
  100. </condition>
  101. </exit>
  102. </step>
  103. <step>
  104. <message>This is the engine start selector switch. Currently engine #1 is selected.</message>
  105. <view>
  106. <heading-offset-deg>69.5</heading-offset-deg>
  107. <pitch-offset-deg>-53.2</pitch-offset-deg>
  108. <roll-offset-deg>0.0</roll-offset-deg>
  109. <x-offset-m>-0.3</x-offset-m>
  110. <y-offset-m>1.1</y-offset-m>
  111. <z-offset-m>4.8</z-offset-m>
  112. <field-of-view>14.4</field-of-view>
  113. </view>
  114. <marker>
  115. <x-m>4.7058</x-m>
  116. <y-m>-0.6492</y-m>
  117. <z-m>0.5308</z-m>
  118. <scale>2.1333</scale>
  119. </marker>
  120. </step>
  121. <step>
  122. <message>Start the engine by selecting the start button.</message>
  123. <view>
  124. <heading-offset-deg>69.5</heading-offset-deg>
  125. <pitch-offset-deg>-53.2</pitch-offset-deg>
  126. <roll-offset-deg>0.0</roll-offset-deg>
  127. <x-offset-m>-0.3</x-offset-m>
  128. <y-offset-m>1.1</y-offset-m>
  129. <z-offset-m>4.8</z-offset-m>
  130. <field-of-view>14.4</field-of-view>
  131. </view>
  132. <marker>
  133. <x-m>4.6583</x-m>
  134. <y-m>-0.6492</y-m>
  135. <z-m>0.5308</z-m>
  136. <scale>1.8167</scale>
  137. </marker>
  138. </step>
  139. <step>
  140. <message>The start button will rise when the engine has started. Watch as the RPM rises.</message>
  141. <view>
  142. <heading-offset-deg>345.7</heading-offset-deg>
  143. <pitch-offset-deg>-24.0</pitch-offset-deg>
  144. <roll-offset-deg>0.0</roll-offset-deg>
  145. <x-offset-m>-0.2</x-offset-m>
  146. <y-offset-m>1.1</y-offset-m>
  147. <z-offset-m>4.8</z-offset-m>
  148. <field-of-view>25.3</field-of-view>
  149. </view>
  150. <marker>
  151. <x-m>4.1450</x-m>
  152. <y-m>-0.1400</y-m>
  153. <z-m>0.7217</z-m>
  154. <scale>3.2000</scale>
  155. </marker>
  156. </step>
  157. <end>
  158. <message>The other engines may be starting in turn by clicking on the engine selector switch, and pressing the start button.</message>
  159. </end>
  160. </PropertyList>