1
0
Fork 0
fgdata/Aircraft/c172p/Models/Interior/Panel/c172p-panel/c172p.xml

3342 lines
112 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList>
<path>c172p-interior.ac</path>
<texture-path>../../../../Models</texture-path>
<params>
<controls>
<carb-heat>/controls/engines/current-engine/carb-heat</carb-heat>
<parking-lever>/sim/model/c172p/cockpit/parking-lever</parking-lever>
<carb-heat-animation>/sim/model/c172p/cockpit/carb-heat-animation</carb-heat-animation>
<primer-lever-animation>/sim/model/c172p/cockpit/primer-lever-animation</primer-lever-animation>
</controls>
</params>
<!-- non-Canvas remote Garmin 196 GPS (FGDATA) -->
<!-- TODO Remove this old version, unhide and implement the Canvas version below -->
<model>
<name>Garmin196-GPS-non-Canvas</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/garmin196/garmin196.xml</path>
<offsets>
<x-m>-0.305</x-m>
<y-m> 0.26584</y-m>
<z-m> 0.08948</z-m>
<heading-deg>-19.0</heading-deg>
</offsets>
</model>
<model>
<name>GPS-Model</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/garmin196/gpsmodel.xml</path>
</model>
<animation>
<type>select</type>
<object-name>Garmin196-GPS-non-Canvas</object-name>
<object-name>glovebox</object-name>
<condition>
<property>/sim/model/c172p/garmin196-visible</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>gpsmodel</object-name>
<condition>
<not>
<property>/sim/model/c172p/garmin196-visible</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>gloveboxfull</object-name>
<condition>
<not>
<property>/sim/model/c172p/garmin196-visible</property>
</not>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>Garmin196-GPS-non-Canvas</object-name>
<property>/Interior/Panel/Instruments/garmin196/move</property>
<factor>0.1</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>gloveboxfull</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/sim/model/c172p/garmin196-visible</property>
</binding>
<binding>
<command>nasal</command>
<script>
setprop("/controls/lighting/gps-norm", 0);
setprop("/sim/model/c172p/lighting/gps-norm", 0);
setprop("/instrumentation/garmin196/serviceable",0);
setprop("/instrumentation/garmin196/status",0);
setprop("/instrumentation/garmin196/popup_status",0);
</script>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("gps_to_glove_compartment", 1.6)</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>gloveboxfull</tooltip-id>
<label>Mount GPS: %s</label>
<mapping>on-off</mapping>
<property>/sim/model/c172p/garmin196-visible</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>glovebox</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/sim/model/c172p/garmin196-visible</property>
</binding>
<binding>
<command>nasal</command>
<script>
setprop("/controls/lighting/gps-norm", 0);
setprop("/sim/model/c172p/lighting/gps-norm", 0);
setprop("/instrumentation/garmin196/serviceable",0);
setprop("/instrumentation/garmin196/status",0);
setprop("/instrumentation/garmin196/popup_status",0);
</script>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("gps_to_glove_compartment", 1.6)</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>glovebox</tooltip-id>
<label>Put Away GPS: %s</label>
<mapping>on-off</mapping>
<property>/sim/model/c172p/garmin196-visible</property>
</binding>
</hovered>
</animation>
<animation>
<type>select</type>
<object-name>RudderTrimBase</object-name>
<object-name>RudderTrimKnob</object-name>
<condition>
<property>sim/model/c172p/ruddertrim-visible</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>clock</object-name>
<condition>
<not>
<property>sim/model/c172p/digitalclock-visible</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>digital-clock</object-name>
<condition>
<property>sim/model/c172p/digitalclock-visible</property>
</condition>
</animation>
<!-- Dome Light White -->
<animation>
<type>material</type>
<object-name>DomeLightWhite</object-name>
<emission>
<red> 0.697</red>
<green>0.689</green>
<blue> 0.445</blue>
<factor-prop>/sim/model/lightmap/dome/factor</factor-prop>
</emission>
</animation>
<!-- Dome Light Red -->
<animation>
<type>material</type>
<object-name>DomeLightRed</object-name>
<emission>
<red> 1.0</red>
<green>0.0</green>
<blue> 0.0</blue>
<factor-prop>/sim/model/lightmap/flood/factor</factor-prop>
</emission>
</animation>
<!-- Dome Light Post/Integral Switch -->
<animation>
<type>translate</type>
<object-name>DomeSwitchRed</object-name>
<property>/controls/switches/dome-red</property>
<factor>0.008</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>slider</type>
<object-name>DomeSwitchRed</object-name>
<visible>true</visible>
<drag-direction>vertical</drag-direction>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/switches/dome-red</property>
<factor>-1</factor>
<min>0</min>
<max>2</max>
<wrap>0</wrap>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>lighting-mode</tooltip-id>
<property>/controls/switches/dome-red</property>
<label>Lighting Mode: %s</label>
<mapping>nasal</mapping>
<script>
var modes = ['POST', 'BOTH', 'FLOOD'];
return modes[arg[0]];
</script>
</binding>
</hovered>
</animation>
<!-- Dome Light White Switch -->
<animation>
<type>translate</type>
<object-name>DomeSwitchWhite</object-name>
<property>/controls/switches/dome-white</property>
<factor>0.008</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>slider</type>
<object-name>DomeSwitchWhite</object-name>
<visible>true</visible>
<drag-direction>vertical</drag-direction>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/switches/dome-white</property>
<factor>-1</factor>
<min>0</min>
<max>1</max>
<wrap>0</wrap>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>dome-white</tooltip-id>
<label>White Dome Light: %s</label>
<mapping>on-off</mapping>
<property>/controls/switches/dome-white</property>
</binding>
</hovered>
</animation>
<!-- Dome Light White Slider -->
<animation>
<type>translate</type>
<object-name>DomeSliderWhite</object-name>
<property>/controls/lighting/dome-white-norm</property>
<factor>0.025</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>slider</type>
<object-name>DomeSliderWhite</object-name>
<object-name>DomeSliderHotSpot</object-name>
<visible>true</visible>
<drag-direction>vertical</drag-direction>
<action>
<binding>
<command>property-adjust</command>
<property>/controls/lighting/dome-white-norm</property>
<factor>-0.10</factor>
<min>0.0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>dome-white-brightness</tooltip-id>
<label>White Dome Lighting: %3d%%</label>
<property>/controls/lighting/dome-white-norm</property>
<mapping>percent</mapping>
</binding>
</hovered>
</animation>
<!-- Procedural Interior Lights (glare) -->
<model>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_dome.xml</path>
<offsets>
<x-m> 0.48 </x-m>
<y-m> 0.00 </y-m>
<z-m> 0.405 </z-m>
</offsets>
<condition>
<greater-than>
<property>/sim/model/lightmap/dome/factor</property>
<value>0</value>
</greater-than>
</condition>
</model>
<model>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_floodlight.xml</path>
<offsets>
<x-m> 0.325 </x-m>
<y-m> 0.00 </y-m>
<z-m> 0.425 </z-m>
</offsets>
<condition>
<greater-than>
<property>/sim/model/lightmap/flood/factor</property>
<value>0</value>
</greater-than>
</condition>
</model>
<!-- Procedural Instrument Lights (glare) -->
<model>
<name>vacuum</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_small.xml</path>
<offsets>
<x-m>-0.36219</x-m>
<y-m>-0.43189</y-m>
<z-m> 0.06327</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>clock</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_medium.xml</path>
<offsets>
<x-m>-0.36253</x-m>
<y-m>-0.3891 </y-m>
<z-m> 0.09841</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>asi</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36398</x-m>
<y-m>-0.31154</y-m>
<z-m> 0.12915</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>ai</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36438</x-m>
<y-m>-0.22153</y-m>
<z-m> 0.12863</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>alt</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36307</x-m>
<y-m>-0.13235</y-m>
<z-m> 0.13025</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>vor1</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36396</x-m>
<y-m>-0.04136</y-m>
<z-m> 0.13073</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>fuel</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_small.xml</path>
<offsets>
<x-m>-0.3606 </x-m>
<y-m>-0.40329</y-m>
<z-m> 0.016</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>oil</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_small.xml</path>
<offsets>
<x-m>-0.36047</x-m>
<y-m>-0.40329</y-m>
<z-m>-0.029</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>tc</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36526</x-m>
<y-m>-0.31113</y-m>
<z-m> 0.02926</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>hi</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36512</x-m>
<y-m>-0.22161</y-m>
<z-m> 0.02892</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>vsi</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36556</x-m>
<y-m>-0.13237</y-m>
<z-m> 0.02842</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>vor2</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36463</x-m>
<y-m>-0.04088</y-m>
<z-m> 0.02737</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>batt</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_small.xml</path>
<offsets>
<x-m>-0.36297</x-m>
<y-m>-0.40986</y-m>
<z-m>-0.12569</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>rpm</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.3636 </x-m>
<y-m>-0.31189</y-m>
<z-m>-0.07869</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>egt</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments_medium.xml</path>
<offsets>
<x-m>-0.36704</x-m>
<y-m>-0.132 </y-m>
<z-m>-0.08991</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>adf</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_instruments.xml</path>
<offsets>
<x-m>-0.36392</x-m>
<y-m>-0.04121</y-m>
<z-m>-0.07651</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/sim/model/material/instruments/factor</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<!-- interior effects -->
<effect>
<inherits-from>Aircraft/c172p/Models/Effects/interior/lm-interior-panel-parts</inherits-from>
<object-name>Panel_0</object-name>
<object-name>ElevatorTrimPos</object-name>
<object-name>mike_mount</object-name>
<object-name>CabinAirMounts</object-name>
<object-name>CabinAir</object-name>
<object-name>CabinHeat</object-name>
<object-name>BeaconSwitch</object-name>
<object-name>CarbHeat</object-name>
<object-name>CarbHeatMount</object-name>
<object-name>GenSwitch</object-name>
<object-name>LandingLightSwitch</object-name>
<object-name>MasterSwitch</object-name>
<object-name>Mixture</object-name>
<object-name>MixtureMount</object-name>
<object-name>NavLightSwitch</object-name>
<object-name>PitotHeatSwitch</object-name>
<object-name>PrimerLeverMount</object-name>
<object-name>StrobeSwitch</object-name>
<object-name>TaxiLightSwitch</object-name>
<object-name>Throttle</object-name>
<object-name>ThrottleMount</object-name>
<object-name>mike</object-name>
<object-name>mike_chord</object-name>
<object-name>ParkingBrake</object-name>
<object-name>PrimerLever</object-name>
<object-name>LeftBag</object-name>
<object-name>bolts</object-name>
<object-name>accport</object-name>
<object-name>autopilot_breaker</object-name>
<object-name>radio5_breaker</object-name>
<object-name>radio4_breaker</object-name>
<object-name>radio3_breaker</object-name>
<object-name>radio2_breaker</object-name>
<object-name>radio1_breaker</object-name>
<object-name>turn-coordinator_breaker</object-name>
<object-name>strobe_breaker</object-name>
<object-name>bcnlt_breaker</object-name>
<object-name>landing_breaker</object-name>
<object-name>navlt_breaker</object-name>
<object-name>intlt_breaker</object-name>
<object-name>instr_breaker</object-name>
<object-name>pitot-heat_breaker</object-name>
<object-name>master_breaker</object-name>
<object-name>flaps_breaker</object-name>
<object-name>BreakersBase</object-name>
<object-name>AvionicsSwitchBase</object-name>
<object-name>windlocket_right</object-name>
<object-name>windlocket_left</object-name>
<object-name>windlocketbak_right</object-name>
<object-name>windlocketbak_left</object-name>
<object-name>doorhandleint_right</object-name>
<object-name>doorhandleint_left</object-name>
<object-name>CeilingSpeaker</object-name>
<object-name>DomeSliderWhite</object-name>
<object-name>DomeSwitchWhite</object-name>
<object-name>DomeSwitchRed</object-name>
<object-name>light-knob-base</object-name>
<object-name>AltStaticAir</object-name>
<object-name>LowVoltageLed</object-name>
<object-name>LowVoltageLedBase</object-name>
<object-name>TrimWheel</object-name>
<object-name>AvionicsSwitch</object-name>
<object-name>radio-light-knob</object-name>
<object-name>panel-light-knob</object-name>
</effect>
<effect>
<inherits-from>Aircraft/c172p/Models/Effects/interior/lm-interior-panel</inherits-from>
<object-name>panel_1_gauges</object-name>
<object-name>Pedestal</object-name>
<object-name>InstrumentCover</object-name>
<object-name>panel_1_1.inf</object-name>
<object-name>panel_1_1_right</object-name>
<object-name>glovebox</object-name>
<object-name>gloveboxfull</object-name>
<object-name>RudderTrimKnob</object-name>
<object-name>RudderTrimBase</object-name>
</effect>
<effect>
<inherits-from>Aircraft/c172p/Models/Effects/interior/lm-interior-fuel-selector</inherits-from>
<object-name>FuelSelectorFace</object-name>
<object-name>FuelSelectorLeft</object-name>
<object-name>FuelSelectorRight</object-name>
<object-name>FuelSelectorBoth</object-name>
<object-name>FuelSelectorOff</object-name>
</effect>
<effect>
<inherits-from>Aircraft/c172p/Models/Effects/interior/lm-interior</inherits-from>
<object-name>carpet</object-name>
<object-name>chassis</object-name>
<object-name>backseat_left</object-name>
<object-name>pilotseat_left</object-name>
<object-name>pilotseat_right</object-name>
<object-name>doorint_right</object-name>
<object-name>doorint_left</object-name>
<object-name>windowframeleftint</object-name>
<object-name>windowframerightint</object-name>
<object-name>Firewall</object-name>
<object-name>baggagedoorinterior</object-name>
<object-name>AirVent_left</object-name>
<object-name>AirVent_right</object-name>
<object-name>wing_1L</object-name>
<object-name>wing_1R</object-name>
<object-name>visorleft</object-name>
<object-name>visorright</object-name>
<object-name>visorrodleft</object-name>
<object-name>visorrodright</object-name>
<object-name>visorbaseleft</object-name>
<object-name>visorbaseright</object-name>
<object-name>doorintstrapleft</object-name>
<object-name>doorintstrapright</object-name>
</effect>
<effect>
<inherits-from>Aircraft/c172p/Models/Effects/interior/interior-glass-reflection-panel-front</inherits-from>
<object-name>glass_panel</object-name>
</effect>
<animation>
<type>material</type>
<object-name>TrimWheel</object-name>
<object-name>AvionicsSwitch</object-name>
<object-name>radio-light-knob</object-name>
<object-name>panel-light-knob</object-name>
<object-name>Panel_0</object-name>
<object-name>ElevatorTrimPos</object-name>
<object-name>mike_mount</object-name>
<object-name>CabinAirMounts</object-name>
<object-name>CabinAir</object-name>
<object-name>CabinHeat</object-name>
<object-name>BeaconSwitch</object-name>
<object-name>CarbHeat</object-name>
<object-name>CarbHeatMount</object-name>
<object-name>GenSwitch</object-name>
<object-name>LandingLightSwitch</object-name>
<object-name>MasterSwitch</object-name>
<object-name>Mixture</object-name>
<object-name>MixtureMount</object-name>
<object-name>NavLightSwitch</object-name>
<object-name>PitotHeatSwitch</object-name>
<object-name>PrimerLeverMount</object-name>
<object-name>StrobeSwitch</object-name>
<object-name>TaxiLightSwitch</object-name>
<object-name>Throttle</object-name>
<object-name>ThrottleMount</object-name>
<object-name>mike</object-name>
<object-name>mike_chord</object-name>
<object-name>ParkingBrake</object-name>
<object-name>PrimerLever</object-name>
<object-name>LeftBag</object-name>
<object-name>bolts</object-name>
<object-name>accport</object-name>
<object-name>autopilot_breaker</object-name>
<object-name>radio5_breaker</object-name>
<object-name>radio4_breaker</object-name>
<object-name>radio3_breaker</object-name>
<object-name>radio2_breaker</object-name>
<object-name>radio1_breaker</object-name>
<object-name>turn-coordinator_breaker</object-name>
<object-name>strobe_breaker</object-name>
<object-name>bcnlt_breaker</object-name>
<object-name>landing_breaker</object-name>
<object-name>navlt_breaker</object-name>
<object-name>intlt_breaker</object-name>
<object-name>instr_breaker</object-name>
<object-name>pitot-heat_breaker</object-name>
<object-name>master_breaker</object-name>
<object-name>flaps_breaker</object-name>
<object-name>BreakersBase</object-name>
<object-name>AvionicsSwitchBase</object-name>
<object-name>windlocket_right</object-name>
<object-name>windlocket_left</object-name>
<object-name>windlocketbak_right</object-name>
<object-name>windlocketbak_left</object-name>
<object-name>doorhandleint_right</object-name>
<object-name>doorhandleint_left</object-name>
<object-name>CeilingSpeaker</object-name>
<object-name>DomeSliderWhite</object-name>
<object-name>DomeSwitchWhite</object-name>
<object-name>DomeSwitchRed</object-name>
<object-name>light-knob-base</object-name>
<object-name>AltStaticAir</object-name>
<object-name>LowVoltageLed</object-name>
<object-name>LowVoltageLedBase</object-name>
<object-name>panel_1_gauges</object-name>
<object-name>panel_1_glass</object-name>
<object-name>Pedestal</object-name>
<object-name>InstrumentCover</object-name>
<object-name>panel_1_1.inf</object-name>
<object-name>panel_1_1_right</object-name>
<object-name>glovebox</object-name>
<object-name>gloveboxfull</object-name>
<object-name>carpet</object-name>
<object-name>chassis</object-name>
<object-name>backseat_left</object-name>
<object-name>pilotseat_left</object-name>
<object-name>pilotseat_right</object-name>
<object-name>doorint_right</object-name>
<object-name>doorint_left</object-name>
<object-name>windowframeleftint</object-name>
<object-name>windowframerightint</object-name>
<object-name>baggagedoorinterior</object-name>
<object-name>AirVent_left</object-name>
<object-name>AirVent_right</object-name>
<object-name>wing_1L</object-name>
<object-name>wing_1R</object-name>
<object-name>visorleft</object-name>
<object-name>visorright</object-name>
<object-name>visorrodleft</object-name>
<object-name>visorrodright</object-name>
<object-name>visorbaseleft</object-name>
<object-name>visorbaseright</object-name>
<object-name>doorintstrapleft</object-name>
<object-name>doorintstrapright</object-name>
<object-name>FuelSelectorFace</object-name>
<object-name>FuelSelectorLeft</object-name>
<object-name>FuelSelectorRight</object-name>
<object-name>FuelSelectorBoth</object-name>
<object-name>FuelSelectorOff</object-name>
<object-name>RudderTrimBase</object-name>
<object-name>RudderTrimKnob</object-name>
<condition>
<or>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
<equals>
<property>/sim/rendering/shaders/model</property>
<value>0</value>
</equals>
</or>
</condition>
<emission>
<red-prop>/sim/model/c172p/lighting/rgb-ra-r-factor</red-prop>
<green-prop>/sim/model/c172p/lighting/rgb-ra-g-factor</green-prop>
<blue-prop>/sim/model/c172p/lighting/rgb-ra-b-factor</blue-prop>
</emission>
</animation>
<!-- Low voltage LED -->
<animation>
<type>textranslate</type>
<object-name>LowVoltageLed</object-name>
<property>/instrumentation/low-voltage-led</property>
<bias>0.0</bias>
<factor>0.1073</factor>
<step>1</step>
<axis>
<x>0.7749</x>
<y>-0.6320</y>
</axis>
</animation>
<animation>
<type>material</type>
<object-name>LowVoltageLed</object-name>
<emission>
<red> 0.7</red>
<green>0.5</green>
<blue> 0.5</blue>
<factor-prop>/instrumentation/low-voltage-led</factor-prop>
</emission>
</animation>
<model>
<name>lvled</name>
<path>Aircraft/c172p/Models/Effects/interior/procedural_light_indicator_led_lowvoltage.xml</path>
<offsets>
<x-m>-0.35</x-m>
<y-m>-0.363</y-m>
<z-m>-0.15832</z-m>
</offsets>
<condition>
<and>
<greater-than>
<property>/instrumentation/low-voltage-led</property>
<value>0</value>
</greater-than>
<greater-than>
<property>/sim/rendering/shaders/model</property>
<value>1</value>
</greater-than>
</and>
</condition>
</model>
<model>
<name>Gear</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/gear/gear-ctl.xml</path>
</model>
<model>
<name>asi</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/asi/asi.xml</path>
</model>
<model>
<name>AI</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/AI/AI.xml</path>
</model>
<model>
<name>Altimeter</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/alt/alt.xml</path>
</model>
<model>
<name>BatteryGauge</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/BatteryGauge/BatteryGauge.xml</path>
</model>
<model>
<name>Kap140</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kap140/kap140.xml</path>
</model>
<model>
<name>dme</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/dme/ki266.xml</path>
</model>
<model>
<name>Turn</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/tc/tc.xml</path>
</model>
<model>
<name>VSI</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/VSI/VSI.xml</path>
</model>
<model>
<name>RPM</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/RPM/RPM.xml</path>
</model>
<model>
<name>EGT</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/EGT/EGT.xml</path>
</model>
<model>
<name>hi</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/hi/hi.xml</path>
</model>
<model>
<name>vor1</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/vor/vor.xml</path>
</model>
<model>
<name>vor2</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/vor/vor2.xml</path>
</model>
<model>
<name>adf</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kr87-adf/ki227_228.xml</path>
</model>
<model>
<name>kx165-1</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kx165/kx165-1.xml</path>
<overlay>
<params>
<dimming>sim/model/material/instruments/factor</dimming>
<red>0.6</red>
<green>0.1</green>
<blue>0.0</blue>
</params>
</overlay>
</model>
<model>
<name>kx165-2</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kx165/kx165-2.xml</path>
<overlay>
<params>
<dimming>sim/model/material/instruments/factor</dimming>
<red>0.6</red>
<green>0.1</green>
<blue>0.0</blue>
</params>
</overlay>
</model>
<model>
<name>kma20</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kma20/kma20.xml</path>
</model>
<model>
<name>kr87</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kr87-adf/kr87.xml</path>
</model>
<model>
<name>transponder</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/kt76a/kt76a.xml</path>
</model>
<model>
<name>clock</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/clock/clock.xml</path>
</model>
<model>
<name>digital-clock</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/digital-clock/digital-clock.xml</path>
</model>
<model>
<name>vac</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/vac/vac.xml</path>
</model>
<model>
<name>fuel</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/FuelOilAmps/c172fuel.xml</path>
</model>
<model>
<name>oil</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/FuelOilAmps/c172oil.xml</path>
</model>
<model>
<name>mag_sw</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/magneto-switch/magneto-switch.xml</path>
</model>
<model>
<name>Yokes</name>
<path>Aircraft/c172p/Models/Interior/Yoke/yoke.xml</path>
</model>
<model>
<name>FlapSwitch</name>
<path>Aircraft/c172p/Models/Interior/Panel/Flaps/flaps.xml</path>
</model>
<model>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/hobbs/hobbs.xml</path>
</model>
<model>
<name>MagCompass</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/mag-compass/mag-compass.xml</path>
<condition>
<not>
<or>
<equals>
<property alias="/params/bushkit"/>
<value>3</value>
</equals>
<equals>
<property alias="/params/bushkit"/>
<value>4</value>
</equals>
</or>
</not>
</condition>
</model>
<model>
<name>MagCompassFloat</name>
<path>Aircraft/c172p/Models/Interior/Panel/Instruments/mag-compass/mag-compass-float.xml</path>
<condition>
<or>
<equals>
<property alias="/params/bushkit"/>
<value>3</value>
</equals>
<equals>
<property alias="/params/bushkit"/>
<value>4</value>
</equals>
</or>
</condition>
</model>
<!-- Labels activated by hotspots -->
<text>
<name>LabelASI</name>
<type type="string">literal</type>
<text type="string">Airspeed Indicator</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.311</y-m>
<z-m>0.10077</z-m>
</offsets>
</text>
<text>
<name>LabelAI</name>
<type type="string">literal</type>
<text type="string">Attitude Indicator</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.222</y-m>
<z-m>0.10177</z-m>
</offsets>
</text>
<text>
<name>LabelAltimeter</name>
<type type="string">literal</type>
<text type="string">Altimeter (ft)</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.133</y-m>
<z-m>0.10177</z-m>
</offsets>
</text>
<text>
<name>LabelBatteryGauge</name>
<type type="string">literal</type>
<text type="string">Battery Gauge</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.410</y-m>
<z-m>-0.13823</z-m>
</offsets>
</text>
<text>
<name>LabelAutopilot</name>
<type type="string">literal</type>
<text type="string">Autopilot</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>0.116</y-m>
<z-m>-0.08923</z-m>
</offsets>
</text>
<text>
<name>LabelTransponder</name>
<type type="string">literal</type>
<text type="string">Transponder</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m> 0.116</y-m>
<z-m>-0.15323</z-m>
</offsets>
</text>
<text>
<name>LabelDME</name>
<type type="string">literal</type>
<text type="string">DME</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>0.116</y-m>
<z-m>-0.05223</z-m>
</offsets>
</text>
<text>
<name>LabelTurn</name>
<type type="string">literal</type>
<text type="string">Turn &amp; Bank</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.311</y-m>
<z-m>-0.00423</z-m>
</offsets>
</text>
<text>
<name>LabelVSI</name>
<type type="string">literal</type>
<text type="string">Vertical Speed Indicator</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.131</y-m>
<z-m>-0.00323</z-m>
</offsets>
</text>
<text>
<name>LabelRPM</name>
<type type="string">literal</type>
<text type="string">Tachometer</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.311</y-m>
<z-m>-0.10923</z-m>
</offsets>
</text>
<text>
<name>LabelHI</name>
<type type="string">literal</type>
<text type="string">Heading Indicator</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.222</y-m>
<z-m>-0.00323</z-m>
</offsets>
</text>
<text>
<name>LabelVOR1</name>
<type type="string">literal</type>
<text type="string">NAV 1 display</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.041</y-m>
<z-m>0.10177</z-m>
</offsets>
</text>
<text>
<name>LabelVOR2</name>
<type type="string">literal</type>
<text type="string">NAV 2 display</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.041</y-m>
<z-m>-0.00323</z-m>
</offsets>
</text>
<text>
<name>LabelCOMM1</name>
<type type="string">literal</type>
<text type="string">COMM 1 / NAV 1</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m> 0.105 </y-m>
<z-m> 0.101</z-m>
</offsets>
</text>
<text>
<name>LabelCOMM2</name>
<type type="string">literal</type>
<text type="string">COMM 2 / NAV 2</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m> 0.105</y-m>
<z-m> 0.047</z-m>
</offsets>
</text>
<text>
<name>LabelADF</name>
<type type="string">literal</type>
<text type="string">ADF display</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.041</y-m>
<z-m>-0.10823</z-m>
</offsets>
</text>
<text>
<name>LabelKMA</name>
<type type="string">literal</type>
<text type="string">Audio Panel</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>0.113</y-m>
<z-m>0.13277</z-m>
</offsets>
</text>
<text>
<name>LabelKR87</name>
<type type="string">literal</type>
<text type="string">ADF</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>0.113</y-m>
<z-m>-0.00323</z-m>
</offsets>
</text>
<text>
<name>LabelClock</name>
<type type="string">literal</type>
<text type="string">Clock</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.389</y-m>
<z-m>0.08177</z-m>
</offsets>
</text>
<text>
<name>LabelVac</name>
<type type="string">literal</type>
<text type="string">Vacuum Gauge</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.432</y-m>
<z-m>0.05557</z-m>
</offsets>
</text>
<text>
<name>LabelFuel</name>
<type type="string">literal</type>
<text type="string">Fuel Gauge</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.405</y-m>
<z-m>0.01977</z-m>
</offsets>
</text>
<text>
<name>LabelOil</name>
<type type="string">literal</type>
<text type="string">Oil Gauge</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.405</y-m>
<z-m>-0.02723</z-m>
</offsets>
</text>
<text>
<name>LabelMags</name>
<type type="string">literal</type>
<text type="string">Magneto &amp; Starter</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.354</y-m>
<z-m>-0.20</z-m>
</offsets>
</text>
<text>
<name>LabelPrimer</name>
<type type="string">literal</type>
<text type="string">Primer</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.44</y-m>
<z-m>-0.19723</z-m>
</offsets>
</text>
<text>
<name>LabelLights</name>
<type type="string">literal</type>
<text type="string">Panel Lights</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.035</y-m>
<z-m>-0.249</z-m>
</offsets>
</text>
<text>
<name>LabelParkingBrake</name>
<type type="string">literal</type>
<text type="string">Parking Brake</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.20</y-m>
<z-m>-0.25723</z-m>
</offsets>
</text>
<text>
<name>LabelCarbHeat</name>
<type type="string">literal</type>
<text type="string">Carburetor Heat</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.15</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.08</y-m>
<z-m>-0.15723</z-m>
</offsets>
</text>
<text>
<name>LabelThrottle</name>
<type type="string">literal</type>
<text type="string">Throttle</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m>-0.02</y-m>
<z-m>-0.14723</z-m>
</offsets>
</text>
<text>
<name>LabelAltStaticAir</name>
<type type="string">literal</type>
<text type="string">Alternate Static Air</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m> 0.065</y-m>
<z-m>-0.249</z-m>
</offsets>
</text>
<text>
<name>LabelMixture</name>
<type type="string">literal</type>
<text type="string">Mixture</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.012</character-size>
<character-aspect-ratio type="double">1.0</character-aspect-ratio>
<axis-alignment>yz-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<x-m>-0.34</x-m>
<y-m> 0.05</y-m>
<z-m>-0.18723</z-m>
</offsets>
</text>
<text>
<name>LabelRedFlood</name>
<type type="string">literal</type>
<text type="string">Red Flood Light</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.005</character-size>
<character-aspect-ratio type="double">-1.0</character-aspect-ratio>
<axis-alignment>xy-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<heading-deg>90</heading-deg>
<x-m>0.35</x-m>
<y-m>0.00</y-m>
<z-m>0.42</z-m>
</offsets>
</text>
<text>
<name>LabelWhiteFlood</name>
<type type="string">literal</type>
<text type="string">White Dome Light</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.005</character-size>
<character-aspect-ratio type="double">-1.0</character-aspect-ratio>
<axis-alignment>xy-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<heading-deg>90</heading-deg>
<x-m>0.451</x-m>
<y-m>0.00</y-m>
<z-m>0.42</z-m>
</offsets>
</text>
<text>
<name>LabelWhiteFloodSlider</name>
<type type="string">literal</type>
<text type="string">White Dome Intensity</text>
<draw-text type="bool">true</draw-text>
<font>Helvetica.txf</font>
<character-size type="double">0.005</character-size>
<character-aspect-ratio type="double">-1.0</character-aspect-ratio>
<axis-alignment>xy-plane</axis-alignment>
<max-height>0.2</max-height>
<max-width>0.07</max-width>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
<alignment>center-center</alignment>
<offsets>
<heading-deg>90</heading-deg>
<x-m>0.433</x-m>
<y-m>0.00</y-m>
<z-m>0.42</z-m>
</offsets>
</text>
<animation>
<type>material</type>
<object-name>LabelASI</object-name>
<object-name>LabelAI</object-name>
<object-name>LabelAltimeter</object-name>
<object-name>LabelBatteryGauge</object-name>
<object-name>LabelAutopilot</object-name>
<object-name>LabelTransponder</object-name>
<object-name>LabelDME</object-name>
<object-name>LabelTurn</object-name>
<object-name>LabelVSI</object-name>
<object-name>LabelRPM</object-name>
<object-name>LabelHI</object-name>
<object-name>LabelVOR1</object-name>
<object-name>LabelVOR2</object-name>
<object-name>LabelADF</object-name>
<object-name>LabelRadio1</object-name>
<object-name>LabelRadio2</object-name>
<object-name>LabelKMA</object-name>
<object-name>LabelKR87</object-name>
<object-name>LabelClock</object-name>
<object-name>LabelVac</object-name>
<object-name>LabelFuel</object-name>
<object-name>LabelOil</object-name>
<object-name>LabelMags</object-name>
<object-name>LabelLights</object-name>
<object-name>LabelParkingBrake</object-name>
<object-name>LabelCarbHeat</object-name>
<object-name>LabelThrottle</object-name>
<object-name>LabelAltStaticAir</object-name>
<object-name>LabelMixture</object-name>
<object-name>LabelPrimer</object-name>
<object-name>LabelCOMM1</object-name>
<object-name>LabelCOMM2</object-name>
<object-name>LabelRedFlood</object-name>
<object-name>LabelWhiteFlood</object-name>
<object-name>LabelWhiteFloodSlider</object-name>
<emission>
<red>1.0</red>
<green>0.8</green>
<blue>0.0</blue>
</emission>
</animation>
<animation>
<type>select</type>
<object-name>LabelASI</object-name>
<object-name>LabelAI</object-name>
<object-name>LabelAltimeter</object-name>
<object-name>LabelBatteryGauge</object-name>
<object-name>LabelAutopilot</object-name>
<object-name>LabelTransponder</object-name>
<object-name>LabelDME</object-name>
<object-name>LabelTurn</object-name>
<object-name>LabelVSI</object-name>
<object-name>LabelRPM</object-name>
<object-name>LabelHI</object-name>
<object-name>LabelVOR1</object-name>
<object-name>LabelVOR2</object-name>
<object-name>LabelADF</object-name>
<object-name>LabelRadio1</object-name>
<object-name>LabelRadio2</object-name>
<object-name>LabelKMA</object-name>
<object-name>LabelKR87</object-name>
<object-name>LabelClock</object-name>
<object-name>LabelVac</object-name>
<object-name>LabelFuel</object-name>
<object-name>LabelOil</object-name>
<object-name>LabelMags</object-name>
<object-name>LabelLights</object-name>
<object-name>LabelParkingBrake</object-name>
<object-name>LabelCarbHeat</object-name>
<object-name>LabelThrottle</object-name>
<object-name>LabelAltStaticAir</object-name>
<object-name>LabelMixture</object-name>
<object-name>LabelPanelLight</object-name>
<object-name>LabelPrimer</object-name>
<object-name>LabelCOMM1</object-name>
<object-name>LabelCOMM2</object-name>
<object-name>LabelRedFlood</object-name>
<object-name>LabelWhiteFlood</object-name>
<object-name>LabelWhiteFloodSlider</object-name>
<condition>
<property>sim/panel-hotspots</property>
</condition>
</animation>
<!-- Primer -->
<animation>
<type>pick</type>
<object-name>PrimerLever</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>c172p.pumpPrimer();</script>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("primer-in", 1.2)</script>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("primer-out", 1.2)</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>primer</tooltip-id>
<label>Engine primer (%1d)</label>
<property>controls/engines/engine/primer</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>PrimerLever</object-name>
<property alias="/params/controls/primer-lever-animation"/>
<factor>0.04</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<!-- Pick animation for switches -->
<animation>
<type>pick</type>
<object-name>LandingLightSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>landing-light-switch</tooltip-id>
<label>Landing Lights: %s</label>
<mapping>on-off</mapping>
<property>controls/lighting/landing-lights</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>TaxiLightSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/taxi-light</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>taxi-light-switch</tooltip-id>
<label>Taxi Light: %s</label>
<mapping>on-off</mapping>
<property>controls/lighting/taxi-light</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>StrobeSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/strobe</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>strobe-switch</tooltip-id>
<label>Strobe: %s</label>
<mapping>on-off</mapping>
<property>controls/lighting/strobe</property>
</binding>
</hovered>
</animation>
<!-- MOD: MASTER/GEN Switches included 2/3 -->
<!-- MasterSwitch -->
<animation>
<type>pick</type>
<object-name>MasterSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/switches/master-bat</property>
</binding>
<binding>
<command>nasal</command>
<script>
var master_state = getprop("/controls/switches/master-bat");
if (!master_state) setprop("/controls/switches/master-alt", 0);
c172p.click("master");
</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>master-switch</tooltip-id>
<label>Battery: %s</label>
<mapping>on-off</mapping>
<property>controls/switches/master-bat</property>
</binding>
</hovered>
</animation>
<!-- GenSwitch -->
<animation>
<type>pick</type>
<object-name>GenSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/switches/master-alt</property>
</binding>
<binding>
<command>nasal</command>
<script>
var alt_state = getprop("/controls/switches/master-alt");
if (alt_state) setprop("/controls/switches/master-bat", 1);
c172p.click("master");
</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>alt-switch</tooltip-id>
<label>Alt: %s</label>
<mapping>on-off</mapping>
<property>controls/switches/master-alt</property>
</binding>
</hovered>
</animation>
<!-- MODEND: MASTER/GEN 2/3 -->
<animation>
<type>pick</type>
<object-name>BeaconSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/beacon</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>beacon-switch</tooltip-id>
<label>Beacon: %s</label>
<mapping>on-off</mapping>
<property>controls/lighting/beacon</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>NavLightSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/nav-lights</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>nav-light-switch</tooltip-id>
<label>Navigation Lights: %s</label>
<mapping>on-off</mapping>
<property>controls/lighting/nav-lights</property>
</binding>
</hovered>
</animation>
<animation>
<type>pick</type>
<object-name>PitotHeatSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/anti-ice/pitot-heat</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("light")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>pitot-heat</tooltip-id>
<label>Pitot Heat: %s</label>
<mapping>on-off</mapping>
<property>controls/anti-ice/pitot-heat</property>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>ParkingBrake</object-name>
<property alias="/params/controls/parking-lever"/>
<factor>90</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.56245</x-m>
<y-m>-0.20409</y-m>
<z-m>-0.29935</z-m>
</center>
</animation>
<!-- Carb Heat -->
<animation>
<type>translate</type>
<object-name>CarbHeat</object-name>
<property alias="/params/controls/carb-heat-animation"/>
<factor>0.04</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>CarbHeat</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/engines/current-engine/carb-heat</property>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>carburetor-heat</tooltip-id>
<label>Carburetor: %s</label>
<mapping>nasal</mapping>
<property>/controls/engines/current-engine/carb-heat</property>
<script>
var modes = ['COLD', 'HEATED'];
return modes[arg[0]];
</script>
</binding>
</hovered>
</animation>
<!-- Elevator Trim -->
<animation>
<type>knob</type>
<object-name>TrimWheel</object-name>
<property>controls/flight/elevator-trim</property>
<factor>-360</factor>
<drag-direction>vertical</drag-direction>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.406</x-m>
<y-m>-0.20</y-m>
<z-m>-0.44723</z-m>
</center>
<action>
<binding>
<command>property-adjust</command>
<property>controls/flight/elevator-trim</property>
<factor>0.001</factor>
<min>-1</min>
<max>1</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<label>Elevator trim: %3.3f</label>
<tooltip-id>pitch-trim</tooltip-id>
<property>controls/flight/elevator-trim</property>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>ElevatorTrimPos</object-name>
<property>controls/flight/elevator-trim</property>
<factor>-12</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.40646</x-m>
<y-m>-0.06682</y-m>
<z-m>-0.44635</z-m>
</center>
</animation>
<animation>
<type>knob</type>
<object-name>RudderTrimKnob</object-name>
<property>controls/flight/rudder-trim</property>
<factor>40</factor>
<drag-direction>horizontal</drag-direction>
<offset-deg>0</offset-deg>
<center>
<x-m>-0.521 </x-m>
<y-m> 0.00061</y-m>
<z-m>-0.56081</z-m>
</center>
<axis>
<x>0</x>
<y>0</y>
<z>1</z>
</axis>
<action>
<binding>
<command>property-adjust</command>
<property>controls/flight/rudder-trim</property>
<factor>0.002</factor>
<min>-.18</min>
<max>.18</max>
<wrap>false</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<label>Rudder trim: %3.3f</label>
<tooltip-id>rudder-trim</tooltip-id>
<property>controls/flight/rudder-trim</property>
</binding>
</hovered>
</animation>
<!-- Panel light knob -->
<animation>
<type>knob</type>
<object-name>panel-light-knob</object-name>
<property>controls/lighting/instruments-norm</property>
<factor>180</factor>
<axis>
<x>-1</x>
<y> 0</y>
<z> 0</z>
</axis>
<center>
<x-m>-0.36873</x-m>
<y-m>-0.035 </y-m>
<z-m>-0.26379</z-m>
</center>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>controls/lighting/instruments-norm</property>
<factor>0.05</factor>
<min>0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>lighting-brightness</tooltip-id>
<label>Instrument Lighting: %3d%%</label>
<property>controls/lighting/instruments-norm</property>
<mapping>percent</mapping>
</binding>
</hovered>
</animation>
<!-- Radio light knob -->
<animation>
<type>knob</type>
<drag-direction>vertical</drag-direction>
<object-name>radio-light-knob</object-name>
<property>controls/lighting/radio-norm</property>
<factor>180</factor>
<axis>
<x>-1</x>
<y> 0</y>
<z> 0</z>
</axis>
<center>
<x-m>-0.36873</x-m>
<y-m>-0.035</y-m>
<z-m>-0.26379</z-m>
</center>
<action>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>controls/lighting/radio-norm</property>
<factor>0.05</factor>
<min>0</min>
<max>1.0</max>
<wrap>0</wrap>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>lighting-brightness</tooltip-id>
<label>Radio Lighting: %3d%%</label>
<property>controls/lighting/radio-norm</property>
<mapping>percent</mapping>
</binding>
</hovered>
</animation>
<!-- Avionics Switch -->
<animation>
<type>pick</type>
<object-name>AvionicsSwitch</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/switches/master-avionics</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("avionics")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>AVIONICS-switch</tooltip-id>
<label>AVIONICS: %s</label>
<mapping>on-off</mapping>
<property>/controls/switches/master-avionics</property>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>AvionicsSwitch</object-name>
<property>/controls/switches/master-avionics</property>
<factor>-45</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36841</x-m>
<y-m>-0.3251 </y-m>
<z-m>-0.2353 </z-m>
</center>
</animation>
<!-- Breakers -->
<animation>
<type>translate</type>
<object-name>master_breaker</object-name>
<property>/controls/circuit-breakers/master</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>master_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/master</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>flaps_breaker</tooltip-id>
<label>Master breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/master</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>flaps_breaker</object-name>
<property>/controls/circuit-breakers/flaps</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>flaps_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/flaps</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>flaps_breaker</tooltip-id>
<label>Flaps breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/flaps</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>pitot-heat_breaker</object-name>
<property>/controls/circuit-breakers/pitot-heat</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>pitot-heat_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/pitot-heat</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>pitot-heat_breaker</tooltip-id>
<label>Pitot heat breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/pitot-heat</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>instr_breaker</object-name>
<property>/controls/circuit-breakers/instr</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>instr_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/instr</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>instr_breaker</tooltip-id>
<label>Instr breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/instr</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>intlt_breaker</object-name>
<property>/controls/circuit-breakers/intlt</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>intlt_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/intlt</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>intlt_breaker</tooltip-id>
<label>Interior lights breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/intlt</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>navlt_breaker</object-name>
<property>/controls/circuit-breakers/navlt</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>navlt_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/navlt</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>navlt_breaker</tooltip-id>
<label>Navigation lights breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/navlt</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>landing_breaker</object-name>
<property>/controls/circuit-breakers/landing</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>landing_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/landing</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>landing_breaker</tooltip-id>
<label>Landing lights breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/landing</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>bcnlt_breaker</object-name>
<property>/controls/circuit-breakers/bcnlt</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>bcnlt_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/bcnlt</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>bcnlt_breaker</tooltip-id>
<label>Beacon lights breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/bcnlt</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>strobe_breaker</object-name>
<property>/controls/circuit-breakers/strobe</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>strobe_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/strobe</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>strobe_breaker</tooltip-id>
<label>Strobe lights breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/strobe</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>turn-coordinator_breaker</object-name>
<property>/controls/circuit-breakers/turn-coordinator</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>turn-coordinator_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/turn-coordinator</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>turn-coordinator_breaker</tooltip-id>
<label>Turn coordinator breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/turn-coordinator</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>radio1_breaker</object-name>
<property>/controls/circuit-breakers/radio1</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>radio1_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/radio1</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>radio1_breaker</tooltip-id>
<label>Audio panel breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/radio1</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>radio2_breaker</object-name>
<property>/controls/circuit-breakers/radio2</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>radio2_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/radio2</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>radio2_breaker</tooltip-id>
<label>COM1/NAV1 breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/radio2</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>radio3_breaker</object-name>
<property>/controls/circuit-breakers/radio3</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>radio3_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/radio3</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>radio3_breaker</tooltip-id>
<label>COM2/NAV2 breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/radio3</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>radio4_breaker</object-name>
<property>/controls/circuit-breakers/radio4</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>radio4_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/radio4</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>radio4_breaker</tooltip-id>
<label>Transponder breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/radio4</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>radio5_breaker</object-name>
<property>/controls/circuit-breakers/radio5</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>radio5_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/radio5</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>radio5_breaker</tooltip-id>
<label>DME/ADF breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/radio5</property>
</binding>
</hovered>
</animation>
<animation>
<type>translate</type>
<object-name>autopilot_breaker</object-name>
<property>/controls/circuit-breakers/autopilot</property>
<factor>-0.008</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>autopilot_breaker</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/circuit-breakers/autopilot</property>
</binding>
<binding>
<command>nasal</command>
<script>c172p.click("cb")</script>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>autopilot_breaker</tooltip-id>
<label>Autopilot breaker: %s</label>
<mapping>on-off</mapping>
<property>/controls/circuit-breakers/autopilot</property>
</binding>
</hovered>
</animation>
<!-- Fuel selector face 43/68 -->
<animation>
<type>textranslate</type>
<object-name>FuelSelectorFace</object-name>
<property>/fdm/jsbsim/fuel/tank</property>
<bias>0.00</bias>
<factor>.5</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
</axis>
</animation>
<!-- Switches -->
<animation>
<type>rotate</type>
<object-name>TaxiLightSwitch</object-name>
<property>controls/lighting/taxi-light</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36819</x-m>
<y-m>0</y-m>
<z-m>-0.18854</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>LandingLightSwitch</object-name>
<property>controls/lighting/landing-lights</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36819</x-m>
<y-m>0</y-m>
<z-m>-0.18854</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>PitotHeatSwitch</object-name>
<property>controls/anti-ice/pitot-heat</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36818</x-m>
<y-m>0</y-m>
<z-m>-0.23619</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>NavLightSwitch</object-name>
<property>controls/lighting/nav-lights</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36818</x-m>
<y-m>0</y-m>
<z-m>-0.23619</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>BeaconSwitch</object-name>
<property>controls/lighting/beacon</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36818</x-m>
<y-m>0</y-m>
<z-m>-0.23619</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>StrobeSwitch</object-name>
<property>controls/lighting/strobe</property>
<factor>-50</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36818</x-m>
<y-m>0</y-m>
<z-m>-0.23619</z-m>
</center>
</animation>
<!-- MOD: MASTER/GEN Switches included 3/3 -->
<!-- MasterSwitch -->
<animation>
<type>rotate</type>
<object-name>MasterSwitch</object-name>
<property>controls/switches/master-bat</property>
<factor>-37</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36849</x-m>
<y-m>0</y-m>
<z-m>-0.20595</z-m>
</center>
</animation>
<!-- GenSwitch -->
<animation>
<type>rotate</type>
<object-name>GenSwitch</object-name>
<property>controls/switches/master-alt</property>
<factor>-37</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>-0.36849</x-m>
<y-m>0</y-m>
<z-m>-0.20595</z-m>
</center>
</animation>
<!-- MODEND: MASTER/GEN 3/3 -->
<animation>
<name>ControlsGroup</name>
<object-name>Yokes</object-name>
<object-name>CarbHeat</object-name>
<object-name>Throttle</object-name>
<object-name>Mixture</object-name>
<object-name>TrimWheel</object-name>
</animation>
<!-- Interior -->
<animation>
<name>InstrumentsGroup</name>
<object-name>Gear</object-name>
<object-name>Altimeter</object-name>
<object-name>BatteryGauge</object-name>
<object-name>Kap140</object-name>
<object-name>dme</object-name>
<object-name>asi</object-name>
<object-name>VSI</object-name>
<object-name>RPM</object-name>
<object-name>EGT</object-name>
<object-name>hi</object-name>
<object-name>vor1</object-name>
<object-name>vor2</object-name>
<object-name>adf</object-name>
<object-name>clock</object-name>
<object-name>vac</object-name>
<object-name>fuel</object-name>
<object-name>oil</object-name>
<object-name>MagCompass</object-name>
<object-name>MagCompassFloat</object-name>
</animation>
<animation>
<name>RadioGroup</name>
<object-name>kx165-1</object-name>
<object-name>kx165-2</object-name>
<object-name>kma20</object-name>
<object-name>kr87</object-name>
<object-name>transponder</object-name>
</animation>
<animation>
<type>range</type>
<object-name>InstrumentsGroup</object-name>
<object-name>ControlsGroup</object-name>
<min-m>0</min-m>
<max-m>35</max-m>
</animation>
<animation>
<type>range</type>
<object-name>RadioGroup</object-name>
<min-m>0</min-m>
<max-m>60</max-m>
</animation>
<model>
<name>elt</name>
<path>Aircraft/c172p/Models/Interior/FE-ELT/elt.xml</path>
</model>
</PropertyList>