1
0
Fork 0

Unify line endings

This commit is contained in:
martin 2008-10-11 23:17:23 +00:00
parent 20d64b1fb1
commit 5558852110
72 changed files with 111784 additions and 111784 deletions

View file

@ -1,27 +1,27 @@
<?xml version="1.0"?>
<PropertyList>
<default>
<menu n="10">
<label>Cessna C172P</label>
<enabled type="bool">true</enabled>
<item>
<label>Select Livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
<item>
<label>Immatriculation</label>
<binding>
<command>nasal</command>
<script>c172p.immat_dialog.toggle()</script>
</binding>
</item>
</menu>
</default>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<default>
<menu n="10">
<label>Cessna C172P</label>
<enabled type="bool">true</enabled>
<item>
<label>Select Livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
<item>
<label>Immatriculation</label>
<binding>
<command>nasal</command>
<script>c172p.immat_dialog.toggle()</script>
</binding>
</item>
</menu>
</default>
</PropertyList>

View file

@ -1,41 +1,41 @@
<?xml version="1.0"?>
<PropertyList>
<name>Immatriculation</name>
<layout>vbox</layout>
<modal>false</modal>
<draggable>true</draggable>
<group>
<layout>hbox</layout>
<text>
<label>Immatriculation</label>
</text>
</group>
<group>
<layout>hbox</layout>
<input>
<property>/sim/model/immat</property>
<type>STRING</type>
<width>100</width>
</input>
</group>
<group>
<layout>hbox</layout>
<empty><stretch>true</stretch></empty>
<button>
<legend>OK</legend>
<equal>true</equal>
<default>true</default>
<key>Esc</key>
<binding><command>dialog-apply</command></binding>
<binding><command>dialog-close</command></binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<name>Immatriculation</name>
<layout>vbox</layout>
<modal>false</modal>
<draggable>true</draggable>
<group>
<layout>hbox</layout>
<text>
<label>Immatriculation</label>
</text>
</group>
<group>
<layout>hbox</layout>
<input>
<property>/sim/model/immat</property>
<type>STRING</type>
<width>100</width>
</input>
</group>
<group>
<layout>hbox</layout>
<empty><stretch>true</stretch></empty>
<button>
<legend>OK</legend>
<equal>true</equal>
<default>true</default>
<key>Esc</key>
<binding><command>dialog-apply</command></binding>
<binding><command>dialog-close</command></binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,128 +1,128 @@
<?xml version="1.0"?>
<PropertyList>
<path>AI.ac</path>
<animation>
<type>material</type>
<object-name>Aircraft</object-name>
<object-name>CagedIndicator</object-name>
<object-name>Pitch</object-name>
<object-name>Roll</object-name>
<object-name>RollReference</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<name>Pitch</name>
<type>translate</type>
<object-name>Pitch</object-name>
<property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
<factor>-0.0007</factor>
<min-m>-0.01575</min-m>
<max-m>0.01575</max-m>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Roll</object-name>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Pitch</object-name>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-0.5</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>AdjustCCW</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step type="double">-0.5</step>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>AdjustCW</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step type="double">0.5</step>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>CageKnob</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/instrumentation/attitude-indicator/caged</property>
<value type="bool">true</value>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>CagedIndicator</object-name>
<condition>
<property>/instrumentation/attitude-indicator/caged</property>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>CageKnob</object-name>
<property>/instrumentation/attitude-indicator/caged</property>
<factor>0.005</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>AI.ac</path>
<animation>
<type>material</type>
<object-name>Aircraft</object-name>
<object-name>CagedIndicator</object-name>
<object-name>Pitch</object-name>
<object-name>Roll</object-name>
<object-name>RollReference</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<name>Pitch</name>
<type>translate</type>
<object-name>Pitch</object-name>
<property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
<factor>-0.0007</factor>
<min-m>-0.01575</min-m>
<max-m>0.01575</max-m>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Roll</object-name>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Pitch</object-name>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<factor>-0.5</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>AdjustCCW</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step type="double">-0.5</step>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<visible>false</visible>
<object-name>AdjustCW</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step type="double">0.5</step>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<visible>true</visible>
<object-name>CageKnob</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/instrumentation/attitude-indicator/caged</property>
<value type="bool">true</value>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>CagedIndicator</object-name>
<condition>
<property>/instrumentation/attitude-indicator/caged</property>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>CageKnob</object-name>
<property>/instrumentation/attitude-indicator/caged</property>
<factor>0.005</factor>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,198 +1,198 @@
<?xml version="1.0"?>
<PropertyList>
<path>Altimeter.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Ptr10000t</object-name>
<object-name>Ptr1000t</object-name>
<object-name>Ptr100t</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<!--
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
-->
<animation>
<type>rotate</type>
<object-name>Ptr100c</object-name>
<object-name>Ptr100t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.36</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ptr1000c</object-name>
<object-name>Ptr1000t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.036</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ptr10000c</object-name>
<object-name>Ptr10000t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.0036</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- <animation>
<type>texrotate</type>
<object-name>inhg</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<interpolation>
<entry>
<ind>27.90</ind>
<dep>0.0</dep>
</entry>
<entry>
<ind>28.0</ind>
<dep>9.35</dep>
</entry>
<entry>
<ind>28.5</ind>
<dep>59.0</dep>
</entry>
<entry>
<ind>29.0</ind>
<dep>109.0</dep>
</entry>
<entry>
<ind>29.5</ind>
<dep>159.5</dep>
</entry>
<entry>
<ind>29.9</ind>
<dep>200.0</dep>
</entry>
<entry>
<ind>30.0</ind>
<dep>210.0</dep>
</entry>
<entry>
<ind>30.5</ind>
<dep>261.0</dep>
</entry>
<entry>
<ind>31.0</ind>
<dep>310.0</dep>
</entry>
<entry>
<ind>31.4</ind>
<dep>350.0</dep>
</entry>
</interpolation>
<center>
<x>0.25</x>
<y>0.25</y>
</center>
<axis>
<x>0</x>
<y>0</y>
<z>-1</z>
</axis>
</animation>
-->
<!-- Altimeter -->
<animation>
<type>pick</type>
<object-name>AdjDn</object-name>
<visible>false</visible>
<action>
<name>decrease calibrate fine</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>-0.01</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>decrease calibrate coarse</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>-0.1</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>AdjUp</object-name>
<visible>false</visible>
<action>
<name>increase calibrate fine</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>0.01</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>increase calibrate coarse</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>0.1</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>Altimeter.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Ptr10000t</object-name>
<object-name>Ptr1000t</object-name>
<object-name>Ptr100t</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<!--
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
-->
<animation>
<type>rotate</type>
<object-name>Ptr100c</object-name>
<object-name>Ptr100t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.36</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ptr1000c</object-name>
<object-name>Ptr1000t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.036</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ptr10000c</object-name>
<object-name>Ptr10000t</object-name>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.0036</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- <animation>
<type>texrotate</type>
<object-name>inhg</object-name>
<property>/instrumentation/altimeter/setting-inhg</property>
<interpolation>
<entry>
<ind>27.90</ind>
<dep>0.0</dep>
</entry>
<entry>
<ind>28.0</ind>
<dep>9.35</dep>
</entry>
<entry>
<ind>28.5</ind>
<dep>59.0</dep>
</entry>
<entry>
<ind>29.0</ind>
<dep>109.0</dep>
</entry>
<entry>
<ind>29.5</ind>
<dep>159.5</dep>
</entry>
<entry>
<ind>29.9</ind>
<dep>200.0</dep>
</entry>
<entry>
<ind>30.0</ind>
<dep>210.0</dep>
</entry>
<entry>
<ind>30.5</ind>
<dep>261.0</dep>
</entry>
<entry>
<ind>31.0</ind>
<dep>310.0</dep>
</entry>
<entry>
<ind>31.4</ind>
<dep>350.0</dep>
</entry>
</interpolation>
<center>
<x>0.25</x>
<y>0.25</y>
</center>
<axis>
<x>0</x>
<y>0</y>
<z>-1</z>
</axis>
</animation>
-->
<!-- Altimeter -->
<animation>
<type>pick</type>
<object-name>AdjDn</object-name>
<visible>false</visible>
<action>
<name>decrease calibrate fine</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>-0.01</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>decrease calibrate coarse</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>-0.1</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>AdjUp</object-name>
<visible>false</visible>
<action>
<name>increase calibrate fine</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>0.01</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>increase calibrate coarse</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/altimeter/setting-inhg</property>
<step>0.1</step>
<min>26.0</min>
<max>33.0</max>
<wrap>false</wrap>
</binding>
</action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,65 +1,65 @@
<?xml version="1.0"?>
<PropertyList>
<path>BatteryGauge.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PtrTipL</object-name>
<object-name>PtrTipR</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrL</object-name>
<object-name>PtrTipL</object-name>
<property>systems/electrical/amps</property>
<interpolation>
<entry><ind>-40</ind><dep>-45</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>40</ind><dep>45</dep></entry>
</interpolation>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>-0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrR</object-name>
<object-name>PtrTipR</object-name>
<property>systems/electrical/volts</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>20</ind><dep>27</dep></entry>
<entry><ind>30</ind><dep>55</dep></entry>
<entry><ind>40</ind><dep>85</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>BatteryGauge.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PtrTipL</object-name>
<object-name>PtrTipR</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrL</object-name>
<object-name>PtrTipL</object-name>
<property>systems/electrical/amps</property>
<interpolation>
<entry><ind>-40</ind><dep>-45</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>40</ind><dep>45</dep></entry>
</interpolation>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>-0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrR</object-name>
<object-name>PtrTipR</object-name>
<property>systems/electrical/volts</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>20</ind><dep>27</dep></entry>
<entry><ind>30</ind><dep>55</dep></entry>
<entry><ind>40</ind><dep>85</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0.02</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,172 +1,172 @@
# set the timer for the selected function
var UPDATE_PERIOD = 0;
KMA26_timer = func {
settimer(KMA26Update, UPDATE_PERIOD);
}
# =============================== end timer stuff ===========================================
KMA26Update = func {
var volts = props.globals.getNode("/systems/electrical/outputs/audio-marker").getValue();
var dim = 1.0;
var primaryradio = props.globals.getNode("/instrumentation/kma26/primaryradio").getValue();
var lampnorm=0.0;
# ======== Radio Selector Buttons ========
if ( getprop("/instrumentation/kma26/com1sel") or primaryradio==1 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com1lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/com1lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/com2sel") or primaryradio==2 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com2lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/com2lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/com3sel") or primaryradio==3 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com3lampnorm",lampnorm);
setprop("/sim/sound/atc-chatter",1);
} else {
setprop("/instrumentation/kma26/com3lampnorm",0.0);
setprop("/sim/sound/atc-chatter",0);
}
if ( getprop("/instrumentation/kma26/nav1sel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/nav1lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/nav1lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/nav2sel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/nav2lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/nav2lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/mkrsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/mkrlampnorm",lampnorm);
setprop("/instrumentation/marker-beacon/audio-btn",1);
} else {
setprop("/instrumentation/kma26/mkrlampnorm",0.0);
setprop("/instrumentation/marker-beacon/audio-btn",0);
}
if ( getprop("/instrumentation/kma26/dmesel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/dmelampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/dmelampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/adfsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/adflampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/adflampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/auxsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/auxlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/auxlampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/monisel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/monilampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/monilampnorm",0.0);
}
# ======== Marker Lights ========
if ( getprop("/instrumentation/marker-beacon/outer") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/omkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/omkrlampnorm",0.0);
}
if ( getprop("/instrumentation/marker-beacon/middle") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/mmkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/mmkrlampnorm",0.0);
}
if ( getprop("/instrumentation/marker-beacon/inner") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/imkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/imkrlampnorm",0.0);
}
KMA26_timer();
}
####################### Initialise ##############################################
initialize = func {
### Initialise KMA26 ###
props.globals.getNode("/instrumentation/kma26/com1sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com2sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com3sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/nav1sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/nav2sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/mkrsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/adfsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/dmesel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/auxsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/monisel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com1lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/com2lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/com3lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/nav1lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/nav2lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/mkrlampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/adflampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/dmelampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/auxlampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/monilampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/primaryradio", 1).setIntValue(2);
KMA26Update();
# Finished Initialising
print ("KMA26 : initialised");
var initialized = 1;
} #end func
######################### Fire it up ############################################
setlistener("/sim/signals/electrical-initialized",initialize);
# set the timer for the selected function
var UPDATE_PERIOD = 0;
KMA26_timer = func {
settimer(KMA26Update, UPDATE_PERIOD);
}
# =============================== end timer stuff ===========================================
KMA26Update = func {
var volts = props.globals.getNode("/systems/electrical/outputs/audio-marker").getValue();
var dim = 1.0;
var primaryradio = props.globals.getNode("/instrumentation/kma26/primaryradio").getValue();
var lampnorm=0.0;
# ======== Radio Selector Buttons ========
if ( getprop("/instrumentation/kma26/com1sel") or primaryradio==1 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com1lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/com1lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/com2sel") or primaryradio==2 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com2lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/com2lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/com3sel") or primaryradio==3 )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/com3lampnorm",lampnorm);
setprop("/sim/sound/atc-chatter",1);
} else {
setprop("/instrumentation/kma26/com3lampnorm",0.0);
setprop("/sim/sound/atc-chatter",0);
}
if ( getprop("/instrumentation/kma26/nav1sel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/nav1lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/nav1lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/nav2sel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/nav2lampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/nav2lampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/mkrsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/mkrlampnorm",lampnorm);
setprop("/instrumentation/marker-beacon/audio-btn",1);
} else {
setprop("/instrumentation/kma26/mkrlampnorm",0.0);
setprop("/instrumentation/marker-beacon/audio-btn",0);
}
if ( getprop("/instrumentation/kma26/dmesel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/dmelampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/dmelampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/adfsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/adflampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/adflampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/auxsel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/auxlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/auxlampnorm",0.0);
}
if ( getprop("/instrumentation/kma26/monisel") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/monilampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/monilampnorm",0.0);
}
# ======== Marker Lights ========
if ( getprop("/instrumentation/marker-beacon/outer") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/omkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/omkrlampnorm",0.0);
}
if ( getprop("/instrumentation/marker-beacon/middle") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/mmkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/mmkrlampnorm",0.0);
}
if ( getprop("/instrumentation/marker-beacon/inner") )
{
lampnorm = volts * dim * 0.041666;
setprop("/instrumentation/kma26/imkrlampnorm",lampnorm);
} else {
setprop("/instrumentation/kma26/imkrlampnorm",0.0);
}
KMA26_timer();
}
####################### Initialise ##############################################
initialize = func {
### Initialise KMA26 ###
props.globals.getNode("/instrumentation/kma26/com1sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com2sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com3sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/nav1sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/nav2sel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/mkrsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/adfsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/dmesel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/auxsel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/monisel", 1).setBoolValue(0);
props.globals.getNode("/instrumentation/kma26/com1lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/com2lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/com3lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/nav1lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/nav2lampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/mkrlampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/adflampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/dmelampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/auxlampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/monilampnorm", 1).setDoubleValue(0);
props.globals.getNode("/instrumentation/kma26/primaryradio", 1).setIntValue(2);
KMA26Update();
# Finished Initialising
print ("KMA26 : initialised");
var initialized = 1;
} #end func
######################### Fire it up ############################################
setlistener("/sim/signals/electrical-initialized",initialize);

File diff suppressed because it is too large Load diff

View file

@ -1,39 +1,39 @@
<click>
<name>KMA26HiSens</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>
<click>
<name>KMA26LoSens</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>0</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>
<click>
<name>KMA26SensTest</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>-1</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>
<click>
<name>KMA26HiSens</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>
<click>
<name>KMA26LoSens</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>0</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>
<click>
<name>KMA26SensTest</name>
<path>Sounds/click.wav</path>
<condition>
<equals>
<property>instrumentation/kma26/sens</property>
<value>-1</value>
</equals>
</condition>
<volume>
<factor>0.5</factor>
</volume>
</click>

File diff suppressed because it is too large Load diff

View file

@ -1,36 +1,36 @@
<?xml version="1.0"?>
<PropertyList>
<path>MagneticCompass.ac</path>
<animation>
<type>material</type>
<object-name>Ball</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Ball</object-name>
<property>instrumentation/magnetic-compass/indicated-heading-deg</property>
<center>
<x-m>-0.022</x-m>
<y-m>0.00</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>MagneticCompass.ac</path>
<animation>
<type>material</type>
<object-name>Ball</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Ball</object-name>
<property>instrumentation/magnetic-compass/indicated-heading-deg</property>
<center>
<x-m>-0.022</x-m>
<y-m>0.00</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>0.0</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,41 +1,41 @@
<?xml version="1.0"?>
<PropertyList>
<path>RPM.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>engines/engine[0]/rpm</property>
<interpolation>
<entry><ind>0</ind><dep>15</dep></entry>
<entry><ind>3000</ind><dep>257</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>RPM.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>engines/engine[0]/rpm</property>
<interpolation>
<entry><ind>0</ind><dep>15</dep></entry>
<entry><ind>3000</ind><dep>257</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,54 +1,54 @@
<?xml version="1.0"?>
<PropertyList>
<path>Turn.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PtrTip</object-name>
<object-name>BallEnclosure</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrCtr</object-name>
<object-name>PtrTip</object-name>
<property>/instrumentation/turn-indicator/indicated-turn-rate</property>
<factor>20.0</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ball</object-name>
<property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
<factor>21</factor>
<min-deg>-19</min-deg>
<max-deg>19</max-deg>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.05</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>Turn.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PtrTip</object-name>
<object-name>BallEnclosure</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PtrCtr</object-name>
<object-name>PtrTip</object-name>
<property>/instrumentation/turn-indicator/indicated-turn-rate</property>
<factor>20.0</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Ball</object-name>
<property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
<factor>21</factor>
<min-deg>-19</min-deg>
<max-deg>19</max-deg>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.05</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,47 +1,47 @@
<?xml version="1.0"?>
<PropertyList>
<path>VSI.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
<interpolation>
<entry><ind>-2000</ind><dep>-172</dep></entry>
<entry><ind>-1500</ind><dep>-130</dep></entry>
<entry><ind>-1000</ind><dep>-79</dep></entry>
<entry><ind>-500</ind><dep>-33</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>500</ind><dep>33</dep></entry>
<entry><ind>1000</ind><dep>79</dep></entry>
<entry><ind>1500</ind><dep>130</dep></entry>
<entry><ind>2000</ind><dep>172</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>VSI.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>PointerTip</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/controls/lighting/instruments-norm</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>PointerCentre</object-name>
<object-name>PointerTip</object-name>
<property>instrumentation/vertical-speed-indicator/indicated-speed-fpm</property>
<interpolation>
<entry><ind>-2000</ind><dep>-172</dep></entry>
<entry><ind>-1500</ind><dep>-130</dep></entry>
<entry><ind>-1000</ind><dep>-79</dep></entry>
<entry><ind>-500</ind><dep>-33</dep></entry>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>500</ind><dep>33</dep></entry>
<entry><ind>1000</ind><dep>79</dep></entry>
<entry><ind>1500</ind><dep>130</dep></entry>
<entry><ind>2000</ind><dep>172</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
</animation>
</PropertyList>

View file

@ -1,70 +1,70 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Needle"
loc 0.002501 -0.00207536 0
crease 45.000000
numvert 9
0 0.0135253 -0.001537
0 -0.00689564 -0.001537
0 -0.00689564 0.001537
0 0.0135253 0.001537
0 0.016972 0.000726
0 0.016972 -0.000726
0 0.0262528 -0.000726
0 0.0262528 0.000726
0 0.0291699 0
numsurf 5
SURF 0x0
mat 0
refs 4
0 0 0
3 0 0
2 0 0
1 0 0
SURF 0x0
mat 0
refs 4
3 0 0
0 0 0
5 0 0
4 0 0
SURF 0x0
mat 0
refs 3
5 0 0
6 0 0
8 0 0
SURF 0x0
mat 0
refs 3
8 0 0
7 0 0
4 0 0
SURF 0x0
mat 0
refs 3
8 0 0
4 0 0
5 0 0
kids 0
OBJECT poly
name "Face"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/asi/asi.rgb"
crease 45.000000
numvert 4
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.941406 0.941406
3 0.0507812 0.941406
2 0.0507812 0.0507812
1 0.941406 0.0507812
kids 0
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Needle"
loc 0.002501 -0.00207536 0
crease 45.000000
numvert 9
0 0.0135253 -0.001537
0 -0.00689564 -0.001537
0 -0.00689564 0.001537
0 0.0135253 0.001537
0 0.016972 0.000726
0 0.016972 -0.000726
0 0.0262528 -0.000726
0 0.0262528 0.000726
0 0.0291699 0
numsurf 5
SURF 0x0
mat 0
refs 4
0 0 0
3 0 0
2 0 0
1 0 0
SURF 0x0
mat 0
refs 4
3 0 0
0 0 0
5 0 0
4 0 0
SURF 0x0
mat 0
refs 3
5 0 0
6 0 0
8 0 0
SURF 0x0
mat 0
refs 3
8 0 0
7 0 0
4 0 0
SURF 0x0
mat 0
refs 3
8 0 0
4 0 0
5 0 0
kids 0
OBJECT poly
name "Face"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/asi/asi.rgb"
crease 45.000000
numvert 4
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
numsurf 1
SURF 0x0
mat 0
refs 4
0 0.941406 0.941406
3 0.0507812 0.941406
2 0.0507812 0.0507812
1 0.941406 0.0507812
kids 0

View file

@ -1,44 +1,44 @@
<?xml version="1.0"?>
<PropertyList>
<name>ASI</name>
<path>asi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<interpolation>
<entry><ind> 10</ind><dep> 3</dep></entry>
<entry><ind> 40</ind><dep> 38</dep></entry>
<entry><ind> 60</ind><dep> 85</dep></entry>
<entry><ind> 80</ind><dep> 146</dep></entry>
<entry><ind> 100</ind><dep> 198</dep></entry>
<entry><ind> 120</ind><dep> 236</dep></entry>
<entry><ind> 140</ind><dep> 274</dep></entry>
<entry><ind> 160</ind><dep> 313</dep></entry>
<entry><ind> 190</ind><dep> 353</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<name>ASI</name>
<path>asi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<interpolation>
<entry><ind> 10</ind><dep> 3</dep></entry>
<entry><ind> 40</ind><dep> 38</dep></entry>
<entry><ind> 60</ind><dep> 85</dep></entry>
<entry><ind> 80</ind><dep> 146</dep></entry>
<entry><ind> 100</ind><dep> 198</dep></entry>
<entry><ind> 120</ind><dep> 236</dep></entry>
<entry><ind> 140</ind><dep> 274</dep></entry>
<entry><ind> 160</ind><dep> 313</dep></entry>
<entry><ind> 190</ind><dep> 353</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,115 +1,115 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009802 0.031235
0 0.009802 0.031235
0 0.009802 -0.03347
0 -0.009802 -0.03347
0 -0.009802 -4.6e-005
0 0.009802 7.1e-005
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.00390625 0.2265625
4 0.193539649248 0.226562485099
5 0.192815095186 0.765625059605
1 0.00390625 0.765625
SURF 0x00
mat 1
refs 4
4 0.791512787342 0.226562529802
3 0.994140625 0.2265625
2 0.994140625 0.765625
5 0.790821909904 0.765625059605
kids 0
OBJECT poly
name "LeftFuelNeedle"
data 8
Mesh.004
crease 30.000000
numvert 7
0.001239 0.002861 0.015565
0.001239 -0.018203 0.015565
0.001239 -0.018203 0.016893
0.001239 0.002861 0.016893
0.001239 -0.007671 0.016893
0.001239 -0.007671 0.015565
0.001239 -0.018203 0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0
OBJECT poly
name "RightFuelNeedle"
data 8
Mesh.001
crease 30.000000
numvert 7
0.001239 0.002861 -0.015565
0.001239 -0.018203 -0.015565
0.001239 -0.018203 -0.016893
0.001239 0.002861 -0.016893
0.001239 -0.007671 -0.016893
0.001239 -0.007671 -0.015565
0.001239 -0.018203 -0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
5 0.0 0.0
4 0.0 0.0
3 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
5 0.0 0.0
6 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
6 0.0 0.0
2 0.0 0.0
SURF 0x00
mat 1
refs 3
5 0.0 0.0
1 0.0 0.0
6 0.0 0.0
kids 0
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009802 0.031235
0 0.009802 0.031235
0 0.009802 -0.03347
0 -0.009802 -0.03347
0 -0.009802 -4.6e-005
0 0.009802 7.1e-005
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.00390625 0.2265625
4 0.193539649248 0.226562485099
5 0.192815095186 0.765625059605
1 0.00390625 0.765625
SURF 0x00
mat 1
refs 4
4 0.791512787342 0.226562529802
3 0.994140625 0.2265625
2 0.994140625 0.765625
5 0.790821909904 0.765625059605
kids 0
OBJECT poly
name "LeftFuelNeedle"
data 8
Mesh.004
crease 30.000000
numvert 7
0.001239 0.002861 0.015565
0.001239 -0.018203 0.015565
0.001239 -0.018203 0.016893
0.001239 0.002861 0.016893
0.001239 -0.007671 0.016893
0.001239 -0.007671 0.015565
0.001239 -0.018203 0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0
OBJECT poly
name "RightFuelNeedle"
data 8
Mesh.001
crease 30.000000
numvert 7
0.001239 0.002861 -0.015565
0.001239 -0.018203 -0.015565
0.001239 -0.018203 -0.016893
0.001239 0.002861 -0.016893
0.001239 -0.007671 -0.016893
0.001239 -0.007671 -0.015565
0.001239 -0.018203 -0.016229
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
5 0.0 0.0
4 0.0 0.0
3 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
5 0.0 0.0
6 0.0 0.0
SURF 0x00
mat 1
refs 3
4 0.0 0.0
6 0.0 0.0
2 0.0 0.0
SURF 0x00
mat 1
refs 3
5 0.0 0.0
1 0.0 0.0
6 0.0 0.0
kids 0

View file

@ -1,108 +1,108 @@
<?xml version="1.0"?>
<PropertyList>
<path>c172fuel.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>LeftFuelNeedle</object-name>
<object-name>RightFuelNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>LeftFuelNeedle</object-name>
<property>/consumables/fuel/tank[0]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>RightFuelNeedle</object-name>
<property>/consumables/fuel/tank[1]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>c172fuel.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>LeftFuelNeedle</object-name>
<object-name>RightFuelNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>LeftFuelNeedle</object-name>
<property>/consumables/fuel/tank[0]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>RightFuelNeedle</object-name>
<property>/consumables/fuel/tank[1]/level-gal_us</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>5</ind>
<dep>-18</dep>
</entry>
<entry>
<ind>10</ind>
<dep>-7</dep>
</entry>
<entry>
<ind>15</ind>
<dep>5</dep>
</entry>
<entry>
<ind>20</ind>
<dep>16</dep>
</entry>
<entry>
<ind>24</ind>
<dep>27</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,103 +1,103 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009779 0.033505
0 0.009779 0.033374
0 -0.009779 -5.1e-005
0 0.009779 -5e-006
0 -0.009779 -0.033271
0 0.009779 -0.032917
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.189988359809 0.2265625
2 0.394032120705 0.2265625
3 0.394032120705 0.765625
1 0.190780520439 0.765625
SURF 0x00
mat 1
refs 4
2 0.591079771519 0.226562514901
4 0.793088853359 0.226562514901
5 0.790941417217 0.765625
3 0.590524494648 0.765625
kids 0
OBJECT poly
name "OilPressNeedle"
data 8
Mesh.001
crease 30.000000
numvert 6
0.001236 0.002855 -0.017719
0.001236 -0.018162 -0.017719
0.001236 -0.018162 -0.016394
0.001236 0.002855 -0.016394
0.001236 -0.007653 -0.016394
0.001236 -0.007653 -0.017719
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "OilTempNeedle"
data 8
Mesh.003
crease 30.000000
numvert 7
0.001236 0.002855 0.014881
0.001236 -0.018162 0.014881
0.001236 -0.018162 0.016206
0.001236 0.002855 0.016206
0.001236 -0.007653 0.016206
0.001236 -0.007653 0.014881
0.001236 -0.018162 0.015543
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "Material.001" rgb 1 1 1 amb 0.5 0.5 0.5 emis 0.15 0.15 0.15 spec 1 1 1 shi 72 trans 0
OBJECT world
kids 3
OBJECT poly
name "Face"
data 8
Mesh.005
texture "fuel-oil.rgb"
texrep 1 1
crease 30.000000
numvert 6
0 -0.009779 0.033505
0 0.009779 0.033374
0 -0.009779 -5.1e-005
0 0.009779 -5e-006
0 -0.009779 -0.033271
0 0.009779 -0.032917
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.189988359809 0.2265625
2 0.394032120705 0.2265625
3 0.394032120705 0.765625
1 0.190780520439 0.765625
SURF 0x00
mat 1
refs 4
2 0.591079771519 0.226562514901
4 0.793088853359 0.226562514901
5 0.790941417217 0.765625
3 0.590524494648 0.765625
kids 0
OBJECT poly
name "OilPressNeedle"
data 8
Mesh.001
crease 30.000000
numvert 6
0.001236 0.002855 -0.017719
0.001236 -0.018162 -0.017719
0.001236 -0.018162 -0.016394
0.001236 0.002855 -0.016394
0.001236 -0.007653 -0.016394
0.001236 -0.007653 -0.017719
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "OilTempNeedle"
data 8
Mesh.003
crease 30.000000
numvert 7
0.001236 0.002855 0.014881
0.001236 -0.018162 0.014881
0.001236 -0.018162 0.016206
0.001236 0.002855 0.016206
0.001236 -0.007653 0.016206
0.001236 -0.007653 0.014881
0.001236 -0.018162 0.015543
numsurf 4
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
5 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
2 0.0 0.0
6 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 1
refs 3
6 0.0 0.0
1 0.0 0.0
5 0.0 0.0
kids 0

View file

@ -1,98 +1,98 @@
<?xml version="1.0"?>
<PropertyList>
<path>c172oil.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>OilTempNeedle</object-name>
<object-name>OilPressNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>OilTempNeedle</object-name>
<property>/engines/engine[0]/oil-temperature-degf</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-36</dep>
</entry>
<entry>
<ind>75</ind>
<dep>-34</dep>
</entry>
<entry>
<ind>180</ind>
<dep>4</dep>
</entry>
<entry>
<ind>260</ind>
<dep>29</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>OilPressNeedle</object-name>
<property>/engines/engine[0]/oil-pressure-psi</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>25</ind>
<dep>-21</dep>
</entry>
<entry>
<ind>60</ind>
<dep>3</dep>
</entry>
<entry>
<ind>90</ind>
<dep>22</dep>
</entry>
<entry>
<ind>120</ind>
<dep>30</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>c172oil.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>OilTempNeedle</object-name>
<object-name>OilPressNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>OilTempNeedle</object-name>
<property>/engines/engine[0]/oil-temperature-degf</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-36</dep>
</entry>
<entry>
<ind>75</ind>
<dep>-34</dep>
</entry>
<entry>
<ind>180</ind>
<dep>4</dep>
</entry>
<entry>
<ind>260</ind>
<dep>29</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>OilPressNeedle</object-name>
<property>/engines/engine[0]/oil-pressure-psi</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>25</ind>
<dep>-21</dep>
</entry>
<entry>
<ind>60</ind>
<dep>3</dep>
</entry>
<entry>
<ind>90</ind>
<dep>22</dep>
</entry>
<entry>
<ind>120</ind>
<dep>30</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,93 +1,93 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 72 trans 0
OBJECT world
kids 4
OBJECT poly
name "MinuteHand"
numvert 5
0.001119 0.023237 0
0.001119 0.001066 -0.000697
0.001119 0.001066 0.000698
0.001119 0.009934 0.001043
0.001119 0.009934 -0.001043
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "HourHand"
numvert 5
0.000639 0.015039 -3.6e-05
0.000639 0.001074 -0.000704
0.000639 0.001074 0.000691
0.000639 0.011129 0.001247
0.000639 0.011129 -0.001319
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "Face"
texture "/home/m/fgfs/Base/Aircraft/bo105/Instruments/clock/clock.rgb"
texrep 1 1
numvert 4
0 0.026 -0.026
0 -0.026 -0.026
0 -0.026 0.026
0 0.026 0.026
numsurf 1
SURF 0x00
mat 0
refs 4
0 1.0 1.0
3 0.0 1.0
2 0.0 0.0
1 1.0 0.0
kids 0
OBJECT poly
name "SecondHand"
numvert 6
0.001545 0.023124 -0.000413
0.001545 0.001081 -0.000369
0.001545 0.001066 0.000334
0.001545 0.02311 0.00029
0.001545 0.006682 0.000348
0.001545 0.006697 -0.000354
numsurf 2
SURF 0x00
mat 0
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 72 trans 0
OBJECT world
kids 4
OBJECT poly
name "MinuteHand"
numvert 5
0.001119 0.023237 0
0.001119 0.001066 -0.000697
0.001119 0.001066 0.000698
0.001119 0.009934 0.001043
0.001119 0.009934 -0.001043
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "HourHand"
numvert 5
0.000639 0.015039 -3.6e-05
0.000639 0.001074 -0.000704
0.000639 0.001074 0.000691
0.000639 0.011129 0.001247
0.000639 0.011129 -0.001319
numsurf 2
SURF 0x00
mat 0
refs 3
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
4 0.0 0.0
3 0.0 0.0
2 0.0 0.0
kids 0
OBJECT poly
name "Face"
texture "/home/m/fgfs/Base/Aircraft/bo105/Instruments/clock/clock.rgb"
texrep 1 1
numvert 4
0 0.026 -0.026
0 -0.026 -0.026
0 -0.026 0.026
0 0.026 0.026
numsurf 1
SURF 0x00
mat 0
refs 4
0 1.0 1.0
3 0.0 1.0
2 0.0 0.0
1 1.0 0.0
kids 0
OBJECT poly
name "SecondHand"
numvert 6
0.001545 0.023124 -0.000413
0.001545 0.001081 -0.000369
0.001545 0.001066 0.000334
0.001545 0.02311 0.00029
0.001545 0.006682 0.000348
0.001545 0.006697 -0.000354
numsurf 2
SURF 0x00
mat 0
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 0
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0

View file

@ -1,45 +1,45 @@
<?xml version="1.0"?>
<PropertyList>
<path>clock.ac</path>
<animation>
<type>rotate</type>
<object-name>SecondHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>MinuteHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>0.1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HourHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>0.008333</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>clock.ac</path>
<animation>
<type>rotate</type>
<object-name>SecondHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>6</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>MinuteHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>0.1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HourHand</object-name>
<property>/sim/time/utc/day-seconds</property>
<factor>0.008333</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,198 +1,198 @@
<?xml version="1.0"?>
<PropertyList>
<path>hi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Front</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>OBS-Knob</object-name>
<object-name>Hdg-Knob</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Face</object-name>
<property>/instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>/instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>/autopilot/settings/heading-bug-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Heading Bug control -->
<animation>
<type>pick</type>
<object-name>click-bug-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-bug-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<!-- Heading Offset -->
<animation>
<type>pick</type>
<object-name>click-offset-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-offset-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>hi.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Front</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>OBS-Knob</object-name>
<object-name>Hdg-Knob</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Face</object-name>
<property>/instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>/instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>HdgBug</object-name>
<property>/autopilot/settings/heading-bug-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Heading Bug control -->
<animation>
<type>pick</type>
<object-name>click-bug-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-bug-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/autopilot/settings/heading-bug-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<!-- Heading Offset -->
<animation>
<type>pick</type>
<object-name>click-offset-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-offset-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/heading-indicator/offset-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,49 +1,49 @@
<?xml version="1.0"?>
<!-- KI 227-00
ADF Heading Indicator -manually rotated compass card
Syd Adams
-->
<PropertyList>
<path>ki227.ac</path>
<animation>
<type>material</type>
<object-name>KI227card</object-name>
<object-name>KI227.needle</object-name>
<object-name>KI227.knob</object-name>
<object-name>KI227.face</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227card</object-name>
<property>/instrumentation/kr-87/inputs/rotation-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227.needle</object-name>
<property>/instrumentation/kr-87/outputs/needle-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<!-- KI 227-00
ADF Heading Indicator -manually rotated compass card
Syd Adams
-->
<PropertyList>
<path>ki227.ac</path>
<animation>
<type>material</type>
<object-name>KI227card</object-name>
<object-name>KI227.needle</object-name>
<object-name>KI227.knob</object-name>
<object-name>KI227.face</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227card</object-name>
<property>/instrumentation/kr-87/inputs/rotation-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227.needle</object-name>
<property>/instrumentation/kr-87/outputs/needle-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,49 +1,49 @@
<?xml version="1.0"?>
<!-- KI 227-01
ADF Heading Indicator -HSI driven compass card
Syd Adams
-->
<PropertyList>
<path>ki227.ac</path>
<animation>
<type>material</type>
<object-name>KI227card</object-name>
<object-name>KI227.needle</object-name>
<object-name>KI227.knob</object-name>
<object-name>KI227.face</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227card</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227.needle</object-name>
<property>/instrumentation/kr-87/outputs/needle-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<!-- KI 227-01
ADF Heading Indicator -HSI driven compass card
Syd Adams
-->
<PropertyList>
<path>ki227.ac</path>
<animation>
<type>material</type>
<object-name>KI227card</object-name>
<object-name>KI227.needle</object-name>
<object-name>KI227.knob</object-name>
<object-name>KI227.face</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227card</object-name>
<property>instrumentation/heading-indicator/indicated-heading-deg</property>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>KI227.needle</object-name>
<property>/instrumentation/kr-87/outputs/needle-deg</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,274 +1,274 @@
<?xml version="1.0"?>
<!--
KR 87 ADF radio hotspots
-->
<PropertyList>
<name>kr87 adf hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>34</h>
<actions>
<!-- ************************ ADF *****************-->
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-17</y>
<w>160</w>
<h>34</h>
</action>
-->
<action>
<name>adf frequency decrease small</name>
<button>0</button>
<x>50</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>-1</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency decrease large</name>
<button>1</button>
<x>50</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>-100</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency increase small</name>
<button>0</button>
<x>63</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>1</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency increase large</name>
<button>1</button>
<x>63</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>100</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf volume increase</name>
<button>0</button>
<x>38</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<property>instrumentation/kr-87/inputs/power-btn</property>
</condition>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/inputs/volume</property>
<step>0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>adf power on</name>
<button>0</button>
<x>38</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<not>
<property>instrumentation/kr-87/inputs/power-btn</property>
</not>
</condition>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/power-btn</property>
<value>true</value>
</binding>
</action>
<action>
<name>adf volume decrease</name>
<button>0</button>
<x>31</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<greater-than>
<property>instrumentation/kr-87/inputs/volume</property>
<value>0.0</value>
</greater-than>
</condition>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/inputs/volume</property>
<step>-0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>adf power off</name>
<button>0</button>
<x>31</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<equals>
<property>instrumentation/kr-87/inputs/volume</property>
<value>0</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/power-btn</property>
<value>false</value>
</binding>
</action>
<action>
<name>adf button</name>
<button>0</button>
<x>-52</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/kr-87/inputs/adf-btn</property>
</binding>
</action>
<!-- Button actions -->
<action>
<name>bfo button</name>
<button>0</button>
<x>-37</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/kr-87/inputs/bfo-btn</property>
</binding>
</action>
<action>
<name>frq button</name>
<button>0</button>
<x>-22</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/frq-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/frq-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
<action>
<name>flt button</name>
<button>0</button>
<x>-6</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/flt-et-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/flt-et-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
<action>
<name>set button</name>
<button>0</button>
<x>9</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/set-rst-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/set-rst-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
</actions>
<?xml version="1.0"?>
<!--
KR 87 ADF radio hotspots
-->
<PropertyList>
<name>kr87 adf hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>34</h>
<actions>
<!-- ************************ ADF *****************-->
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-17</y>
<w>160</w>
<h>34</h>
</action>
-->
<action>
<name>adf frequency decrease small</name>
<button>0</button>
<x>50</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>-1</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency decrease large</name>
<button>1</button>
<x>50</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>-100</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency increase small</name>
<button>0</button>
<x>63</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>1</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf frequency increase large</name>
<button>1</button>
<x>63</x>
<y>-10</y>
<w>13</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<step>100</step>
<min>100</min>
<max>1300</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>adf volume increase</name>
<button>0</button>
<x>38</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<property>instrumentation/kr-87/inputs/power-btn</property>
</condition>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/inputs/volume</property>
<step>0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>adf power on</name>
<button>0</button>
<x>38</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<not>
<property>instrumentation/kr-87/inputs/power-btn</property>
</not>
</condition>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/power-btn</property>
<value>true</value>
</binding>
</action>
<action>
<name>adf volume decrease</name>
<button>0</button>
<x>31</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<greater-than>
<property>instrumentation/kr-87/inputs/volume</property>
<value>0.0</value>
</greater-than>
</condition>
<binding>
<command>property-adjust</command>
<property>instrumentation/kr-87/inputs/volume</property>
<step>-0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>adf power off</name>
<button>0</button>
<x>31</x>
<y>-11</y>
<w>7</w>
<h>10</h>
<condition>
<equals>
<property>instrumentation/kr-87/inputs/volume</property>
<value>0</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/power-btn</property>
<value>false</value>
</binding>
</action>
<action>
<name>adf button</name>
<button>0</button>
<x>-52</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/kr-87/inputs/adf-btn</property>
</binding>
</action>
<!-- Button actions -->
<action>
<name>bfo button</name>
<button>0</button>
<x>-37</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/kr-87/inputs/bfo-btn</property>
</binding>
</action>
<action>
<name>frq button</name>
<button>0</button>
<x>-22</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/frq-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/frq-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
<action>
<name>flt button</name>
<button>0</button>
<x>-6</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/flt-et-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/flt-et-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
<action>
<name>set button</name>
<button>0</button>
<x>9</x>
<y>-13</y>
<w>10</w>
<h>5</h>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/set-rst-btn</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>instrumentation/kr-87/inputs/set-rst-btn</property>
<value>0</value>
</binding>
</mod-up>
</action>
</actions>
</PropertyList>

View file

@ -1,309 +1,309 @@
<?xml version="1.0"?>
<!--
KR-87
Bendix/King ADF Reciever
Syd Adams
-->
<PropertyList>
<path>kr87.ac</path>
<animation>
<type>material</type>
<object-name>KR87.adf</object-name>
<object-name>KR87.bfo</object-name>
<object-name>KR87.frq</object-name>
<object-name>KR87.flt</object-name>
<object-name>KR87.set</object-name>
<object-name>KR87.volume</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>in-use-leds</name>
<object-name>freq.001</object-name>
<object-name>freq.002</object-name>
<object-name>freq.003</object-name>
<object-name>freq.004</object-name>
</animation>
<animation>
<name>standby-leds</name>
<object-name>stby.001</object-name>
<object-name>stby.002</object-name>
<object-name>stby.003</object-name>
<object-name>stby.004</object-name>
</animation>
<animation>
<type>select</type>
<object-name>in-use-leds</object-name>
<object-name>standby-leds</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>freq.001</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
<greater-than>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<value>999</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>stby.001</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<or>
<greater-than>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<value>999</value>
</greater-than>
<equals>
<property>instrumentation/kr-87/modes/stby</property>
<value>1</value>
</equals>
</or>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>stby</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>instrumentation/kr-87/modes/stby</property>
<value>0</value>
</greater-than>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KR87.volume</object-name>
<property>instrumentation/kr-87/inputs/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.00</x-m>
<y-m>0.038</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>translate</type>
<object-name>KR87.adf</object-name>
<property>instrumentation/kr-87/annunciators/adf</property>
<factor>0.001</factor>
<center>
<x-m>0.00</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCIES -->
<animation>
<type>textranslate</type>
<object-name>freq.001</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.002</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.003</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.004</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Standby -->
<animation>
<type>textranslate</type>
<object-name>stby.001</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.002</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.003</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.004</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>ant.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/ant</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>adf.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/adf</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>bfo.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/bfo</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>et.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/et</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>flt.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/flt</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>frq.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/frq</property>
</condition>
</animation>
<?xml version="1.0"?>
<!--
KR-87
Bendix/King ADF Reciever
Syd Adams
-->
<PropertyList>
<path>kr87.ac</path>
<animation>
<type>material</type>
<object-name>KR87.adf</object-name>
<object-name>KR87.bfo</object-name>
<object-name>KR87.frq</object-name>
<object-name>KR87.flt</object-name>
<object-name>KR87.set</object-name>
<object-name>KR87.volume</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>in-use-leds</name>
<object-name>freq.001</object-name>
<object-name>freq.002</object-name>
<object-name>freq.003</object-name>
<object-name>freq.004</object-name>
</animation>
<animation>
<name>standby-leds</name>
<object-name>stby.001</object-name>
<object-name>stby.002</object-name>
<object-name>stby.003</object-name>
<object-name>stby.004</object-name>
</animation>
<animation>
<type>select</type>
<object-name>in-use-leds</object-name>
<object-name>standby-leds</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>freq.001</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
<greater-than>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<value>999</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>stby.001</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<or>
<greater-than>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<value>999</value>
</greater-than>
<equals>
<property>instrumentation/kr-87/modes/stby</property>
<value>1</value>
</equals>
</or>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>stby</object-name>
<condition>
<and>
<property>instrumentation/kr-87/inputs/power-btn</property>
<greater-than>
<property>instrumentation/kr-87/modes/stby</property>
<value>0</value>
</greater-than>
<greater-than>
<property>systems/electrical/outputs/adf</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KR87.volume</object-name>
<property>instrumentation/kr-87/inputs/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.00</x-m>
<y-m>0.038</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>translate</type>
<object-name>KR87.adf</object-name>
<property>instrumentation/kr-87/annunciators/adf</property>
<factor>0.001</factor>
<center>
<x-m>0.00</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCIES -->
<animation>
<type>textranslate</type>
<object-name>freq.001</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.002</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.003</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.004</object-name>
<property>instrumentation/kr-87/outputs/selected-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Standby -->
<animation>
<type>textranslate</type>
<object-name>stby.001</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.002</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.003</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.004</object-name>
<property>instrumentation/kr-87/outputs/standby-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>ant.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/ant</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>adf.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/adf</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>bfo.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/bfo</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>et.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/et</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>flt.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/flt</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>frq.annun</object-name>
<condition>
<property>instrumentation/kr-87/annunciators/frq</property>
</condition>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,28 +1,28 @@
#### King KY-196 Comm Transciever ####
#### Syd Adams ####
####
####Must be included in the Set file to run the KY-196 radio
####
KY196 = props.globals.getNode("/instrumentation/ky-196",1);
FDM_ON = 0;
setlistener("/sim/signals/fdm-initialized", func {
KY196.getNode("comm-num",1).setIntValue(0);
KY196.getNode("volume-adjust",1).setDoubleValue(0);
FDM_ON = 1;
print("KY-196 Comm System ... OK");
});
setlistener("/instrumentation/ky-196/volume-adjust", func {
if(FDM_ON == 0){return;}
var setting = cmdarg().getValue();
cmdarg().setDoubleValue(0);
comm_num = KY196.getNode("comm-num").getValue();
var commNode = props.globals.getNode("instrumentation/comm[" ~ comm_num ~"]");
var vol = commNode.getNode("volume").getValue() + setting;
if(vol > 1.0){vol = 1.0;}
if(vol < 0.0){vol = 0.0;commNode.getNode("serviceable").setBoolValue(0);}
if(vol > 0.0){commNode.getNode("serviceable").setBoolValue(1);}
commNode.getNode("volume").setDoubleValue(vol);
});
#### King KY-196 Comm Transciever ####
#### Syd Adams ####
####
####Must be included in the Set file to run the KY-196 radio
####
KY196 = props.globals.getNode("/instrumentation/ky-196",1);
FDM_ON = 0;
setlistener("/sim/signals/fdm-initialized", func {
KY196.getNode("comm-num",1).setIntValue(0);
KY196.getNode("volume-adjust",1).setDoubleValue(0);
FDM_ON = 1;
print("KY-196 Comm System ... OK");
});
setlistener("/instrumentation/ky-196/volume-adjust", func {
if(FDM_ON == 0){return;}
var setting = cmdarg().getValue();
cmdarg().setDoubleValue(0);
comm_num = KY196.getNode("comm-num").getValue();
var commNode = props.globals.getNode("instrumentation/comm[" ~ comm_num ~"]");
var vol = commNode.getNode("volume").getValue() + setting;
if(vol > 1.0){vol = 1.0;}
if(vol < 0.0){vol = 0.0;commNode.getNode("serviceable").setBoolValue(0);}
if(vol > 0.0){commNode.getNode("serviceable").setBoolValue(1);}
commNode.getNode("volume").setDoubleValue(vol);
});

View file

@ -1,159 +1,159 @@
<?xml version="1.0"?>
<!--
KY196 Comm radio PLIB hotspots
-->
<PropertyList>
<name>comm1 hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>36</h>
<layers>
</layers>
<actions>
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-18</y>
<w>160</w>
<h>36</h>
</action>
-->
<action>
<name>com frequency decrease (decimal part)</name>
<button>0</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency decrease (integer part)</name>
<button>1</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency increase (decimal part)</name>
<button>0</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency increase (integer part)</name>
<button>1</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com volume increase</name>
<button>0</button>
<x>40</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
<action>
<name>com volume decrease</name>
<button>0</button>
<x>34</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
<action>
<name>swap com1 frequencies</name>
<button>0</button>
<x>-30</x>
<y>-14</y>
<w>12</w>
<h>6</h>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm/frequencies/selected-mhz</property>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
</binding>
</action>
</actions>
<?xml version="1.0"?>
<!--
KY196 Comm radio PLIB hotspots
-->
<PropertyList>
<name>comm1 hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>36</h>
<layers>
</layers>
<actions>
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-18</y>
<w>160</w>
<h>36</h>
</action>
-->
<action>
<name>com frequency decrease (decimal part)</name>
<button>0</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency decrease (integer part)</name>
<button>1</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency increase (decimal part)</name>
<button>0</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com frequency increase (integer part)</name>
<button>1</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com volume increase</name>
<button>0</button>
<x>40</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
<action>
<name>com volume decrease</name>
<button>0</button>
<x>34</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
<action>
<name>swap com1 frequencies</name>
<button>0</button>
<x>-30</x>
<y>-14</y>
<w>12</w>
<h>6</h>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm/frequencies/selected-mhz</property>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
</binding>
</action>
</actions>
</PropertyList>

View file

@ -1,349 +1,349 @@
<?xml version="1.0"?>
<PropertyList>
<path>ky196.ac</path>
<animation>
<type>material</type>
<object-name>KY196.swap</object-name>
<object-name>KY196.volume</object-name>
<object-name>KY196.knob</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>comm1-leds</name>
<object-name>freq.101</object-name>
<object-name>freq.102</object-name>
<object-name>freq.103</object-name>
<object-name>freq.104</object-name>
<object-name>freq.105</object-name>
<object-name>stby.101</object-name>
<object-name>stby.102</object-name>
<object-name>stby.103</object-name>
<object-name>stby.104</object-name>
<object-name>stby.105</object-name>
<object-name>KY196.dec</object-name>
<object-name>KY196.swap</object-name>
</animation>
<animation>
<type>select</type>
<object-name>comm1-leds</object-name>
<condition>
<and>
<equals>
<property>instrumentation/comm/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>systems/electrical/outputs/comm[0]</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KY196.volume</object-name>
<property>instrumentation/comm/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.004</x-m>
<y-m>0.036</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCY -->
<animation>
<type>textranslate</type>
<object-name>freq.101</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.102</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.103</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.104</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.105</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- STANDBY -->
<animation>
<type>textranslate</type>
<object-name>stby.101</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.102</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.103</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.104</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.105</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- OSG Hotspots -->
<animation>
<type>pick</type>
<object-name>KY196.swap</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm/frequencies/selected-mhz</property>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<?xml version="1.0"?>
<PropertyList>
<path>ky196.ac</path>
<animation>
<type>material</type>
<object-name>KY196.swap</object-name>
<object-name>KY196.volume</object-name>
<object-name>KY196.knob</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>comm1-leds</name>
<object-name>freq.101</object-name>
<object-name>freq.102</object-name>
<object-name>freq.103</object-name>
<object-name>freq.104</object-name>
<object-name>freq.105</object-name>
<object-name>stby.101</object-name>
<object-name>stby.102</object-name>
<object-name>stby.103</object-name>
<object-name>stby.104</object-name>
<object-name>stby.105</object-name>
<object-name>KY196.dec</object-name>
<object-name>KY196.swap</object-name>
</animation>
<animation>
<type>select</type>
<object-name>comm1-leds</object-name>
<condition>
<and>
<equals>
<property>instrumentation/comm/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>systems/electrical/outputs/comm[0]</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KY196.volume</object-name>
<property>instrumentation/comm/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.004</x-m>
<y-m>0.036</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCY -->
<animation>
<type>textranslate</type>
<object-name>freq.101</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.102</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.103</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.104</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.105</object-name>
<property>instrumentation/comm/frequencies/selected-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- STANDBY -->
<animation>
<type>textranslate</type>
<object-name>stby.101</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.102</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.103</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.104</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.105</object-name>
<property>instrumentation/comm/frequencies/standby-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- OSG Hotspots -->
<animation>
<type>pick</type>
<object-name>KY196.swap</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm/frequencies/selected-mhz</property>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
</PropertyList>

View file

@ -1,158 +1,158 @@
<?xml version="1.0"?>
<!--
KY196 Comm2 radio PLIB hotspots
Syd Adams
-->
<PropertyList>
<name>comm2 hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>36</h>
<actions>
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-18</y>
<w>160</w>
<h>36</h>
</action>
-->
<action>
<name>com2 frequency decrease (decimal part)</name>
<button>0</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency decrease (integer part)</name>
<button>1</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency increase (decimal part)</name>
<button>0</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency increase (integer part)</name>
<button>1</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 volume increase</name>
<button>0</button>
<x>40</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
<action>
<name>com volume decrease</name>
<button>0</button>
<x>34</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
<action>
<name>swap com2 frequencies</name>
<button>0</button>
<x>-30</x>
<y>-14</y>
<w>12</w>
<h>6</h>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</binding>
</action>
</actions>
<?xml version="1.0"?>
<!--
KY196 Comm2 radio PLIB hotspots
Syd Adams
-->
<PropertyList>
<name>comm2 hotspots</name>
<w-base>160</w-base>
<h-base>36</h-base>
<w>160</w>
<h>36</h>
<actions>
<!--
<action>
<name>bezel outline</name>
<button>0</button>
<x>-80</x>
<y>-18</y>
<w>160</w>
<h>36</h>
</action>
-->
<action>
<name>com2 frequency decrease (decimal part)</name>
<button>0</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency decrease (integer part)</name>
<button>1</button>
<x>56</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency increase (decimal part)</name>
<button>0</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 frequency increase (integer part)</name>
<button>1</button>
<x>68</x>
<y>-8</y>
<w>12</w>
<h>16</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
<action>
<name>com2 volume increase</name>
<button>0</button>
<x>40</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
<action>
<name>com volume decrease</name>
<button>0</button>
<x>34</x>
<y>-10</y>
<w>6</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
<action>
<name>swap com2 frequencies</name>
<button>0</button>
<x>-30</x>
<y>-14</y>
<w>12</w>
<h>6</h>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</binding>
</action>
</actions>
</PropertyList>

View file

@ -1,349 +1,349 @@
<?xml version="1.0"?>
<PropertyList>
<path>ky196.ac</path>
<animation>
<type>material</type>
<object-name>KY196.swap</object-name>
<object-name>KY196.volume</object-name>
<object-name>KY196.knob</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>comm1-leds</name>
<object-name>freq.101</object-name>
<object-name>freq.102</object-name>
<object-name>freq.103</object-name>
<object-name>freq.104</object-name>
<object-name>freq.105</object-name>
<object-name>stby.101</object-name>
<object-name>stby.102</object-name>
<object-name>stby.103</object-name>
<object-name>stby.104</object-name>
<object-name>stby.105</object-name>
<object-name>KY196.dec</object-name>
<object-name>KY196.swap</object-name>
</animation>
<animation>
<type>select</type>
<object-name>comm1-leds</object-name>
<condition>
<and>
<equals>
<property>instrumentation/comm[1]/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>systems/electrical/outputs/comm[1]</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KY196.volume</object-name>
<property>instrumentation/comm[1]/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.004</x-m>
<y-m>0.036</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCY -->
<animation>
<type>textranslate</type>
<object-name>freq.101</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.102</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.103</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.104</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.105</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- STANDBY -->
<animation>
<type>textranslate</type>
<object-name>stby.101</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.102</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.103</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.104</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.105</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- OSG Hotspots -->
<animation>
<type>pick</type>
<object-name>KY196.swap</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<?xml version="1.0"?>
<PropertyList>
<path>ky196.ac</path>
<animation>
<type>material</type>
<object-name>KY196.swap</object-name>
<object-name>KY196.volume</object-name>
<object-name>KY196.knob</object-name>
<emission>
<red>0.028</red>
<green>0.014</green>
<blue>0.007</blue>
<factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
</emission>
</animation>
<animation>
<name>comm1-leds</name>
<object-name>freq.101</object-name>
<object-name>freq.102</object-name>
<object-name>freq.103</object-name>
<object-name>freq.104</object-name>
<object-name>freq.105</object-name>
<object-name>stby.101</object-name>
<object-name>stby.102</object-name>
<object-name>stby.103</object-name>
<object-name>stby.104</object-name>
<object-name>stby.105</object-name>
<object-name>KY196.dec</object-name>
<object-name>KY196.swap</object-name>
</animation>
<animation>
<type>select</type>
<object-name>comm1-leds</object-name>
<condition>
<and>
<equals>
<property>instrumentation/comm[1]/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>systems/electrical/outputs/comm[1]</property>
<value>1</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KY196.volume</object-name>
<property>instrumentation/comm[1]/volume</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
<entry><ind>1.0</ind><dep>300</dep></entry>
</interpolation>
<center>
<x-m>0.004</x-m>
<y-m>0.036</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCY -->
<animation>
<type>textranslate</type>
<object-name>freq.101</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.102</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.103</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.104</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.105</object-name>
<property>instrumentation/comm[1]/frequencies/selected-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- STANDBY -->
<animation>
<type>textranslate</type>
<object-name>stby.101</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.001</factor>
<step>100</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.102</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.01</factor>
<step>10</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.103</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>0.1</factor>
<step>1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.104</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>1.0</factor>
<step>0.1</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.105</object-name>
<property>instrumentation/comm[1]/frequencies/standby-mhz</property>
<factor>10.0</factor>
<step>0.01</step>
<bias>0.005</bias>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- OSG Hotspots -->
<animation>
<type>pick</type>
<object-name>KY196.swap</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-swap</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>-0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Vol.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/volume-adjust</property>
<value>0.05</value>
</binding>
<binding>
<command>property-assign</command>
<property>instrumentation/ky-196/comm-num</property>
<value>1</value>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>-0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.down</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>-1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>decimal</mask>
<step>0.025</step>
<min>0.000</min>
<max>1.000</max>
<resolution>0.025</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>Freq.up</object-name>
<action>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
<mask>integer</mask>
<step>1</step>
<min>118</min>
<max>136</max>
<resolution>1</resolution>
<wrap>true</wrap>
</binding>
</action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,115 +1,115 @@
<?xml version="1.0"?>
<PropertyList>
<path>mag_switch.ac</path>
<animation>
<type>material</type>
<object-name>key</object-name>
<object-name>start</object-name>
<object-name>magsw</object-name>
<emission>
<red>0.075</red>
<green>0.015</green>
<blue>0.00001</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<!-- magneto switch -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>decrease mags</name>
<button>0</button>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/magnetos</property>
<step>-1</step>
<min>0</min>
<max>3</max>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>increase mags</name>
<button>0</button>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/magnetos</property>
<step>1</step>
<min>0</min>
<max>3</max>
</binding>
</action>
</animation>
<!-- Starter -->
<animation>
<type>pick</type>
<object-name>click-S</object-name>
<visible>false</visible>
<action>
<name>starter</name>
<button>0</button>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter</property>
<value >true</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter</property>
<value>false</value>
</binding>
</mod-up>
</action>
</animation>
<!-- key animations -->
<animation>
<name>mags-key</name>
<type>rotate</type>
<object-name>key</object-name>
<property>/controls/engines/engine/magnetos</property>
<factor>30</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>key</object-name>
<condition>
<not>
<property>/controls/switches/starter</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>start</object-name>
<condition>
<property>/controls/switches/starter</property>
</condition>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>mag_switch.ac</path>
<animation>
<type>material</type>
<object-name>key</object-name>
<object-name>start</object-name>
<object-name>magsw</object-name>
<emission>
<red>0.075</red>
<green>0.015</green>
<blue>0.00001</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<!-- magneto switch -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>decrease mags</name>
<button>0</button>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/magnetos</property>
<step>-1</step>
<min>0</min>
<max>3</max>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>increase mags</name>
<button>0</button>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/magnetos</property>
<step>1</step>
<min>0</min>
<max>3</max>
</binding>
</action>
</animation>
<!-- Starter -->
<animation>
<type>pick</type>
<object-name>click-S</object-name>
<visible>false</visible>
<action>
<name>starter</name>
<button>0</button>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter</property>
<value >true</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/engines/engine/starter</property>
<value>false</value>
</binding>
</mod-up>
</action>
</animation>
<!-- key animations -->
<animation>
<name>mags-key</name>
<type>rotate</type>
<object-name>key</object-name>
<property>/controls/engines/engine/magnetos</property>
<factor>30</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>key</object-name>
<condition>
<not>
<property>/controls/switches/starter</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>start</object-name>
<condition>
<property>/controls/switches/starter</property>
</condition>
</animation>
</PropertyList>

View file

@ -1,23 +1,23 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
OBJECT world
kids 1
OBJECT poly
name "RadioStack"
loc 0.000486599 0.0692169 -8.90131e-05
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/radio_stack/panel-tex02.rgb"
crease 45.000000
numvert 4
0 0.0657509 -0.0804673
0 0.0657509 0.0808435
0 -0.139838 0.0808435
0 -0.139838 -0.0804673
numsurf 1
SURF 0x20
mat 0
refs 4
0 0 1
1 1 1
2 1 0
3 0 0
kids 0
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
OBJECT world
kids 1
OBJECT poly
name "RadioStack"
loc 0.000486599 0.0692169 -8.90131e-05
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/radio_stack/panel-tex02.rgb"
crease 45.000000
numvert 4
0 0.0657509 -0.0804673
0 0.0657509 0.0808435
0 -0.139838 0.0808435
0 -0.139838 -0.0804673
numsurf 1
SURF 0x20
mat 0
refs 4
0 0 1
1 1 1
2 1 0
3 0 0
kids 0

View file

@ -1,76 +1,76 @@
<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">
<PropertyList>
<name>Radio-Panel</name>
<background>Aircraft/pa24-250/Models/radio_stack/transparent-bg.rgb</background>
<w>512</w>
<h>1024</h>
<instruments>
<!-- radio stack -->
<instrument include="../../../Instruments/dme.xml">
<name>DME Display</name>
<x>120</x>
<y>470</y>
<w>200</w>
<h>100</h> -->
</instrument>
<instrument include="../../../Instruments/markerbeacon.xml">
<name>Marker Beacon Indicators</name>
<x>64</x>
<y>1000</y>
<w>100</w>
<h>50</h>
</instrument>
<instrument include="../../../Instruments/adf-radio.xml">
<name>ADF Radio</name>
<x>256</x>
<y>900</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 1 Radio</name>
<x>256</x>
<y>750</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 2 Radio</name>
<params>
<comm-freq-selected-prop>/instrumentation/comm[1]/frequencies/selected-mhz</comm-freq-selected-prop>
<comm-freq-standby-prop>/instrumentation/comm[1]/frequencies/standby-mhz</comm-freq-standby-prop>
<nav-freq-selected-prop>/instrumentation/nav[1]/frequencies/selected-mhz</nav-freq-selected-prop>
<nav-freq-standby-prop>/instrumentation/nav[1]/frequencies/standby-mhz</nav-freq-standby-prop>
<nav-morse-id-volume-prop>/instrumentation/nav[1]/volume</nav-morse-id-volume-prop>
<nav-morse-ident-toggle-prop>/instrumentation/nav[1]/ident</nav-morse-ident-toggle-prop>
<nav-com-pwr-volts-prop>/systems/electrical/outputs/nav[1]</nav-com-pwr-volts-prop>
</params>
<x>256</x>
<y>600</y>
<w>512</w>
<h>150</h>
</instrument>
<!--
<instrument include="../../../Instruments/KAP140TwoAxisAlt.xml">
<name>KAP140 Autopilot</name>
<x>256</x>
<y>340</y>
<w>512</w>
<h>150</h>
</instrument> -->
<!-- end radio stack -->
</instruments>
</PropertyList>
<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">
<PropertyList>
<name>Radio-Panel</name>
<background>Aircraft/pa24-250/Models/radio_stack/transparent-bg.rgb</background>
<w>512</w>
<h>1024</h>
<instruments>
<!-- radio stack -->
<instrument include="../../../Instruments/dme.xml">
<name>DME Display</name>
<x>120</x>
<y>470</y>
<w>200</w>
<h>100</h> -->
</instrument>
<instrument include="../../../Instruments/markerbeacon.xml">
<name>Marker Beacon Indicators</name>
<x>64</x>
<y>1000</y>
<w>100</w>
<h>50</h>
</instrument>
<instrument include="../../../Instruments/adf-radio.xml">
<name>ADF Radio</name>
<x>256</x>
<y>900</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 1 Radio</name>
<x>256</x>
<y>750</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 2 Radio</name>
<params>
<comm-freq-selected-prop>/instrumentation/comm[1]/frequencies/selected-mhz</comm-freq-selected-prop>
<comm-freq-standby-prop>/instrumentation/comm[1]/frequencies/standby-mhz</comm-freq-standby-prop>
<nav-freq-selected-prop>/instrumentation/nav[1]/frequencies/selected-mhz</nav-freq-selected-prop>
<nav-freq-standby-prop>/instrumentation/nav[1]/frequencies/standby-mhz</nav-freq-standby-prop>
<nav-morse-id-volume-prop>/instrumentation/nav[1]/volume</nav-morse-id-volume-prop>
<nav-morse-ident-toggle-prop>/instrumentation/nav[1]/ident</nav-morse-ident-toggle-prop>
<nav-com-pwr-volts-prop>/systems/electrical/outputs/nav[1]</nav-com-pwr-volts-prop>
</params>
<x>256</x>
<y>600</y>
<w>512</w>
<h>150</h>
</instrument>
<!--
<instrument include="../../../Instruments/KAP140TwoAxisAlt.xml">
<name>KAP140 Autopilot</name>
<x>256</x>
<y>340</y>
<w>512</w>
<h>150</h>
</instrument> -->
<!-- end radio stack -->
</instruments>
</PropertyList>

View file

@ -1,25 +1,25 @@
<?xml version="1.0" ?>
<PropertyList>
<path>RadioStack.ac</path>
<panel>
<path>Aircraft/pa24-250/Models/radio_stack/radio-panel.xml</path>
<bottom-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>-0.135</z-m>
</bottom-left>
<bottom-right>
<x-m>0.0015</x-m>
<y-m>0.08</y-m>
<z-m>-0.135</z-m>
</bottom-right>
<top-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>0.135</z-m>
</top-left>
</panel>
</PropertyList>
<?xml version="1.0" ?>
<PropertyList>
<path>RadioStack.ac</path>
<panel>
<path>Aircraft/pa24-250/Models/radio_stack/radio-panel.xml</path>
<bottom-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>-0.135</z-m>
</bottom-left>
<bottom-right>
<x-m>0.0015</x-m>
<y-m>0.08</y-m>
<z-m>-0.135</z-m>
</bottom-right>
<top-left>
<x-m>0.0015</x-m>
<y-m>-0.08</y-m>
<z-m>0.135</z-m>
</top-left>
</panel>
</PropertyList>

View file

@ -1,54 +1,54 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Face"
data 8
Mesh.001
texture "vac-face.rgb"
texrep 1 1
crease 45.000000
numvert 4
0 0.01012 -0.01012
0 -0.01012 -0.01012
0 -0.01012 0.01012
0 0.01012 0.01012
numsurf 1
SURF 0x00
mat 1
refs 4
0 0.9375 0.992187976837
3 0.0078125 0.992187976837
2 0.0078125 0.015625
1 0.9375 0.015625
kids 0
OBJECT poly
name "VacNeedle"
data 4
Mesh
crease 45.000000
numvert 6
0.00059 0.007795 -0.000271
0.00059 -0.002593 -0.000271
0.00059 -0.002593 0.000272
0.00059 0.007795 0.000272
0.00059 0.002601 0.000272
0.00059 0.002601 -0.000271
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 2
OBJECT poly
name "Face"
data 8
Mesh.001
texture "vac-face.rgb"
texrep 1 1
crease 45.000000
numvert 4
0 0.01012 -0.01012
0 -0.01012 -0.01012
0 -0.01012 0.01012
0 0.01012 0.01012
numsurf 1
SURF 0x00
mat 1
refs 4
0 0.9375 0.992187976837
3 0.0078125 0.992187976837
2 0.0078125 0.015625
1 0.9375 0.015625
kids 0
OBJECT poly
name "VacNeedle"
data 4
Mesh
crease 45.000000
numvert 6
0.00059 0.007795 -0.000271
0.00059 -0.002593 -0.000271
0.00059 -0.002593 0.000272
0.00059 0.007795 0.000272
0.00059 0.002601 0.000272
0.00059 0.002601 -0.000271
numsurf 2
SURF 0x00
mat 1
refs 4
0 0.0 0.0
3 0.0 0.0
4 0.0 0.0
5 0.0 0.0
SURF 0x00
mat 1
refs 4
1 0.0 0.0
5 0.0 0.0
4 0.0 0.0
2 0.0 0.0
kids 0

View file

@ -1,45 +1,45 @@
<?xml version="1.0"?>
<PropertyList>
<path>vac.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>VacNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>VacNeedle</object-name>
<property>/systems/vacuum/suction-inhg</property>
<interpolation>
<entry><ind> 0.0</ind><dep>-165 </dep></entry>
<entry><ind> 1.0</ind><dep>-132</dep></entry>
<entry><ind> 2.0</ind><dep>-99</dep></entry>
<entry><ind> 3.0</ind><dep> -66 </dep></entry>
<entry><ind> 4.0</ind><dep> -33 </dep></entry>
<entry><ind> 5.0</ind><dep> 0 </dep></entry>
<entry><ind> 6.0</ind><dep> 33 </dep></entry>
<entry><ind> 7.00</ind><dep> 66 </dep></entry>
<entry><ind> 8.0</ind><dep> 99 </dep></entry>
<entry><ind> 9.0</ind><dep> 132 </dep></entry>
<entry><ind> 8.0</ind><dep> 165 </dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>vac.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>VacNeedle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>VacNeedle</object-name>
<property>/systems/vacuum/suction-inhg</property>
<interpolation>
<entry><ind> 0.0</ind><dep>-165 </dep></entry>
<entry><ind> 1.0</ind><dep>-132</dep></entry>
<entry><ind> 2.0</ind><dep>-99</dep></entry>
<entry><ind> 3.0</ind><dep> -66 </dep></entry>
<entry><ind> 4.0</ind><dep> -33 </dep></entry>
<entry><ind> 5.0</ind><dep> 0 </dep></entry>
<entry><ind> 6.0</ind><dep> 33 </dep></entry>
<entry><ind> 7.00</ind><dep> 66 </dep></entry>
<entry><ind> 8.0</ind><dep> 99 </dep></entry>
<entry><ind> 9.0</ind><dep> 132 </dep></entry>
<entry><ind> 8.0</ind><dep> 165 </dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>

View file

@ -1,439 +1,439 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat6" rgb 0 1 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 1
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 11
OBJECT poly
name "Face"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor02.rgb"
crease 45.000000
numvert 6
-0.004518 0.04 -0.04
-0.004518 -0.04 -0.04
-0.004518 -0.04 0.04
-0.004518 0.04 0.04
-0.004518 0 0.04
-0.004518 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.966797 0.958984
3 0.00976562 0.958984
4 0.00976562 0.480469
5 0.966797 0.480469
SURF 0x0
mat 2
refs 4
1 0.966797 0
5 0.966797 0.480469
4 0.00976562 0.480469
2 0.00976562 0
kids 0
OBJECT poly
name "Front"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor03.rgb"
crease 45.000000
numvert 6
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
0 0 0.04
0 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.998047 1
3 0 1
4 0 0.5
5 0.998047 0.5
SURF 0x0
mat 2
refs 4
1 0.998047 0
5 0.998047 0.5
4 0 0.5
2 0 0
kids 0
OBJECT poly
name "Ring"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor01.rgb"
crease 45.000000
numvert 6
-0.001596 0.04 -0.04
-0.001596 -0.04 -0.04
-0.001596 -0.04 0.04
-0.001596 0.04 0.04
-0.001596 0 0.04
-0.001596 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.998047 1
3 0 1
4 0 0.5
5 0.998047 0.5
SURF 0x0
mat 2
refs 4
1 0.998047 0
5 0.998047 0.5
4 0 0.5
2 0 0
kids 0
OBJECT poly
name "GlidescopeNeedle"
crease 45.000000
numvert 6
-0.003005 -0.000532 0.004932
-0.003005 -0.000532 0.029784
-0.003005 0.000533 0.004932
-0.003005 -0.000532 -0.019774
-0.003005 0.000533 -0.019774
-0.003005 0.000533 0.029784
numsurf 2
SURF 0x0
mat 2
refs 4
0 0 0
3 0 0
4 0 0
2 0 0
SURF 0x0
mat 2
refs 4
0 0 0
2 0 0
5 0 0
1 0 0
kids 0
OBJECT poly
name "LocalizerNeedle"
crease 45.000000
numvert 6
-0.003005 -0.019816 0.000532
-0.003005 0.029784 0.000532
-0.003005 -0.019816 -0.000532
-0.003005 0.029784 -0.000532
-0.003005 0.004974 0.000532
-0.003005 0.004974 -0.000532
numsurf 2
SURF 0x0
mat 2
refs 4
0 0 0
2 0 0
5 0 0
4 0 0
SURF 0x0
mat 2
refs 4
1 0 0
4 0 0
5 0 0
3 0 0
kids 0
OBJECT poly
name "TO"
loc -0.00674026 0.0040441 -0.0124104
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 -0.00271994 -0.00739644
0 -0.00271994 0.00739644
0 0.00271994 0.00739644
0 0.00271994 -0.00739644
numsurf 1
SURF 0x20
mat 0
refs 4
3 0.609375 0.922173
2 0.125 0.922173
1 0.125 0.658523
0 0.609375 0.658523
kids 0
OBJECT poly
name "NAV"
loc -0.0063754 0.0042357 -0.0122067
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 0.00239354 -0.00417537
0 0.00239354 0.00417537
0 -0.00239354 0.00417537
0 -0.00239354 -0.00417537
numsurf 1
SURF 0x20
mat 0
refs 4
0 0.619696 0.618841
1 0.179834 0.618841
2 0.179834 0.376675
3 0.619696 0.376675
kids 0
OBJECT poly
name "FR"
loc -0.00589943 0.00404461 -0.0128874
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 -0.00299626 -0.00718548
0 -0.00299626 0.00718548
0 0.00299626 0.00718548
0 0.00299626 -0.00718548
numsurf 1
SURF 0x20
mat 0
refs 4
3 0.65189 0.306457
2 0.150411 0.306457
1 0.150411 0.0462088
0 0.65189 0.0462088
kids 0
OBJECT poly
name "disk"
loc 0 -0.0292413 0.0272215
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/knob.rgb"
crease 101.000000
numvert 20
0.01 0.00396059 0.00479285
0.01 0.00606797 0.00108645
0.01 0.00533608 -0.00312831
0.01 0.00210739 -0.0058793
0.01 -0.00210737 -0.0058793
0.01 -0.00533607 -0.00312831
0.01 -0.00606796 0.00108645
0.01 9.31323e-09 0.00625662
0.01 -0.00396058 0.00479285
0 0 0.00625662
0 0.00396058 0.00479285
0 0.00606796 0.00108645
0 0.00533608 -0.00312831
0 0.00210739 -0.0058793
0 -0.00210738 -0.0058793
0 -0.00533607 -0.00312831
0 -0.00606796 0.00108645
0 -0.00396058 0.00479285
0 0 0
0.01 9.31323e-09 0
numsurf 27
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
0 0.879385 0.826352
7 1 0.5
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
1 0.573978 1
0 0.879385 0.826352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
2 0.226682 0.939693
1 0.573978 1
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
3 0 0.673648
2 0.226682 0.939693
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
4 0 0.326352
3 0 0.673648
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
5 0.226682 0.0603074
4 0 0.326352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
6 0.573978 0
5 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
8 0.879385 0.173648
6 0.573978 0
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
7 1 0.5
8 0.879385 0.173648
SURF 0x10
mat 0
refs 4
7 0 0
0 0 0
10 0 0
9 0 0
SURF 0x10
mat 0
refs 4
0 0 0
1 0 0
11 0 0
10 0 0
SURF 0x10
mat 0
refs 4
1 0 0
2 0 0
12 0 0
11 0 0
SURF 0x10
mat 0
refs 4
2 0 0
3 0 0
13 0 0
12 0 0
SURF 0x10
mat 0
refs 4
3 0 0
4 0 0
14 0 0
13 0 0
SURF 0x10
mat 0
refs 4
4 0 0
5 0 0
15 0 0
14 0 0
SURF 0x10
mat 0
refs 4
5 0 0
6 0 0
16 0 0
15 0 0
SURF 0x10
mat 0
refs 4
6 0 0
8 0 0
17 0 0
16 0 0
SURF 0x10
mat 0
refs 4
8 0 0
7 0 0
9 0 0
17 0 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
10 0.879385 0.826352
9 1 0.5
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
11 0.573978 1
10 0.879385 0.826352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
12 0.226682 0.939693
11 0.573978 1
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
13 0 0.673648
12 0.226682 0.939693
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
14 0 0.326352
13 0 0.673648
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
15 0.226682 0.0603074
14 0 0.326352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
16 0.573978 0
15 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
17 0.879385 0.173648
16 0.573978 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
9 1 0.5
17 0.879385 0.173648
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-R"
loc -1.86265e-09 -0.0216233 -0.00396401
crease 180.000000
numvert 4
0 -0.00702053 0.0226521
0 -0.00702053 0.0302027
0 0.00702053 0.0226521
0 0.00702053 0.0302027
numsurf 1
SURF 0x30
mat 1
refs 4
3 0 1
1 0 0
0 0.125 0
2 0.125 1
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-L"
loc -1.86265e-09 -0.0216233 0.00388818
crease 180.000000
numvert 4
0 0.00702053 0.0302027
0 0.00702053 0.0226521
0 -0.00702053 0.0302027
0 -0.00702053 0.0226521
numsurf 1
SURF 0x30
mat 1
refs 4
0 0 1
2 0 0
3 0.125 0
1 0.125 1
kids 0
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 0
MATERIAL "ac3dmat6" rgb 0 1 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0 0 0 shi 10 trans 1
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0.15 0.15 0.15 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 11
OBJECT poly
name "Face"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor02.rgb"
crease 45.000000
numvert 6
-0.004518 0.04 -0.04
-0.004518 -0.04 -0.04
-0.004518 -0.04 0.04
-0.004518 0.04 0.04
-0.004518 0 0.04
-0.004518 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.966797 0.958984
3 0.00976562 0.958984
4 0.00976562 0.480469
5 0.966797 0.480469
SURF 0x0
mat 2
refs 4
1 0.966797 0
5 0.966797 0.480469
4 0.00976562 0.480469
2 0.00976562 0
kids 0
OBJECT poly
name "Front"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor03.rgb"
crease 45.000000
numvert 6
0 0.04 -0.04
0 -0.04 -0.04
0 -0.04 0.04
0 0.04 0.04
0 0 0.04
0 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.998047 1
3 0 1
4 0 0.5
5 0.998047 0.5
SURF 0x0
mat 2
refs 4
1 0.998047 0
5 0.998047 0.5
4 0 0.5
2 0 0
kids 0
OBJECT poly
name "Ring"
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/vor01.rgb"
crease 45.000000
numvert 6
-0.001596 0.04 -0.04
-0.001596 -0.04 -0.04
-0.001596 -0.04 0.04
-0.001596 0.04 0.04
-0.001596 0 0.04
-0.001596 0 -0.04
numsurf 2
SURF 0x0
mat 2
refs 4
0 0.998047 1
3 0 1
4 0 0.5
5 0.998047 0.5
SURF 0x0
mat 2
refs 4
1 0.998047 0
5 0.998047 0.5
4 0 0.5
2 0 0
kids 0
OBJECT poly
name "GlidescopeNeedle"
crease 45.000000
numvert 6
-0.003005 -0.000532 0.004932
-0.003005 -0.000532 0.029784
-0.003005 0.000533 0.004932
-0.003005 -0.000532 -0.019774
-0.003005 0.000533 -0.019774
-0.003005 0.000533 0.029784
numsurf 2
SURF 0x0
mat 2
refs 4
0 0 0
3 0 0
4 0 0
2 0 0
SURF 0x0
mat 2
refs 4
0 0 0
2 0 0
5 0 0
1 0 0
kids 0
OBJECT poly
name "LocalizerNeedle"
crease 45.000000
numvert 6
-0.003005 -0.019816 0.000532
-0.003005 0.029784 0.000532
-0.003005 -0.019816 -0.000532
-0.003005 0.029784 -0.000532
-0.003005 0.004974 0.000532
-0.003005 0.004974 -0.000532
numsurf 2
SURF 0x0
mat 2
refs 4
0 0 0
2 0 0
5 0 0
4 0 0
SURF 0x0
mat 2
refs 4
1 0 0
4 0 0
5 0 0
3 0 0
kids 0
OBJECT poly
name "TO"
loc -0.00674026 0.0040441 -0.0124104
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 -0.00271994 -0.00739644
0 -0.00271994 0.00739644
0 0.00271994 0.00739644
0 0.00271994 -0.00739644
numsurf 1
SURF 0x20
mat 0
refs 4
3 0.609375 0.922173
2 0.125 0.922173
1 0.125 0.658523
0 0.609375 0.658523
kids 0
OBJECT poly
name "NAV"
loc -0.0063754 0.0042357 -0.0122067
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 0.00239354 -0.00417537
0 0.00239354 0.00417537
0 -0.00239354 0.00417537
0 -0.00239354 -0.00417537
numsurf 1
SURF 0x20
mat 0
refs 4
0 0.619696 0.618841
1 0.179834 0.618841
2 0.179834 0.376675
3 0.619696 0.376675
kids 0
OBJECT poly
name "FR"
loc -0.00589943 0.00404461 -0.0128874
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/TO-FR.rgb"
crease 45.000000
numvert 4
0 -0.00299626 -0.00718548
0 -0.00299626 0.00718548
0 0.00299626 0.00718548
0 0.00299626 -0.00718548
numsurf 1
SURF 0x20
mat 0
refs 4
3 0.65189 0.306457
2 0.150411 0.306457
1 0.150411 0.0462088
0 0.65189 0.0462088
kids 0
OBJECT poly
name "disk"
loc 0 -0.0292413 0.0272215
texture "/usr/local/FlightGear-0.9/data/Aircraft/Instruments-3d/vor/knob.rgb"
crease 101.000000
numvert 20
0.01 0.00396059 0.00479285
0.01 0.00606797 0.00108645
0.01 0.00533608 -0.00312831
0.01 0.00210739 -0.0058793
0.01 -0.00210737 -0.0058793
0.01 -0.00533607 -0.00312831
0.01 -0.00606796 0.00108645
0.01 9.31323e-09 0.00625662
0.01 -0.00396058 0.00479285
0 0 0.00625662
0 0.00396058 0.00479285
0 0.00606796 0.00108645
0 0.00533608 -0.00312831
0 0.00210739 -0.0058793
0 -0.00210738 -0.0058793
0 -0.00533607 -0.00312831
0 -0.00606796 0.00108645
0 -0.00396058 0.00479285
0 0 0
0.01 9.31323e-09 0
numsurf 27
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
0 0.879385 0.826352
7 1 0.5
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
1 0.573978 1
0 0.879385 0.826352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
2 0.226682 0.939693
1 0.573978 1
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
3 0 0.673648
2 0.226682 0.939693
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
4 0 0.326352
3 0 0.673648
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
5 0.226682 0.0603074
4 0 0.326352
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
6 0.573978 0
5 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
8 0.879385 0.173648
6 0.573978 0
SURF 0x10
mat 0
refs 3
19 0.484454 0.5
7 1 0.5
8 0.879385 0.173648
SURF 0x10
mat 0
refs 4
7 0 0
0 0 0
10 0 0
9 0 0
SURF 0x10
mat 0
refs 4
0 0 0
1 0 0
11 0 0
10 0 0
SURF 0x10
mat 0
refs 4
1 0 0
2 0 0
12 0 0
11 0 0
SURF 0x10
mat 0
refs 4
2 0 0
3 0 0
13 0 0
12 0 0
SURF 0x10
mat 0
refs 4
3 0 0
4 0 0
14 0 0
13 0 0
SURF 0x10
mat 0
refs 4
4 0 0
5 0 0
15 0 0
14 0 0
SURF 0x10
mat 0
refs 4
5 0 0
6 0 0
16 0 0
15 0 0
SURF 0x10
mat 0
refs 4
6 0 0
8 0 0
17 0 0
16 0 0
SURF 0x10
mat 0
refs 4
8 0 0
7 0 0
9 0 0
17 0 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
10 0.879385 0.826352
9 1 0.5
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
11 0.573978 1
10 0.879385 0.826352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
12 0.226682 0.939693
11 0.573978 1
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
13 0 0.673648
12 0.226682 0.939693
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
14 0 0.326352
13 0 0.673648
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
15 0.226682 0.0603074
14 0 0.326352
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
16 0.573978 0
15 0.226682 0.0603074
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
17 0.879385 0.173648
16 0.573978 0
SURF 0x10
mat 0
refs 3
18 0.484454 0.5
9 1 0.5
17 0.879385 0.173648
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-R"
loc -1.86265e-09 -0.0216233 -0.00396401
crease 180.000000
numvert 4
0 -0.00702053 0.0226521
0 -0.00702053 0.0302027
0 0.00702053 0.0226521
0 0.00702053 0.0302027
numsurf 1
SURF 0x30
mat 1
refs 4
3 0 1
1 0 0
0 0.125 0
2 0.125 1
kids 0
OBJECT group
name "clicks"
loc 0.00569378 -0.00756817 0.00125835
kids 1
OBJECT poly
name "click-L"
loc -1.86265e-09 -0.0216233 0.00388818
crease 180.000000
numvert 4
0 0.00702053 0.0302027
0 0.00702053 0.0226521
0 -0.00702053 0.0302027
0 -0.00702053 0.0226521
numsurf 1
SURF 0x30
mat 1
refs 4
0 0 1
2 0 0
3 0.125 0
1 0.125 1
kids 0

View file

@ -1,209 +1,209 @@
<?xml version="1.0"?>
<PropertyList>
<params>
<nav-to-flag>/instrumentation/nav[0]/to-flag</nav-to-flag>
<nav-from-flag>/instrumentation/nav[0]/from-flag</nav-from-flag>
<nav-radial-selected>/instrumentation/nav[0]/radials/selected-deg</nav-radial-selected>
<nav-gs-needle-deflection>/instrumentation/nav[0]/gs-needle-deflection</nav-gs-needle-deflection>
<nav-heading-needle-deflection>/instrumentation/nav[0]/heading-needle-deflection</nav-heading-needle-deflection>
<nav-in-range>/instrumentation/nav[0]/in-range</nav-in-range>
</params>
<path>vor.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>GlidescopeNeedle</object-name>
<object-name>Ring</object-name>
<object-name>LocalizerNeedle</object-name>
<object-name>Front</object-name>
<object-name>TO</object-name>
<object-name>FR</object-name>
<object-name>NAV</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<name>LocalizerNeedleTransform</name>
<type>rotate</type>
<object-name>LocalizerNeedle</object-name>
<property alias="../../params/nav-heading-needle-deflection"/>
<factor>-3.2</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.03</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>GlidescopeNeedle</object-name>
<condition>
<property alias="../../../params/nav-in-range"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>NAV</object-name>
<condition>
<not>
<property alias="../../../../params/nav-in-range"/>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>TO</object-name>
<condition>
<property alias="../../../params/nav-to-flag"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FR</object-name>
<condition>
<property alias="../../../params/nav-from-flag"/>
</condition>
</animation>
<animation>
<name>GlidescopeNeedleTransform</name>
<type>rotate</type>
<object-name>GlidescopeNeedle</object-name>
<property alias="../../params/nav-gs-needle-deflection"/>
<factor>-3.2</factor>
<min-deg>-32</min-deg>
<max-deg>32</max-deg>
<center>
<x-m>0</x-m>
<y-m>-0.03</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>RingTransform</name>
<type>rotate</type>
<object-name>Ring</object-name>
<property alias="../../params/nav-radial-selected"/>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- VOR 1 Radial adjust -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<name>Alpha Order Group</name>
<object-name>Face</object-name>
<object-name>LocalizerNeedleTransform</object-name>
<object-name>GlidescopeNeedleTransform</object-name>
<object-name>RingTransform</object-name>
<object-name>Front</object-name>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<params>
<nav-to-flag>/instrumentation/nav[0]/to-flag</nav-to-flag>
<nav-from-flag>/instrumentation/nav[0]/from-flag</nav-from-flag>
<nav-radial-selected>/instrumentation/nav[0]/radials/selected-deg</nav-radial-selected>
<nav-gs-needle-deflection>/instrumentation/nav[0]/gs-needle-deflection</nav-gs-needle-deflection>
<nav-heading-needle-deflection>/instrumentation/nav[0]/heading-needle-deflection</nav-heading-needle-deflection>
<nav-in-range>/instrumentation/nav[0]/in-range</nav-in-range>
</params>
<path>vor.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>GlidescopeNeedle</object-name>
<object-name>Ring</object-name>
<object-name>LocalizerNeedle</object-name>
<object-name>Front</object-name>
<object-name>TO</object-name>
<object-name>FR</object-name>
<object-name>NAV</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<name>LocalizerNeedleTransform</name>
<type>rotate</type>
<object-name>LocalizerNeedle</object-name>
<property alias="../../params/nav-heading-needle-deflection"/>
<factor>-3.2</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.03</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>GlidescopeNeedle</object-name>
<condition>
<property alias="../../../params/nav-in-range"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>NAV</object-name>
<condition>
<not>
<property alias="../../../../params/nav-in-range"/>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>TO</object-name>
<condition>
<property alias="../../../params/nav-to-flag"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FR</object-name>
<condition>
<property alias="../../../params/nav-from-flag"/>
</condition>
</animation>
<animation>
<name>GlidescopeNeedleTransform</name>
<type>rotate</type>
<object-name>GlidescopeNeedle</object-name>
<property alias="../../params/nav-gs-needle-deflection"/>
<factor>-3.2</factor>
<min-deg>-32</min-deg>
<max-deg>32</max-deg>
<center>
<x-m>0</x-m>
<y-m>-0.03</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>RingTransform</name>
<type>rotate</type>
<object-name>Ring</object-name>
<property alias="../../params/nav-radial-selected"/>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- VOR 1 Radial adjust -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav/radials/selected-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<name>Alpha Order Group</name>
<object-name>Face</object-name>
<object-name>LocalizerNeedleTransform</object-name>
<object-name>GlidescopeNeedleTransform</object-name>
<object-name>RingTransform</object-name>
<object-name>Front</object-name>
</animation>
</PropertyList>

View file

@ -1,209 +1,209 @@
<?xml version="1.0"?>
<PropertyList>
<params>
<nav-to-flag>/instrumentation/nav[1]/to-flag</nav-to-flag>
<nav-from-flag>/instrumentation/nav[1]/from-flag</nav-from-flag>
<nav-radial-selected>/instrumentation/nav[1]/radials/selected-deg</nav-radial-selected>
<nav-gs-needle-deflection>/instrumentation/nav[1]/gs-needle-deflection</nav-gs-needle-deflection>
<nav-heading-needle-deflection>/instrumentation/nav[1]/heading-needle-deflection</nav-heading-needle-deflection>
<nav-in-range>/instrumentation/nav[1]/in-range</nav-in-range>
</params>
<path>vor.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>GlidescopeNeedle</object-name>
<object-name>Ring</object-name>
<object-name>LocalizerNeedle</object-name>
<object-name>Front</object-name>
<object-name>TO</object-name>
<object-name>FR</object-name>
<object-name>NAV</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<name>LocalizerNeedleTransform</name>
<type>rotate</type>
<object-name>LocalizerNeedle</object-name>
<property alias="../../params/nav-heading-needle-deflection"/>
<factor>-3.2</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.03</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>GlidescopeNeedle</object-name>
<condition>
<property alias="../../../params/nav-in-range"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>NAV</object-name>
<condition>
<not>
<property alias="../../../../params/nav-in-range"/>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>TO</object-name>
<condition>
<property alias="../../../params/nav-to-flag"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FR</object-name>
<condition>
<property alias="../../../params/nav-from-flag"/>
</condition>
</animation>
<animation>
<name>GlidescopeNeedleTransform</name>
<type>rotate</type>
<object-name>GlidescopeNeedle</object-name>
<property alias="../../params/nav-gs-needle-deflection"/>
<factor>-3.2</factor>
<min-deg>-32</min-deg>
<max-deg>32</max-deg>
<center>
<x-m>0</x-m>
<y-m>-0.03</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>RingTransform</name>
<type>rotate</type>
<object-name>Ring</object-name>
<property alias="../../params/nav-radial-selected"/>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- VOR 2 Radial adjust -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<name>Alpha Order Group</name>
<object-name>Face</object-name>
<object-name>LocalizerNeedleTransform</object-name>
<object-name>GlidescopeNeedleTransform</object-name>
<object-name>RingTransform</object-name>
<object-name>Front</object-name>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<params>
<nav-to-flag>/instrumentation/nav[1]/to-flag</nav-to-flag>
<nav-from-flag>/instrumentation/nav[1]/from-flag</nav-from-flag>
<nav-radial-selected>/instrumentation/nav[1]/radials/selected-deg</nav-radial-selected>
<nav-gs-needle-deflection>/instrumentation/nav[1]/gs-needle-deflection</nav-gs-needle-deflection>
<nav-heading-needle-deflection>/instrumentation/nav[1]/heading-needle-deflection</nav-heading-needle-deflection>
<nav-in-range>/instrumentation/nav[1]/in-range</nav-in-range>
</params>
<path>vor.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>GlidescopeNeedle</object-name>
<object-name>Ring</object-name>
<object-name>LocalizerNeedle</object-name>
<object-name>Front</object-name>
<object-name>TO</object-name>
<object-name>FR</object-name>
<object-name>NAV</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>/sim/model/material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>disk</object-name>
<emission>
<red>0.45</red>
<green>0.09</green>
<blue>0.00001</blue>
<factor-prop>/sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<name>LocalizerNeedleTransform</name>
<type>rotate</type>
<object-name>LocalizerNeedle</object-name>
<property alias="../../params/nav-heading-needle-deflection"/>
<factor>-3.2</factor>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0.03</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>GlidescopeNeedle</object-name>
<condition>
<property alias="../../../params/nav-in-range"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>NAV</object-name>
<condition>
<not>
<property alias="../../../../params/nav-in-range"/>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>TO</object-name>
<condition>
<property alias="../../../params/nav-to-flag"/>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>FR</object-name>
<condition>
<property alias="../../../params/nav-from-flag"/>
</condition>
</animation>
<animation>
<name>GlidescopeNeedleTransform</name>
<type>rotate</type>
<object-name>GlidescopeNeedle</object-name>
<property alias="../../params/nav-gs-needle-deflection"/>
<factor>-3.2</factor>
<min-deg>-32</min-deg>
<max-deg>32</max-deg>
<center>
<x-m>0</x-m>
<y-m>-0.03</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>RingTransform</name>
<type>rotate</type>
<object-name>Ring</object-name>
<property alias="../../params/nav-radial-selected"/>
<factor>-1</factor>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- VOR 2 Radial adjust -->
<animation>
<type>pick</type>
<object-name>click-L</object-name>
<visible>false</visible>
<action>
<name>small decrease</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>-1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large decrease</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>-5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>click-R</object-name>
<visible>false</visible>
<action>
<name>small increase</name>
<button>0</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>1</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
<action>
<name>large increase</name>
<button>1</button>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<step>5</step>
<min>0</min>
<max>360</max>
<wrap>1</wrap>
</binding>
</action>
</animation>
<animation>
<name>Alpha Order Group</name>
<object-name>Face</object-name>
<object-name>LocalizerNeedleTransform</object-name>
<object-name>GlidescopeNeedleTransform</object-name>
<object-name>RingTransform</object-name>
<object-name>Front</object-name>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -1,394 +1,394 @@
<?xml version="1.0"?>
<PropertyList>
<path>immat.ac</path>
<animation>
<!-- Immatriculations -->
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
</animation>
<animation>
<type>noshadow</type>
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
</animation>
<!-- Ne me demandez pas comment j'ai obtenu la formule du facteur, ce fut au feeling ;) -->
<!--
Largeur de l'image complète : 2048 pixels
Largeur d'un caractère : 50 pixels
Nombre de cases : 2048/50 = 40.96
factor : 1/40.96 = 0.0244140625
-->
<!-- Fuselage gauche -->
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Fuselage droit -->
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Dessous aile -->
<animation>
<type>textranslate</type>
<object-name>ImatWing1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Tableau de bord -->
<animation>
<type>textranslate</type>
<object-name>ImatPanel1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
<condition>
<property>sim/model/c172p/immat</property>
</condition>
</animation>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<path>immat.ac</path>
<animation>
<!-- Immatriculations -->
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
</animation>
<animation>
<type>noshadow</type>
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
</animation>
<!-- Ne me demandez pas comment j'ai obtenu la formule du facteur, ce fut au feeling ;) -->
<!--
Largeur de l'image complète : 2048 pixels
Largeur d'un caractère : 50 pixels
Nombre de cases : 2048/50 = 40.96
factor : 1/40.96 = 0.0244140625
-->
<!-- Fuselage gauche -->
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageL6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Fuselage droit -->
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatFuselageR6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Dessous aile -->
<animation>
<type>textranslate</type>
<object-name>ImatWing1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatWing6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Tableau de bord -->
<animation>
<type>textranslate</type>
<object-name>ImatPanel1</object-name>
<property>sim/multiplay/generic/int[0]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel2</object-name>
<property>sim/multiplay/generic/int[1]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel3</object-name>
<property>sim/multiplay/generic/int[2]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel4</object-name>
<property>sim/multiplay/generic/int[3]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel5</object-name>
<property>sim/multiplay/generic/int[4]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>ImatPanel6</object-name>
<property>sim/multiplay/generic/int[5]</property>
<factor> 0.0244140625 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>ImatWing1</object-name>
<object-name>ImatWing2</object-name>
<object-name>ImatWing3</object-name>
<object-name>ImatWing4</object-name>
<object-name>ImatWing5</object-name>
<object-name>ImatWing6</object-name>
<object-name>ImatFuselageL1</object-name>
<object-name>ImatFuselageL2</object-name>
<object-name>ImatFuselageL3</object-name>
<object-name>ImatFuselageL4</object-name>
<object-name>ImatFuselageL5</object-name>
<object-name>ImatFuselageL6</object-name>
<object-name>ImatFuselageR1</object-name>
<object-name>ImatFuselageR2</object-name>
<object-name>ImatFuselageR3</object-name>
<object-name>ImatFuselageR4</object-name>
<object-name>ImatFuselageR5</object-name>
<object-name>ImatFuselageR6</object-name>
<object-name>ImatPanel1</object-name>
<object-name>ImatPanel2</object-name>
<object-name>ImatPanel3</object-name>
<object-name>ImatPanel4</object-name>
<object-name>ImatPanel5</object-name>
<object-name>ImatPanel6</object-name>
<condition>
<property>sim/model/c172p/immat</property>
</condition>
</animation>
</PropertyList>

View file

@ -1,36 +1,36 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/fuselage.eimcf.png</texture>
</livery>
<liverytail>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>false</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
</sim>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/fuselage.eimcf.png</texture>
</livery>
<liverytail>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">EI-MCF</name>
<index type="int">2</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>false</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
</sim>
</PropertyList>

View file

@ -1,37 +1,37 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/fuselage2.png</texture>
</livery>
<liverytail>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>false</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
</sim>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/fuselage2.png</texture>
</livery>
<liverytail>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">default</name>
<index type="int">1</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>false</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
</sim>
</PropertyList>

View file

@ -1,36 +1,36 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/fuselage.n301dp.png</texture>
</livery>
<liverytail>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>false</immat>
<fairing1>true</fairing1>
<fairing2>true</fairing2>
<fairing3>true</fairing3>
</c172p>
</model>
</sim>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/fuselage.n301dp.png</texture>
</livery>
<liverytail>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/tail.png</texture>
</liverytail>
<liverywing>
<name type="string">n301dp</name>
<index type="int">0</index>
<texture>Liveries/wing.png</texture>
</liverywing>
<c172p>
<immat>false</immat>
<fairing1>true</fairing1>
<fairing2>true</fairing2>
<fairing3>true</fairing3>
</c172p>
</model>
</sim>
</PropertyList>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,460 +1,460 @@
##
# Procedural model of a Cessna 172S electrical system. Includes a
# preliminary battery charge/discharge model and realistic ammeter
# gauge modeling.
#
##
# Initialize internal values
#
battery = nil;
alternator = nil;
last_time = 0.0;
vbus_volts = 0.0;
ebus1_volts = 0.0;
ebus2_volts = 0.0;
ammeter_ave = 0.0;
##
# Initialize the electrical system
#
init_electrical = func {
print("Initializing Nasal Electrical System");
battery = BatteryClass.new();
alternator = AlternatorClass.new();
# set initial switch positions
setprop("/controls/engines/engine[0]/master-bat", 1);
setprop("/controls/engines/engine[0]/master-alt", 1);
setprop("/controls/switches/master-avionics", 1);
setprop("/systems/electrical/outputs/autopilot",0.0);
# Request that the update fuction be called next frame
settimer(update_electrical, 0);
}
##
# Battery model class.
#
BatteryClass = {};
BatteryClass.new = func {
obj = { parents : [BatteryClass],
ideal_volts : 24.0,
ideal_amps : 30.0,
amp_hours : 12.75,
charge_percent : 1.0,
charge_amps : 7.0 };
return obj;
}
##
# Passing in positive amps means the battery will be discharged.
# Negative amps indicates a battery charge.
#
BatteryClass.apply_load = func( amps, dt ) {
amphrs_used = amps * dt / 3600.0;
percent_used = amphrs_used / me.amp_hours;
me.charge_percent -= percent_used;
if ( me.charge_percent < 0.0 ) {
me.charge_percent = 0.0;
} elsif ( me.charge_percent > 1.0 ) {
me.charge_percent = 1.0;
}
# print( "battery percent = ", me.charge_percent);
return me.amp_hours * me.charge_percent;
}
##
# Return output volts based on percent charged. Currently based on a simple
# polynomal percent charge vs. volts function.
#
BatteryClass.get_output_volts = func {
x = 1.0 - me.charge_percent;
tmp = -(3.0 * x - 1.0);
factor = (tmp*tmp*tmp*tmp*tmp + 32) / 32;
return me.ideal_volts * factor;
}
##
# Return output amps available. This function is totally wrong and should be
# fixed at some point with a more sensible function based on charge percent.
# There is probably some physical limits to the number of instantaneous amps
# a battery can produce (cold cranking amps?)
#
BatteryClass.get_output_amps = func {
x = 1.0 - me.charge_percent;
tmp = -(3.0 * x - 1.0);
factor = (tmp*tmp*tmp*tmp*tmp + 32) / 32;
return me.ideal_amps * factor;
}
##
# Alternator model class.
#
AlternatorClass = {};
AlternatorClass.new = func {
obj = { parents : [AlternatorClass],
rpm_source : "/engines/engine[0]/rpm",
rpm_threshold : 800.0,
ideal_volts : 28.0,
ideal_amps : 60.0 };
setprop( obj.rpm_source, 0.0 );
return obj;
}
##
# Computes available amps and returns remaining amps after load is applied
#
AlternatorClass.apply_load = func( amps, dt ) {
# Scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator amps = ", me.ideal_amps * factor );
available_amps = me.ideal_amps * factor;
return available_amps - amps;
}
##
# Return output volts based on rpm
#
AlternatorClass.get_output_volts = func {
# scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator volts = ", me.ideal_volts * factor );
return me.ideal_volts * factor;
}
##
# Return output amps available based on rpm.
#
AlternatorClass.get_output_amps = func {
# scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator amps = ", ideal_amps * factor );
return me.ideal_amps * factor;
}
##
# This is the main electrical system update function.
#
update_electrical = func {
time = getprop("/sim/time/elapsed-sec");
dt = time - last_time;
last_time = time;
update_virtual_bus( dt );
# Request that the update fuction be called again next frame
settimer(update_electrical, 0);
}
##
# Model the system of relays and connections that join the battery,
# alternator, starter, master/alt switches, external power supply.
#
update_virtual_bus = func( dt ) {
serviceable = getprop("/systems/electrical/serviceable");
if ( serviceable ) {
battery_volts = battery.get_output_volts();
alternator_volts = alternator.get_output_volts();
} else {
battery_volts = 0.0;
alternator_volts = 0.0;
}
external_volts = 0.0;
load = 0.0;
# switch state
master_bat = getprop("/controls/engines/engine[0]/master-bat");
master_alt = getprop("/controls/engines/engine[0]/master-alt");
# determine power source
bus_volts = 0.0;
power_source = nil;
if ( master_bat ) {
bus_volts = battery_volts;
power_source = "battery";
}
if ( master_alt and (alternator_volts > bus_volts) ) {
bus_volts = alternator_volts;
power_source = "alternator";
}
if ( external_volts > bus_volts ) {
bus_volts = external_volts;
power_source = "external";
}
# print( "virtual bus volts = ", bus_volts );
# starter motor
starter_switch = getprop("/controls/engines/engine[0]/starter");
starter_volts = 0.0;
if ( starter_switch ) {
starter_volts = bus_volts;
}
setprop("/systems/electrical/outputs/starter[0]", starter_volts);
# bus network (1. these must be called in the right order, 2. the
# bus routine itself determins where it draws power from.)
load += electrical_bus_1();
load += electrical_bus_2();
load += cross_feed_bus();
load += avionics_bus_1();
load += avionics_bus_2();
# system loads and ammeter gauge
ammeter = 0.0;
if ( bus_volts > 1.0 ) {
# normal load
load += 15.0;
# ammeter gauge
if ( power_source == "battery" ) {
ammeter = -load;
} else {
ammeter = battery.charge_amps;
}
}
# print( "ammeter = ", ammeter );
# charge/discharge the battery
if ( power_source == "battery" ) {
battery.apply_load( load, dt );
} elsif ( bus_volts > battery_volts ) {
battery.apply_load( -battery.charge_amps, dt );
}
# filter ammeter needle pos
ammeter_ave = 0.8 * ammeter_ave + 0.2 * ammeter;
# outputs
setprop("/systems/electrical/amps", ammeter_ave);
setprop("/systems/electrical/volts", bus_volts);
vbus_volts = bus_volts;
return load;
}
electrical_bus_1 = func() {
# we are fed from the "virtual" bus
bus_volts = vbus_volts;
load = 0.0;
# Cabin Lights Power
if ( getprop("/controls/circuit-breakers/cabin-lights-pwr") ) {
setprop("/systems/electrical/outputs/cabin-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/cabin-lights", 0.0);
}
# Instrument Power
setprop("/systems/electrical/outputs/instr-ignition-switch", bus_volts);
# Fuel Pump Power
if ( getprop("/controls/engines/engine[0]/fuel-pump") ) {
setprop("/systems/electrical/outputs/fuel-pump", bus_volts);
} else {
setprop("/systems/electrical/outputs/fuel-pump", 0.0);
}
# Landing Light Power
if ( getprop("/controls/switches/landing-light") ) {
setprop("/systems/electrical/outputs/landing-light", bus_volts);
} else {
setprop("/systems/electrical/outputs/landing-light", 0.0 );
}
# Beacon Power
if ( getprop("/controls/switches/flashing-beacon" ) ) {
setprop("/systems/electrical/outputs/beacon", bus_volts);
if ( bus_volts > 1.0 ) { load += 7.5; }
} else {
setprop("/systems/electrical/outputs/beacon", 0.0);
}
# Flaps Power
setprop("/systems/electrical/outputs/flaps", bus_volts);
# register bus voltage
ebus1_volts = bus_volts;
# return cumulative load
return load;
}
electrical_bus_2 = func() {
# we are fed from the "virtual" bus
bus_volts = vbus_volts;
load = 0.0;
# Turn Coordinator Power
setprop("/systems/electrical/outputs/turn-coordinator", bus_volts);
# Map Lights Power
if ( getprop("/controls/switches/nav-lights" ) ) {
setprop("/systems/electrical/outputs/map-lights", bus_volts);
if ( bus_volts > 1.0 ) { load += 7.0; }
} else {
setprop("/systems/electrical/outputs/map-lights", 0.0);
}
# Instrument Lights Power
setprop("/systems/electrical/outputs/instrument-lights", bus_volts);
# Strobe Lights Power
if ( getprop("/controls/switches/strobe-lights" ) ) {
setprop("/systems/electrical/outputs/strobe-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/strobe-lights", 0.0);
}
# Taxi Lights Power
if ( getprop("/controls/switches/taxi-lights" ) ) {
setprop("/systems/electrical/outputs/taxi-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/taxi-lights", 0.0);
}
# Pitot Heat Power
if ( getprop("/controls/switches/pitot-heat" ) ) {
setprop("/systems/electrical/outputs/pitot-heat", bus_volts);
} else {
setprop("/systems/electrical/outputs/pitot-heat", 0.0);
}
# register bus voltage
ebus2_volts = bus_volts;
# return cumulative load
return load;
}
cross_feed_bus = func() {
# we are fed from either of the electrical bus 1 or 2
if ( ebus1_volts > ebus2_volts ) {
bus_volts = ebus1_volts;
} else {
bus_volts = ebus2_volts;
}
load = 0.0;
setprop("/systems/electrical/outputs/annunciators", bus_volts);
# return cumulative load
return load;
}
avionics_bus_1 = func() {
master_av = getprop("/controls/switches/master-avionics");
# we are fed from the electrical bus 1
if ( master_av ) {
bus_volts = ebus1_volts;
} else {
bus_volts = 0.0;
}
load = 0.0;
# Avionics Fan Power
setprop("/systems/electrical/outputs/avionics-fan", bus_volts);
# GPS Power
setprop("/systems/electrical/outputs/gps", bus_volts);
# HSI Power
setprop("/systems/electrical/outputs/hsi", bus_volts);
# NavCom 1 Power
setprop("/systems/electrical/outputs/nav[0]", bus_volts);
# DME Power
setprop("/systems/electrical/outputs/dme", bus_volts);
# Audio Panel 1 Power
setprop("/systems/electrical/outputs/audio-panel[0]", bus_volts);
# return cumulative load
return load;
}
avionics_bus_2 = func() {
master_av = getprop("/controls/switches/master-avionics");
# we are fed from the electrical bus 2
if ( master_av ) {
bus_volts = ebus2_volts;
} else {
bus_volts = 0.0;
}
load = 0.0;
# NavCom 2 Power
setprop("/systems/electrical/outputs/nav[1]", bus_volts);
# Audio Panel 2 Power
setprop("/systems/electrical/outputs/audio-panel[1]", bus_volts);
# Transponder Power
setprop("/systems/electrical/outputs/transponder", bus_volts);
# Autopilot Power
setprop("/systems/electrical/outputs/autopilot", bus_volts);
# ADF Power
setprop("/systems/electrical/outputs/adf", bus_volts);
# return cumulative load
return load;
}
# Setup a timer based call to initialized the electrical system as
# soon as possible.
settimer(init_electrical, 0);
##
# Procedural model of a Cessna 172S electrical system. Includes a
# preliminary battery charge/discharge model and realistic ammeter
# gauge modeling.
#
##
# Initialize internal values
#
battery = nil;
alternator = nil;
last_time = 0.0;
vbus_volts = 0.0;
ebus1_volts = 0.0;
ebus2_volts = 0.0;
ammeter_ave = 0.0;
##
# Initialize the electrical system
#
init_electrical = func {
print("Initializing Nasal Electrical System");
battery = BatteryClass.new();
alternator = AlternatorClass.new();
# set initial switch positions
setprop("/controls/engines/engine[0]/master-bat", 1);
setprop("/controls/engines/engine[0]/master-alt", 1);
setprop("/controls/switches/master-avionics", 1);
setprop("/systems/electrical/outputs/autopilot",0.0);
# Request that the update fuction be called next frame
settimer(update_electrical, 0);
}
##
# Battery model class.
#
BatteryClass = {};
BatteryClass.new = func {
obj = { parents : [BatteryClass],
ideal_volts : 24.0,
ideal_amps : 30.0,
amp_hours : 12.75,
charge_percent : 1.0,
charge_amps : 7.0 };
return obj;
}
##
# Passing in positive amps means the battery will be discharged.
# Negative amps indicates a battery charge.
#
BatteryClass.apply_load = func( amps, dt ) {
amphrs_used = amps * dt / 3600.0;
percent_used = amphrs_used / me.amp_hours;
me.charge_percent -= percent_used;
if ( me.charge_percent < 0.0 ) {
me.charge_percent = 0.0;
} elsif ( me.charge_percent > 1.0 ) {
me.charge_percent = 1.0;
}
# print( "battery percent = ", me.charge_percent);
return me.amp_hours * me.charge_percent;
}
##
# Return output volts based on percent charged. Currently based on a simple
# polynomal percent charge vs. volts function.
#
BatteryClass.get_output_volts = func {
x = 1.0 - me.charge_percent;
tmp = -(3.0 * x - 1.0);
factor = (tmp*tmp*tmp*tmp*tmp + 32) / 32;
return me.ideal_volts * factor;
}
##
# Return output amps available. This function is totally wrong and should be
# fixed at some point with a more sensible function based on charge percent.
# There is probably some physical limits to the number of instantaneous amps
# a battery can produce (cold cranking amps?)
#
BatteryClass.get_output_amps = func {
x = 1.0 - me.charge_percent;
tmp = -(3.0 * x - 1.0);
factor = (tmp*tmp*tmp*tmp*tmp + 32) / 32;
return me.ideal_amps * factor;
}
##
# Alternator model class.
#
AlternatorClass = {};
AlternatorClass.new = func {
obj = { parents : [AlternatorClass],
rpm_source : "/engines/engine[0]/rpm",
rpm_threshold : 800.0,
ideal_volts : 28.0,
ideal_amps : 60.0 };
setprop( obj.rpm_source, 0.0 );
return obj;
}
##
# Computes available amps and returns remaining amps after load is applied
#
AlternatorClass.apply_load = func( amps, dt ) {
# Scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator amps = ", me.ideal_amps * factor );
available_amps = me.ideal_amps * factor;
return available_amps - amps;
}
##
# Return output volts based on rpm
#
AlternatorClass.get_output_volts = func {
# scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator volts = ", me.ideal_volts * factor );
return me.ideal_volts * factor;
}
##
# Return output amps available based on rpm.
#
AlternatorClass.get_output_amps = func {
# scale alternator output for rpms < 800. For rpms >= 800
# give full output. This is just a WAG, and probably not how
# it really works but I'm keeping things "simple" to start.
rpm = getprop( me.rpm_source );
factor = rpm / me.rpm_threshold;
if ( factor > 1.0 ) {
factor = 1.0;
}
# print( "alternator amps = ", ideal_amps * factor );
return me.ideal_amps * factor;
}
##
# This is the main electrical system update function.
#
update_electrical = func {
time = getprop("/sim/time/elapsed-sec");
dt = time - last_time;
last_time = time;
update_virtual_bus( dt );
# Request that the update fuction be called again next frame
settimer(update_electrical, 0);
}
##
# Model the system of relays and connections that join the battery,
# alternator, starter, master/alt switches, external power supply.
#
update_virtual_bus = func( dt ) {
serviceable = getprop("/systems/electrical/serviceable");
if ( serviceable ) {
battery_volts = battery.get_output_volts();
alternator_volts = alternator.get_output_volts();
} else {
battery_volts = 0.0;
alternator_volts = 0.0;
}
external_volts = 0.0;
load = 0.0;
# switch state
master_bat = getprop("/controls/engines/engine[0]/master-bat");
master_alt = getprop("/controls/engines/engine[0]/master-alt");
# determine power source
bus_volts = 0.0;
power_source = nil;
if ( master_bat ) {
bus_volts = battery_volts;
power_source = "battery";
}
if ( master_alt and (alternator_volts > bus_volts) ) {
bus_volts = alternator_volts;
power_source = "alternator";
}
if ( external_volts > bus_volts ) {
bus_volts = external_volts;
power_source = "external";
}
# print( "virtual bus volts = ", bus_volts );
# starter motor
starter_switch = getprop("/controls/engines/engine[0]/starter");
starter_volts = 0.0;
if ( starter_switch ) {
starter_volts = bus_volts;
}
setprop("/systems/electrical/outputs/starter[0]", starter_volts);
# bus network (1. these must be called in the right order, 2. the
# bus routine itself determins where it draws power from.)
load += electrical_bus_1();
load += electrical_bus_2();
load += cross_feed_bus();
load += avionics_bus_1();
load += avionics_bus_2();
# system loads and ammeter gauge
ammeter = 0.0;
if ( bus_volts > 1.0 ) {
# normal load
load += 15.0;
# ammeter gauge
if ( power_source == "battery" ) {
ammeter = -load;
} else {
ammeter = battery.charge_amps;
}
}
# print( "ammeter = ", ammeter );
# charge/discharge the battery
if ( power_source == "battery" ) {
battery.apply_load( load, dt );
} elsif ( bus_volts > battery_volts ) {
battery.apply_load( -battery.charge_amps, dt );
}
# filter ammeter needle pos
ammeter_ave = 0.8 * ammeter_ave + 0.2 * ammeter;
# outputs
setprop("/systems/electrical/amps", ammeter_ave);
setprop("/systems/electrical/volts", bus_volts);
vbus_volts = bus_volts;
return load;
}
electrical_bus_1 = func() {
# we are fed from the "virtual" bus
bus_volts = vbus_volts;
load = 0.0;
# Cabin Lights Power
if ( getprop("/controls/circuit-breakers/cabin-lights-pwr") ) {
setprop("/systems/electrical/outputs/cabin-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/cabin-lights", 0.0);
}
# Instrument Power
setprop("/systems/electrical/outputs/instr-ignition-switch", bus_volts);
# Fuel Pump Power
if ( getprop("/controls/engines/engine[0]/fuel-pump") ) {
setprop("/systems/electrical/outputs/fuel-pump", bus_volts);
} else {
setprop("/systems/electrical/outputs/fuel-pump", 0.0);
}
# Landing Light Power
if ( getprop("/controls/switches/landing-light") ) {
setprop("/systems/electrical/outputs/landing-light", bus_volts);
} else {
setprop("/systems/electrical/outputs/landing-light", 0.0 );
}
# Beacon Power
if ( getprop("/controls/switches/flashing-beacon" ) ) {
setprop("/systems/electrical/outputs/beacon", bus_volts);
if ( bus_volts > 1.0 ) { load += 7.5; }
} else {
setprop("/systems/electrical/outputs/beacon", 0.0);
}
# Flaps Power
setprop("/systems/electrical/outputs/flaps", bus_volts);
# register bus voltage
ebus1_volts = bus_volts;
# return cumulative load
return load;
}
electrical_bus_2 = func() {
# we are fed from the "virtual" bus
bus_volts = vbus_volts;
load = 0.0;
# Turn Coordinator Power
setprop("/systems/electrical/outputs/turn-coordinator", bus_volts);
# Map Lights Power
if ( getprop("/controls/switches/nav-lights" ) ) {
setprop("/systems/electrical/outputs/map-lights", bus_volts);
if ( bus_volts > 1.0 ) { load += 7.0; }
} else {
setprop("/systems/electrical/outputs/map-lights", 0.0);
}
# Instrument Lights Power
setprop("/systems/electrical/outputs/instrument-lights", bus_volts);
# Strobe Lights Power
if ( getprop("/controls/switches/strobe-lights" ) ) {
setprop("/systems/electrical/outputs/strobe-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/strobe-lights", 0.0);
}
# Taxi Lights Power
if ( getprop("/controls/switches/taxi-lights" ) ) {
setprop("/systems/electrical/outputs/taxi-lights", bus_volts);
} else {
setprop("/systems/electrical/outputs/taxi-lights", 0.0);
}
# Pitot Heat Power
if ( getprop("/controls/switches/pitot-heat" ) ) {
setprop("/systems/electrical/outputs/pitot-heat", bus_volts);
} else {
setprop("/systems/electrical/outputs/pitot-heat", 0.0);
}
# register bus voltage
ebus2_volts = bus_volts;
# return cumulative load
return load;
}
cross_feed_bus = func() {
# we are fed from either of the electrical bus 1 or 2
if ( ebus1_volts > ebus2_volts ) {
bus_volts = ebus1_volts;
} else {
bus_volts = ebus2_volts;
}
load = 0.0;
setprop("/systems/electrical/outputs/annunciators", bus_volts);
# return cumulative load
return load;
}
avionics_bus_1 = func() {
master_av = getprop("/controls/switches/master-avionics");
# we are fed from the electrical bus 1
if ( master_av ) {
bus_volts = ebus1_volts;
} else {
bus_volts = 0.0;
}
load = 0.0;
# Avionics Fan Power
setprop("/systems/electrical/outputs/avionics-fan", bus_volts);
# GPS Power
setprop("/systems/electrical/outputs/gps", bus_volts);
# HSI Power
setprop("/systems/electrical/outputs/hsi", bus_volts);
# NavCom 1 Power
setprop("/systems/electrical/outputs/nav[0]", bus_volts);
# DME Power
setprop("/systems/electrical/outputs/dme", bus_volts);
# Audio Panel 1 Power
setprop("/systems/electrical/outputs/audio-panel[0]", bus_volts);
# return cumulative load
return load;
}
avionics_bus_2 = func() {
master_av = getprop("/controls/switches/master-avionics");
# we are fed from the electrical bus 2
if ( master_av ) {
bus_volts = ebus2_volts;
} else {
bus_volts = 0.0;
}
load = 0.0;
# NavCom 2 Power
setprop("/systems/electrical/outputs/nav[1]", bus_volts);
# Audio Panel 2 Power
setprop("/systems/electrical/outputs/audio-panel[1]", bus_volts);
# Transponder Power
setprop("/systems/electrical/outputs/transponder", bus_volts);
# Autopilot Power
setprop("/systems/electrical/outputs/autopilot", bus_volts);
# ADF Power
setprop("/systems/electrical/outputs/adf", bus_volts);
# return cumulative load
return load;
}
# Setup a timer based call to initialized the electrical system as
# soon as possible.
settimer(init_electrical, 0);

View file

@ -1,23 +1,23 @@
# =====
# Doors
# =====
Doors = {};
Doors.new = func {
obj = { parents : [Doors],
crew : aircraft.door.new("instrumentation/doors/crew", 8.0),
};
return obj;
};
Doors.crewexport = func {
me.crew.toggle();
}
# ==============
# Initialization
# ==============
# objects must be here, otherwise local to init()
doorsystem = Doors.new();
# =====
# Doors
# =====
Doors = {};
Doors.new = func {
obj = { parents : [Doors],
crew : aircraft.door.new("instrumentation/doors/crew", 8.0),
};
return obj;
};
Doors.crewexport = func {
me.crew.toggle();
}
# ==============
# Initialization
# ==============
# objects must be here, otherwise local to init()
doorsystem = Doors.new();

View file

@ -1,15 +1,15 @@
<?xml version="1.0"?>
<PropertyList>
<key n="100">
<name>d</name>
<desc>Canopy</desc>
<binding>
<command>nasal</command>
<script>globals.dr400.doorsystem.crewexport();</script>
</binding>
</key>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<key n="100">
<name>d</name>
<desc>Canopy</desc>
<binding>
<command>nasal</command>
<script>globals.dr400.doorsystem.crewexport();</script>
</binding>
</key>
</PropertyList>

View file

@ -1,35 +1,35 @@
# ===========================
# Immatriculation by Zakharov
# ===========================
var refresh_immat = func {
var immat = props.globals.getNode("/sim/model/immat",1).getValue();
var immat_size = size(immat);
if (immat_size != 0) immat = string.uc(immat);
for (var i = 0; i < 6; i += 1) {
if (i >= immat_size)
glyph = -1;
elsif (string.isupper(immat[i]))
glyph = immat[i] - `A`;
elsif (string.isdigit(immat[i]))
glyph = immat[i] - `0` + 26;
else
glyph = 36;
props.globals.getNode("/sim/multiplay/generic/int["~i~"]", 1).setValue(glyph+1);
}
}
var immat_dialog = gui.Dialog.new("/sim/gui/dialogs/c172p/status/dialog",
"Aircraft/c172p/Dialogs/immat.xml");
setlistener("/sim/signals/fdm-initialized", func {
if (props.globals.getNode("/sim/model/immat") == nil) {
var immat = props.globals.getNode("/sim/model/immat",1);
var callsign = props.globals.getNode("/sim/multiplay/callsign").getValue();
if (callsign != "callsign") immat.setValue(callsign);
else immat.setValue("F-GHYQ");
}
refresh_immat();
setlistener("sim/model/immat", refresh_immat, 0);
},0);
# ===========================
# Immatriculation by Zakharov
# ===========================
var refresh_immat = func {
var immat = props.globals.getNode("/sim/model/immat",1).getValue();
var immat_size = size(immat);
if (immat_size != 0) immat = string.uc(immat);
for (var i = 0; i < 6; i += 1) {
if (i >= immat_size)
glyph = -1;
elsif (string.isupper(immat[i]))
glyph = immat[i] - `A`;
elsif (string.isdigit(immat[i]))
glyph = immat[i] - `0` + 26;
else
glyph = 36;
props.globals.getNode("/sim/multiplay/generic/int["~i~"]", 1).setValue(glyph+1);
}
}
var immat_dialog = gui.Dialog.new("/sim/gui/dialogs/c172p/status/dialog",
"Aircraft/c172p/Dialogs/immat.xml");
setlistener("/sim/signals/fdm-initialized", func {
if (props.globals.getNode("/sim/model/immat") == nil) {
var immat = props.globals.getNode("/sim/model/immat",1);
var callsign = props.globals.getNode("/sim/multiplay/callsign").getValue();
if (callsign != "callsign") immat.setValue(callsign);
else immat.setValue("F-GHYQ");
}
refresh_immat();
setlistener("sim/model/immat", refresh_immat, 0);
},0);

View file

@ -1,36 +1,36 @@
sbc1 = aircraft.light.new( "/sim/model/lights/sbc1", [0.5, 0.3] );
sbc1.interval = 0.1;
sbc1.switch( 1 );
sbc2 = aircraft.light.new( "/sim/model/lights/sbc2", [0.2, 0.3], "/sim/model/lights/sbc1/state" );
sbc2.interval = 0;
sbc2.switch( 1 );
setlistener( "/sim/model/lights/sbc2/state", func {
bsbc1 = sbc1.stateN.getValue();
bsbc2 = cmdarg().getBoolValue();
b = 0;
if( bsbc1 and bsbc2 and getprop( "/controls/lighting/beacon") ) {
b = 1;
} else {
b = 0;
}
setprop( "/sim/model/lights/beacon/enabled", b );
if( bsbc1 and !bsbc2 and getprop( "/controls/lighting/strobe" ) ) {
b = 1;
} else {
b = 0;
}
setprop( "/sim/model/lights/strobe/enabled", b );
});
beacon = aircraft.light.new( "/sim/model/lights/beacon", [0.05, 0.05] );
beacon.interval = 0;
strobe = aircraft.light.new( "/sim/model/lights/strobe", [0.05, 0.05] );
strobe.interval = 0;
setprop( "/instrumentation/nav[0]/ident", 0 );
setprop( "/instrumentation/nav[1]/ident", 0 );
sbc1 = aircraft.light.new( "/sim/model/lights/sbc1", [0.5, 0.3] );
sbc1.interval = 0.1;
sbc1.switch( 1 );
sbc2 = aircraft.light.new( "/sim/model/lights/sbc2", [0.2, 0.3], "/sim/model/lights/sbc1/state" );
sbc2.interval = 0;
sbc2.switch( 1 );
setlistener( "/sim/model/lights/sbc2/state", func {
bsbc1 = sbc1.stateN.getValue();
bsbc2 = cmdarg().getBoolValue();
b = 0;
if( bsbc1 and bsbc2 and getprop( "/controls/lighting/beacon") ) {
b = 1;
} else {
b = 0;
}
setprop( "/sim/model/lights/beacon/enabled", b );
if( bsbc1 and !bsbc2 and getprop( "/controls/lighting/strobe" ) ) {
b = 1;
} else {
b = 0;
}
setprop( "/sim/model/lights/strobe/enabled", b );
});
beacon = aircraft.light.new( "/sim/model/lights/beacon", [0.05, 0.05] );
beacon.interval = 0;
strobe = aircraft.light.new( "/sim/model/lights/strobe", [0.05, 0.05] );
strobe.interval = 0;
setprop( "/instrumentation/nav[0]/ident", 0 );
setprop( "/instrumentation/nav[1]/ident", 0 );

View file

@ -1,4 +1,4 @@
# liveries =========================================================
aircraft.livery.init("Aircraft/c172p/Models/Liveries", "sim/model/livery/name", "sim/model/liverytail/name", "sim/model/liverywing/name", "sim/model/livery/index");
# liveries =========================================================
aircraft.livery.init("Aircraft/c172p/Models/Liveries", "sim/model/livery/name", "sim/model/liverytail/name", "sim/model/liverywing/name", "sim/model/livery/index");

View file

@ -1,137 +1,137 @@
<?xml version="1.0"?>
<PropertyList>
<chase-distance-m type="double" archive="y">-30.0</chase-distance-m>
<view n="100">
<name>Passanger Seat View</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> 0.195 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.555 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -1.289 </z-offset-m> <!-- Back -->
<pitch-offset-deg>-15</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="101">
<name>Tail Camera View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">30</default-field-of-view-deg>
<pitch-offset-deg>-5</pitch-offset-deg>
<x-offset-m archive="y"> 0.000 </x-offset-m> <!--Right-->
<y-offset-m archive="y"> 1.066 </y-offset-m> <!--Up-->
<z-offset-m archive="y"> 2.700 </z-offset-m> <!--Back-->
</config>
</view>
<view n="102">
<name>Passanger Rear View Left</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> -0.252 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.473 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -0.361 </z-offset-m> <!-- Back -->
<pitch-offset-deg>0</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="103">
<name>Passanger Rear View Right</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> 0.252 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.473 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -0.361 </z-offset-m> <!-- Back -->
<pitch-offset-deg>0</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="0">
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y"> -0.195 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.555 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -1.289 </z-offset-m> <!-- Back -->
<pitch-offset-deg>-20</pitch-offset-deg>
<default-field-of-view-deg>64</default-field-of-view-deg>
</config>
</view>
<view n="1">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="2">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="3">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="4">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="5">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="6">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<viewer>
<eye>
<latitude-deg type="double">0</latitude-deg>
<longitude-deg type="double">0</longitude-deg>
<altitude-ft type="double">0</altitude-ft>
<heading-deg type="double">0</heading-deg>
<pitch-deg type="double">0</pitch-deg>
<roll-deg type="double">0</roll-deg>
</eye>
<target>
<latitude-deg type="double">0</latitude-deg>
<longitude-deg type="double">0</longitude-deg>
<altitude-ft type="double">0</altitude-ft>
<heading-deg type="double">0</heading-deg>
<pitch-deg type="double">0</pitch-deg>
<roll-deg type="double">0</roll-deg>
</target>
</viewer>
</PropertyList>
<?xml version="1.0"?>
<PropertyList>
<chase-distance-m type="double" archive="y">-30.0</chase-distance-m>
<view n="100">
<name>Passanger Seat View</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> 0.195 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.555 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -1.289 </z-offset-m> <!-- Back -->
<pitch-offset-deg>-15</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="101">
<name>Tail Camera View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">30</default-field-of-view-deg>
<pitch-offset-deg>-5</pitch-offset-deg>
<x-offset-m archive="y"> 0.000 </x-offset-m> <!--Right-->
<y-offset-m archive="y"> 1.066 </y-offset-m> <!--Up-->
<z-offset-m archive="y"> 2.700 </z-offset-m> <!--Back-->
</config>
</view>
<view n="102">
<name>Passanger Rear View Left</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> -0.252 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.473 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -0.361 </z-offset-m> <!-- Back -->
<pitch-offset-deg>0</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="103">
<name>Passanger Rear View Right</name>
<internal archive="y">true</internal>
<type>lookfrom</type>
<config>
<from-model type="bool">true</from-model>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<x-offset-m archive="y"> 0.252 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.473 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -0.361 </z-offset-m> <!-- Back -->
<pitch-offset-deg>0</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<view n="0">
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y"> -0.195 </x-offset-m> <!-- Right -->
<y-offset-m archive="y"> 0.555 </y-offset-m> <!-- Up -->
<z-offset-m archive="y"> -1.289 </z-offset-m> <!-- Back -->
<pitch-offset-deg>-20</pitch-offset-deg>
<default-field-of-view-deg>64</default-field-of-view-deg>
</config>
</view>
<view n="1">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="2">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="3">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="4">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="5">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<view n="6">
<config>
<target-z-offset-m archive="y" type="double">0</target-z-offset-m>
</config>
</view>
<viewer>
<eye>
<latitude-deg type="double">0</latitude-deg>
<longitude-deg type="double">0</longitude-deg>
<altitude-ft type="double">0</altitude-ft>
<heading-deg type="double">0</heading-deg>
<pitch-deg type="double">0</pitch-deg>
<roll-deg type="double">0</roll-deg>
</eye>
<target>
<latitude-deg type="double">0</latitude-deg>
<longitude-deg type="double">0</longitude-deg>
<altitude-ft type="double">0</altitude-ft>
<heading-deg type="double">0</heading-deg>
<pitch-deg type="double">0</pitch-deg>
<roll-deg type="double">0</roll-deg>
</target>
</viewer>
</PropertyList>

View file

@ -13,10 +13,10 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<description>Cessna 172P Skyhawk (1981 model), 2D panel</description>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<!-- Use a 2D instrument panel -->
<panel>
@ -36,55 +36,55 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
</config>
</view>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
</sim>
<nasal>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
</nasal>
<nasal>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
</nasal>
</PropertyList>

View file

@ -4,11 +4,11 @@
<sim>
<description>Panel only for IFR-training (Cessna 172P)</description>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<panel>
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
<visibility archive="y">true</visibility>
@ -30,48 +30,48 @@
<instrumentation>
<path>Aircraft/c172/panel-only-instrumentation.xml</path>
</instrumentation>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
</sim>
<instrumentation>
@ -83,13 +83,13 @@
</instrumentation>
<nasal>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
<annunciator>
<file>Aircraft/Generic/annunciator.nas</file>
</annunciator>

View file

@ -22,11 +22,11 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
</model>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<help>
<title>Cessna 172P</title>
<line>Vx 59 KIAS</line>
@ -75,50 +75,50 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<title>Cessna 172P</title>
</help>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<tutorials include="c172-tutorial.xml"/>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
</sim>
<!-- trim for level cruise -->
@ -172,15 +172,15 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
</engines>
<nasal>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
<electrical>
<file>Aircraft/c172p/Nasal/c172-electrical.nas</file>
<file>Aircraft/c172p/Nasal/c172-electrical.nas</file>
</electrical>
<kap140>
<file>Aircraft/Generic/kap140.nas</file>