-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathda40ng-jsb-club-set.xml
135 lines (124 loc) · 4.1 KB
/
da40ng-jsb-club-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList include="da40ng-base.xml">
<sim>
<description>Diamond DA40 NG (Club)</description>
<long-description>The Diamond DA40 NG is an Austrian four-seat, single-engine, light
aircraft constructed from composite materials. Built in both Austria and Canada, it was
developed as a four-seat version of the earlier DA20 by Diamond Aircraft Industries.
The Club variant comes with a traditional panel.</long-description>
<systems>
<autopilot n="0">
<name>NAV-selector</name>
<path>Models/Interior/Panel/Instruments/kap140/nav-selector.xml</path>
</autopilot>
<autopilot n="1">
<name>KAP140-autopilot</name>
<path>Systems/kap140-autopilot.xml</path>
</autopilot>
<property-rule n="101">
<name>KAP140-control</name>
<path>Models/Interior/Panel/Instruments/kap140/kap140-proprules.xml</path>
</property-rule>
<property-rule n="102">
<name>KI206 Rules</name>
<path>Models/Interior/Panel/Instruments/ki206/ki206-property-rules.xml</path>
</property-rule>
</systems>
<!-- save these properties between sessions -->
<aircraft-data>
<path n="0">/options/ifr-conventional</path>
<path>/controls/anti-ice/pitot-heat</path>
<path>/controls/lighting/strobe</path>
<path>/controls/lighting/nav-lights</path>
<path>/controls/lighting/taxi-light</path>
<path>/controls/lighting/landing-lights</path>
<path>/instrumentation/comm[0]/frequencies/selected-mhz</path>
<path>/instrumentation/comm[0]/frequencies/standby-mhz</path>
<path>/instrumentation/nav[0]/frequencies/selected-mhz</path>
<path>/instrumentation/nav[0]/frequencies/standby-mhz</path>
<path>/instrumentation/comm[1]/frequencies/selected-mhz</path>
<path>/instrumentation/comm[1]/frequencies/standby-mhz</path>
<path>/instrumentation/nav[1]/frequencies/selected-mhz</path>
<path>/instrumentation/nav[1]/frequencies/standby-mhz</path>
</aircraft-data>
<previews>
<preview>
<type>cockpit</type>
<splash type="bool">true</splash>
<path>Previews/cockpit2.jpg</path>
</preview>
</previews>
<menubar n="0">
<default n="0">
<!-- 10th entry in menubar is for DA40 -->
<!-- This is defined in da40-menu.xml. -->
<!-- Here we add only variant-specific item(s) -->
<menu n="10">
<item n="30">
<label>Panel Configuration</label>
<binding>
<command>dialog-show</command>
<dialog-name>da40_panel_config</dialog-name>
</binding>
</item>
</menu>
</default>
</menubar>
</sim>
<autopilot include="Models/Interior/Panel/Instruments/kap140/kap140-properties.xml"/>
<input>
<keyboard>
<!-- KAP140 disconnect begin -->
<key n="68">
<name>D</name>
<desc>Autopilot Disconnect</desc>
<desc>KAP140 disconnect</desc>
<binding>
<command>property-assign</command>
<property>autopilot/kap140/settings/ap-disc</property>
<value>1</value>
</binding>
</key>
<!-- KAP140 disconnect end -->
<!-- CWS begin -->
<key n="100">
<name>d</name>
<desc>Control Wheel Steering (CWS)</desc>
<binding>
<command>property-assign</command>
<property>autopilot/kap140/settings/cws</property>
<value>1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>autopilot/kap140/settings/cws</property>
<value>0</value>
</binding>
</mod-up>
</key>
<!-- CWS end -->
</keyboard>
</input>
<instrumentation include="Models/Interior/Panel/Instruments/kap140/nav-selector-properties.xml">
<comm n="0">
<channel-mode-selector type="int">0</channel-mode-selector>
</comm>
<comm n="1">
<channel-mode-selector type="int">0</channel-mode-selector>
</comm>
</instrumentation>
<options>
<g1000 type="bool">0</g1000>
<ifr-conventional type="bool">0</ifr-conventional>
</options>
<nasal>
<!-- Use "libraries" namespace to stay consistent with c172p, the origin of the KX165 instrument -->
<libraries>
<file>Nasal/kx165a.nas</file>
</libraries>
<whitewire_annun>
<file>Nasal/whitewire_annun.nas</file>
</whitewire_annun>
</nasal>
</PropertyList>