2008-10-09 19:11:06 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Bendix/King KX155/165 COMM/NAV radio
|
|
|
|
Use this instrument as COMM1/NAV1 radio
|
|
|
|
|
|
|
|
Created by Torsten Dreyer, October 2008
|
|
|
|
|
|
|
|
You might want to use the following code in your aircraft's nasal
|
|
|
|
init function to keep the settings of the radio persistent between
|
|
|
|
flightgear sessions
|
|
|
|
|
2008-10-12 13:42:23 +00:00
|
|
|
aircraft.data.add(
|
2008-10-09 19:11:06 +00:00
|
|
|
"instrumentation/comm[0]/volume",
|
|
|
|
"instrumentation/comm[0]/frequencies/selected-mhz",
|
|
|
|
"instrumentation/comm[0]/frequencies/standby-mhz",
|
|
|
|
"instrumentation/comm[0]/test-btn",
|
|
|
|
"instrumentation/nav[0]/audio-btn",
|
|
|
|
"instrumentation/nav[0]/power-btn",
|
|
|
|
"instrumentation/nav[0]/frequencies/selected-mhz",
|
|
|
|
"instrumentation/nav[0]/frequencies/standby-mhz",
|
2008-10-12 13:42:23 +00:00
|
|
|
);
|
2008-10-09 19:11:06 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
<params>
|
|
|
|
<comm-serviceable>instrumentation/comm[0]/serviceable</comm-serviceable>
|
|
|
|
<nav-serviceable>instrumentation/nav[0]/serviceable</nav-serviceable>
|
|
|
|
<power>instrumentation/nav[0]/power-btn</power>
|
|
|
|
|
|
|
|
<comm-frq-swp>instrumentation/comm[0]/frq-swap-btn</comm-frq-swp>
|
|
|
|
<comm-frq-selected>instrumentation/comm[0]/frequencies/selected-mhz</comm-frq-selected>
|
|
|
|
<comm-frq-standby>instrumentation/comm[0]/frequencies/standby-mhz</comm-frq-standby>
|
|
|
|
<comm-volume>instrumentation/comm[0]/volume</comm-volume>
|
|
|
|
<comm-test>instrumentation/comm[0]/test-btn</comm-test>
|
|
|
|
|
|
|
|
<nav-frq-swp>instrumentation/nav[0]/frq-swap-btn</nav-frq-swp>
|
|
|
|
<nav-frq-selected>instrumentation/nav[0]/frequencies/selected-mhz</nav-frq-selected>
|
|
|
|
<nav-frq-standby>instrumentation/nav[0]/frequencies/standby-mhz</nav-frq-standby>
|
|
|
|
<nav-volume>instrumentation/nav[0]/volume</nav-volume>
|
|
|
|
<nav-audio>instrumentation/nav[0]/audio-btn</nav-audio>
|
2008-10-10 19:05:38 +00:00
|
|
|
|
|
|
|
<dimming>instrumentation/comm[0]/dimming-norm</dimming>
|
2008-10-09 19:11:06 +00:00
|
|
|
</params>
|
|
|
|
|
|
|
|
<path>kx165.ac</path>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>select</type>
|
|
|
|
<object-name>CommUse</object-name>
|
|
|
|
<object-name>CommStby</object-name>
|
|
|
|
<object-name>NavUse</object-name>
|
|
|
|
<object-name>NavStby</object-name>
|
|
|
|
<condition>
|
|
|
|
<property alias="../../../params/comm-serviceable"/>
|
|
|
|
<property alias="../../../params/nav-serviceable"/>
|
|
|
|
<property alias="../../../params/power"/>
|
|
|
|
</condition>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>material</type>
|
|
|
|
<object-name>CommToggle</object-name>
|
|
|
|
<object-name>NavToggle</object-name>
|
|
|
|
<emission>
|
|
|
|
<red>1.0</red>
|
|
|
|
<green>0.2</green>
|
|
|
|
<blue>0.0</blue>
|
|
|
|
<factor-prop>controls/lighting/instruments-norm</factor-prop>
|
|
|
|
</emission>
|
|
|
|
</animation>
|
|
|
|
|
2008-10-10 19:05:38 +00:00
|
|
|
<animation>
|
|
|
|
<type>material</type>
|
|
|
|
<object-name>CommUse</object-name>
|
|
|
|
<object-name>CommStby</object-name>
|
|
|
|
<object-name>NavUse</object-name>
|
|
|
|
<object-name>NavStby</object-name>
|
|
|
|
<emission>
|
|
|
|
<red>-1.0</red>
|
|
|
|
<green>-1.0</green>
|
|
|
|
<blue>-1.0</blue>
|
|
|
|
<factor-prop alias="../../../params/dimming"/>
|
|
|
|
<offset>1</offset>
|
|
|
|
</emission>
|
|
|
|
</animation>
|
|
|
|
|
2008-10-09 19:11:06 +00:00
|
|
|
<!-- comm part -->
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>translate</type>
|
|
|
|
<object-name>CommToggle</object-name>
|
|
|
|
<property alias="../../params/comm-frq-swp"/>
|
|
|
|
<factor>-0.004</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommUse100M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-selected"/>
|
|
|
|
<step>100</step>
|
|
|
|
<factor>0.001</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommUse10M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-selected"/>
|
|
|
|
<step>10</step>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommUse1M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-selected"/>
|
|
|
|
<step>1</step>
|
|
|
|
<factor>0.1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommUse100K</object-name>
|
|
|
|
<property alias="../../params/comm-frq-selected"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<factor>1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommUse10K</object-name>
|
|
|
|
<property alias="../../params/comm-frq-selected"/>
|
|
|
|
<step>0.01</step>
|
|
|
|
<factor>10</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommStby100M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<step>100</step>
|
|
|
|
<factor>0.001</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommStby10M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<step>10</step>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommStby1M</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<step>1</step>
|
|
|
|
<factor>0.1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommStby100K</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<factor>1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>CommStby10K</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<step>0.01</step>
|
|
|
|
<factor>10</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<!-- NAV part -->
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>translate</type>
|
|
|
|
<object-name>NavToggle</object-name>
|
|
|
|
<property alias="../../params/nav-frq-swp"/>
|
|
|
|
<factor>-0.004</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavUse100M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-selected"/>
|
|
|
|
<step>100</step>
|
|
|
|
<factor>0.001</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavUse10M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-selected"/>
|
|
|
|
<step>10</step>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavUse1M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-selected"/>
|
|
|
|
<step>1</step>
|
|
|
|
<factor>0.1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavUse100K</object-name>
|
|
|
|
<property alias="../../params/nav-frq-selected"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<factor>1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavUse10K</object-name>
|
|
|
|
<property alias="../../params/nav-frq-selected"/>
|
|
|
|
<step>0.01</step>
|
|
|
|
<factor>10</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavStby100M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<step>100</step>
|
|
|
|
<factor>0.001</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavStby10M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<step>10</step>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavStby1M</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<step>1</step>
|
|
|
|
<factor>0.1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavStby100K</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<factor>1</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>textranslate</type>
|
|
|
|
<object-name>NavStby10K</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<step>0.01</step>
|
|
|
|
<factor>10</factor>
|
|
|
|
<bias>0.0001</bias>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<!-- knobs and buttons -->
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>CommVolume</object-name>
|
|
|
|
<property alias="../../params/comm-volume"/>
|
|
|
|
<factor>-270</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
<center>
|
|
|
|
<x-m>0.0188947</x-m>
|
|
|
|
<y-m>-0.0620002</y-m>
|
|
|
|
<z-m>-0.0139999</z-m>
|
|
|
|
</center>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>translate</type>
|
|
|
|
<object-name>CommVolume</object-name>
|
|
|
|
<property alias="../../params/comm-test"/>
|
|
|
|
<factor>0.002</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>CommKHz</object-name>
|
|
|
|
<property alias="../../params/comm-frq-standby"/>
|
|
|
|
<factor>-360</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
<center>
|
|
|
|
<x-m>0.0320882</x-m>
|
|
|
|
<y-m>-0.022</y-m>
|
|
|
|
<z-m>-0.012</z-m>
|
|
|
|
</center>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>NavKHz</object-name>
|
|
|
|
<property alias="../../params/nav-frq-standby"/>
|
|
|
|
<factor>-360</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
<center>
|
|
|
|
<x-m>0.0320882</x-m>
|
|
|
|
<y-m>0.058</y-m>
|
|
|
|
<z-m>-0.012</z-m>
|
|
|
|
</center>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
|
|
|
<object-name>NavVolume</object-name>
|
|
|
|
<property alias="../../params/nav-volume"/>
|
|
|
|
<factor>-270</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
<center>
|
|
|
|
<x-m>0.0188946</x-m>
|
|
|
|
<y-m>0.0180001</y-m>
|
|
|
|
<z-m>-0.0139999</z-m>
|
|
|
|
</center>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>translate</type>
|
|
|
|
<object-name>NavVolume</object-name>
|
|
|
|
<property alias="../../params/nav-audio"/>
|
|
|
|
<factor>0.002</factor>
|
|
|
|
<axis>
|
|
|
|
<x>1</x>
|
|
|
|
<y>0</y>
|
|
|
|
<z>0</z>
|
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<!-- actions -->
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommVolumePickLeft</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-volume"/>
|
|
|
|
<step>-0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/power"/>
|
|
|
|
<value>0</value>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property alias="../../../../../../params/comm-volume"/>
|
|
|
|
<value>0.05</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommVolumePickRight</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-volume"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/power"/>
|
|
|
|
<value>1</value>
|
|
|
|
<condition>
|
|
|
|
<greater-than>
|
|
|
|
<property alias="../../../../../../params/comm-volume"/>
|
|
|
|
<value>0.05</value>
|
|
|
|
</greater-than>
|
|
|
|
</condition>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommVolume</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>1</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property alias="../../../../params/comm-test"/>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>3</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-volume"/>
|
|
|
|
<step>-0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/power"/>
|
|
|
|
<value>0</value>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property alias="../../../../../../params/comm-volume"/>
|
|
|
|
<value>0.05</value>
|
|
|
|
</less-than>
|
|
|
|
</condition>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>4</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-volume"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/power"/>
|
|
|
|
<value>1</value>
|
|
|
|
<condition>
|
|
|
|
<greater-than>
|
|
|
|
<property alias="../../../../../../params/comm-volume"/>
|
|
|
|
<value>0.05</value>
|
|
|
|
</greater-than>
|
|
|
|
</condition>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommFreqPickLeft</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>-0.025</step>
|
2009-02-04 20:43:59 +00:00
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.025</resolution>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>decimal</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
2008-10-12 17:33:57 +00:00
|
|
|
<button>1</button>
|
2008-10-09 19:11:06 +00:00
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
2008-10-12 17:33:57 +00:00
|
|
|
<step>-1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>118.0</min>
|
2009-02-04 20:43:59 +00:00
|
|
|
<max>137.0</max>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
2008-10-12 17:33:57 +00:00
|
|
|
<object-name>CommFreqPickRight</object-name>
|
2008-10-09 19:11:06 +00:00
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
2008-10-12 17:33:57 +00:00
|
|
|
<button>0</button>
|
2008-10-09 19:11:06 +00:00
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
2008-10-12 17:33:57 +00:00
|
|
|
<step>0.025</step>
|
2009-02-04 20:43:59 +00:00
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.025</resolution>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>decimal</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>1</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>1</step>
|
|
|
|
<min>118.0</min>
|
2009-02-04 20:43:59 +00:00
|
|
|
<max>137.0</max>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommMHz</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>3</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
2009-02-04 20:43:59 +00:00
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
2008-10-09 19:11:06 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>-0.025</step>
|
2009-02-04 20:43:59 +00:00
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.025</resolution>
|
|
|
|
<wrap>true</wrap>
|
|
|
|
<mask>decimal</mask>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</condition>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>-1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>118.0</min>
|
2009-02-04 20:43:59 +00:00
|
|
|
<max>137.0</max>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>4</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
2009-02-04 20:43:59 +00:00
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
2008-10-09 19:11:06 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>0.025</step>
|
2009-02-04 20:43:59 +00:00
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.025</resolution>
|
|
|
|
<wrap>true</wrap>
|
|
|
|
<mask>decimal</mask>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</condition>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
<step>1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>118.0</min>
|
2009-02-04 20:43:59 +00:00
|
|
|
<max>137.0</max>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavVolumePickLeft</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-volume"/>
|
|
|
|
<step>-0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavVolumePickRight</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-volume"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavVolume</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>1</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
|
|
|
<property alias="../../../../params/nav-audio"/>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>3</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-volume"/>
|
|
|
|
<step>-0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>4</button>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-volume"/>
|
|
|
|
<step>0.1</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>false</wrap>
|
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavFreqPickLeft</object-name>
|
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
2009-02-04 20:43:59 +00:00
|
|
|
<step>-0.05</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.05</resolution>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>decimal</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
2008-10-12 17:33:57 +00:00
|
|
|
<button>1</button>
|
2008-10-09 19:11:06 +00:00
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
2008-10-12 17:33:57 +00:00
|
|
|
<step>-1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>108.0</min>
|
|
|
|
<max>118.0</max>
|
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
2008-10-12 17:33:57 +00:00
|
|
|
<object-name>NavFreqPickRight</object-name>
|
2008-10-09 19:11:06 +00:00
|
|
|
<visible>false</visible>
|
|
|
|
<action>
|
2008-10-12 17:33:57 +00:00
|
|
|
<button>0</button>
|
2008-10-09 19:11:06 +00:00
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
2009-02-04 20:43:59 +00:00
|
|
|
<step>0.05</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.05</resolution>
|
2008-10-09 19:11:06 +00:00
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>decimal</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>1</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
|
|
|
<step>1</step>
|
|
|
|
<min>108.0</min>
|
|
|
|
<max>118.0</max>
|
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavMHz</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>3</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
2009-02-04 20:43:59 +00:00
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
2008-10-09 19:11:06 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
2009-02-04 20:43:59 +00:00
|
|
|
<step>-0.05</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.05</resolution>
|
|
|
|
<wrap>true</wrap>
|
|
|
|
<mask>decimal</mask>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</condition>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
|
|
|
<step>-1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>108.0</min>
|
|
|
|
<max>118.0</max>
|
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<button>4</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
2009-02-04 20:43:59 +00:00
|
|
|
<condition>
|
|
|
|
<not>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</not>
|
|
|
|
</condition>
|
2008-10-09 19:11:06 +00:00
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
2009-02-04 20:43:59 +00:00
|
|
|
<step>0.05</step>
|
|
|
|
<min>0.0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<resolution>0.05</resolution>
|
|
|
|
<wrap>true</wrap>
|
|
|
|
<mask>decimal</mask>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<property>devices/status/keyboard/shift</property>
|
|
|
|
</condition>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
|
|
|
<step>1</step>
|
2008-10-09 19:11:06 +00:00
|
|
|
<min>108.0</min>
|
|
|
|
<max>118.0</max>
|
|
|
|
<wrap>true</wrap>
|
2009-02-04 20:43:59 +00:00
|
|
|
<mask>integer</mask>
|
2008-10-09 19:11:06 +00:00
|
|
|
</binding>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>CommToggle</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/comm-frq-swp"/>
|
|
|
|
<value type="int">1</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-swap</command>
|
|
|
|
<property alias="../../../../params/comm-frq-selected"/>
|
|
|
|
<property alias="../../../../params/comm-frq-standby"/>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../../params/comm-frq-swp"/>
|
|
|
|
<value type="int">0</value>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>pick</type>
|
|
|
|
<object-name>NavToggle</object-name>
|
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<button>0</button>
|
|
|
|
<repeatable>false</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../params/nav-frq-swp"/>
|
|
|
|
<value type="int">1</value>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>property-swap</command>
|
|
|
|
<property alias="../../../../params/nav-frq-selected"/>
|
|
|
|
<property alias="../../../../params/nav-frq-standby"/>
|
|
|
|
</binding>
|
|
|
|
<mod-up>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property alias="../../../../../params/nav-frq-swp"/>
|
|
|
|
<value type="int">0</value>
|
|
|
|
</binding>
|
|
|
|
</mod-up>
|
|
|
|
</action>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
</PropertyList>
|