forked from YoRyan/FlightGear-CRJ700-family
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CRJ700-set.xml
78 lines (70 loc) · 2.33 KB
/
CRJ700-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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Bombardier CRJ700 series -->
<!-- Aircraft property settings specific to the CRJ700 -->
<PropertyList include="CRJ700-main.xml">
<limits>
<mtow-rw-m>1564</mtow-rw-m>
<mlw-rw-m>1536</mlw-rw-m>
<mass-and-balance>
<maximum-ramp-mass-lbs>73000</maximum-ramp-mass-lbs>
<maximum-takeoff-mass-lbs>72750</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>67000</maximum-landing-mass-lbs>
<maximum-zero-fuel-mass-lbs>62300</maximum-zero-fuel-mass-lbs>
<maximum-payload-lbs>18055</maximum-payload-lbs>
<maximum-cargo-mass-lbs>4700</maximum-cargo-mass-lbs>
<cg-x-max>0.190</cg-x-max>
<cg-x-min>0.020</cg-x-min>
</mass-and-balance>
</limits>
<sim include="crj700-views.xml">
<description>Bombardier CRJ700 (with tutorials)</description>
<author>Ryan Miller, Henning S.</author>
<status>production</status>
<aircraft-version>1.5.2</aircraft-version>
<flight-model>yasim</flight-model>
<aero>CRJ700</aero>
<model>
<path>Aircraft/CRJ700-family/Models/CRJ700.xml</path>
<variant type="int">0</variant>
<door>
<position-x-m type="float">-11.519</position-x-m>
<position-y-m type="float">-1.139</position-y-m>
<position-z-m type="float">-1.796</position-z-m>
<jetway-hood-deg type="float">3</jetway-hood-deg>
</door>
<has-slats type="bool">true</has-slats>
<dimensions>
<nose-distance-m>16</nose-distance-m>
<cockpit-offset-x>0</cockpit-offset-x>
</dimensions>
</model>
<sound>
<path>Sounds/CRJ700-sounds.xml</path>
</sound>
<dimensions>
<radius-m type="float">32.51</radius-m>
</dimensions>
<weight n="1">
<name>PAX</name>
<min-lb>0</min-lb>
<max-lb>12080</max-lb>
</weight>
<weight n="2">
<name>Main Cargo</name>
<min-lb>0</min-lb>
<max-lb>3739</max-lb>
</weight>
<weight n="3">
<name>Aft Cargo</name>
<min-lb>0</min-lb>
<max-lb>961</max-lb>
</weight>
<menubar>
<default>
<menu n="100">
<label>Bombardier CRJ700</label>
</menu>
</default>
</menubar>
</sim>
</PropertyList>