-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path707-TT-set.xml
322 lines (295 loc) · 10 KB
/
707-TT-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<?xml version="1.0" encoding="UTF-8"?>
<!--####################################################################
Lake of Constance Hangar
Boeing 707 for Flightgear
Copyright (C) 2013 M.Kraus
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Every software has a developer, also free software.
As a gesture of courtesy and respect, I would be delighted
if you contacted me before making any changes to this software.
<info (at) marc-kraus.de> April, 2017
########################################################################-->
<PropertyList include="707-common.xml">
<sim n="0">
<description>Boeing 707 TT / KC-137D</description>
<startup>
<splash-texture>Aircraft/707/splashTT.png</splash-texture>
</startup>
<variant-of>707</variant-of>
<model n="0">
<path>Aircraft/707/Models/707-TT.xml</path>
<livery>
<file type="string">707</file>
</livery>
</model>
<menubar>
<default>
<menu n="100">
<label>Boeing 707 TT</label>
<enabled type="bool">true</enabled>
<item>
<label>Autostart / shutdown</label>
<binding>
<command>property-toggle</command>
<property>sim/model/start-idling</property>
</binding>
</item>
<item>
<label>Checklists</label>
<binding>
<command>dialog-show</command>
<dialog-name>checklist</dialog-name>
</binding>
</item>
<item>
<label>--- Selection ---</label>
<enabled>false</enabled>
</item>
<item>
<label>Select livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.open()</script>
</binding>
</item>
<item>
<label>Show/hide yokes</label>
<binding>
<command>property-toggle</command>
<property>sim/yokes-visible</property>
</binding>
</item>
<item>
<label>--- Equipment ---</label>
<enabled>false</enabled>
</item>
<item>
<label>Pushback</label>
<name>pushback</name>
<binding>
<command>dialog-show</command>
<dialog-name>pushback</dialog-name>
</binding>
</item>
<item>
<label>Fuel Truck Controls</label>
<binding>
<command>nasal</command>
<script>
var fuel = gui.Dialog.new("sim/gui/dialogs/fuel/dialog", "Aircraft/707/Systems/fuel-truck.xml");
fuel.open();
</script>
</binding>
</item>
<item>
<label>External Power Unit</label>
<binding>
<command>property-toggle</command>
<property>b707/external-power-connected</property>
</binding>
</item>
<item>
<label>Toggle Refuelling Boom/Drogues</label>
<binding>
<command>nasal</command>
<script>b707.toggleRefuelling();</script>
</binding>
</item>
<item>
<label>--- Registration ---</label>
<enabled>false</enabled>
</item>
<item>
<label>A/C Registration</label>
<binding>
<command>nasal</command>
<script><![CDATA[
b707.registrationDialog.toggle();
]]></script>
</binding>
</item>
</menu>
</default>
</menubar>
<help>
<title>Boeing 707 TT</title>
<key>
<name>L</name>
<desc>toggle Landing Lights</desc>
</key>
<key>
<name>Ctrl + B</name>
<desc>Full Speedbrakes</desc>
</key>
<key>
<name>k/j</name>
<desc>Step Speedbrake</desc>
</key>
<key>
<name>Del</name>
<desc>toggle Reverser</desc>
</key>
<key>
<name>y</name>
<desc>toggle Yokes</desc>
</key>
<key>
<name>></name>
<desc>toggle Pilot - Engineer view</desc>
</key>
<key>
<name>Shift + ></name>
<desc>toggle Pilot - Autopilot view</desc>
</key>
<key>
<name>F1</name>
<desc>Checklists</desc>
</key>
<key>
<name>F7</name>
<desc>open Map</desc>
</key>
<key>
<name>F8</name>
<desc>open Route-manager</desc>
</key>
<key>
<name>F9</name>
<desc>open Fuel & Weight Menu</desc>
</key>
<key>
<name>O</name>
<desc>toggle Refuelling Boom/Drogues</desc>
</key>
<text>
_____________ Boeing 707 Tanker Transport _________________
Military named KC-135x
Startup engines:
follow the tutorials or use Autostart
Quick startup engines:
Switch GRD START at the Overhead Panel to HIGH PRESS
Shutdown engines:
with autostart / shutdown menu
or cutoff levers down
WARNING: Control the air compressors in the engineer panel.
You need them for Anti-Ice System and Pressurization.
Often they fall back at startup procedure or
to high airspeed. Also if engines goes down by fire or no fuel.
Restart them and wait that all control lamps extinguished.
If air compressor won't work, open BLEED AIR valves
on ENG 2, 3 and 4. This can replace one air compressor.
_____________________ TAKEOFF _______________________
lightly load, less than 215000 lbs / 14 deg FLAPS + LE FLAPS / 120 - 140 kts
up to 215000 less than 280000 lbs / 25 deg FLAPS + LE FLAPS / 130 - 140 kts
max. takeoff weight / 25 deg FLAPS + LE FLAPS / 150 - 160 kts
_____________________ LANDING _______________________
lightly load, less than 170000 lbs / 50 deg FLAPS + LE FLAPS / 120 - 130 kts
up to 170000 less than 190000 lbs / 50 deg FLAPS + LE FLAPS / 120 - 140 kts
max. landing weight / 50 deg FLAPS + LE FLAPS / 130 - 150 kts
touchdown 120 kts | max. 130 kts
_____________________ STABILIZER TRIM _______________________
On both yokes there are white switches for the electrical stabilizer system.
If you reached cruise altitude, you can trim the aircraft pitch independend
the mechanical elevator trim system. Its also independed to the autopilot system.
_______________________________________________________
The first 707 for Flightgear was created by Innis Cunningham.
This version is a revamp of that original. Nearly
everthing in 3D models is written and painted new.
Also the jsb fdm and the autopilot.
For development I have used the BOEING 707 document
no. D6-3071-00
</text>
</help>
<view n="105">
<name>Operator Officer</name>
<enabled type="bool">true</enabled>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<!-- x/y/z == right/up/back -->
<x-offset-m archive="y"> 0.0</x-offset-m>
<y-offset-m archive="y">-1.05</y-offset-m>
<z-offset-m archive="y">12.65</z-offset-m>
<heading-offset-deg type="double">-180.0</heading-offset-deg>
<pitch-offset-deg type="double">-20.0</pitch-offset-deg>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">90.0</default-field-of-view-deg>
<default-pitch-deg type="double">-2.0</default-pitch-deg>
<default-heading-deg type="double">0</default-heading-deg>
<front-direction-deg type="double">0</front-direction-deg>
<front-left-direction-deg type="double">45</front-left-direction-deg>
<left-direction-deg type="double">90</left-direction-deg>
<back-left-direction-deg type="double">135</back-left-direction-deg>
<back-direction-deg type="double">180</back-direction-deg>
<back-right-direction-deg type="double">225</back-right-direction-deg>
<right-direction-deg type="double">270</right-direction-deg>
<front-right-direction-deg type="double">315</front-right-direction-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
</sim>
<tanker type="bool">true</tanker>
<systems>
<refuel>
<type>boom</type>
<serviceable type="bool">true</serviceable>
<max-fuel-transfer-lbs-min>6000</max-fuel-transfer-lbs-min>
</refuel>
</systems>
<b707 n="0">
<refuelling>
<arial-master type="int">0</arial-master>
<contact type="int">0</contact>
<ready type="int">0</ready>
<wing-light-left type="double">0.0</wing-light-left>
<wing-light-right type="double">0.0</wing-light-right>
<wing-light-center type="double">0.0</wing-light-center>
<boom-telescope-lever type="double">0.0</boom-telescope-lever> <!-- only for the Lever, boom is a door animation -->
<boom-azimuth-lever type="double">0.0</boom-azimuth-lever>
<boom-azimuth type="double">0.0</boom-azimuth>
<probe-left type="int">0</probe-left>
<probe-right type="int">0</probe-right>
<probe-left-lever type="double">0.0</probe-left-lever>
<probe-right-lever type="double">0.0</probe-right-lever>
</refuelling>
</b707>
<nasal>
<b707>
<file>Aircraft/707/Nasal/shake.nas</file>
<file>Aircraft/707/Nasal/autostart.nas</file>
<file>Aircraft/707/Nasal/fuel-and-payload.nas</file>
<file>Aircraft/707/Nasal/liveriesTT.nas</file>
<file>Aircraft/707/Nasal/electrical.nas</file>
<file>Aircraft/707/Nasal/mk-707.nas</file>
<file>Aircraft/707/Nasal/mk-agl-radar.nas</file>
<file>Aircraft/707/Nasal/mk-frw.nas</file>
<file>Aircraft/707/Nasal/mk-stopwatch.nas</file>
<file>Aircraft/707/Nasal/mk-rmi.nas</file>
<file>Aircraft/707/Nasal/mk-wiper.nas</file>
<file>Aircraft/707/Nasal/mk-ci-tacan.nas</file>
<file>Aircraft/707/Nasal/doors.nas</file>
<file>Aircraft/707/Nasal/tyresmoke.nas</file>
<file>Aircraft/707/Nasal/brakesystem.nas</file>
<file>Aircraft/707/Nasal/autopilot-routemanager.nas</file>
<file>Aircraft/707/Nasal/autopilot-Bendix-PB-20.nas</file>
<file>Aircraft/707/Nasal/tcas.nas</file>
<file>Aircraft/707/Nasal/registration.nas</file>
<file>Aircraft/707/Nasal/manual.nas</file>
</b707>
<aar>
<file>Aircraft/Generic/aar.nas</file>
</aar>
</nasal>
</PropertyList>