1
0
Fork 0

Dave Perry & Roy Vegard Ovesen:

"This patch allows all the AC using the kap140 to use one kap140.nas
which includes Roy's move to "bool" values as well as the check for
power used by the pa24-250." (dp)
This commit is contained in:
mfranz 2007-02-04 12:55:28 +00:00
parent cb25691c03
commit 10efd065c4
8 changed files with 1776 additions and 1604 deletions

1695
Aircraft/Generic/kap140.nas Normal file

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@
# limits/max-positive-g # limits/max-positive-g
# limits/max-negative-g (must be defined in max-positive-g defined) # limits/max-negative-g (must be defined in max-positive-g defined)
# #
# You can defined multiple max-flap-extension-speed entries, for max extension # You can define multiple max-flap-extension-speed entries for max extension
# speeds for different flap settings. # speeds for different flap settings.
checkFlaps = func { checkFlaps = func {

View file

@ -51,7 +51,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/ap</property> <property>/autopilot/KAP140/annunciators/ap</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -80,7 +80,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rol</property> <property>/autopilot/KAP140/annunciators/rol</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -109,7 +109,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/hdg</property> <property>/autopilot/KAP140/annunciators/hdg</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -138,7 +138,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/nav</property> <property>/autopilot/KAP140/annunciators/nav</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -167,7 +167,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/nav-arm</property> <property>/autopilot/KAP140/annunciators/nav-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -196,7 +196,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/apr</property> <property>/autopilot/KAP140/annunciators/apr</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -225,7 +225,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/apr-arm</property> <property>/autopilot/KAP140/annunciators/apr-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -254,7 +254,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rev</property> <property>/autopilot/KAP140/annunciators/rev</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -283,7 +283,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rev-arm</property> <property>/autopilot/KAP140/annunciators/rev-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -312,7 +312,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/vs</property> <property>/autopilot/KAP140/annunciators/vs</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -341,7 +341,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/fpm</property> <property>/autopilot/KAP140/annunciators/fpm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -370,7 +370,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/vs-number</property> <property>/autopilot/KAP140/annunciators/vs-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<type>text</type> <type>text</type>
@ -406,7 +406,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt</property> <property>/autopilot/KAP140/annunciators/alt</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -435,7 +435,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/gs</property> <property>/autopilot/KAP140/annunciators/gs</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -464,7 +464,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/gs-arm</property> <property>/autopilot/KAP140/annunciators/gs-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -504,7 +504,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.ap_button(); kap140.apButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -519,7 +519,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.hdg_button(); kap140.hdgButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -534,7 +534,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.nav_button(); kap140.navButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -549,7 +549,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.apr_button(); kap140.aprButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -564,7 +564,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.alt_button(); kap140.altButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -579,7 +579,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.rev_button(); kap140.revButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -594,7 +594,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.dn_button(); kap140.downButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -609,11 +609,11 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.up_button(); kap140.upButton();
</script> </script>
</binding> </binding>
</action> </action>
</actions> </actions>
</PropertyList> </PropertyList>

View file

@ -1,10 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
_______________________________________________________________________________ _______________________________________________________________________________
KAP140 Two Axis with Altitude Preselect autopilot instrument. KAP140 Two Axis with Altitude Preselect autopilot instrument.
Started 2004 by Roy Vegard Ovesen, rvovesen@tiscali.no. Started 2004 by Roy Vegard Ovesen.
This is an instrument configuration file for the open-source flight This is an instrument configuration file for the open-source flight
simulator FlightGear (www.flightgear.org). The file is an XML-encoded simulator FlightGear (www.flightgear.org). The file is an XML-encoded
@ -23,7 +22,6 @@ click. Actions always modify the values of properties, either by
adjusting them, toggling them, or swaping them with other adjusting them, toggling them, or swaping them with other
properties' values. properties' values.
--> -->
<PropertyList> <PropertyList>
<name>KAP140TwoAxisAlt</name> <name>KAP140TwoAxisAlt</name>
<w-base>512</w-base> <w-base>512</w-base>
@ -51,7 +49,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/ap</property> <property>/autopilot/KAP140/annunciators/ap</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -80,7 +78,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rol</property> <property>/autopilot/KAP140/annunciators/rol</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -109,7 +107,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/hdg</property> <property>/autopilot/KAP140/annunciators/hdg</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -138,7 +136,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/nav</property> <property>/autopilot/KAP140/annunciators/nav</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -167,7 +165,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/nav-arm</property> <property>/autopilot/KAP140/annunciators/nav-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -196,7 +194,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/apr</property> <property>/autopilot/KAP140/annunciators/apr</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -225,7 +223,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/apr-arm</property> <property>/autopilot/KAP140/annunciators/apr-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -254,7 +252,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rev</property> <property>/autopilot/KAP140/annunciators/rev</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -283,7 +281,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/rev-arm</property> <property>/autopilot/KAP140/annunciators/rev-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -312,7 +310,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/vs</property> <property>/autopilot/KAP140/annunciators/vs</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -341,7 +339,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/vs-number</property> <property>/autopilot/KAP140/annunciators/vs-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -370,7 +368,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/vs-number</property> <property>/autopilot/KAP140/annunciators/vs-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<type>text</type> <type>text</type>
@ -406,7 +404,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt</property> <property>/autopilot/KAP140/annunciators/alt</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -435,7 +433,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt-arm</property> <property>/autopilot/KAP140/annunciators/alt-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -464,7 +462,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt-number</property> <property>/autopilot/KAP140/annunciators/alt-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<type>text</type> <type>text</type>
@ -500,7 +498,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt-number</property> <property>/autopilot/KAP140/annunciators/alt-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -529,7 +527,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/alt-alert</property> <property>/autopilot/KAP140/annunciators/alt-alert</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -558,7 +556,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/gs</property> <property>/autopilot/KAP140/annunciators/gs</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -587,7 +585,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/gs-arm</property> <property>/autopilot/KAP140/annunciators/gs-arm</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -617,7 +615,7 @@ properties' values.
<and> <and>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/pt-up</property> <property>/autopilot/KAP140/annunciators/pt-up</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</and> </and>
</condition> </condition>
@ -648,7 +646,7 @@ properties' values.
<and> <and>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/pt-dn</property> <property>/autopilot/KAP140/annunciators/pt-dn</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</and> </and>
</condition> </condition>
@ -678,7 +676,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/bs-inhg-number</property> <property>/autopilot/KAP140/annunciators/bs-inhg-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<type>text</type> <type>text</type>
@ -714,7 +712,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/bs-inhg-number</property> <property>/autopilot/KAP140/annunciators/bs-inhg-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -743,7 +741,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/bs-hpa-number</property> <property>/autopilot/KAP140/annunciators/bs-hpa-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<type>text</type> <type>text</type>
@ -779,7 +777,7 @@ properties' values.
<condition> <condition>
<equals> <equals>
<property>/autopilot/KAP140/annunciators/bs-hpa-number</property> <property>/autopilot/KAP140/annunciators/bs-hpa-number</property>
<value>on</value> <value type="bool">true</value>
</equals> </equals>
</condition> </condition>
<texture> <texture>
@ -819,7 +817,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.ap_button(); kap140.apButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -834,7 +832,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.hdg_button(); kap140.hdgButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -849,7 +847,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.nav_button(); kap140.navButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -864,7 +862,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.apr_button(); kap140.aprButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -879,7 +877,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.alt_button(); kap140.altButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -894,7 +892,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.rev_button(); kap140.revButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -909,7 +907,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.dn_button(); kap140.downButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -924,7 +922,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.up_button(); kap140.upButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -939,7 +937,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.arm_button(); kap140.armButton();
</script> </script>
</binding> </binding>
</action> </action>
@ -955,14 +953,14 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.baro_button_press(); kap140.baroButtonPress();
</script> </script>
</binding> </binding>
<mod-up> <mod-up>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.baro_button_release(); kap140.baroButtonRelease();
</script> </script>
</binding> </binding>
</mod-up> </mod-up>
@ -978,7 +976,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.knob_s_up(); kap140.knobSmallUp();
</script> </script>
</binding> </binding>
</action> </action>
@ -993,7 +991,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.knob_l_up(); kap140.knobLargeUp();
</script> </script>
</binding> </binding>
</action> </action>
@ -1008,7 +1006,7 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.knob_s_dn(); kap140.knobSmallDown();
</script> </script>
</binding> </binding>
</action> </action>
@ -1023,11 +1021,11 @@ properties' values.
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script> <script>
kap140.knob_l_dn(); kap140.knobLargeDown();
</script> </script>
</binding> </binding>
</action> </action>
</actions> </actions>
</PropertyList> </PropertyList>

View file

@ -207,4 +207,4 @@ Feb 7 2003
</layers> </layers>
</PropertyList> </PropertyList>

View file

@ -1,12 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- KAP 140 Autopilot Configuration --> <!-- KAP 140 Autopilot Configuration -->
<!-- Each component is evaluated in the order specified. You can make up --> <!-- Each component is evaluated in the order specified. You can make up -->
<!-- property names to pass the result of one component on to a subsequent --> <!-- property names to pass the result of one component on to a subsequent -->
<!-- component. --> <!-- component. -->
<PropertyList> <PropertyList>
<!-- =============================================================== --> <!-- =============================================================== -->
@ -20,7 +16,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/nav-hold</prop> <prop>/autopilot/KAP140/locks/nav-hold</prop>
<value>nav</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/instrumentation/nav/heading-needle-deflection</prop> <prop>/instrumentation/nav/heading-needle-deflection</prop>
@ -50,7 +46,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/apr-hold</prop> <prop>/autopilot/KAP140/locks/apr-hold</prop>
<value>apr</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/instrumentation/nav/heading-needle-deflection</prop> <prop>/instrumentation/nav/heading-needle-deflection</prop>
@ -80,7 +76,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/rev-hold</prop> <prop>/autopilot/KAP140/locks/rev-hold</prop>
<value>rev</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/instrumentation/nav/heading-needle-deflection</prop> <prop>/instrumentation/nav/heading-needle-deflection</prop>
@ -112,10 +108,10 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/hdg-hold</prop> <prop>/autopilot/KAP140/locks/hdg-hold</prop>
<value>hdg</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/autopilot/internal/heading-bug-error-deg</prop> --> <prop>/autopilot/internal/heading-bug-error-deg</prop> --&gt;
<!-- <prop>/instrumentation/gps/true-bug-error-deg</prop> --> <!-- <prop>/instrumentation/gps/true-bug-error-deg</prop> -->
</input> </input>
<reference> <reference>
@ -144,7 +140,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/roll-axis</prop> <prop>/autopilot/KAP140/locks/roll-axis</prop>
<value>trn</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/instrumentation/turn-indicator/indicated-turn-rate</prop> <prop>/instrumentation/turn-indicator/indicated-turn-rate</prop>
@ -178,7 +174,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/alt-hold</prop> <prop>/autopilot/KAP140/locks/alt-hold</prop>
<value>alt</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/systems/static[0]/pressure-inhg[0]</prop> <prop>/systems/static[0]/pressure-inhg[0]</prop>
@ -208,7 +204,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/gs-hold</prop> <prop>/autopilot/KAP140/locks/gs-hold</prop>
<value>gs</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/instrumentation/nav/gs-needle-deflection</prop> <prop>/instrumentation/nav/gs-needle-deflection</prop>
@ -247,7 +243,7 @@
<debug>false</debug> <debug>false</debug>
<enable> <enable>
<prop>/autopilot/KAP140/locks/pitch-axis</prop> <prop>/autopilot/KAP140/locks/pitch-axis</prop>
<value>vs</value> <value type="bool">true</value>
</enable> </enable>
<input> <input>
<prop>/autopilot/internal/filtered-pressure-rate</prop> <prop>/autopilot/internal/filtered-pressure-rate</prop>

View file

@ -118,6 +118,9 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<tumble-flag archive="y" type="bool">true</tumble-flag> <tumble-flag archive="y" type="bool">true</tumble-flag>
</config> </config>
</attitude-indicator> </attitude-indicator>
<encoder>
<serviceable type="bool">true</serviceable>
</encoder>
</instrumentation> </instrumentation>
<engines> <engines>
@ -131,7 +134,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<file>Aircraft/c172/c172-electrical.nas</file> <file>Aircraft/c172/c172-electrical.nas</file>
</electrical> </electrical>
<kap140> <kap140>
<file>Aircraft/c172p/kap140.nas</file> <file>Aircraft/Generic/kap140.nas</file>
</kap140> </kap140>
</nasal> </nasal>

File diff suppressed because it is too large Load diff