2006-07-04 15:26:58 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<!-- Roll -->
|
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>ROLL %3.1f</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<input>
|
|
|
|
<property>/autopilot/settings/target-roll-deg</property>
|
|
|
|
</input>
|
2006-07-04 15:26:58 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/heading</property>
|
2010-10-28 23:23:16 +00:00
|
|
|
<value>wing-leveler</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
|
|
|
<format>HDG %03d</format>
|
2022-02-08 18:35:29 +00:00
|
|
|
<halign>center</halign>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/heading-bug-deg</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/heading</property>
|
2010-10-28 23:23:16 +00:00
|
|
|
<value>dg-heading-hold</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
|
|
|
<format>HDG %03d</format>
|
2022-02-08 18:35:29 +00:00
|
|
|
<halign>center</halign>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/true-heading-deg</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/heading</property>
|
|
|
|
<value>true-heading-hold</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<label>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
|
|
|
<format>NAV1 CDI</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/heading</property>
|
|
|
|
<value>nav1-hold</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<!-- Pitch -->
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>V/S %d</format>
|
|
|
|
<halign>center</halign>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2022-02-08 18:35:29 +00:00
|
|
|
<property>/autopilot/settings/vertical-speed-fpm</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
2022-02-08 18:35:29 +00:00
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
2006-07-04 15:26:58 +00:00
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/altitude</property>
|
2022-02-08 18:35:29 +00:00
|
|
|
<value>vertical-speed-hold</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>PITCH %3.1f</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<input>
|
|
|
|
<property>/autopilot/settings/target-pitch-deg</property>
|
|
|
|
</input>
|
2006-07-04 15:26:58 +00:00
|
|
|
<condition>
|
2022-02-08 18:35:29 +00:00
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
2006-07-04 15:26:58 +00:00
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/altitude</property>
|
|
|
|
<value>pitch-hold</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>FPA %3.1f</format>
|
|
|
|
<halign>center</halign>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2022-02-08 18:35:29 +00:00
|
|
|
<property>/autopilot/settings/target-fpa-deg</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
2022-02-08 18:35:29 +00:00
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
2006-07-04 15:26:58 +00:00
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/altitude</property>
|
2022-02-08 18:35:29 +00:00
|
|
|
<value>fpa-hold</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<label>
|
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<box>true</box>
|
|
|
|
<format>ALT %03d</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<input>
|
|
|
|
<property>/autopilot/settings/target-altitude-ft</property>
|
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/altitude</property>
|
|
|
|
<value>altitude-hold</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
|
|
|
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>AGL %03d</format>
|
|
|
|
<halign>center</halign>
|
2010-10-28 23:23:16 +00:00
|
|
|
<box>true</box>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/target-agl-ft</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
2022-02-08 18:35:29 +00:00
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
2006-07-04 15:26:58 +00:00
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/altitude</property>
|
|
|
|
<value>agl-hold</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2022-02-08 18:35:29 +00:00
|
|
|
|
|
|
|
<label>
|
|
|
|
<x>60</x>
|
2010-10-28 23:23:16 +00:00
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>NAV1 G/S</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<box>true</box>
|
|
|
|
<condition>
|
|
|
|
<not><property>/autopilot/internal/speed-on-pitch-active</property></not>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/altitude</property>
|
|
|
|
<value>gs1-hold</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label>
|
|
|
|
<x>60</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<format>IAS %3d</format>
|
|
|
|
<halign>center</halign>
|
2010-10-28 23:23:16 +00:00
|
|
|
<box>true</box>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/target-speed-kt</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/speed</property>
|
2022-02-08 18:35:29 +00:00
|
|
|
<value>speed-with-pitch-trim</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2010-10-28 23:23:16 +00:00
|
|
|
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2022-02-08 18:35:29 +00:00
|
|
|
<x>60</x>
|
2010-10-28 23:23:16 +00:00
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>MACH %4.3f</format>
|
|
|
|
<halign>center</halign>
|
2010-10-28 23:23:16 +00:00
|
|
|
<box>true</box>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/target-speed-mach</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/speed</property>
|
2022-02-08 18:35:29 +00:00
|
|
|
<value>mach-with-pitch-trim</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2010-10-28 23:23:16 +00:00
|
|
|
|
2022-02-08 18:35:29 +00:00
|
|
|
<!-- Speed -->
|
2006-07-04 15:26:58 +00:00
|
|
|
<label>
|
2010-10-28 23:23:16 +00:00
|
|
|
<x>120</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
2022-02-08 18:35:29 +00:00
|
|
|
<format>IAS %3d</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<box>true</box>
|
|
|
|
<input>
|
|
|
|
<property>/autopilot/settings/target-speed-kt</property>
|
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/speed</property>
|
|
|
|
<value>speed-with-throttle</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label>
|
|
|
|
<x>120</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<format>MACH %4.3f</format>
|
|
|
|
<halign>center</halign>
|
2010-10-28 23:23:16 +00:00
|
|
|
<box>true</box>
|
2006-07-04 15:26:58 +00:00
|
|
|
<input>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/settings/target-speed-mach</property>
|
2006-07-04 15:26:58 +00:00
|
|
|
</input>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
2010-10-28 23:23:16 +00:00
|
|
|
<property>/autopilot/locks/speed</property>
|
2022-02-08 18:35:29 +00:00
|
|
|
<value>mach-with-throttle</value>
|
2006-07-04 15:26:58 +00:00
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
</label>
|
2010-10-28 23:23:16 +00:00
|
|
|
|
2022-02-08 18:35:29 +00:00
|
|
|
<label>
|
|
|
|
<x>120</x>
|
|
|
|
<width>60</width>
|
|
|
|
<height>10</height>
|
|
|
|
<format>UNLOCKED</format>
|
|
|
|
<halign>center</halign>
|
|
|
|
<box>true</box>
|
|
|
|
<condition>
|
|
|
|
<or>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/speed</property>
|
|
|
|
<value>speed-with-pitch-trim</value>
|
|
|
|
</equals>
|
|
|
|
<equals>
|
|
|
|
<property>/autopilot/locks/speed</property>
|
|
|
|
<value>mach-with-pitch-trim</value>
|
|
|
|
</equals>
|
|
|
|
</or>
|
|
|
|
</condition>
|
|
|
|
</label>
|
|
|
|
|
2006-07-04 15:26:58 +00:00
|
|
|
</PropertyList>
|