eng-master.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>eng-master.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>ext-pwr</object-name>
  7. <object-name>starter</object-name>
  8. <emission>
  9. <red> 0.4 </red>
  10. <green> 0.4 </green>
  11. <blue> 0.4 </blue>
  12. </emission>
  13. </animation>
  14. <animation>
  15. <type>material</type>
  16. <object-name>ready-lamp-on</object-name>
  17. <emission>
  18. <red> 1 </red>
  19. <green> 1 </green>
  20. <blue> 1 </blue>
  21. </emission>
  22. </animation>
  23. <animation>
  24. <type>material</type>
  25. <object-name>base</object-name>
  26. <object-name>ready-lamp-off</object-name>
  27. <object-name>eng-ctrl-LH</object-name>
  28. <object-name>eng-master-LH</object-name>
  29. <object-name>eng-master-RH</object-name>
  30. <object-name>range-knob</object-name>
  31. <emission>
  32. <red> 0.5 </red>
  33. <green> 0.2 </green>
  34. <blue> 0.2 </blue>
  35. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  36. </emission>
  37. </animation>
  38. <!-- ENG MASTER RH-->
  39. <animation>
  40. <type>pick</type>
  41. <visible>true</visible>
  42. <object-name>eng-master-RH</object-name>
  43. <action>
  44. <button>0</button>
  45. <repeatable>false</repeatable>
  46. <binding>
  47. <command>property-toggle</command>
  48. <property>controls/engines/engine[0]/master-sw</property>
  49. </binding>
  50. <binding>
  51. <command>property-toggle</command>
  52. <property>sim/sound/click</property>
  53. </binding>
  54. </action>
  55. </animation>
  56. <animation>
  57. <type>rotate</type>
  58. <object-name>eng-master-RH</object-name>
  59. <property>controls/engines/engine[0]/master-sw</property>
  60. <factor>22.5</factor>
  61. <offset>-22.5</offset>
  62. <axis>
  63. <x> 0 </x>
  64. <y> -1 </y>
  65. <z> 0 </z>
  66. </axis>
  67. <center>
  68. <x-m> -0.001 </x-m>
  69. <y-m> 0.005 </y-m>
  70. <z-m> -0.171 </z-m>
  71. </center>
  72. </animation>
  73. <!-- ENG MASTER LH -->
  74. <animation>
  75. <type>pick</type>
  76. <visible>true</visible>
  77. <object-name>eng-master-LH</object-name>
  78. <action>
  79. <button>0</button>
  80. <repeatable>false</repeatable>
  81. <binding>
  82. <command>property-toggle</command>
  83. <property>controls/engines/engine[1]/master-sw</property>
  84. </binding>
  85. <binding>
  86. <command>property-toggle</command>
  87. <property>sim/sound/click</property>
  88. </binding>
  89. </action>
  90. </animation>
  91. <animation>
  92. <type>rotate</type>
  93. <object-name>eng-master-LH</object-name>
  94. <property>controls/engines/engine[1]/master-sw</property>
  95. <factor>22.5</factor>
  96. <offset>-22.5</offset>
  97. <axis>
  98. <x> 0 </x>
  99. <y> -1 </y>
  100. <z> 0 </z>
  101. </axis>
  102. <center>
  103. <x-m> -0.001 </x-m>
  104. <y-m> 0.005 </y-m>
  105. <z-m> -0.171 </z-m>
  106. </center>
  107. </animation>
  108. <!-- CADC -->
  109. <animation>
  110. <type>pick</type>
  111. <visible>true</visible>
  112. <object-name>ext-pwr</object-name>
  113. <action>
  114. <button>0</button>
  115. <repeatable>false</repeatable>
  116. <binding>
  117. <command>property-assign</command>
  118. <property>controls/APU/fire-switch</property>
  119. <value type="int">1</value>
  120. </binding>
  121. <binding>
  122. <command>property-assign</command>
  123. <property>controls/electric/battery-switch</property>
  124. <value>true</value>
  125. </binding>
  126. <binding>
  127. <command>property-toggle</command>
  128. <property>sim/sound/click</property>
  129. </binding>
  130. <mod-up>
  131. <binding>
  132. <command>property-assign</command>
  133. <property>controls/APU/fire-switch</property>
  134. <value type="int">0</value>
  135. </binding>
  136. </mod-up>
  137. </action>
  138. </animation>
  139. <animation>
  140. <type>rotate</type>
  141. <object-name>ext-pwr</object-name>
  142. <property>controls/APU/fire-switch</property>
  143. <factor>35</factor>
  144. <axis>
  145. <x> 0 </x>
  146. <y> -1 </y>
  147. <z> 0 </z>
  148. </axis>
  149. <center>
  150. <x-m> -0.001 </x-m>
  151. <y-m> 0.004 </y-m>
  152. <z-m> -0.104 </z-m>
  153. </center>
  154. </animation>
  155. <!-- READY LAMP -->
  156. <animation>
  157. <type>select</type>
  158. <object-name>ready-lamp-on</object-name>
  159. <condition>
  160. <and>
  161. <equals>
  162. <property>/controls/APU/ready</property>
  163. <value>1</value>
  164. </equals>
  165. <equals>
  166. <property>controls/APU/off-start-run</property>
  167. <value>1</value>
  168. </equals>
  169. </and>
  170. </condition>
  171. </animation>
  172. <!-- radar range adj -->
  173. <animation>
  174. <type>pick</type>
  175. <object-name>5</object-name>
  176. <action>
  177. <button>0</button>
  178. <repeatable>true</repeatable>
  179. <interval-sec>0.2</interval-sec>
  180. <binding>
  181. <command>property-assign</command>
  182. <property>instrumentation/radar/range-control</property>
  183. <value>0</value>
  184. </binding>
  185. <binding>
  186. <command>property-assign</command>
  187. <property>instrumentation/radar/range-ratio</property>
  188. <value>0.0204</value>
  189. </binding>
  190. </action>
  191. </animation>
  192. <animation>
  193. <type>pick</type>
  194. <object-name>10</object-name>
  195. <action>
  196. <button>0</button>
  197. <repeatable>true</repeatable>
  198. <interval-sec>0.2</interval-sec>
  199. <binding>
  200. <command>property-assign</command>
  201. <property>instrumentation/radar/range-control</property>
  202. <value>1</value>
  203. </binding>
  204. <binding>
  205. <command>property-assign</command>
  206. <property>instrumentation/radar/range-ratio</property>
  207. <value>0.0102</value>
  208. </binding>
  209. </action>
  210. </animation>
  211. <animation>
  212. <type>pick</type>
  213. <object-name>20</object-name>
  214. <action>
  215. <button>0</button>
  216. <repeatable>true</repeatable>
  217. <interval-sec>0.2</interval-sec>
  218. <binding>
  219. <command>property-assign</command>
  220. <property>instrumentation/radar/range-control</property>
  221. <value>2</value>
  222. </binding>
  223. <binding>
  224. <command>property-assign</command>
  225. <property>instrumentation/radar/range-ratio</property>
  226. <value>0.0051</value>
  227. </binding>
  228. </action>
  229. </animation>
  230. <animation>
  231. <type>pick</type>
  232. <object-name>40</object-name>
  233. <action>
  234. <button>0</button>
  235. <repeatable>true</repeatable>
  236. <interval-sec>0.2</interval-sec>
  237. <binding>
  238. <command>property-assign</command>
  239. <property>instrumentation/radar/range-control</property>
  240. <value>3</value>
  241. </binding>
  242. <binding>
  243. <command>property-assign</command>
  244. <property>instrumentation/radar/range-ratio</property>
  245. <value>0.00255</value>
  246. </binding>
  247. </action>
  248. </animation>
  249. <animation>
  250. <type>pick</type>
  251. <object-name>80</object-name>
  252. <action>
  253. <button>0</button>
  254. <repeatable>true</repeatable>
  255. <interval-sec>0.2</interval-sec>
  256. <binding>
  257. <command>property-assign</command>
  258. <property>instrumentation/radar/range-control</property>
  259. <value>4</value>
  260. </binding>
  261. <binding>
  262. <command>property-assign</command>
  263. <property>instrumentation/radar/range-ratio</property>
  264. <value>0.001275</value>
  265. </binding>
  266. </action>
  267. </animation>
  268. <animation>
  269. <type>pick</type>
  270. <object-name>160</object-name>
  271. <action>
  272. <button>0</button>
  273. <repeatable>true</repeatable>
  274. <interval-sec>0.2</interval-sec>
  275. <binding>
  276. <command>property-assign</command>
  277. <property>instrumentation/radar/range-control</property>
  278. <value>5</value>
  279. </binding>
  280. <binding>
  281. <command>property-assign</command>
  282. <property>instrumentation/radar/range-ratio</property>
  283. <value>0.000638</value>
  284. </binding>
  285. </action>
  286. </animation>
  287. <animation>
  288. <type>rotate</type>
  289. <object-name>range-knob</object-name>
  290. <property>instrumentation/radar/range-control</property>
  291. <factor> 45 </factor>
  292. <axis>
  293. <x>-1.0</x>
  294. <y>0.0</y>
  295. <z>0.0</z>
  296. </axis>
  297. <center>
  298. <x-m>0.004</x-m>
  299. <y-m>0.035</y-m>
  300. <z-m>-0.045</z-m>
  301. </center>
  302. </animation>
  303. <!-- engine[0] starter -->
  304. <animation>
  305. <type>pick</type>
  306. <visible>false</visible>
  307. <object-name>starter0</object-name>
  308. <action>
  309. <button>0</button>
  310. <repeatable>false</repeatable>
  311. <binding>
  312. <command>property-toggle</command>
  313. <property>controls/engines/engine/starter</property>
  314. </binding>
  315. <binding>
  316. <command>property-toggle</command>
  317. <property>sim/sound/click</property>
  318. </binding>
  319. </action>
  320. </animation>
  321. <animation>
  322. <type>rotate</type>
  323. <object-name>starter</object-name>
  324. <property>controls/engines/engine[0]/starter</property>
  325. <factor>20</factor>
  326. <axis>
  327. <x> 0 </x>
  328. <y> 0 </y>
  329. <z> 1 </z>
  330. </axis>
  331. <center>
  332. <x-m> 0.003 </x-m>
  333. <y-m> 0.054 </y-m>
  334. <z-m>-0.100 </z-m>
  335. </center>
  336. </animation>
  337. <!-- engine[1] starter -->
  338. <animation>
  339. <type>pick</type>
  340. <visible>false</visible>
  341. <object-name>starter1</object-name>
  342. <action>
  343. <button>0</button>
  344. <repeatable>false</repeatable>
  345. <binding>
  346. <command>property-toggle</command>
  347. <property>controls/engines/engine[1]/starter</property>
  348. </binding>
  349. <binding>
  350. <command>property-toggle</command>
  351. <property>sim/sound/click</property>
  352. </binding>
  353. </action>
  354. </animation>
  355. <animation>
  356. <type>rotate</type>
  357. <object-name>starter</object-name>
  358. <property>controls/engines/engine[1]/starter</property>
  359. <factor>-40</factor>
  360. <axis>
  361. <x> 0 </x>
  362. <y> 0 </y>
  363. <z> 1 </z>
  364. </axis>
  365. <center>
  366. <x-m> 0.003 </x-m>
  367. <y-m> 0.054 </y-m>
  368. <z-m>-0.100 </z-m>
  369. </center>
  370. </animation>
  371. <!-- *** LoD *** -->
  372. <animation>
  373. <type>range</type>
  374. <min-m>0</min-m>
  375. <max-m>5</max-m>
  376. </animation>
  377. </PropertyList>