gtn750-2.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0"?>
  2. <PropertyList include="Aircraft/ec145/Models/instruments/GTN750/gtn750.xml">
  3. <params>
  4. <device>2</device>
  5. <comm-serviceable>instrumentation/comm[1]/serviceable</comm-serviceable>
  6. <nav-serviceable>instrumentation/nav[1]/serviceable</nav-serviceable>
  7. <power>instrumentation/nav[1]/power-btn</power>
  8. <comm-frq-swp>instrumentation/comm[1]/frq-swap-btn</comm-frq-swp>
  9. <comm-frq-selected>instrumentation/comm[1]/frequencies/selected-mhz</comm-frq-selected>
  10. <comm-frq-standby>instrumentation/comm[1]/frequencies/standby-mhz</comm-frq-standby>
  11. <comm-volume>instrumentation/comm[1]/volume</comm-volume>
  12. <comm-test>instrumentation/comm[1]/test-btn</comm-test>
  13. <nav-frq-swp>instrumentation/nav[1]/frq-swap-btn</nav-frq-swp>
  14. <nav-frq-selected>instrumentation/nav[1]/frequencies/selected-mhz</nav-frq-selected>
  15. <nav-frq-standby>instrumentation/nav[1]/frequencies/standby-mhz</nav-frq-standby>
  16. <nav-volume>instrumentation/nav[1]/volume</nav-volume>
  17. <nav-audio>instrumentation/nav[1]/audio-btn</nav-audio>
  18. <mode>instrumentation/GTN750/device[1]/radio-menu-mode-comm</mode>
  19. <comknob>instrumentation/GTN750/device[1]/com-knob</comknob>
  20. <navknob>instrumentation/GTN750/device[1]/nav-knob</navknob>
  21. <kknob>instrumentation/GTN750/device[1]/khzknob</kknob>
  22. <mknob>instrumentation/GTN750/device[1]/mhzknob</mknob>
  23. </params>
  24. <!-- include the two screens for FG1000 moving map and canvas touch display for comm2/nav2-->
  25. <model>
  26. <name>screen</name>
  27. <path>Aircraft/ec145/Models/instruments/GTN750/gtn750-2.ac</path>
  28. </model>
  29. <animation n="50">
  30. <type>select</type>
  31. <object-name>screen</object-name>
  32. <condition>
  33. <greater-than>
  34. <property>/systems/electrical/outputs/GTN750</property>
  35. <value>10</value>
  36. </greater-than>
  37. <greater-than>
  38. <property>instrumentation/comm[1]/volume</property>
  39. <value>0</value>
  40. </greater-than>
  41. </condition>
  42. </animation>
  43. <animation n="51">
  44. <type>material</type>
  45. <object-name>screencom.2</object-name>
  46. <emission>
  47. <red>1.0</red>
  48. <green>1.0</green>
  49. <blue>1.0</blue>
  50. </emission>
  51. <ambient>
  52. <red>0.0</red>
  53. <green>0.0</green>
  54. <blue>0.0</blue>
  55. </ambient>
  56. <diffuse>
  57. <red>0.0</red>
  58. <green>0.0</green>
  59. <blue>0.0</blue>
  60. </diffuse>
  61. </animation>
  62. <!-- make the FG1000 screen fit into the GTN750 screen -->
  63. <animation n="52">
  64. <type>texmultiple</type>
  65. <object-name>Screen2</object-name>
  66. <transform>
  67. <subtype>textrapezoid</subtype>
  68. <side>top</side>
  69. <offset>0.15</offset>
  70. </transform>
  71. <transform>
  72. <subtype>textrapezoid</subtype>
  73. <side>bottom</side>
  74. <offset>0.15</offset>
  75. </transform>
  76. <transform>
  77. <subtype>textranslate</subtype>
  78. <bias>0.09</bias>
  79. <axis>
  80. <x>1</x>
  81. <y>0</y>
  82. </axis>
  83. </transform>
  84. </animation>
  85. </PropertyList>