1
0
Fork 0
fgdata/Aircraft/Instruments-3d/Century-III/AltimaticIIIcPanel.xml
mfranz 8565e887db Dave PERRY:
"For more than a month, I have been working with Torsten Dryer to model
these three autopilots that are very common in aircraft manufactured in
the 1960s through the late 1980s.  The Altimatic IIIc in the SenecaII is
a variation on the Century III and uses the same nasal model."
2007-10-10 20:48:36 +00:00

197 lines
7.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../XMLSchemas/panel.xsd">
<name>AltimaticIIIc</name>
<background>Aircraft/Instruments-3d/Century-III/transparent.rgb</background>
<w>158</w>
<h>74</h>
<instruments>
<instrument>
<name>panel hotspots</name>
<x>79</x>
<y>37</y>
<w>158</w>
<h>74</h>
<w-base>158</w-base>
<h-base>74</h-base>
<actions>
<!-- Roll Button -->
<action>
<name>RollButton</name>
<button>0</button>
<x>-59</x>
<y>-4</y>
<w>20</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/roll</property>
</binding>
<binding>
<command>nasal</command>
<script>century3.apRollControl()</script>
</binding>
</action>
<!-- HDG Button -->
<action>
<name>HdgButton</name>
<button>0</button>
<x>-39</x>
<y>-4</y>
<w>20</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/hdg</property>
</binding>
<binding>
<command>nasal</command>
<script>century3.apHdgControl()</script>
</binding>
</action>
<!-- ALT Button -->
<action>
<name>AltButton</name>
<button>0</button>
<x>-19</x>
<y>-4</y>
<w>20</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/alt</property>
</binding>
<binding>
<command>nasal</command>
<script>century3.apAltControl()</script>
</binding>
</action>
<!-- PITCH Button -->
<action>
<name>PitchButton</name>
<button>0</button>
<x>1</x>
<y>-4</y>
<w>20</w>
<h>30</h>
<binding>
<command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/pitch</property>
</binding>
<binding>
<command>nasal</command>
<script>century3.apPitchControl()</script>
</binding>
</action>
<!-- ROLL decrease -->
<action>
<name>ROLL decrease</name>
<button>0</button>
<x>-53</x>
<y>-38</y>
<w>15</w>
<h>30</h>
<binding>
<command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/roll-knob-deg</property>
<step>-0.5</step>
<min>-30</min>
<max>30</max>
</binding>
<binding>
<command>nasal</command>
<script>century3.rollKnobUpdate()</script>
</binding>
</action>
<!-- ROLL increase -->
<action>
<name>ROLL increase</name>
<button>0</button>
<x>-38</x>
<y>-38</y>
<w>15</w>
<h>30</h>
<binding>
<command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/roll-knob-deg</property>
<step>0.5</step>
<min>-30</min>
<max>30</max>
</binding>
<binding>
<command>nasal</command>
<script>century3.rollKnobUpdate()</script>
</binding>
</action>
<!-- PITCH increase -->
<action>
<name>PITCH increase</name>
<button>0</button>
<x>42</x>
<y>-23</y>
<w>10</w>
<h>25</h>
<binding>
<command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/pitch-wheel-deg</property>
<step>0.5</step>
<min>-10.0</min>
<max>10.0</max>
</binding>
<binding>
<command>nasal</command>
<script>century3.pitchWheelUpdate()</script>
</binding>
</action>
<!-- PITCH decrease -->
<action>
<name>PITCH decrease</name>
<button>0</button>
<x>42</x>
<y>2</y>
<w>10</w>
<h>25</h>
<binding>
<command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/pitch-wheel-deg</property>
<step>-0.5</step>
<min>-10.0</min>
<max>10.0</max>
</binding>
<binding>
<command>nasal</command>
<script>century3.pitchWheelUpdate()</script>
</binding>
</action>
<!-- PITCH neutral -->
<action>
<name>PITCH decrease</name>
<button>1</button>
<x>42</x>
<y>-23</y>
<w>10</w>
<h>50</h>
<binding>
<command>property-assign</command>
<property>/autopilot/CENTURYIII/settings/pitch-wheel-deg</property>
<value>0</value>
</binding>
<binding>
<command>nasal</command>
<script>century3.pitchWheelUpdate()</script>
</binding>
</action>
</actions>
</instrument>
</instruments>
</PropertyList>