-
Notifications
You must be signed in to change notification settings - Fork 2
/
aflkingair350.json
154 lines (154 loc) · 5.42 KB
/
aflkingair350.json
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
{
"$schema": "https://planecommand.com/schema/aircraft_profile_v3.1.json",
"name": "King Air 350",
"author": "SSmith",
"name_filter": "King Air 350",
"author_filter": "Airfoillabs",
"config": {
"flaps": {
"settings": [
0,
1,
2
],
"response": "detent"
},
"taxi_light": {
"status": "KA350/ianim/pSubpanel/taxiLights",
"on": [
"sim/cockpit/electrical/taxi_light_on=1",
"KA350/ianim/pSubpanel/taxiLights=1"
],
"off": [
"sim/cockpit/electrical/taxi_light_on=0",
"KA350/ianim/pSubpanel/taxiLights=0"
]
},
"beacon_light": {
"status": "KA350/ianim/pSubpanel/beaconLights",
"on": "KA350/cmd/pSubpanel/beaconLights",
"off": "KA350/cmd/pSubpanel/beaconLights"
},
"strobe_light": {
"status": "KA350/ianim/pSubpanel/strobeLights",
"on": [
"KA350/cmd/pSubpanel/strobeLights",
"sim/lights/strobe_lights_toggle"
],
"off": [
"KA350/cmd/pSubpanel/strobeLights",
"sim/lights/strobe_lights_toggle"
]
},
"nav_light": {
"status": "KA350/ianim/pSubpanel/navLights",
"on": "sim/lights/nav_lights_toggle",
"off": "sim/lights/nav_lights_toggle"
},
"landing_light": {
"status": "KA350/ianim/pSubpanel/landingLightsLeft",
"on": [
"KA350/ianim/pSubpanel/landingLightsLeft=1",
"KA350/ianim/pSubpanel/landingLightsRight=1",
"sim/lights/landing_01_light_on",
"sim/lights/landing_02_light_on"
],
"off": [
"KA350/ianim/pSubpanel/landingLightsLeft=0",
"KA350/ianim/pSubpanel/landingLightsRight=0",
"sim/lights/landing_01_light_off",
"sim/lights/landing_02_light_off"
]
},
"smoking_light": {
"status": "KA350/ianim/ohPanel/noSmoking",
"on": "KA350/cmd/ohPanel/noSmokingInc",
"off": "KA350/cmd/ohPanel/noSmokingDec"
},
"parking_brake": {
"status": "sim/cockpit2/controls/parking_brake_ratio",
"on": [
"KA350/cmd/pSubpanel/parkBrake",
"KA350/ianim/pSubpanel/parkBrake=1"
],
"off": [
"KA350/cmd/pSubpanel/parkBrake",
"KA350/ianim/pSubpanel/parkBrake=0"
]
},
"pitot_heat": {
"status": "KA350/ianim/pSubpanel/pitotDeiceLeft",
"on": [
"KA350/cmd/pSubpanel/pitotDeiceLeft",
"KA350/cmd/pSubpanel/pitotDeiceRight"
],
"off": [
"KA350/cmd/pSubpanel/pitotDeiceLeft",
"KA350/cmd/pSubpanel/pitotDeiceRight"
]
},
"avionics_switch": {
"status": "sim/cockpit2/switches/avionics_power_on",
"on": "sim/systems/avionics_on",
"off": "sim/systems/avionics_off"
},
"autopilot": {
"status": "sim/cockpit2/autopilot/autopilot_on_or_cws",
"on": [
"sim/cockpit/autopilot/autopilot_mode=2",
"sim/cockpit2/autopilot/autopilot_on_or_cws=1"
],
"off": [
"sim/cockpit/autopilot/autopilot_mode=1",
"sim/cockpit2/autopilot/autopilot_on_or_cws=0",
"sim/cockpit2/autopilot/flight_director_mode=0"
]
},
"flight_director": {
"status": "sim/cockpit2/autopilot/flight_director_mode",
"on": "sim/autopilot/servos_and_flight_dir_on",
"off": "sim/autopilot/servos_and_flight_dir_off"
},
"ap_heading_hold": {
"status": "sim/cockpit2/autopilot/heading_status",
"on": "sim/autopilot/heading",
"off": "sim/autopilot/heading"
},
"ap_hnav": {
"status": "KA350/autopilot/navInternStatus",
"on": "sim/autopilot/NAV",
"off": "sim/autopilot/NAV"
},
"ap_alt_hold": {
"status": "sim/cockpit2/autopilot/altitude_hold_status",
"on": "sim/autopilot/altitude_hold",
"off": "sim/autopilot/altitude_hold"
},
"ap_approach_hold": {
"status": "sim/cockpit2/autopilot/approach_status",
"on": "sim/autopilot/approach",
"off": "sim/autopilot/approach"
},
"ap_vert_speed_hold": {
"status": "sim/cockpit2/autopilot/vvi_status",
"on": "sim/autopilot/vertical_speed",
"off": "sim/autopilot/vertical_speed"
},
"ap_vspeed": {
"value": "sim/cockpit/autopilot/vertical_velocity",
"value_step": 1,
"adjustments": [
{
"up": "sim/autopilot/vertical_speed_up",
"down": "sim/autopilot/vertical_speed_down",
"step": 1
}
]
},
"thrust_reverser": {
"status": "sim/cockpit2/annunciators/reverser_deployed",
"on": "sim/engines/thrust_reverse_toggle",
"off": "sim/engines/thrust_reverse_toggle"
}
}
}