-
Notifications
You must be signed in to change notification settings - Fork 0
/
717-200HGW-set.xml
58 lines (47 loc) · 2.06 KB
/
717-200HGW-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="717-main.xml">
<sim>
<description>Boeing 717-200 (High Gross Weight)</description>
<aero>717-200HGW</aero>
<variant-of>717-200</variant-of>
</sim>
<instrumentation>
<cdu>
<ident>
<model>717-200HGW</model>
<engines>BR715-C1-30</engines>
</ident>
</cdu>
<mk-viii> <!-- http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE -->
<configuration-module>
<category-1> 255 </category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT -->
<category-3> 2 </category-3> <!-- POSITION_INPUT_SELECT -->
<category-4> 13 </category-4> <!-- ALTITUDE_CALLOUTS -->
<category-5> 0 </category-5> <!-- AUDIO_MENU_SELECT -->
<category-6> 1 </category-6> <!-- TERRAIN_DISPLAY_SELECT -->
<category-7> 124 </category-7> <!-- OPTIONS_SELECT_GROUP_1 -->
<category-8> 3 </category-8> <!-- RADIO_ALTITUDE_INPUT_SELECT -->
<category-9> 3 </category-9> <!-- NAVIGATION_INPUT_SELECT -->
<category-10> 6 </category-10> <!-- ATTITUDE_INPUT_SELECT -->
<category-13> 7 </category-13> <!-- INPUT_OUTPUT_DISCRETE_TYPE_SELECT -->
<category-14> 0 </category-14> <!-- AUDIO_OUTPUT_LEVEL -->
</configuration-module>
<inputs> <!-- Module I/O -->
<arinc429>
<decision-height-ncd> false </decision-height-ncd>
<decision-height> 200 </decision-height>
</arinc429>
</inputs>
<speaker> <!-- Speaker Configuration -->
<max-dist> 2 </max-dist> <!-- Max. distance where speaker is heard -->
<reference-dist> 0 </reference-dist> <!-- Distance to pilot -->
<volume> 4.0 </volume> <!-- Volume at reference distance -->
</speaker>
<voice>
<file-prefix type="string">Sounds/mk-viii/</file-prefix>
<!-- sound file path and prefix -->
</voice>
</mk-viii>
</instrumentation>
</PropertyList>