80 lines
2 KiB
XML
80 lines
2 KiB
XML
<?xml version="1.0"?>
|
|
<PropertyList>
|
|
|
|
<path>res/ND.ac</path>
|
|
<model>
|
|
<path>Aircraft/A320Family/Models/Instruments/ND/terrain-map-pixel.xml</path>
|
|
<condition>
|
|
<and>
|
|
<greater-than>
|
|
<property>systems/electrical/outputs/efis</property>
|
|
<value>15</value>
|
|
</greater-than>
|
|
|
|
<property>/instrumentation/efis/nd/terrain-on-nd</property>
|
|
|
|
</and>
|
|
</condition>
|
|
|
|
<offsets>
|
|
<x-m>0.001</x-m>
|
|
</offsets>
|
|
</model>
|
|
<!--panel>
|
|
<path>Aircraft/A320Family/Models/Instruments/ND/Display.xml</path>
|
|
<condition>
|
|
<greater-than>
|
|
<property>/systems/electrical/outputs/efis</property>
|
|
<value>15</value>
|
|
</greater-than>
|
|
</condition>
|
|
<bottom-left>
|
|
<x-m>0.0002</x-m>
|
|
<y-m>-0.0771</y-m>
|
|
<z-m>-0.0739</z-m>
|
|
</bottom-left>
|
|
<bottom-right>
|
|
<x-m>0.0002</x-m>
|
|
<y-m>0.0771</y-m>
|
|
<z-m>-0.0739</z-m>
|
|
</bottom-right>
|
|
<top-left>
|
|
<x-m>0.0002</x-m>
|
|
<y-m>-0.0771</y-m>
|
|
<z-m>0.0739</z-m>
|
|
</top-left>
|
|
</panel-->
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Power.off</object-name>
|
|
<condition>
|
|
<less-than>
|
|
<property>systems/electrical/outputs/efis</property>
|
|
<value>15</value>
|
|
</less-than>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>ND.screen</object-name>
|
|
<condition>
|
|
<greater-than>
|
|
<property>systems/electrical/outputs/efis</property>
|
|
<value>15</value>
|
|
</greater-than>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>pick</type>
|
|
<object-name>ND.screen</object-name>
|
|
<action>
|
|
<button>0</button>
|
|
<repeatable>false</repeatable>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>canvas_nd.showNd();</script>
|
|
</binding>
|
|
</action>
|
|
</animation>
|
|
|
|
</PropertyList>
|