12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0"?>
- <PropertyList include="Aircraft/ec145/Models/instruments/GTN750/gtn750.xml">
-
- <params>
- <device>2</device>
- <comm-serviceable>instrumentation/comm[1]/serviceable</comm-serviceable>
- <nav-serviceable>instrumentation/nav[1]/serviceable</nav-serviceable>
- <power>instrumentation/nav[1]/power-btn</power>
- <comm-frq-swp>instrumentation/comm[1]/frq-swap-btn</comm-frq-swp>
- <comm-frq-selected>instrumentation/comm[1]/frequencies/selected-mhz</comm-frq-selected>
- <comm-frq-standby>instrumentation/comm[1]/frequencies/standby-mhz</comm-frq-standby>
- <comm-volume>instrumentation/comm[1]/volume</comm-volume>
- <comm-test>instrumentation/comm[1]/test-btn</comm-test>
- <nav-frq-swp>instrumentation/nav[1]/frq-swap-btn</nav-frq-swp>
- <nav-frq-selected>instrumentation/nav[1]/frequencies/selected-mhz</nav-frq-selected>
- <nav-frq-standby>instrumentation/nav[1]/frequencies/standby-mhz</nav-frq-standby>
- <nav-volume>instrumentation/nav[1]/volume</nav-volume>
- <nav-audio>instrumentation/nav[1]/audio-btn</nav-audio>
- <mode>instrumentation/GTN750/device[1]/radio-menu-mode-comm</mode>
- <comknob>instrumentation/GTN750/device[1]/com-knob</comknob>
- <navknob>instrumentation/GTN750/device[1]/nav-knob</navknob>
- <kknob>instrumentation/GTN750/device[1]/khzknob</kknob>
- <mknob>instrumentation/GTN750/device[1]/mhzknob</mknob>
- </params>
- <!-- include the two screens for FG1000 moving map and canvas touch display for comm2/nav2-->
- <model>
- <name>screen</name>
- <path>Aircraft/ec145/Models/instruments/GTN750/gtn750-2.ac</path>
- </model>
-
- <animation n="50">
- <type>select</type>
- <object-name>screen</object-name>
- <condition>
- <greater-than>
- <property>/systems/electrical/outputs/GTN750</property>
- <value>10</value>
- </greater-than>
- <greater-than>
- <property>instrumentation/comm[1]/volume</property>
- <value>0</value>
- </greater-than>
- </condition>
- </animation>
-
- <animation n="51">
- <type>material</type>
- <object-name>screencom.2</object-name>
- <emission>
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- </emission>
- <ambient>
- <red>0.0</red>
- <green>0.0</green>
- <blue>0.0</blue>
- </ambient>
- <diffuse>
- <red>0.0</red>
- <green>0.0</green>
- <blue>0.0</blue>
- </diffuse>
- </animation>
- <!-- make the FG1000 screen fit into the GTN750 screen -->
- <animation n="52">
- <type>texmultiple</type>
- <object-name>Screen2</object-name>
- <transform>
- <subtype>textrapezoid</subtype>
- <side>top</side>
- <offset>0.15</offset>
- </transform>
- <transform>
- <subtype>textrapezoid</subtype>
- <side>bottom</side>
- <offset>0.15</offset>
- </transform>
- <transform>
- <subtype>textranslate</subtype>
- <bias>0.09</bias>
- <axis>
- <x>1</x>
- <y>0</y>
- </axis>
- </transform>
- </animation>
- </PropertyList>
|