Remove an obsolete tag.
[fg:toms-fgdata.git] / Huds / NTPS.xml
1 <?xml version="1.0"?>
2
3 <!-- NTPS Default Aircraft HUD -->
4
5 <PropertyList>
6  <name>NTPS Default Aircraft Hud</name>
7
8  <enable3d>true</enable3d>
9
10  <ladder>
11   <name>Pitch Ladder</name>
12   <type>pitch</type>
13   <!-- <type>climb-dive</type> -->
14   <x>-60</x>
15   <y>-90</y>
16   <width>120</width>
17   <height>180</height>
18   <roll-input>
19    <property>/orientation/roll-deg</property>
20   </roll-input>
21   <pitch-input>
22    <property>/orientation/pitch-deg</property>
23   </pitch-input>
24
25   <compression-factor>11</compression-factor>
26   <display-span>30.0</display-span>
27   <divisions>5.0</divisions>
28   <screen-hole>70</screen-hole>
29   <lbl-pos>0</lbl-pos>
30   <enable-dynamic-origin>true</enable-dynamic-origin>
31   <enable-fuselage-ref-line>false</enable-fuselage-ref-line>
32   <enable-target-spot>false</enable-target-spot>
33   <enable-target-markers>true</enable-target-markers>
34   <enable-velocity-vector>true</enable-velocity-vector> <!-- this one! -->
35   <enable-drift-marker>false</enable-drift-marker>
36   <enable-alpha-bracket>false</enable-alpha-bracket>
37   <enable-energy-marker>false</enable-energy-marker>
38   <enable-climb-dive-marker>false</enable-climb-dive-marker>
39   <enable-glide-slope-marker>false</enable-glide-slope-marker>
40   <glide-slope>0.0</glide-slope>
41   <enable-energy-worm>false</enable-energy-worm>
42   <enable-waypoint-marker>false</enable-waypoint-marker>
43  </ladder>
44
45  <tape>
46   <name>Gyrocompass</name>
47   <x>-100</x>
48   <y>170</y>
49   <width>200</width>
50   <height>28</height>
51
52   <input>
53    <property>/orientation/heading-deg</property>
54   </input>
55
56   <display-span>40.0</display-span>
57   <modulo>360</modulo>
58
59   <option>top</option>
60
61   <major-divisions>10</major-divisions>
62   <minor-divisions>5</minor-divisions>
63   <tick-bottom>false</tick-bottom>
64   <tick-top>false</tick-top>
65   <tick-right>false</tick-right>
66   <tick-left>false</tick-left>
67   <cap-bottom>false</cap-bottom>
68   <cap-top>false</cap-top>
69   <cap-right>false</cap-right>
70   <cap-left>false</cap-left>
71   <marker-offset>0.0</marker-offset>
72   <enable-pointer>true</enable-pointer>
73   <pointer-type>fixed</pointer-type>
74   <tick-type>line</tick-type>
75   <tick-length>variable</tick-length>
76  </tape>
77
78  <label>
79   <name>Heading</name>
80   <width>18</width>
81   <height>10</height>
82   <option>top</option>
83   <pointer-width>7</pointer-width>
84   <halign>center</halign>
85   <x>-9</x>
86   <y>160</y>
87   <format>%03.0f</format>
88   <box>true</box>
89   <input>
90    <property>/orientation/heading-deg</property>
91   </input>
92  </label>
93
94  <tape>
95   <name>Altitude MSL</name>
96   <x>180</x>
97   <y>-100</y>
98   <width>35</width>
99   <height>200</height>
100   <option>right</option>
101   <option>vertical</option>
102   <major-divisions>1.0</major-divisions>
103   <minor-divisions>0.1</minor-divisions>
104   <display-span>2.5</display-span>
105   <tick-bottom>false</tick-bottom>
106   <tick-top>false</tick-top>
107   <tick-right>false</tick-right>
108   <tick-left>false</tick-left>
109   <cap-bottom>false</cap-bottom>
110   <cap-top>false</cap-top>
111   <cap-right>false</cap-right>
112   <cap-left>false</cap-left>
113   <marker-offset>0.0</marker-offset>
114   <enable-pointer>true</enable-pointer>
115   <pointer-type>fixed</pointer-type>
116   <tick-type>line</tick-type>
117   <tick-length>variable</tick-length>
118   <input>
119    <property>/position/altitude-ft</property>
120    <factor>0.001</factor>
121   </input>
122  </tape>
123
124  <label>
125   <name>Altitude</name>
126   <width>24</width>
127   <height>10</height>
128   <x>212</x>
129   <y>-5</y>
130   <option>left</option>
131   <pointer-width>10</pointer-width>
132   <pointer-length>9</pointer-length>
133   <halign>left</halign>
134   <format>%.0f0</format>
135   <box>true</box>
136   <input>
137    <property>/position/altitude-ft</property>
138    <factor>0.1</factor>
139   </input>
140  </label>
141
142  <tape>
143   <name>KIAS</name>
144   <x>-180</x>
145   <y>-100</y>
146   <width>28</width>
147   <height>200</height>
148   <option>left</option>
149   <option>vertical</option>
150   <major-divisions>10</major-divisions>
151   <minor-divisions>5</minor-divisions>
152   <display-span>50.0</display-span>
153   <tick-bottom>false</tick-bottom>
154   <tick-top>false</tick-top>
155   <tick-right>false</tick-right>
156   <tick-left>false</tick-left>
157   <cap-bottom>false</cap-bottom>
158   <cap-top>false</cap-top>
159   <cap-right>false</cap-right>
160   <cap-left>false</cap-left>
161   <marker-offset>0.0</marker-offset>
162   <enable-pointer>true</enable-pointer>
163   <pointer-type>fixed</pointer-type>
164   <tick-type>line</tick-type>
165   <tick-length>variable</tick-length>
166   <input>
167    <property>/velocities/airspeed-kt</property>
168    <min>0.0</min>
169   </input>
170  </tape>
171
172  <label>
173   <name>Speed</name>
174   <width>20</width>
175   <height>10</height>
176   <x>-210</x>
177   <y>-5</y>
178   <option>right</option>
179   <pointer-width>10</pointer-width>
180   <pointer-length>9</pointer-length>
181   <halign>right</halign>
182   <format>%.0f</format>
183   <box>true</box>
184   <input>
185    <property>/velocities/airspeed-kt</property>
186   </input>
187  </label>
188
189  <turn-bank-indicator>
190   <name>Turn Bank Indicator</name>
191   <x>-100</x>
192   <y>-180</y>
193   <width>200</width>
194   <height>200</height>
195   <bank-input>
196    <property>/orientation/roll-deg</property>
197   </bank-input>
198   <sideslip-input>
199    <property>/orientation/side-slip-deg</property>
200   </sideslip-input>
201   <bank-scale>true</bank-scale>
202   <option>bottom</option>
203  </turn-bank-indicator>
204
205  <aiming-reticle>
206   <x>-9</x>
207   <y>-9</y>
208   <width>18</width> <!-- defines the diameter of the constant/inner circle -->
209   <height>18</height>
210   <!-- <active-condition> -->
211    <!-- <property>/aim/active</property> -->
212   <!-- </active-condition> -->
213   <!-- <diameter-input> -->
214    <!-- defines the diameter of the adjustable/outer circle -->
215    <!-- <property>2</property> -->
216   <!-- </diameter-input> -->
217  </aiming-reticle>
218
219 </PropertyList>