transponder controller animation update
This commit is contained in:
parent
50e7bd1ff2
commit
d7329ce4e0
4 changed files with 1300 additions and 1108 deletions
BIN
Aircraft/Instruments-3d/TDR-94/ctl-92.png
Normal file
BIN
Aircraft/Instruments-3d/TDR-94/ctl-92.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
@ -10,36 +10,36 @@ Syd Adams
|
|||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>freq.001</object-name>
|
||||
<object-name>freq.002</object-name>
|
||||
<object-name>freq.003</object-name>
|
||||
<object-name>freq.004</object-name>
|
||||
<object-name>C92freq.001</object-name>
|
||||
<object-name>C92freq.002</object-name>
|
||||
<object-name>C92freq.003</object-name>
|
||||
<object-name>C92freq.004</object-name>
|
||||
<object-name>C92mem.annun</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>/systems/electrical/outputs/transponder</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>mem.annun</object-name>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>/systems/electrical/outputs/transponder</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>systems/electrical/outputs/transponder</property>
|
||||
<value>1</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>instrumentation/kt-70/inputs/func-knob</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
</and>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>rotate</type>
|
||||
<object-name>CTL-92.pwr</object-name>
|
||||
<property>instrumentation/transponder/serviceable</property>
|
||||
<property>instrumentation/kt-70/inputs/func-knob</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>0</dep></entry>
|
||||
<entry><ind>1.0</ind><dep>30</dep></entry>
|
||||
<entry><ind>0</ind><dep>0.0</dep></entry><!--OFF-->
|
||||
<entry><ind>1</ind><dep>30.0</dep></entry><!--STBY-->
|
||||
<entry><ind>2</ind><dep>30.0</dep></entry><!--TEST-->
|
||||
<entry><ind>3</ind><dep>30.0</dep></entry><!--GRND-->
|
||||
<entry><ind>4</ind><dep>60.0</dep></entry><!--ON-->
|
||||
<entry><ind>5</ind><dep>90.0</dep></entry><!--ALT-->
|
||||
</interpolation>
|
||||
<center>
|
||||
<x-m>0.0</x-m>
|
||||
|
@ -53,34 +53,240 @@ Syd Adams
|
|||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>C92freq.001</object-name>
|
||||
<property>instrumentation/kt-70/outputs/id-code</property>
|
||||
<factor>0.0001</factor>
|
||||
<step>1000</step>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>C92freq.002</object-name>
|
||||
<property>instrumentation/kt-70/outputs/id-code</property>
|
||||
<factor>0.001</factor>
|
||||
<step>100</step>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>C92freq.003</object-name>
|
||||
<property>instrumentation/kt-70/outputs/id-code</property>
|
||||
<factor>0.01</factor>
|
||||
<step>10</step>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>textranslate</type>
|
||||
<object-name>C92freq.004</object-name>
|
||||
<property>instrumentation/kt-70/outputs/id-code</property>
|
||||
<factor>0.1</factor>
|
||||
<step>1</step>
|
||||
<axis>
|
||||
<x>0</x>
|
||||
<y>1</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<!-- OSG hotspots -->
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>pwr.off</object-name>
|
||||
<object-name>CTL-92.pwr</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/transponder/serviceable</property>
|
||||
<value>false</value>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/func-knob</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>5</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>pwr.on</object-name>
|
||||
<object-name>CTL-92.pwr</object-name>
|
||||
<action>
|
||||
<button>1</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/func-knob</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>5</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>atc.ident</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/transponder/serviceable</property>
|
||||
<value>true</value>
|
||||
</binding>
|
||||
<command>property-toggle</command>
|
||||
<property>instrumentation/kt-70/inputs/ident-btn</property>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>true</repeatable>
|
||||
<interval-sec>0.2</interval-sec>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit1</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob</object-name>
|
||||
<action>
|
||||
<button>1</button>
|
||||
<repeatable>true</repeatable>
|
||||
<interval-sec>0.2</interval-sec>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit1</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob</object-name>
|
||||
<action>
|
||||
<button>3</button>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit1</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob</object-name>
|
||||
<action>
|
||||
<button>4</button>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit1</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob1</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>true</repeatable>
|
||||
<interval-sec>0.2</interval-sec>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit2</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob1</object-name>
|
||||
<action>
|
||||
<button>1</button>
|
||||
<repeatable>true</repeatable>
|
||||
<interval-sec>0.2</interval-sec>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit2</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob1</object-name>
|
||||
<action>
|
||||
<button>3</button>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit2</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>pick</type>
|
||||
<object-name>CTL92.knob1</object-name>
|
||||
<action>
|
||||
<button>4</button>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>instrumentation/kt-70/inputs/digit2</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>8</max>
|
||||
<wrap>1</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
</animation>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue