1
0
Fork 0
fgdata/Huds/Sets/autopilot.xml

184 lines
3.5 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<!-- heading -->
<label>
<width>60</width>
<height>10</height>
<box>true</box>
<format>ROLL</format>
<halign>left</halign>
<condition>
<equals>
<property>/autopilot/locks/heading</property>
<value>wing-leveler</value>
</equals>
</condition>
</label>
<label>
<width>60</width>
<height>10</height>
<box>true</box>
<format>HDG %03d</format>
<halign>left</halign>
<input>
<property>/autopilot/settings/heading-bug-deg</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/heading</property>
<value>dg-heading-hold</value>
</equals>
</condition>
</label>
<label>
<width>60</width>
<height>10</height>
<box>true</box>
<format>HDG %03d</format>
<halign>left</halign>
<input>
<property>/autopilot/settings/true-heading-deg</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/heading</property>
<value>true-heading-hold</value>
</equals>
</condition>
</label>
<!-- altitude -->
<label>
<x>60</x>
<width>60</width>
<height>10</height>
<box>true</box>
<format>ALT %04d</format>
<halign>left</halign>
<input>
<property>/autopilot/settings/target-altitude-ft</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/altitude</property>
<value>altitude-hold</value>
</equals>
</condition>
</label>
<label>
<x>60</x>
<width>60</width>
<height>10</height>
<box>true</box>
<format>PTCH</format>
<halign>left</halign>
<condition>
<equals>
<property>/autopilot/locks/altitude</property>
<value>pitch-hold</value>
</equals>
</condition>
</label>
<label>
<x>60</x>
<width>60</width>
<height>10</height>
<box>true</box>
<format>V/S %d</format>
<halign>left</halign>
<input>
<property>/autopilot/settings/vertical-speed-fpm</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/altitude</property>
<value>vertical-speed-hold</value>
</equals>
</condition>
</label>
<label>
<x>60</x>
<width>60</width>
<height>10</height>
<format>AGL %04d</format>
<halign>left</halign>
<box>true</box>
<input>
<property>/autopilot/settings/target-agl-ft</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/altitude</property>
<value>agl-hold</value>
</equals>
</condition>
</label>
<!-- speed -->
<label>
<x>120</x>
<width>60</width>
<height>10</height>
<format>IAS %3dkt</format>
<halign>left</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 %1.2f</format>
<halign>left</halign>
<box>true</box>
<input>
<property>/autopilot/settings/target-speed-mach</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/speed</property>
<value>mach-with-throttle</value>
</equals>
</condition>
</label>
<label>
<x>120</x>
<width>60</width>
<height>10</height>
<format>PITCH %3dkt</format>
<halign>left</halign>
<box>true</box>
<input>
<property>/autopilot/settings/target-speed-mach</property>
</input>
<condition>
<equals>
<property>/autopilot/locks/speed</property>
<value>speed-with-pitch-trim</value>
</equals>
</condition>
</label>
</PropertyList>