radar-limiter.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0"?>
  2. <!-- U/C switches -->
  3. <PropertyList>
  4. <path>radar-limiter.ac</path>
  5. <animation>
  6. <type>rotate</type>
  7. <object-name>Switch</object-name>
  8. <property>/controls/radar/limiter-height</property>
  9. <!-- Rotates 270 degrees from 50 to 500 -->
  10. <factor>-0.6</factor>
  11. <center>
  12. <x-m> 0.0</x-m>
  13. <y-m> 0.0</y-m>
  14. <z-m> 0.0</z-m>
  15. </center>
  16. <axis>
  17. <x>0</x>
  18. <y>0</y>
  19. <z>1</z>
  20. </axis>
  21. </animation>
  22. <animation>
  23. <type>pick</type>
  24. <object-name>Switch</object-name>
  25. <visible>true</visible>
  26. <action>
  27. <button>0</button>
  28. <repeatable>false</repeatable>
  29. <binding>
  30. <command>property-adjust</command>
  31. <property>/controls/radar/limiter-height</property>
  32. <step>50</step>
  33. <min>50</min>
  34. <max>510</max>
  35. <wrap>true</wrap>
  36. </binding>
  37. </action>
  38. </animation>
  39. <animation>
  40. <type>pick</type>
  41. <object-name>Switch</object-name>
  42. <visible>true</visible>
  43. <action>
  44. <button>3</button>
  45. <repeatable>false</repeatable>
  46. <binding>
  47. <command>property-adjust</command>
  48. <property>/controls/radar/limiter-height</property>
  49. <step>-50</step>
  50. <min>50</min>
  51. <max>510</max>
  52. <wrap>false</wrap>
  53. </binding>
  54. </action>
  55. </animation>
  56. <animation>
  57. <type>pick</type>
  58. <object-name>Switch</object-name>
  59. <visible>true</visible>
  60. <action>
  61. <button>4</button>
  62. <repeatable>false</repeatable>
  63. <binding>
  64. <command>property-adjust</command>
  65. <property>/controls/radar/limiter-height</property>
  66. <step>50</step>
  67. <min>50</min>
  68. <max>510</max>
  69. <wrap>false</wrap>
  70. </binding>
  71. </action>
  72. </animation>
  73. <!-- *** LoD *** -->
  74. <animation>
  75. <type>range</type>
  76. <min-m>0</min-m>
  77. <max-m>5</max-m>
  78. </animation>
  79. </PropertyList>