1
0
Fork 0
fgdata/Aircraft/Generic/DualControl/Instruments/VIR-32/ctl32-nav2.xml
Anders Gidenstam 09dc9afe47 Updated DualControl: Moved everything to Aircraft/Generic/DualControl/.
- Updated all references to Aircraft/ZLT-NT/DualControl/ found.
2010-12-19 23:17:23 +01:00

30 lines
1 KiB
XML

<?xml version="1.0"?>
<!-- CTL 32 Nav1 Control for VIR-32 receiver
Active and preset displayed +
6 frequency memory storage
2.375"W x 2.625"H
Freq. range 108.000 - 117.975 (normal)
Strap option 133.00 - 135.95
05 khz spacing
Syd Adams
Adapted for dual control by Anders Gidenstam
NOTE: ctl32.nas MUST be loaded as Nasal module VIR32.
-->
<PropertyList include="ctl32-nav.xml">
<params>
<serviceable>instrumentation/nav[1]/serviceable</serviceable>
<electrical-supply>systems/electrical/outputs/nav[1]</electrical-supply>
<selected-freq-mhz>instrumentation/nav[1]/frequencies/selected-mhz</selected-freq-mhz>
<standby-freq-mhz>instrumentation/nav[1]/frequencies/standby-mhz</standby-freq-mhz>
<swap-script>VIR32.swap(1);</swap-script>
<small-inc-script>VIR32.adjust_frequency(1, 0.05);</small-inc-script>
<small-dec-script>VIR32.adjust_frequency(1, -0.05);</small-dec-script>
<big-inc-script>VIR32.adjust_frequency(1, 1.0);</big-inc-script>
<big-dec-script>VIR32.adjust_frequency(1, -1.0);</big-dec-script>
</params>
</PropertyList>