ILS.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version = '1.0' encoding = 'UTF-8' ?>
  2. <PropertyList>
  3. <!-- ILS -->
  4. <path>ILS.ac</path>
  5. <animation>
  6. <type>rotate</type>
  7. <object-name>LOCNeedle</object-name>
  8. <property>instrumentation/nav[0]/heading-needle-deflection</property>
  9. <factor>-3.2</factor>
  10. <center>
  11. <x-m>0.003</x-m>
  12. <y-m>0.000</y-m>
  13. <z-m>0.023</z-m>
  14. </center>
  15. <axis>
  16. <x>-1</x>
  17. <y>0</y>
  18. <z>0</z>
  19. </axis>
  20. </animation>
  21. <animation>
  22. <name>GSNeedle</name>
  23. <type>rotate</type>
  24. <object-name>GSNeedle</object-name>
  25. <property>instrumentation/nav[0]/gs-needle-deflection</property>
  26. <min>-3.5</min>
  27. <max>3.5</max>
  28. <interpolation>
  29. <entry>
  30. <ind>-3.5</ind>
  31. <dep>-30</dep>
  32. </entry>
  33. <entry>
  34. <ind>3.5</ind>
  35. <dep>30</dep>
  36. </entry>
  37. </interpolation>
  38. <center>
  39. <x-m>0.003</x-m>
  40. <y-m>-0.024</y-m>
  41. <z-m>0.000</z-m>
  42. </center>
  43. <axis>
  44. <x>-1.0</x>
  45. <y>0.0</y>
  46. <z>0.0</z>
  47. </axis>
  48. </animation>
  49. <animation>
  50. <type>select</type>
  51. <object-name>GSFlag</object-name>
  52. <condition>
  53. <and>
  54. <or>
  55. <equals>
  56. <property>instrumentation/nav/in-range[0]</property>
  57. <value type="bool">false</value>
  58. </equals>
  59. <equals>
  60. <property>instrumentation/nav/has-gs[0]</property>
  61. <value type="bool">false</value>
  62. </equals>
  63. </or>
  64. </and>
  65. </condition>
  66. </animation>
  67. <animation>
  68. <type>select</type>
  69. <object-name>LOCFlag</object-name>
  70. <condition>
  71. <equals>
  72. <property>instrumentation/nav[0]/in-range</property>
  73. <value type="bool">false</value>
  74. </equals>
  75. </condition>
  76. </animation>
  77. <!-- *** LoD *** -->
  78. <animation>
  79. <type>range</type>
  80. <min-m>0</min-m>
  81. <max-m>5</max-m>
  82. </animation>
  83. </PropertyList>