kx155_panel_1.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. <?xml version="1.0"?>
  2. <!-- KX-155 NavComm Hotspots -->
  3. <!-- Gary R. Neely 'Buckaroo', 2010 -->
  4. <PropertyList>
  5. <name>Main Panel</name>
  6. <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
  7. <w>96</w>
  8. <h>32</h>
  9. <instruments>
  10. <instrument>
  11. <name>panel hotspots</name>
  12. <x>48</x>
  13. <y>16</y>
  14. <w>96</w>
  15. <h>32</h>
  16. <w-base>96</w-base>
  17. <h-base>32</h-base>
  18. <actions>
  19. <action>
  20. <name>KX155Power</name>
  21. <button>0</button>
  22. <x>-41</x>
  23. <y>-14</y>
  24. <w>7</w>
  25. <h>7</h>
  26. <binding>
  27. <command>property-toggle</command>
  28. <property>/controls/switches/kx-155-1</property>
  29. </binding>
  30. </action>
  31. <action>
  32. <name>KX155Ident</name>
  33. <button>0</button>
  34. <x>7</x>
  35. <y>-14</y>
  36. <w>7</w>
  37. <h>7</h>
  38. <binding>
  39. <command>property-toggle</command>
  40. <property>/controls/switches/kx-155-1-ident</property>
  41. </binding>
  42. <binding>
  43. <command>property-toggle</command>
  44. <property>/instrumentation/nav[0]/ident</property>
  45. </binding>
  46. </action>
  47. <action>
  48. <name>CommTFR</name>
  49. <button>0</button>
  50. <x>-32</x>
  51. <y>-6</y>
  52. <w>8</w>
  53. <h>8</h>
  54. <binding>
  55. <condition>
  56. <property>/systems/electrical/outputs/kx-155-1</property>
  57. </condition>
  58. <command>property-swap</command>
  59. <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  60. <property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
  61. </binding>
  62. </action>
  63. <action>
  64. <name>NavTFR</name>
  65. <button>0</button>
  66. <x>17</x>
  67. <y>-6</y>
  68. <w>8</w>
  69. <h>8</h>
  70. <binding>
  71. <condition>
  72. <property>/systems/electrical/outputs/kx-155-1</property>
  73. </condition>
  74. <command>property-swap</command>
  75. <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  76. <property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
  77. </binding>
  78. </action>
  79. <action>
  80. <name>CommInc</name>
  81. <button>0</button>
  82. <x>-22</x>
  83. <y>-12</y>
  84. <w>10</w>
  85. <h>10</h>
  86. <binding>
  87. <condition>
  88. <property>/systems/electrical/outputs/kx-155-1</property>
  89. </condition>
  90. <command>property-adjust</command>
  91. <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  92. <step>1</step>
  93. <min>118</min>
  94. <max>136</max>
  95. <wrap>true</wrap>
  96. </binding>
  97. </action>
  98. <action>
  99. <name>CommDec</name>
  100. <button>1</button>
  101. <x>-22</x>
  102. <y>-12</y>
  103. <w>10</w>
  104. <h>10</h>
  105. <binding>
  106. <condition>
  107. <property>/systems/electrical/outputs/kx-155-1</property>
  108. </condition>
  109. <command>property-adjust</command>
  110. <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  111. <step>-1</step>
  112. <min>118</min>
  113. <max>136</max>
  114. <wrap>true</wrap>
  115. </binding>
  116. </action>
  117. <action>
  118. <name>CommSmInc</name>
  119. <button>0</button>
  120. <x>-12</x>
  121. <y>-12</y>
  122. <w>10</w>
  123. <h>10</h>
  124. <binding>
  125. <condition>
  126. <property>/systems/electrical/outputs/kx-155-1</property>
  127. </condition>
  128. <command>property-adjust</command>
  129. <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  130. <step>0.01</step>
  131. <min>118</min>
  132. <max>136</max>
  133. <wrap>true</wrap>
  134. </binding>
  135. </action>
  136. <action>
  137. <name>CommSmDec</name>
  138. <button>1</button>
  139. <x>-12</x>
  140. <y>-12</y>
  141. <w>10</w>
  142. <h>10</h>
  143. <binding>
  144. <condition>
  145. <property>/systems/electrical/outputs/kx-155-1</property>
  146. </condition>
  147. <command>property-adjust</command>
  148. <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  149. <step>-0.01</step>
  150. <min>118</min>
  151. <max>136</max>
  152. <wrap>true</wrap>
  153. </binding>
  154. </action>
  155. <action>
  156. <name>NavInc</name>
  157. <button>0</button>
  158. <x>27</x>
  159. <y>-12</y>
  160. <w>10</w>
  161. <h>10</h>
  162. <binding>
  163. <condition>
  164. <property>/systems/electrical/outputs/kx-155-1</property>
  165. </condition>
  166. <command>property-adjust</command>
  167. <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  168. <step>1</step>
  169. <min>108</min>
  170. <max>117.95</max>
  171. <wrap>true</wrap>
  172. </binding>
  173. </action>
  174. <action>
  175. <name>NavDec</name>
  176. <button>1</button>
  177. <x>27</x>
  178. <y>-12</y>
  179. <w>10</w>
  180. <h>10</h>
  181. <binding>
  182. <condition>
  183. <property>/systems/electrical/outputs/kx-155-1</property>
  184. </condition>
  185. <command>property-adjust</command>
  186. <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  187. <step>-1</step>
  188. <min>108</min>
  189. <max>117.95</max>
  190. <wrap>true</wrap>
  191. </binding>
  192. </action>
  193. <action>
  194. <name>NavSmInc</name>
  195. <button>0</button>
  196. <x>37</x>
  197. <y>-12</y>
  198. <w>10</w>
  199. <h>10</h>
  200. <binding>
  201. <condition>
  202. <property>/systems/electrical/outputs/kx-155-1</property>
  203. </condition>
  204. <command>property-adjust</command>
  205. <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  206. <step>0.01</step>
  207. <min>108</min>
  208. <max>117.95</max>
  209. <wrap>true</wrap>
  210. </binding>
  211. </action>
  212. <action>
  213. <name>NavSmDec</name>
  214. <button>1</button>
  215. <x>37</x>
  216. <y>-12</y>
  217. <w>10</w>
  218. <h>10</h>
  219. <binding>
  220. <condition>
  221. <property>/systems/electrical/outputs/kx-155-1</property>
  222. </condition>
  223. <command>property-adjust</command>
  224. <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  225. <step>-0.01</step>
  226. <min>108</min>
  227. <max>117.95</max>
  228. <wrap>true</wrap>
  229. </binding>
  230. </action>
  231. </actions>
  232. </instrument>
  233. </instruments>
  234. </PropertyList>