sub-panel.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>sub-panel.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>sub-panel-LH</object-name>
  7. <object-name>sub-panel-RH</object-name>
  8. <object-name>ext-LT</object-name>
  9. <object-name>boost-pump-ndl1</object-name>
  10. <object-name>boost-pump-ndl2</object-name>
  11. <object-name>boost-pump</object-name>
  12. <object-name>level</object-name>
  13. <object-name>stb-trim-ndl</object-name>
  14. <emission>
  15. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  16. <red>0.5</red>
  17. <green>0.2</green>
  18. <blue>0.2</blue>
  19. </emission>
  20. </animation>
  21. <animation>
  22. <type>material</type>
  23. <object-name>gear-down</object-name>
  24. <object-name>gear-up</object-name>
  25. <object-name>flaps-te</object-name>
  26. <object-name>flaps-le</object-name>
  27. <emission>
  28. <red> 0.8 </red>
  29. <green> 0.7 </green>
  30. <blue> 0.5 </blue>
  31. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  32. </emission>
  33. </animation>
  34. <animation>
  35. <type>select</type>
  36. <object-name>gear-down</object-name>
  37. <condition>
  38. <property>gear/gear[2]/position-norm</property>
  39. </condition>
  40. </animation>
  41. <animation>
  42. <type>select</type>
  43. <object-name>flaps-te</object-name>
  44. <condition>
  45. <greater-than>
  46. <property>/surface-positions/flap-pos-norm</property>
  47. <value>0.49</value>
  48. </greater-than>
  49. </condition>
  50. </animation>
  51. <animation>
  52. <type>select</type>
  53. <object-name>flaps-le</object-name>
  54. <condition>
  55. <property>/surface-positions/flap-pos-norm</property>
  56. </condition>
  57. </animation>
  58. <!-- LDG LIGHT -->
  59. <animation>
  60. <type>pick</type>
  61. <object-name>ldg-on</object-name>
  62. <visible>false</visible>
  63. <action>
  64. <button>0</button>
  65. <repeatable>false</repeatable>
  66. <binding>
  67. <command>property-assign</command>
  68. <property>controls/switches/taxi-lights</property>
  69. <value>false</value>
  70. </binding>
  71. <binding>
  72. <command>property-assign</command>
  73. <property>controls/switches/landing-light</property>
  74. <value>true</value>
  75. </binding>
  76. <binding>
  77. <command>property-toggle</command>
  78. <property>sim/sound/click</property>
  79. </binding>
  80. </action>
  81. </animation>
  82. <animation>
  83. <type>rotate</type>
  84. <object-name>ext-LT</object-name>
  85. <property>controls/switches/landing-light</property>
  86. <factor> 35 </factor>
  87. <axis>
  88. <x1-m> 0.009 </x1-m>
  89. <y1-m> -0.421 </y1-m>
  90. <z1-m> -0.059 </z1-m>
  91. <x2-m> 0.001 </x2-m>
  92. <y2-m> -0.409 </y2-m>
  93. <z2-m> -0.060 </z2-m>
  94. </axis>
  95. </animation>
  96. <!-- TAXI LIGHT -->
  97. <animation>
  98. <type>pick</type>
  99. <object-name>taxi-on</object-name>
  100. <visible>false</visible>
  101. <action>
  102. <button>0</button>
  103. <repeatable>false</repeatable>
  104. <binding>
  105. <command>property-assign</command>
  106. <property>controls/switches/taxi-lights</property>
  107. <value>true</value>
  108. </binding>
  109. <binding>
  110. <command>property-assign</command>
  111. <property>controls/switches/landing-light</property>
  112. <value>false</value>
  113. </binding>
  114. <binding>
  115. <command>property-toggle</command>
  116. <property>sim/sound/click</property>
  117. </binding>
  118. </action>
  119. </animation>
  120. <animation>
  121. <type>rotate</type>
  122. <object-name>ext-LT</object-name>
  123. <property>controls/switches/taxi-lights</property>
  124. <factor> -35 </factor>
  125. <axis>
  126. <x1-m> 0.009 </x1-m>
  127. <y1-m> -0.421 </y1-m>
  128. <z1-m> -0.059 </z1-m>
  129. <x2-m> 0.001 </x2-m>
  130. <y2-m> -0.409 </y2-m>
  131. <z2-m> -0.060 </z2-m>
  132. </axis>
  133. </animation>
  134. <!-- LIGHT OFF -->
  135. <animation>
  136. <type>pick</type>
  137. <object-name>off</object-name>
  138. <visible>false</visible>
  139. <action>
  140. <button>0</button>
  141. <repeatable>false</repeatable>
  142. <binding>
  143. <command>property-assign</command>
  144. <property>controls/switches/taxi-lights</property>
  145. <value>false</value>
  146. </binding>
  147. <binding>
  148. <command>property-assign</command>
  149. <property>controls/switches/landing-light</property>
  150. <value>false</value>
  151. </binding>
  152. <binding>
  153. <command>property-toggle</command>
  154. <property>sim/sound/click</property>
  155. </binding>
  156. </action>
  157. </animation>
  158. <!-- BOOST PUMP -->
  159. <animation>
  160. <type>rotate</type>
  161. <object-name>boost-pump-ndl1</object-name>
  162. <property>engines/engine[1]/oilp-norm</property>
  163. <interpolation>
  164. <entry><ind>0</ind><dep>0</dep></entry>
  165. <entry><ind>0.1</ind><dep>160</dep></entry>
  166. <entry><ind>0.5</ind><dep>180</dep></entry>
  167. </interpolation>
  168. <axis>
  169. <x1-m> -0.005 </x1-m>
  170. <y1-m> -0.394 </y1-m>
  171. <z1-m> -0.004 </z1-m>
  172. <x2-m> -0.007 </x2-m>
  173. <y2-m> -0.395 </y2-m>
  174. <z2-m> -0.004 </z2-m>
  175. </axis>
  176. </animation>
  177. <animation>
  178. <type>rotate</type>
  179. <object-name>boost-pump-ndl2</object-name>
  180. <property>engines/engine[0]/oilp-norm</property>
  181. <interpolation>
  182. <entry><ind>0</ind><dep>0</dep></entry>
  183. <entry><ind>0.1</ind><dep>160</dep></entry>
  184. <entry><ind>0.5</ind><dep>180</dep></entry>
  185. </interpolation>
  186. <axis>
  187. <x1-m> -0.031 </x1-m>
  188. <y1-m> -0.353 </y1-m>
  189. <z1-m> -0.004 </z1-m>
  190. <x2-m> -0.033 </x2-m>
  191. <y2-m> -0.354 </y2-m>
  192. <z2-m> -0.004 </z2-m>
  193. </axis>
  194. </animation>
  195. <!-- STAB TRIM -->
  196. <animation>
  197. <type>rotate</type>
  198. <object-name>stb-trim-ndl</object-name>
  199. <property>controls/flight/elevator-trim</property>
  200. <interpolation>
  201. <entry><ind>-0.1</ind><dep>42</dep></entry>
  202. <entry><ind>0</ind><dep>0</dep></entry>
  203. <entry><ind>0.1</ind><dep>-42</dep></entry>
  204. </interpolation>V
  205. <axis>
  206. <x1-m> 0.028 </x1-m>
  207. <y1-m> -0.447 </y1-m>
  208. <z1-m> -0.034 </z1-m>
  209. <x2-m> 0.026 </x2-m>
  210. <y2-m> -0.448 </y2-m>
  211. <z2-m> -0.034 </z2-m>
  212. </axis>
  213. </animation>
  214. <animation>
  215. <type>range</type>
  216. <min-m>0</min-m>
  217. <max-m>100</max-m>
  218. </animation>
  219. </PropertyList>