-
Notifications
You must be signed in to change notification settings - Fork 43
/
c172p-fg1000-gfc-set.xml
194 lines (193 loc) · 7.38 KB
/
c172p-fg1000-gfc-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
<?xml version="1.0"?>
<!--
************************************************************************
c172p simulation configuration. This files ties together all the components
used by FGFS to represent the c172p. Components include the flight data
model, instrument panel, and external 3D model.
************************************************************************
-->
<PropertyList include="c172p-main.xml">
<sim>
<variant-of>c172p</variant-of>
<description>Cessna 172P Skyhawk (180 hp) (FG1000-GFC700)</description>
<previews>
<preview>
<type>cockpit</type>
<path>Previews/c172p-preview0.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview2.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview3.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview4.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview5.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview6.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview7.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview8.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview9.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview10.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Previews/c172p-preview11.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>cockpit</type>
<path>Previews/c172p-preview12.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>detail</type>
<path>Previews/c172p-preview13.jpg</path>
<splash type="bool">true</splash>
</preview>
</previews>
<model>
<variant type="int">0</variant>
</model>
<systems>
<autopilot n="0">
<path>Aircraft/Instruments-3d/FG1000/GFC700.xml</path>
</autopilot>
<property-rule n="108">
<path>Aircraft/c172p/Systems/electrical-fg1000.xml</path>
</property-rule>
</systems>
</sim>
<instrumentation>
<audio-panel>
<com1-mic-btn type="bool">false</com1-mic-btn>
<com2-mic-btn type="bool">false</com2-mic-btn>
<com3-mic-btn type="bool">false</com3-mic-btn>
<com12-btn type="bool">false</com12-btn>
<pa-btn type="bool">false</pa-btn>
<mkr-mute-btn type="bool">false</mkr-mute-btn>
<dme-btn type="bool">false</dme-btn>
<adf-btn type="bool">false</adf-btn>
<aux-btn type="bool">false</aux-btn>
<man-sq-btn type="bool">false</man-sq-btn>
<pilot-btn type="bool">false</pilot-btn>
<com1-btn type="bool">false</com1-btn>
<com2-btn type="bool">false</com2-btn>
<com3-btn type="bool">false</com3-btn>
<tel-btn type="bool">false</tel-btn>
<spkr-btn type="bool">false</spkr-btn>
<hi-sens-btn type="bool">false</hi-sens-btn>
<nav1-btn type="bool">false</nav1-btn>
<nav2-btn type="bool">false</nav2-btn>
<play-btn type="bool">false</play-btn>
<coplt-btn type="bool">false</coplt-btn>
</audio-panel>
<FG1000>
<Lightmap type="double">0</Lightmap>
</FG1000>
<magnetic-compass>
<!-- Compass will get stuck and have bad readings when exceeding this limits in degrees.
no better source found than "in most compasses, the bowl to tilt by approximately 18
degrees before it will touch the side of the casing" https://en.wikipedia.org/wiki/Aircraft_compass_turns.
From testing this looks enough for normal flight and pre-takeoff-calibration. -->
<pitch-limit-up type="float"> 9 </pitch-limit-up>
<pitch-limit-down type="float"> -9 </pitch-limit-down>
<roll-limit-right type="float"> 25 </roll-limit-right>
<roll-limit-left type="float"> -25 </roll-limit-left>
<stuck type="bool"> 0 </stuck>
</magnetic-compass>
</instrumentation>
<nasal>
<electrical>
<file>Nasal/electrical-fg1000.nas</file>
</electrical>
</nasal>
<controls>
<engines>
<active-engine type="int">1</active-engine>
</engines>
<panel>
<glass type="bool">true</glass>
<kap140 type="bool">false</kap140>
</panel>
<switches>
<stby-batt type="int">1</stby-batt>
</switches>
<lighting>
<batt-test-lamp-norm type="double">0</batt-test-lamp-norm>
<avionics-norm type="double">0</avionics-norm>
<pedestal-norm type="double">0</pedestal-norm>
<swcb-norm type="double">0</swcb-norm>
<stby-norm type="double">0</stby-norm>
<domeL-norm type="double">0</domeL-norm>
<domeR-norm type="double">0</domeR-norm>
</lighting>
<circuit-breakers>
<feeder-a type="int">1</feeder-a>
<feeder-b type="int">1</feeder-b>
</circuit-breakers>
</controls>
<fdm>
<jsbsim>
<bushkit type="int">0</bushkit>
<fuel>
<tank type="bool">1</tank>
</fuel>
</jsbsim>
</fdm>
<input>
<keyboard>
<multikey include="Aircraft/Instruments-3d/FG1000/fg1000-multikey.xml"/>
</keyboard>
</input>
<systems>
<electrical>
<outputs>
<fg1000-mfd type="int">0</fg1000-mfd>
<fg1000-pfd type="int">0</fg1000-pfd>
</outputs>
<avionics-fan n="0">
<serviceable type="bool">true</serviceable>
</avionics-fan>
<avionics-fan n="1">
<serviceable type="bool">true</serviceable>
</avionics-fan>
</electrical>
</systems>
</PropertyList>