kn62a_panel.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0"?>
  2. <!-- KN62a DME Hotspots -->
  3. <!-- Gary R. Neely 'Buckaroo', 2011 -->
  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>PowerToggle</name>
  21. <button>0</button>
  22. <x>11</x>
  23. <y>-13</y>
  24. <w>12</w>
  25. <h>10</h>
  26. <binding>
  27. <command>property-toggle</command>
  28. <property>/controls/switches/kn-62a</property>
  29. </binding>
  30. </action>
  31. <action>
  32. <name>FunctionInc</name>
  33. <button>0</button>
  34. <x>11</x>
  35. <y>0</y>
  36. <w>12</w>
  37. <h>10</h>
  38. <binding>
  39. <command>property-adjust</command>
  40. <property>/controls/switches/kn-62a-mode</property>
  41. <step>1</step>
  42. <min>0</min>
  43. <max>2</max>
  44. <wrap>false</wrap>
  45. </binding>
  46. </action>
  47. <action>
  48. <name>FunctionDec</name>
  49. <button>1</button>
  50. <x>11</x>
  51. <y>0</y>
  52. <w>12</w>
  53. <h>10</h>
  54. <binding>
  55. <command>property-adjust</command>
  56. <property>/controls/switches/kn-62a-mode</property>
  57. <step>-1</step>
  58. <min>0</min>
  59. <max>2</max>
  60. <wrap>false</wrap>
  61. </binding>
  62. </action>
  63. <action>
  64. <name>NavInc</name>
  65. <button>0</button>
  66. <x>29</x>
  67. <y>-9</y>
  68. <w>9</w>
  69. <h>18</h>
  70. <binding>
  71. <condition>
  72. <and>
  73. <property>/systems/electrical/outputs/dme</property>
  74. <equals>
  75. <property>/controls/switches/kn-62a-mode</property>
  76. <value>1</value>
  77. </equals>
  78. </and>
  79. </condition>
  80. <command>property-adjust</command>
  81. <property>/instrumentation/dme/frequencies/selected-mhz</property>
  82. <step>1</step>
  83. <min>108</min>
  84. <max>117.95</max>
  85. <wrap>true</wrap>
  86. </binding>
  87. </action>
  88. <action>
  89. <name>NavDec</name>
  90. <button>1</button>
  91. <x>29</x>
  92. <y>-9</y>
  93. <w>9</w>
  94. <h>18</h>
  95. <binding>
  96. <condition>
  97. <and>
  98. <property>/systems/electrical/outputs/dme</property>
  99. <equals>
  100. <property>/controls/switches/kn-62a-mode</property>
  101. <value>1</value>
  102. </equals>
  103. </and>
  104. </condition>
  105. <command>property-adjust</command>
  106. <property>/instrumentation/dme/frequencies/selected-mhz</property>
  107. <step>-1</step>
  108. <min>108</min>
  109. <max>117.95</max>
  110. <wrap>true</wrap>
  111. </binding>
  112. </action>
  113. <action>
  114. <name>NavSmInc</name>
  115. <button>0</button>
  116. <x>38</x>
  117. <y>-9</y>
  118. <w>9</w>
  119. <h>18</h>
  120. <binding>
  121. <condition>
  122. <and>
  123. <property>/systems/electrical/outputs/dme</property>
  124. <equals>
  125. <property>/controls/switches/kn-62a-mode</property>
  126. <value>1</value>
  127. </equals>
  128. </and>
  129. </condition>
  130. <command>property-adjust</command>
  131. <property>/instrumentation/dme/frequencies/selected-mhz</property>
  132. <step>0.01</step>
  133. <min>108</min>
  134. <max>117.95</max>
  135. <wrap>true</wrap>
  136. </binding>
  137. </action>
  138. <action>
  139. <name>NavSmDec</name>
  140. <button>1</button>
  141. <x>38</x>
  142. <y>-9</y>
  143. <w>9</w>
  144. <h>18</h>
  145. <binding>
  146. <condition>
  147. <and>
  148. <property>/systems/electrical/outputs/dme</property>
  149. <equals>
  150. <property>/controls/switches/kn-62a-mode</property>
  151. <value>1</value>
  152. </equals>
  153. </and>
  154. </condition>
  155. <command>property-adjust</command>
  156. <property>/instrumentation/dme/frequencies/selected-mhz</property>
  157. <step>-0.01</step>
  158. <min>108</min>
  159. <max>117.95</max>
  160. <wrap>true</wrap>
  161. </binding>
  162. </action>
  163. </actions>
  164. </instrument>
  165. </instruments>
  166. </PropertyList>