altimeter.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0"?>
  2. <!-- Altimeter -->
  3. <PropertyList>
  4. <path>altimeter.ac</path>
  5. <!-- Altimeter -->
  6. <!-- Altimeter Needle -->
  7. <animation>
  8. <type>rotate</type>
  9. <object-name>alt-Needle1</object-name>
  10. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  11. <factor>0.036</factor>
  12. <center>
  13. <x-m>0</x-m>
  14. <y-m>0</y-m>
  15. <z-m>0</z-m>
  16. </center>
  17. <axis>
  18. <x>-1</x>
  19. <y>0</y>
  20. <z>0</z>
  21. </axis>
  22. </animation>
  23. <!-- Pressure Digits -->
  24. <animation>
  25. <type>textranslate</type>
  26. <object-name>inHG1</object-name>
  27. <property>instrumentation/altimeter/setting-inhg</property>
  28. <factor>0.01</factor>
  29. <step>10</step>
  30. <axis>
  31. <x>0</x>
  32. <y>1</y>
  33. <z>0</z>
  34. </axis>
  35. </animation>
  36. <animation>
  37. <type>textranslate</type>
  38. <object-name>inHG2</object-name>
  39. <property>instrumentation/altimeter/setting-inhg</property>
  40. <factor>0.1</factor>
  41. <step>1</step>
  42. <axis>
  43. <x>0</x>
  44. <y>1</y>
  45. <z>0</z>
  46. </axis>
  47. </animation>
  48. <animation>
  49. <type>textranslate</type>
  50. <object-name>inHG3</object-name>
  51. <property>instrumentation/altimeter/setting-inhg</property>
  52. <factor>1.0</factor>
  53. <step>0.1</step>
  54. <axis>
  55. <x>0</x>
  56. <y>1</y>
  57. <z>0</z>
  58. </axis>
  59. </animation>
  60. <animation>
  61. <type>textranslate</type>
  62. <object-name>inHG4</object-name>
  63. <property>/instrumentation/altimeter/setting-inhg</property>
  64. <factor>10.0</factor>
  65. <step>0.01</step>
  66. <axis>
  67. <x>0</x>
  68. <y>1</y>
  69. <z>0</z>
  70. </axis>
  71. </animation>
  72. <!-- Altitude Digits -->
  73. <animation>
  74. <type>textranslate</type>
  75. <object-name>feet1</object-name>
  76. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  77. <factor>0.00001</factor>
  78. <step>10000</step>
  79. <axis>
  80. <x>0</x>
  81. <y>1</y>
  82. <z>0</z>
  83. </axis>
  84. </animation>
  85. <animation>
  86. <type>textranslate</type>
  87. <object-name>feet2</object-name>
  88. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  89. <factor>0.0001</factor>
  90. <step>1000</step>
  91. <axis>
  92. <x>0</x>
  93. <y>1</y>
  94. <z>0</z>
  95. </axis>
  96. </animation>
  97. <animation>
  98. <type>textranslate</type>
  99. <object-name>feet3</object-name>
  100. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  101. <factor>0.001</factor>
  102. <step>100</step>
  103. <axis>
  104. <x>0</x>
  105. <y>1</y>
  106. <z>0</z>
  107. </axis>
  108. </animation>
  109. <animation>
  110. <type>textranslate</type>
  111. <object-name>feet4</object-name>
  112. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  113. <factor>0.01</factor>
  114. <step>10</step>
  115. <axis>
  116. <x>0</x>
  117. <y>1</y>
  118. <z>0</z>
  119. </axis>
  120. </animation>
  121. <animation>
  122. <type>pick</type>
  123. <object-name>alt-pres-knob</object-name>
  124. <visible>true</visible>
  125. <action>
  126. <button>3</button>
  127. <repeatable>false</repeatable>
  128. <binding>
  129. <command>property-adjust</command>
  130. <property>/instrumentation/altimeter/setting-inhg</property>
  131. <step>-0.01</step>
  132. <min>26.0</min>
  133. <max>33.0</max>
  134. <wrap>false</wrap>
  135. </binding>
  136. </action>
  137. <action>
  138. <button>4</button>
  139. <repeatable>false</repeatable>
  140. <binding>
  141. <command>property-adjust</command>
  142. <property>/instrumentation/altimeter/setting-inhg</property>
  143. <step>0.01</step>
  144. <min>26.0</min>
  145. <max>33.0</max>
  146. <wrap>false</wrap>
  147. </binding>
  148. </action>
  149. </animation>
  150. <!-- *** LoD *** -->
  151. <animation>
  152. <type>range</type>
  153. <min-m>0</min-m>
  154. <max-m>5</max-m>
  155. </animation>
  156. </PropertyList>