123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- <PropertyList>
- <!--
- Garmin GTN750
- Comm/Nav and moving map
- -->
-
- <path>gtn750.ac</path>
- <params>
- <device>1</device>
- <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>
- <mode>instrumentation/GTN750/device[0]/radio-menu-mode-comm</mode>
- <comknob>instrumentation/GTN750/device[0]/com-knob</comknob>
- <navknob>instrumentation/GTN750/device[0]/nav-knob</navknob>
- <kknob>instrumentation/GTN750/device[0]/khzknob</kknob>
- <mknob>instrumentation/GTN750/device[0]/mhzknob</mknob>
- </params>
- <!-- implicit lightmap effect for face -->
-
- <effect>
- <inherits-from>Aircraft/ec145/Models/Effects/implicit-lightmap</inherits-from>
- <object-name>face</object-name>
- </effect>
- <!-- effect of overhead floodlight as material emission,
- 'cheap trick' to simulate ambient cabin lighting
- -->
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>ComVLOCkhz.knob</object-name>
- <object-name>ComVLOCmhz.knob</object-name>
- <object-name>PwrComVol.knob</object-name>
- <emission>
- <red>0.02</red>
- <green>0.02</green>
- <blue>0.02</blue>
- <factor-prop>/systems/electrical/outputs/floodlight</factor-prop>
- </emission>
- </animation>
-
- <!-- buttons and bits -->
- <animation>
- <type>pick</type>
- <object-name>ComFlipFlop.btn</object-name>
- <action>
- <button>0</button>
- <binding>
- <command>property-swap</command>
- <property alias="../../../../params/comm-frq-selected"/>
- <property alias="../../../../params/comm-frq-standby"/>
- </binding>
- </action>
- <hovered>
- <binding>
- <command>set-tooltip</command>
- <tooltip-id>comFlip</tooltip-id>
- <label>Flip Comm Active Frequency</label>
- </binding>
- </hovered>
- </animation>
-
- <animation>
- <type>pick</type>
- <object-name>NavFlipFlop.btn</object-name>
- <action>
- <button>0</button>
- <binding>
- <command>property-swap</command>
- <property alias="../../../../params/nav-frq-selected"/>
- <property alias="../../../../params/nav-frq-standby"/>
- </binding>
- </action>
- <hovered>
- <binding>
- <command>set-tooltip</command>
- <tooltip-id>navFlip</tooltip-id>
- <label>Flip Nav Active Frequency</label>
- </binding>
- </hovered>
- </animation>
- <animation>
- <type>knob</type>
- <object-name>ComVLOCkhz.knob</object-name>
- <action>
- <binding>
- <condition>
- <property alias="../../../../../params/mode"/>
- </condition>
- <command>property-adjust</command>
- <property alias="../../../../params/comm-frq-standby"/>
- <factor>0.010</factor>
- </binding>
- <binding>
- <condition>
- <not>
- <property alias="../../../../../../params/mode"/>
- </not>
- </condition>
- <command>property-adjust</command>
- <property alias="../../../../params/nav-frq-standby"/>
- <factor>0.010</factor>
- </binding>
- <binding>
- <command>property-adjust</command>
- <property alias="../../../../params/kknob"/>
- <factor>8</factor>
- </binding>
- </action>
- <shift-action>
- <binding>
- <command>property-toggle</command>
- <property alias="../../../../params/mode"/>
- </binding>
- </shift-action>
- <hovered>
- <binding>
- <command>set-tooltip</command>
- <tooltip-id>comK</tooltip-id>
- <label>Set Freq. kHz (Shift Comm/Vloc)</label>
- </binding>
- </hovered>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ComVLOCkhz.knob</object-name>
- <property alias="../../params/kknob"/>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0.0</x-m>
- <y-m>0.07195</y-m>
- <z-m>-0.07295</z-m>
- </center>
- </animation>
- <animation>
- <type>knob</type>
- <object-name>ComVLOCmhz.knob</object-name>
- <action>
- <binding>
- <condition>
- <property alias="../../../../../params/mode"/>
- </condition>
- <command>property-adjust</command>
- <property alias="../../../../params/comm-frq-standby"/>
- <factor>1</factor>
- </binding>
- <binding>
- <condition>
- <not>
- <property alias="../../../../../../params/mode"/>
- </not>
- </condition>
- <command>property-adjust</command>
- <property alias="../../../../params/nav-frq-standby"/>
- <factor>1</factor>
- </binding>
- <binding>
- <command>property-adjust</command>
- <property alias="../../../../params/mknob"/>
- <factor>8</factor>
- </binding>
- </action>
- <hovered>
- <binding>
- <command>set-tooltip</command>
- <tooltip-id>comM</tooltip-id>
- <label>Set Freq. MHz</label>
- </binding>
- </hovered>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ComVLOCmhz.knob</object-name>
- <property alias="../../params/mknob"/>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0.0</x-m>
- <y-m>0.07195</y-m>
- <z-m>-0.07295</z-m>
- </center>
- </animation>
- <animation>
- <type>knob</type>
- <object-name>PwrComVol.knob</object-name>
- <action>
- <binding>
- <command>property-adjust</command>
- <property alias="../../../../params/comknob"/>
- <factor>8</factor>
- </binding>
- <binding>
- <command>property-adjust</command>
- <property alias="../../../../params/comm-volume"/>
- <factor>0.1</factor>
- <min>0.0</min>
- <max>1.0</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>PwrComVol.knob</object-name>
- <property alias="../../params/comknob"/>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0.0</x-m>
- <y-m>-0.07332</y-m>
- <z-m>0.06134</z-m>
- </center>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>RangeKeyUp.btn</object-name>
- <action>
- <button>0</button>
- <binding>
- <command>FG1000HardKeyPushed</command>
- <device alias="../../../../params/device"/>
- <notification>RANGE</notification>
- <offset>1</offset>
- </binding>
- </action>
- </animation>
-
- <animation>
- <type>pick</type>
- <object-name>RangeKeyDown.btn</object-name>
- <action>
- <button>0</button>
- <binding>
- <command>FG1000HardKeyPushed</command>
- <device alias="../../../../params/device"/>
- <notification>RANGE</notification>
- <offset>-1</offset>
- </binding>
- </action>
- </animation>
-
- </PropertyList>
|