Provide a proper(?) initialization of kma20 switches.
This commit is contained in:
parent
828c2069aa
commit
748ad889d4
2 changed files with 29 additions and 0 deletions
28
Aircraft/Instruments-3d/kma20/kma20init.xml
Normal file
28
Aircraft/Instruments-3d/kma20/kma20init.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Provide a proper(?) initialization of kma20 switches.
|
||||
Usage:
|
||||
add
|
||||
<instrumentation>
|
||||
<kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
|
||||
</instrumentation>
|
||||
to your aircraft-set.xml
|
||||
-->
|
||||
<PropertyList>
|
||||
<!-- -1: COM1, 0: COM2, 1: EXT -->
|
||||
<knob type="int" archive="y">-1</knob>
|
||||
|
||||
<!-- -1: SPEAKER, 0: OFF, 1: PHONE -->
|
||||
<auto type="int" archive="y">1</auto>
|
||||
<com1 type="int" archive="y">0</com1>
|
||||
<com2 type="int" archive="y">0</com2>
|
||||
<nav1 type="int" archive="y">0</nav1>
|
||||
<nav2 type="int" archive="y">0</nav2>
|
||||
<adf type="int" archive="y">0</adf>
|
||||
<dme type="int" archive="y">0</dme>
|
||||
<mkr type="int" archive="y">-1</mkr>
|
||||
<sens type="int" archive="y">0</sens>
|
||||
|
||||
<!-- flag for marker lights test -->
|
||||
<test type="int" archive="y">0</test>
|
||||
</PropertyList>
|
|
@ -158,6 +158,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
</consumables>
|
||||
|
||||
<instrumentation>
|
||||
<kma20 include="../Instruments-3d/kma20/kma20init.xml"/>
|
||||
<attitude-indicator>
|
||||
<config>
|
||||
<tumble-flag archive="y" type="bool">true</tumble-flag>
|
||||
|
|
Loading…
Add table
Reference in a new issue