1
0
Fork 0
fgdata/aircraft/A380/XML/FlightDeck/Pedestal/rmp.xml
2010-12-15 22:32:46 +01:00

150 lines
No EOL
4 KiB
XML

<?xml version="1.0"?>
<!--
RMP Display for A380.
This is for the Radio Management Panel on the pedestal
The naming of <text> objects is;
RMP.xxx.label - for static text labelling
RMP.xxx.field - fields that user can input value into
RMP.xxx.value - dynamic text values for display
Author: S.Hamilton - May 2010
-->
<PropertyList>
<!-- RMP display -->
<text>
<name>RMP.vhf1.value</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.231</x-m>
<y-m>0.061</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>number-value</type>
<property type="string">/instrumentation/nav[0]/frequencies/selected-mhz</property>
<format type="string">%3.2f</format>
<font>helvetica_bold.txf</font>
<character-size type="double">0.01</character-size>
</text>
<text>
<name>RMP.vhf1.label</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.231</x-m>
<y-m>0.078</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>literal</type>
<text type="string">VHF1</text>
<font>helvetica_bold.txf</font>
<character-size type="double">0.0045</character-size>
</text>
<text>
<name>RMP.vhf2.value</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.249</x-m>
<y-m>0.061</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>number-value</type>
<property type="string">/instrumentation/nav[1]/frequencies/selected-mhz</property>
<format type="string">%3.2f</format>
<font>helvetica_bold.txf</font>
<character-size type="double">0.01</character-size>
</text>
<text>
<name>RMP.vhf2.label</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.249</x-m>
<y-m>0.078</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>literal</type>
<text type="string">VHF2</text>
<font>helvetica_bold.txf</font>
<character-size type="double">0.0045</character-size>
</text>
<text>
<name>RMP.vhf3.value</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.267</x-m>
<y-m>0.061</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>number-value</type>
<property type="string">/instrumentation/nav[2]/frequencies/selected-mhz</property>
<format type="string">%3.2f</format>
<font>helvetica_bold.txf</font>
<character-size type="double">0.01</character-size>
</text>
<text>
<name>RMP.vhf3.label</name>
<axis-alignment>yz-plane</axis-alignment>
<alignment>right-bottom</alignment>
<offsets>
<pitch-deg>-90.0</pitch-deg>
<x-m>0.267</x-m>
<y-m>0.078</y-m>
<z-m>-0.0055</z-m>
</offsets>
<type>literal</type>
<text type="string">VHF3</text>
<font>helvetica_bold.txf</font>
<character-size type="double">0.0045</character-size>
</text>
<!-- material for all display text -->
<animation>
<type>material</type>
<object-name>RMP.vhf1.value</object-name>
<object-name>RMP.vhf1.label</object-name>
<object-name>RMP.vhf2.value</object-name>
<object-name>RMP.vhf2.label</object-name>
<object-name>RMP.vhf3.value</object-name>
<object-name>RMP.vhf3.label</object-name>
<diffuse>
<red>0.898</red>
<green>0.898</green>
<blue>1.0</blue>
</diffuse>
<ambient>
<red>0.898</red>
<green>0.898</green>
<blue>1.0</blue>
</ambient>
<emission>
<red>0.1</red>
<green>0.1</green>
<blue>0.563</blue>
</emission>
<specular>
<red>0.0</red>
<green>0.0</green>
<blue>0.0</blue>
</specular>
<shininess>0.0</shininess>
</animation>
</PropertyList>