gtn750.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <PropertyList>
  2. <!--
  3. Garmin GTN750
  4. Comm/Nav and moving map
  5. -->
  6. <path>gtn750.ac</path>
  7. <params>
  8. <device>1</device>
  9. <comm-serviceable>instrumentation/comm[0]/serviceable</comm-serviceable>
  10. <nav-serviceable>instrumentation/nav[0]/serviceable</nav-serviceable>
  11. <power>instrumentation/nav[0]/power-btn</power>
  12. <comm-frq-swp>instrumentation/comm[0]/frq-swap-btn</comm-frq-swp>
  13. <comm-frq-selected>instrumentation/comm[0]/frequencies/selected-mhz</comm-frq-selected>
  14. <comm-frq-standby>instrumentation/comm[0]/frequencies/standby-mhz</comm-frq-standby>
  15. <comm-volume>instrumentation/comm[0]/volume</comm-volume>
  16. <comm-test>instrumentation/comm[0]/test-btn</comm-test>
  17. <nav-frq-swp>instrumentation/nav[0]/frq-swap-btn</nav-frq-swp>
  18. <nav-frq-selected>instrumentation/nav[0]/frequencies/selected-mhz</nav-frq-selected>
  19. <nav-frq-standby>instrumentation/nav[0]/frequencies/standby-mhz</nav-frq-standby>
  20. <nav-volume>instrumentation/nav[0]/volume</nav-volume>
  21. <nav-audio>instrumentation/nav[0]/audio-btn</nav-audio>
  22. <mode>instrumentation/GTN750/device[0]/radio-menu-mode-comm</mode>
  23. <comknob>instrumentation/GTN750/device[0]/com-knob</comknob>
  24. <navknob>instrumentation/GTN750/device[0]/nav-knob</navknob>
  25. <kknob>instrumentation/GTN750/device[0]/khzknob</kknob>
  26. <mknob>instrumentation/GTN750/device[0]/mhzknob</mknob>
  27. </params>
  28. <!-- implicit lightmap effect for face -->
  29. <effect>
  30. <inherits-from>Aircraft/ec145/Models/Effects/implicit-lightmap</inherits-from>
  31. <object-name>face</object-name>
  32. </effect>
  33. <!-- effect of overhead floodlight as material emission,
  34. 'cheap trick' to simulate ambient cabin lighting
  35. -->
  36. <animation>
  37. <type>material</type>
  38. <object-name>face</object-name>
  39. <object-name>ComVLOCkhz.knob</object-name>
  40. <object-name>ComVLOCmhz.knob</object-name>
  41. <object-name>PwrComVol.knob</object-name>
  42. <emission>
  43. <red>0.02</red>
  44. <green>0.02</green>
  45. <blue>0.02</blue>
  46. <factor-prop>/systems/electrical/outputs/floodlight</factor-prop>
  47. </emission>
  48. </animation>
  49. <!-- buttons and bits -->
  50. <animation>
  51. <type>pick</type>
  52. <object-name>ComFlipFlop.btn</object-name>
  53. <action>
  54. <button>0</button>
  55. <binding>
  56. <command>property-swap</command>
  57. <property alias="../../../../params/comm-frq-selected"/>
  58. <property alias="../../../../params/comm-frq-standby"/>
  59. </binding>
  60. </action>
  61. <hovered>
  62. <binding>
  63. <command>set-tooltip</command>
  64. <tooltip-id>comFlip</tooltip-id>
  65. <label>Flip Comm Active Frequency</label>
  66. </binding>
  67. </hovered>
  68. </animation>
  69. <animation>
  70. <type>pick</type>
  71. <object-name>NavFlipFlop.btn</object-name>
  72. <action>
  73. <button>0</button>
  74. <binding>
  75. <command>property-swap</command>
  76. <property alias="../../../../params/nav-frq-selected"/>
  77. <property alias="../../../../params/nav-frq-standby"/>
  78. </binding>
  79. </action>
  80. <hovered>
  81. <binding>
  82. <command>set-tooltip</command>
  83. <tooltip-id>navFlip</tooltip-id>
  84. <label>Flip Nav Active Frequency</label>
  85. </binding>
  86. </hovered>
  87. </animation>
  88. <animation>
  89. <type>knob</type>
  90. <object-name>ComVLOCkhz.knob</object-name>
  91. <action>
  92. <binding>
  93. <condition>
  94. <property alias="../../../../../params/mode"/>
  95. </condition>
  96. <command>property-adjust</command>
  97. <property alias="../../../../params/comm-frq-standby"/>
  98. <factor>0.010</factor>
  99. </binding>
  100. <binding>
  101. <condition>
  102. <not>
  103. <property alias="../../../../../../params/mode"/>
  104. </not>
  105. </condition>
  106. <command>property-adjust</command>
  107. <property alias="../../../../params/nav-frq-standby"/>
  108. <factor>0.010</factor>
  109. </binding>
  110. <binding>
  111. <command>property-adjust</command>
  112. <property alias="../../../../params/kknob"/>
  113. <factor>8</factor>
  114. </binding>
  115. </action>
  116. <shift-action>
  117. <binding>
  118. <command>property-toggle</command>
  119. <property alias="../../../../params/mode"/>
  120. </binding>
  121. </shift-action>
  122. <hovered>
  123. <binding>
  124. <command>set-tooltip</command>
  125. <tooltip-id>comK</tooltip-id>
  126. <label>Set Freq. kHz (Shift Comm/Vloc)</label>
  127. </binding>
  128. </hovered>
  129. </animation>
  130. <animation>
  131. <type>rotate</type>
  132. <object-name>ComVLOCkhz.knob</object-name>
  133. <property alias="../../params/kknob"/>
  134. <axis>
  135. <x>1</x>
  136. <y>0</y>
  137. <z>0</z>
  138. </axis>
  139. <center>
  140. <x-m>0.0</x-m>
  141. <y-m>0.07195</y-m>
  142. <z-m>-0.07295</z-m>
  143. </center>
  144. </animation>
  145. <animation>
  146. <type>knob</type>
  147. <object-name>ComVLOCmhz.knob</object-name>
  148. <action>
  149. <binding>
  150. <condition>
  151. <property alias="../../../../../params/mode"/>
  152. </condition>
  153. <command>property-adjust</command>
  154. <property alias="../../../../params/comm-frq-standby"/>
  155. <factor>1</factor>
  156. </binding>
  157. <binding>
  158. <condition>
  159. <not>
  160. <property alias="../../../../../../params/mode"/>
  161. </not>
  162. </condition>
  163. <command>property-adjust</command>
  164. <property alias="../../../../params/nav-frq-standby"/>
  165. <factor>1</factor>
  166. </binding>
  167. <binding>
  168. <command>property-adjust</command>
  169. <property alias="../../../../params/mknob"/>
  170. <factor>8</factor>
  171. </binding>
  172. </action>
  173. <hovered>
  174. <binding>
  175. <command>set-tooltip</command>
  176. <tooltip-id>comM</tooltip-id>
  177. <label>Set Freq. MHz</label>
  178. </binding>
  179. </hovered>
  180. </animation>
  181. <animation>
  182. <type>rotate</type>
  183. <object-name>ComVLOCmhz.knob</object-name>
  184. <property alias="../../params/mknob"/>
  185. <axis>
  186. <x>1</x>
  187. <y>0</y>
  188. <z>0</z>
  189. </axis>
  190. <center>
  191. <x-m>0.0</x-m>
  192. <y-m>0.07195</y-m>
  193. <z-m>-0.07295</z-m>
  194. </center>
  195. </animation>
  196. <animation>
  197. <type>knob</type>
  198. <object-name>PwrComVol.knob</object-name>
  199. <action>
  200. <binding>
  201. <command>property-adjust</command>
  202. <property alias="../../../../params/comknob"/>
  203. <factor>8</factor>
  204. </binding>
  205. <binding>
  206. <command>property-adjust</command>
  207. <property alias="../../../../params/comm-volume"/>
  208. <factor>0.1</factor>
  209. <min>0.0</min>
  210. <max>1.0</max>
  211. <wrap>false</wrap>
  212. </binding>
  213. </action>
  214. </animation>
  215. <animation>
  216. <type>rotate</type>
  217. <object-name>PwrComVol.knob</object-name>
  218. <property alias="../../params/comknob"/>
  219. <axis>
  220. <x>1</x>
  221. <y>0</y>
  222. <z>0</z>
  223. </axis>
  224. <center>
  225. <x-m>0.0</x-m>
  226. <y-m>-0.07332</y-m>
  227. <z-m>0.06134</z-m>
  228. </center>
  229. </animation>
  230. <animation>
  231. <type>pick</type>
  232. <object-name>RangeKeyUp.btn</object-name>
  233. <action>
  234. <button>0</button>
  235. <binding>
  236. <command>FG1000HardKeyPushed</command>
  237. <device alias="../../../../params/device"/>
  238. <notification>RANGE</notification>
  239. <offset>1</offset>
  240. </binding>
  241. </action>
  242. </animation>
  243. <animation>
  244. <type>pick</type>
  245. <object-name>RangeKeyDown.btn</object-name>
  246. <action>
  247. <button>0</button>
  248. <binding>
  249. <command>FG1000HardKeyPushed</command>
  250. <device alias="../../../../params/device"/>
  251. <notification>RANGE</notification>
  252. <offset>-1</offset>
  253. </binding>
  254. </action>
  255. </animation>
  256. </PropertyList>