-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathp210n-set.xml
128 lines (120 loc) · 3.71 KB
/
p210n-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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList include="set-base.xml">
<sim>
<description type="string">Cessna P210N Pressurized Centurion (JSBsim)</description>
<long-description>
The Cessna P210N Pressurized Centurion is a high-wing, fixed-wing light pressurized utility aircraft that was first produced in 1984. It is equipped with a Continental TSIO-520-P turbocharged engine and a McCauley constant-speed propeller.
</long-description>
<aero>Systems/p210n-fdm</aero>
<primary-set type="bool">true</primary-set>
<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>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/climbing-winter-seaside.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/takeoff-sunrise.png</path>
</preview>
<!--<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/caravan-7.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/caravan-8.png</path>
</preview>-->
</previews>
<model>
<variant>p210n</variant>
<path>Aircraft/c210-family/Models/p210n.xml</path>
<controls>
<magnetos>
<key-inserted type="bool">true</key-inserted>
</magnetos>
</controls>
</model>
<menubar include="gui/menu/p210n-menu.xml"></menubar>
<help include="gui/help/p210n-help.xml"></help>
<aircraft-data>
<path>/controls/engines/engine/propeller-pitch</path>
<path>/controls/engines/engine/magnetos</path>
<path>/controls/engines/engine/mixture</path>
<path>/controls/engines/engine/fuel-pump</path>
<path>/controls/engines/engine/fuel-pump-hi</path>
<path>/sim/model/controls/magnetos/key-inserted</path>
<path>/instrumentation/engine/target-egt-degf</path>
<path>/controls/pressurization/dump-valve</path>
<path>/controls/pressurization/pressurize</path>
<path>/controls/pressurization/selected-cabin-altitude-ft</path>
</aircraft-data>
<instrumentation>
<path>Systems/p210n-instrumentation.xml</path>
</instrumentation>
<systems>
<path>Systems/p210n-systems.xml</path>
<property-rule n="200">
<name>P210N specific instrument indications</name>
<path>Systems/p210n-instruments.xml</path>
</property-rule>
<property-rule n="201">
<name>P210N specific controls (mostly animations)</name>
<path>Systems/p210n-controls.xml</path>
</property-rule>
<autopilot n="202">
<name>Pressurization system</name>
<path>Systems/pressurization.xml</path>
</autopilot>
</systems>
</sim>
<controls>
<engines>
<engine>
<fuel-pump-hi type="bool">false</fuel-pump-hi>
</engine>
</engines>
<electric>
<circuit-breakers>
<pressurization type="bool">true</pressurization>
</circuit-breakers>
</electric>
</controls>
<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/p210n-init-instrumentation.xml"/>
</PropertyList>