-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rollon_CRJ200.json
60 lines (60 loc) · 1.73 KB
/
Rollon_CRJ200.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
{
"$schema": "https://planecommand.com/schema/aircraft_profile_v3.1.json",
"name": "Rollon CRJ 200",
"author": "SSmith",
"name_filter": "",
"author_filter": "Muenzel",
"config": {
"flaps": {
"settings": [
0,
8,
20,
30,
40
],
"response": "degree"
},
"flight_director": {
"status": "CRJ/autopilot/fd_light",
"on": [
"CRJ/autopilot/fd_button=1",
"CRJ/autopilot/fd_button=0",
"CRJ/autopilot/fd_light=1"
],
"off": [
"CRJ/autopilot/fd_button=1",
"CRJ/autopilot/fd_button=0",
"CRJ/autopilot/fd_light=0"
]
},
"autopilot": {
"status": "CRJ/autopilot/ap_eng_light",
"on": [
"CRJ/autopilot/ap_eng_button=1",
"CRJ/autopilot/ap_eng_light=1"
],
"off": [
"CRJ/autopilot/ap_disc_button=1",
"CRJ/autopilot/ap_disc_button=1",
"CRJ/autopilot/ap_eng_light=0"
]
},
"ap_approach_hold": {
"status": "CRJ/autopilot/appr_light",
"on": [
"CRJ/autopilot/appr_button=1",
"CRJ/autopilot/appr_light=1"
],
"off": [
"CRJ/autopilot/appr_button=1",
"CRJ/autopilot/appr_light=0"
]
},
"thrust_reverser": {
"status": "CRJ/eng/revers_out1",
"on": "sim/engines/thrust_reverse_toggle",
"off": "sim/engines/thrust_reverse_toggle"
}
}
}