remove README.Protocol and add a README that refers to the "real"
[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   <glide-slope>0.0</glide-slope>
31   <enable-dynamic-origin>true</enable-dynamic-origin>
32   <enable-zenith>true</enable-zenith>
33   <enable-nadir>true</enable-nadir>
34   <enable-fuselage-ref-line>false</enable-fuselage-ref-line>
35   <enable-target-spot>false</enable-target-spot>
36   <enable-target-markers>true</enable-target-markers>
37   <enable-velocity-vector>true</enable-velocity-vector>
38   <enable-drift-marker>false</enable-drift-marker>
39   <enable-alpha-bracket>false</enable-alpha-bracket>
40   <enable-energy-marker>false</enable-energy-marker>
41   <enable-climb-dive-marker>false</enable-climb-dive-marker>
42   <enable-glide-slope-marker>false</enable-glide-slope-marker>
43   <enable-energy-worm>false</enable-energy-worm>
44   <enable-waypoint-marker>false</enable-waypoint-marker>
45  </ladder>
46
47  <tape>
48   <name>Gyrocompass</name>
49   <input>
50    <property>/orientation/heading-deg</property>
51    <factor>0.1</factor>
52   </input>
53
54   <x>-100</x>
55   <y>170</y>
56   <width>200</width>
57   <height>28</height>
58
59   <display-span>4.0</display-span>
60   <modulo>36</modulo>
61
62   <option>top</option>
63   <label-gap-width>22</label-gap-width>
64
65   <major-divisions>1</major-divisions>
66   <minor-divisions>0.5</minor-divisions>
67   <tick-bottom>false</tick-bottom>
68   <tick-top>false</tick-top>
69   <tick-right>false</tick-right>
70   <tick-left>false</tick-left>
71   <cap-bottom>false</cap-bottom>
72   <cap-top>false</cap-top>
73   <cap-right>false</cap-right>
74   <cap-left>false</cap-left>
75   <marker-offset>0.0</marker-offset>
76   <enable-pointer>true</enable-pointer>
77   <pointer-type>fixed</pointer-type>
78   <tick-type>line</tick-type>
79   <tick-length>variable</tick-length>
80  </tape>
81
82  <label>
83   <name>Heading</name>
84   <x>-9</x>
85   <y>189</y>
86   <width>18</width>
87   <height>10</height>
88   <halign>center</halign>
89   <format>%03.0f</format>
90   <box>true</box>
91   <!--option>bottom</option>
92   <pointer-width>7</pointer-width-->
93   <input>
94    <property>/orientation/heading-deg</property>
95   </input>
96  </label>
97
98  <tape>
99   <name>Altitude MSL less than 500 ft</name>
100
101   <condition>
102    <less-than>
103     <property>/position/altitude-agl-ft</property>
104     <value>500.0</value>
105    </less-than>
106   </condition>
107
108   <input>
109    <property>/position/altitude-ft</property>
110    <min>-0.5</min>
111    <factor>0.001</factor>
112   </input>
113
114   <x>180</x>
115   <y>-100</y>
116   <width>35</width>
117   <height>202</height>
118
119   <option>right</option>
120   <option>vertical</option>
121   <label-gap-width>11</label-gap-width>
122
123   <major-divisions>0.1</major-divisions>
124   <minor-divisions>0.02</minor-divisions>
125   <display-span>0.4</display-span>
126   <format>%0.1f</format>
127
128   <tick-bottom>false</tick-bottom>
129   <tick-top>false</tick-top>
130   <tick-right>false</tick-right>
131   <tick-left>false</tick-left>
132   <cap-bottom>false</cap-bottom>
133   <cap-top>false</cap-top>
134   <cap-right>false</cap-right>
135   <cap-left>false</cap-left>
136   <marker-offset>0.0</marker-offset>
137   <enable-pointer>false</enable-pointer>
138   <pointer-type>fixed</pointer-type>
139   <tick-type>line</tick-type>
140   <tick-length>variable</tick-length>
141
142  </tape>
143
144  <tape>
145   <name>Altitude MSL greater-than-or-equal-to 500 ft</name>
146
147   <condition>
148     <greater-than-equals>
149       <property>/position/altitude-agl-ft</property>
150       <value>500.0</value>
151     </greater-than-equals>
152   </condition>
153
154   <input>
155    <property>/position/altitude-ft</property>
156    <min>-0.5</min>
157    <factor>0.001</factor>
158   </input>
159
160   <x>180</x>
161   <y>-100</y>
162   <width>35</width>
163   <height>202</height>
164
165   <option>right</option>
166   <option>vertical</option>
167   <label-gap-width>11</label-gap-width>
168
169   <major-divisions>0.5</major-divisions>
170   <minor-divisions>0.1</minor-divisions>
171   <display-span>2.5</display-span>
172   <format>%0.1f</format>
173
174   <tick-bottom>false</tick-bottom>
175   <tick-top>false</tick-top>
176   <tick-right>false</tick-right>
177   <tick-left>false</tick-left>
178   <cap-bottom>false</cap-bottom>
179   <cap-top>false</cap-top>
180   <cap-right>false</cap-right>
181   <cap-left>false</cap-left>
182   <marker-offset>0.0</marker-offset>
183   <enable-pointer>false</enable-pointer>
184   <pointer-type>fixed</pointer-type>
185   <tick-type>line</tick-type>
186   <tick-length>variable</tick-length>
187
188  </tape>
189
190  <label>
191   <name>Altitude</name>
192   <width>28</width>
193   <height>10</height>
194   <x>197</x>
195   <y>-5</y>
196   <halign>left</halign>
197   <format>%.0f0</format>
198   <box>true</box>
199   <option>left</option>
200   <pointer-width>10</pointer-width>
201   <pointer-length>5</pointer-length>
202   <input>
203    <property>/position/altitude-ft</property>
204    <factor>0.1</factor>
205   </input>
206  </label>
207
208  <tape>
209   <name>KIAS</name>
210
211   <input>
212    <property>/velocities/airspeed-kt</property>
213    <min>0.0</min>
214    <factor>0.1</factor>
215   </input>
216
217   <x>-215</x>
218   <y>-100</y>
219   <width>35</width>
220   <height>200</height>
221
222   <option>left</option>
223   <option>vertical</option>
224   <label-gap-width>11</label-gap-width>
225
226   <major-divisions>5</major-divisions>
227   <minor-divisions>1</minor-divisions>
228   <display-span>20.0</display-span>
229   <tick-bottom>false</tick-bottom>
230   <tick-top>false</tick-top>
231   <tick-right>false</tick-right>
232   <tick-left>false</tick-left>
233   <cap-bottom>false</cap-bottom>
234   <cap-top>false</cap-top>
235   <cap-right>false</cap-right>
236   <cap-left>false</cap-left>
237   <marker-offset>0.0</marker-offset>
238   <enable-pointer>false</enable-pointer>
239   <pointer-type>fixed</pointer-type>
240   <tick-type>line</tick-type>
241   <tick-length>variable</tick-length>
242  </tape>
243
244  <label>
245   <name>Speed</name>
246   <width>23</width>
247   <height>10</height>
248   <x>-220</x>
249   <y>-5</y>
250   <halign>right</halign>
251   <format>%.0f</format>
252   <box>true</box>
253   <option>right</option>
254   <pointer-width>10</pointer-width>
255   <pointer-length>5</pointer-length>
256   <input>
257    <property>/velocities/airspeed-kt</property>
258   </input>
259  </label>
260
261  <turn-bank-indicator>
262   <name>Turn Bank Indicator</name>
263   <x>-125</x>
264   <y>-190</y>
265   <width>250</width>
266   <height>250</height>
267   <bank-input>
268    <property>/orientation/roll-deg</property>
269   </bank-input>
270   <sideslip-input>
271    <property>/orientation/side-slip-deg</property>
272   </sideslip-input>
273   <bank-scale>true</bank-scale>
274   <option>bottom</option>
275  </turn-bank-indicator>
276
277  <aiming-reticle>
278   <x>-9</x>
279   <y>-9</y>
280   <width>18</width> <!-- defines the diameter of the constant/inner circle -->
281   <height>18</height>
282   <!-- <active-condition> -->
283    <!-- <property>/aim/active</property> -->
284   <!-- </active-condition> -->
285   <!-- <diameter-input> -->
286    <!-- defines the diameter of the adjustable/outer circle -->
287    <!-- <property>2</property> -->
288   <!-- </diameter-input> -->
289  </aiming-reticle>
290
291 </PropertyList>