-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsilver-eagle-set.xml
151 lines (140 loc) · 4.12 KB
/
silver-eagle-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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList include="set-base.xml">
<sim>
<description type="string">Cessna P210N Silver Eagle (JSBsim)</description>
<long-description>
The Cessna Silver Eagle is an O&N modfication of the P210N, a high-wing, fixed-wing light pressurized utility aircraft that was first produced in 1984. It is equipped with a Rolls Royce 250-B17F/2 turboprop engine and a Hartzell constant-speed propeller.
</long-description>
<status>alpha</status>
<aero>Systems/silver-eagle-fdm</aero>
<model>
<path>Aircraft/c210-family/Models/silver-eagle.xml</path>
<variant>silver-eagle</variant>
</model>
<variant-of>p210n</variant-of>
<menubar include="gui/menu/silver-eagle-menu.xml"></menubar>
<help include="gui/help/silver-eagle-help.xml"></help>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/landing-sunset.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/cruising-sunset.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/cruising-sunset-few-clouds.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/cruising-over-industry.png</path>
</preview>
</previews>
<instrumentation>
<path>Systems/silver-eagle-instrumentation.xml</path>
</instrumentation>
<systems>
<path>Systems/silver-eagle-systems.xml</path>
<property-rule n="201">
<name>Silver eagle specific instrument indications</name>
<path>Systems/silver-eagle-instruments.xml</path>
</property-rule>
<property-rule n="202">
<name>Silver Eagle specific controls (mostly animations)</name>
<path>Systems/silver-eagle-controls.xml</path>
</property-rule>
<property-rule n="105">
<name>Pressurization</name>
<path>Systems/pressurization.xml</path>
</property-rule>
</systems>
<aircraft-data>
<path>/controls/engines/engine/cutoff</path>
<path>/controls/electric/engine/generator</path>
<path>/controls/pressurization/dump-valve</path>
<path>/controls/pressurization/pressurize</path>
<path>/controls/pressurization/selected-cabin-altitude-ft</path>
</aircraft-data>
</sim>
<controls>
<fuel>
<tank n="13">
<left-drain-valve type="bool">false</left-drain-valve>
<right-drain-valve type="bool">false</right-drain-valve>
</tank>
<tank n="14">
<drain-valve type="bool">false</drain-valve>
</tank>
<tank n="15">
<drain-valve type="bool">false</drain-valve>
</tank>
<left-transfer-pump type="bool">false</left-transfer-pump>
<right-transfer-pump type="bool">false</right-transfer-pump>
</fuel>
<electric>
<circuit-breakers>
<pressurization type="bool">true</pressurization>
</circuit-breakers>
</electric>
</controls>
<engines>
<engine>
<rpm alias="/fdm/jsbsim/propulsion/engine/engine-rpm"/>
<thruster>
<rpm alias="/fdm/jsbsim/propulsion/engine/propeller-rpm"/>
</thruster>
</engine>
</engines>
<consumables>
<fuel>
<tank n="13">
<name>Transfer tank</name>
</tank>
<tank n="14">
<name>Left fuel pipe transfer tank -> left wing tank</name>
<hidden type="bool">true</hidden>
</tank>
<tank n="15">
<name>Right fuel pipe transfer tank -> right wing tank</name>
<hidden type="bool">true</hidden>
</tank>
</fuel>
</consumables>
<systems>
<electrical>
<buses>
<primary>
<consumers>
<pressurization>
<pressurization-system-amps type="double">0.9</pressurization-system-amps>
</pressurization>
</consumers>
</primary>
</buses>
</electrical>
</systems>
<instrumentation include="Systems/silver-eagle-init-instrumentation.xml"/>
<payload>
<weight n="6">
<max-lb>181.5</max-lb>
</weight>
</payload>
<input>
<keyboard>
<key n="127">
<name>Delete</name>
<desc>Toggle reverse thrust</desc>
<binding>
<command>nasal</command>
<script>c210.engine.toggleReverseThrust();</script>
</binding>
</key>
</keyboard>
</input>
</PropertyList>