123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0"?>
- <!-- Altimeter -->
- <PropertyList>
- <path>altimeter.ac</path>
- <!-- Altimeter -->
- <!-- Altimeter Needle -->
- <animation>
- <type>rotate</type>
- <object-name>alt-Needle1</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor>0.036</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>
- <!-- Pressure Digits -->
- <animation>
- <type>textranslate</type>
- <object-name>inHG1</object-name>
- <property>instrumentation/altimeter/setting-inhg</property>
- <factor>0.01</factor>
- <step>10</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>inHG2</object-name>
- <property>instrumentation/altimeter/setting-inhg</property>
- <factor>0.1</factor>
- <step>1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>inHG3</object-name>
- <property>instrumentation/altimeter/setting-inhg</property>
- <factor>1.0</factor>
- <step>0.1</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>inHG4</object-name>
- <property>/instrumentation/altimeter/setting-inhg</property>
- <factor>10.0</factor>
- <step>0.01</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <!-- Altitude Digits -->
- <animation>
- <type>textranslate</type>
- <object-name>feet1</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor>0.00001</factor>
- <step>10000</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>feet2</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor>0.0001</factor>
- <step>1000</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>feet3</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor>0.001</factor>
- <step>100</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>textranslate</type>
- <object-name>feet4</object-name>
- <property>instrumentation/altimeter/indicated-altitude-ft</property>
- <factor>0.01</factor>
- <step>10</step>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>pick</type>
- <object-name>alt-pres-knob</object-name>
- <visible>true</visible>
- <action>
- <button>3</button>
- <repeatable>false</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>
- <button>4</button>
- <repeatable>false</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>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|