-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrotate_md80.json
118 lines (118 loc) · 4.21 KB
/
rotate_md80.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
{
"$schema": "https://planecommand.com/schema/aircraft_profile_v3.1.json",
"name": "Rotate MD-80",
"author": "SSmith",
"name_filter": "Rotate",
"author_filter": "Juan Alcon",
"config": {
"landing_light": {
"status": "Rotate/md80/lights/wing_ldg_light_switch_l",
"on": [
"Rotate/md80/lights/wing_ldg_light_switch_l=2",
"Rotate/md80/lights/wing_ldg_light_switch_r=2",
"Rotate/md80/lights/nose_light_switch=2"
],
"off": [
"Rotate/md80/lights/wing_ldg_light_switch_l=0",
"Rotate/md80/lights/wing_ldg_light_switch_r=0",
"Rotate/md80/lights/nose_light_switch=0"
]
},
"taxi_light": {
"status": "Rotate/md80/lights/nose_light_switch",
"on": "Rotate/md80/lights/nose_light_switch=1",
"off": "Rotate/md80/lights/nose_light_switch=0"
},
"beacon_light": {
"status": "Rotate/md80/lights/anticollision_light_switch",
"on": "Rotate/md80/lights/anticollision_light_switch=1",
"off": "Rotate/md80/lights/anticollision_light_switch=0"
},
"strobe_light": {
"status": "Rotate/md80/lights/pos_strobe_light_switch",
"on": "Rotate/md80/lights/pos_strobe_light_switch=2",
"off": "Rotate/md80/lights/pos_strobe_light_switch=0"
},
"autopilot": {
"status": "sim/cockpit2/autopilot/servos_on",
"on": "Rotate/md80/autopilot/ap_toggle",
"off": "Rotate/md80/autopilot/ap_toggle"
},
"autothrottle": {
"status": "Rotate/md80/autopilot/at_switch",
"on": "Rotate/md80/autopilot/at_switch=1",
"off": "Rotate/md80/autopilot/at_switch=0"
},
"flight_director": {
"status": "Rotate/md80/autopilot/fd_toggle",
"on": "Rotate/md80/autopilot/fd_toggle=1",
"off": "Rotate/md80/autopilot/fd_toggle=0"
},
"ap_altitude": {
"value": "sim/cockpit2/autopilot/altitude_dial_ft",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/alt_sel_more",
"down": "Rotate/md80/autopilot/alt_sel_less",
"step": 1
}
]
},
"ap_vspeed": {
"value": "sim/cockpit/autopilot/vertical_velocity",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/pcw_more",
"down": "Rotate/md80/autopilot/pcw_less",
"step": 1
}
]
},
"ap_airspeed_knots": {
"value": "sim/cockpit2/autopilot/airspeed_dial_kts",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/speed_sel_more",
"down": "Rotate/md80/autopilot/speed_sel_less",
"step": 1
}
]
},
"ap_heading": {
"value": "sim/cockpit2/autopilot/heading_dial_deg_mag_pilot",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/hdg_sel_more",
"down": "Rotate/md80/autopilot/hdg_sel_less",
"step": 1
}
]
},
"obs1": {
"value": "sim/cockpit2/radios/actuators/nav1_obs_deg_mag_pilot",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/nav1_crs_more",
"down": "Rotate/md80/autopilot/nav1_crs_less",
"step": 1
}
]
},
"obs2": {
"value": "sim/cockpit2/radios/actuators/nav2_obs_deg_mag_pilot",
"value_step": 1,
"adjustments": [
{
"up": "Rotate/md80/autopilot/nav2_crs_more",
"down": "Rotate/md80/autopilot/nav2_crs_less",
"step": 1
}
]
}
}
}