commit initial
|
1 |
# Nasal files to be loaded at start |
2 |
# the order could be important as some files need other one to be loaded first |
|
3 |
files_to_load = [ |
|
4 |
'lib.nas', # some useful functions, should stay first loaded |
|
Correction swap NAV tuning
|
5 |
'radios.nas', # all about radios COMM, NAV, XPDR |
commit initial
|
6 |
'knobs.nas', # handles knobs |
7 |
'buttons.nas', # handles knobs and buttons |
|
8 |
'softkeys.nas',# handles softkeys and menus items |
|
9 |
'display.nas', |
|
10 |
'core.nas', # the scheduler and switch on button |
|
11 |
]; |
|
Correction swap NAV tuning
|
12 |
# 'menu.nas', # manages menu entries andd perform some simple actions |
commit initial
|
13 |
# 'afcs.nas', # Automatic Flight Control System |
14 |
# 'routes.nas', # manages flightplans and routes |
|
15 |
# 'display.nas', # display messages and popups |
|
16 |
# 'infos.nas', # get informations from environment |
|
17 |
# 'map.nas', # moves the maps |
|
18 |
# 'alerts.nas', # in flight tests |
|
19 |
# 'mud.nas', # displays simple embedded GUI (Multi-Use Display) |
|
20 | ||
21 |
var zkv = cdi = radios = alerts = infos = cursors = afcs = eis = nil; |
|
22 | ||
23 |
var init_props = func { |
|
24 |
zkv = props.globals.getNode('/instrumentation/zkv1000',1); |
|
25 |
zkv.getNode('emission',1).setDoubleValue(0.5); |
|
26 |
zkv.getNode('body-emission',1).setDoubleValue(0.0); |
|
27 |
zkv.getNode('body-texture',1).setValue(''); |
|
28 |
zkv.getNode('display-brightness-norm',1).setValue(0.5); |
|
29 | ||
30 |
radios = zkv.getNode('radios', 1); |
|
31 |
radios.getNode('nav1-selected',1).setIntValue(0); |
|
32 |
radios.getNode('nav1-standby',1).setIntValue(0); |
|
33 |
radios.getNode('nav2-selected',1).setIntValue(0); |
|
34 |
radios.getNode('nav2-standby',1).setIntValue(0); |
|
35 |
radios.getNode('nav-tune',1).setIntValue(0); |
|
36 |
radios.getNode('nav-freq-mhz',1).alias('/instrumentation/nav/frequencies/standby-mhz'); |
|
37 |
radios.getNode('comm1-selected',1).setIntValue(1); |
|
38 |
radios.getNode('comm2-selected',1).setIntValue(0); |
|
39 |
radios.getNode('comm-tune',1).setIntValue(0); |
|
40 |
radios.getNode('comm-freq-mhz',1).alias('/instrumentation/comm/frequencies/standby-mhz'); |
|
41 |
radios.getNode('xpdr-mode',1).setValue('GND'); |
|
42 | ||
43 |
alerts = zkv.getNode('alerts',1); |
|
44 |
alerts.getNode('traffic-proximity',1).setIntValue(0); |
|
45 |
alerts.getNode('marker-beacon', 1).setIntValue(0); |
|
46 |
alerts.getNode('warning', 1).setBoolValue(0); |
|
47 |
alerts.getNode('alert', 1).setBoolValue(0); |
|
48 |
alerts.getNode('message', 1).setValue(''); |
|
49 | ||
50 |
afcs = zkv.getNode('afcs',1); |
|
51 |
afcs.getNode('fd-bars-visible',1).setBoolValue(0); |
|
52 |
afcs.getNode('alt-bug-visible',1).setBoolValue(0); |
|
53 |
afcs.getNode('heading-bug-deg',1).setDoubleValue(getprop('/orientation/heading-magnetic-deg')); |
|
54 |
afcs.getNode('target-pitch-deg',1).setDoubleValue(0.0); |
|
55 |
afcs.getNode('selected-alt-ft',1).setDoubleValue(0.0); |
|
56 |
afcs.getNode('selected-alt-ft-diff',1).setDoubleValue(0.0); |
|
57 |
afcs.getNode('selected-ias-kt-diff',1).setDoubleValue(0.0); |
|
58 |
afcs.getNode('vertical-speed-fpm',1).setDoubleValue(0.0); |
|
59 |
afcs.getNode('roll-armed', 1).setBoolValue(0); |
|
60 |
afcs.getNode('pitch-armed', 1).setBoolValue(0); |
|
61 |
afcs.getNode('roll-armed-mode-text',1).setValue(''); |
|
62 |
afcs.getNode('roll-active-mode-text',1).setValue(''); |
|
63 |
afcs.getNode('roll-armed-mode',1).setIntValue(0); |
|
64 |
afcs.getNode('roll-active-mode',1).setIntValue(0); |
|
65 |
afcs.getNode('roll-active-mode-blink',1).setBoolValue(0); |
|
66 |
afcs.getNode('pit-armed-mode-text',1).setValue(''); |
|
67 |
afcs.getNode('pit-active-mode-text',1).setValue(''); |
|
68 |
afcs.getNode('pit-armed-mode',1).setIntValue(0); |
|
69 |
afcs.getNode('pit-active-mode',1).setIntValue(0); |
|
70 |
afcs.getNode('pit-active-mode-blink',1).setBoolValue(0); |
|
71 |
afcs.getNode('route',1); |
|
72 | ||
73 |
props.globals.getNode('/instrumentation/transponder/id-code',1).setIntValue(1200); |
|
74 |
props.globals.getNode('/instrumentation/transponder/serviceable',1).setBoolValue(1); |
|
75 |
props.globals.getNode('/autopilot/settings/heading-bug-deg', 1).alias('/instrumentation/zkv1000/afcs/heading-bug-deg'); |
|
76 |
props.globals.getNode('/autopilot/settings/target-altitude-ft',1).setDoubleValue(0.0); |
|
77 |
props.globals.getNode('/autopilot/settings/target-speed-kt',1).setDoubleValue(0.0); |
|
78 |
props.globals.getNode('/autopilot/settings/vertical-speed-fpm',1).setDoubleValue(0.0); |
|
79 |
props.globals.getNode('/autopilot/internal/target-pitch-deg',1).setDoubleValue(0.0); |
|
80 |
props.globals.getNode('/autopilot/internal/flc-altitude-pitch-deg',1).setDoubleValue(0.0); |
|
81 |
props.globals.getNode('/autopilot/internal/flc-airspeed-pitch-deg',1).setDoubleValue(0.0); |
|
82 |
props.globals.getNode('/autopilot/internal/target-roll-deg',1).setDoubleValue(0.0); |
|
83 |
props.globals.getNode('/autopilot/locks/pitch',1).setValue(''); |
|
84 |
props.globals.getNode('/autopilot/locks/roll',1).setValue(''); |
|
85 |
props.globals.getNode('/autopilot/locks/passive-mode', 1).setIntValue(1); |
|
86 |
} |
|
87 | ||
88 |
var set_listeners = func { |
|
89 |
# setlistener('/instrumentation/nav[0]/radials/selected-deg', popup_course_info, 0, 0); |
|
90 |
# setlistener('/instrumentation/nav[1]/radials/selected-deg', popup_course_info, 0, 0); |
|
91 |
# setlistener('/instrumentation/zkv1000/afcs/heading-bug-deg',popup_hdg_info, 0, 0); |
|
92 |
# setlistener('/instrumentation/zkv1000/afcs/selected-alt-ft',popup_selected_alt, 0, 0); |
|
93 |
# setlistener('/instrumentation/zkv1000/radios/nav-tune', setNavTune, 0, 0); |
|
94 |
# setlistener('/instrumentation/zkv1000/radios/comm-tune', setCommTune, 0, 0); |
|
95 |
} |
|
96 | ||
97 |
var load_nasal = func { |
|
98 |
var zkv1000_dir = getprop('/sim/fg-aircraft') ~ '/Instruments-3d/zkv1000/Nasal/'; |
|
99 |
for (var i = 0; i < size(files_to_load); i += 1) |
|
100 |
io.load_nasal(zkv1000_dir ~ files_to_load[i], 'zkv1000'); |
|
101 |
files_to_load = nil; |
|
102 |
} |
|
103 | ||
104 |
var load_multikey = func { |
|
105 |
fgcommand('loadxml', props.Node.new({ |
|
106 |
'filename': getprop('/sim/fg-aircraft') ~ '/Instruments-3d/zkv1000/Systems/multikey.xml', |
|
107 |
'targetnode': '/input/keyboard/' |
|
108 |
})); |
|
109 |
multikey.init(); |
|
110 |
} |
|
111 | ||
112 |
var zkv1000_init = func { |
|
113 |
load_multikey(); |
|
114 |
load_nasal(); |
|
115 |
init_props(); |
|
116 |
set_listeners(); |
|
117 |
print('zkv1000 loaded'); |
|
118 |
} |
|
119 | ||
120 |
setlistener('/sim/signals/fdm-initialized', zkv1000_init, 0, 0); |
|
121 |