-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path717-200-set.xml
60 lines (56 loc) · 2.62 KB
/
717-200-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="717-main.xml">
<sim>
<description>Boeing 717-200 (Basic Gross Weight)</description>
<aero>717-200</aero>
</sim>
<instrumentation>
<cdu>
<ident>
<model>717-200BGW</model>
<engines>BR715-A1-30</engines>
</ident>
</cdu>
<mk-viii>
<!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE -->
<configuration-module>
<category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT -->
255 <!-- aircraft type T1, fast turbofan -->
</category-1>
<category-4> <!-- ALTITUDE_CALLOUTS -->
13 <!-- enable all altitude callouts -->
</category-4>
<category-8> <!-- RADIO_ALTITUDE_INPUT_SELECT -->
3 <!-- use precise (but YASim-specific) gear altitude -->
</category-8>
<category-13> <!-- INPUT_OUTPUT_DISCRETE_TYPE_SELECT -->
5 <!-- flashing warning lamp -->
</category-13>
</configuration-module>
<voice>
<file-prefix type="string">Aircraft/717/Sounds/GPWS/</file-prefix>
</voice>
<inputs> <!-- Module I/O -->
<arinc429>
<!-- provide fixed value for decision height -->
<decision-height-ncd> false </decision-height-ncd>
<decision-height> 250 </decision-height>
</arinc429>
</inputs>
<input-feeders> <!-- disable some internal default feeders -->
<discretes>
<!-- will provide custom (nasal) sources for the following input feeders -->
<glideslope-inhibit> false </glideslope-inhibit>
<landing-gear> false </landing-gear>
<landing-flaps> false </landing-flaps>
</discretes>
</input-feeders>
<speaker> <!-- Speaker Configuration -->
<max-dist type="double"> 5 </max-dist> <!-- Max. distance where speaker is heard -->
<reference-dist type="double"> 2 </reference-dist> <!-- Distance to pilot -->
<volume type="double"> 1.0 </volume> <!-- Volume at reference distance -->
</speaker>
</mk-viii>
</instrumentation>
</PropertyList>