3 <name>autopilot-dlg</name>
6 <text><label>Flight Director / Autopilot Control</label></text>
9 <!-- Autopilot Locks Display-->
10 <halign>center</halign>
12 <label> Lateral Mode Vertical Mode Speed Mode</label>
24 <property>autopilot/locks/heading</property>
33 <property>autopilot/locks/altitude</property>
42 <property>autopilot/locks/speed</property>
51 <label>GS armed</label>
52 <property>instrumentation/flightdirector/gs-arm</property>
55 <command>dialog-update</command>
64 <label>Back Course</label>
65 <property>instrumentation/nav/back-course-btn</property>
68 <command>dialog-update</command>
78 <property>instrumentation/primus1000/dc550/fms</property>
81 <command>dialog-update</command>
92 <command>nasal</command>
93 <script>bravo.primus.dc550_set("fms");</script>
104 <command>nasal</command>
105 <script>bravo.primus.dc550_set("nav");</script>
113 <label>Flight Director Buttons</label>
116 <!-- Flight Director Push Buttons-->
119 <layout>vbox</layout>
120 <halign>center</halign>
124 <layout>hbox</layout>
125 <halign>left</halign>
134 <command>nasal</command>
135 <script>bravo.FlDr.set_mode("hdg");</script>
146 <command>nasal</command>
147 <script>bravo.FlDr.set_mode("nav");</script>
156 <legend>APPR</legend>
158 <command>nasal</command>
159 <script>bravo.FlDr.set_mode("apr");</script>
170 <command>nasal</command>
171 <script>bravo.FlDr.set_mode("bc");</script>
181 <legend>CLIMB</legend>
183 <command>nasal</command>
184 <script>bravo.FlDr.set_mode("climb");</script>
191 <layout>hbox</layout>
192 <halign>center</halign>
199 <legend>VNAV</legend>
201 <command>nasal</command>
202 <script>bravo.FlDr.set_mode("vnav");</script>
213 <command>nasal</command>
214 <script>bravo.FlDr.set_mode("alt")</script>
225 <command>nasal</command>
226 <script>bravo.FlDr.set_mode("vs");</script>
237 <command>nasal</command>
238 <script>bravo.FlDr.set_mode("ias");</script>
250 <command>nasal</command>
251 <script>bravo.FlDr.set_mode("dcs");</script>
260 <label>Instrument Settings</label>
266 <halign>center</halign>
271 <label>HDG BUG:</label>
279 <legend><<</legend>
281 <command>nasal</command>
282 <script>bravo.FlDr.set_hdg_bug(-10)</script>
285 <command>dialog-update</command>
294 <legend><</legend>
296 <command>nasal</command>
297 <script>bravo.FlDr.set_hdg_bug(-1)</script>
300 <command>dialog-update</command>
309 <property>autopilot/settings/heading-bug-deg</property>
312 <command>dialog-apply</command>
321 <legend>></legend>
323 <command>nasal</command>
324 <script>bravo.FlDr.set_hdg_bug(1)</script>
327 <command>dialog-update</command>
336 <legend>>></legend>
338 <command>nasal</command>
339 <script>bravo.FlDr.set_hdg_bug(10)</script>
342 <command>dialog-update</command>
351 <legend>CNTR</legend>
353 <command>nasal</command>
354 <script>bravo.FlDr.set_hdg_bug(0)</script>
357 <command>dialog-update</command>
366 <label>CRS:nav</label>
372 <label>-99.99</label> <!-- placeholder for width -->
373 <format>% 3.0f</format>
374 <property>instrumentation/primus1000/dc550/nav</property>
383 <legend><<</legend>
385 <command>nasal</command>
386 <script>bravo.FlDr.set_course(-10)</script>
389 <command>dialog-update</command>
398 <legend><</legend>
400 <command>nasal</command>
401 <script>bravo.FlDr.set_course(-1)</script>
404 <command>dialog-update</command>
413 <property>instrumentation/flightdirector/crs</property>
416 <command>dialog-apply</command>
425 <legend>></legend>
427 <command>nasal</command>
428 <script>bravo.FlDr.set_course(1)</script>
431 <command>dialog-update</command>
440 <legend>>></legend>
442 <command>nasal</command>
443 <script>bravo.FlDr.set_course(10)</script>
446 <command>dialog-update</command>
455 <legend>CNTR</legend>
457 <command>nasal</command>
458 <script>bravo.FlDr.set_course(0)</script>
461 <command>dialog-update</command>
470 <label>ALT SET:</label>
478 <legend><<</legend>
480 <command>nasal</command>
481 <script>bravo.FlDr.preset_altitude(-1000)</script>
490 <legend><</legend>
492 <command>nasal</command>
493 <script>bravo.FlDr.preset_altitude(-100)</script>
502 <property>autopilot/settings/target-altitude-ft</property>
505 <command>dialog-apply</command>
515 <legend>></legend>
517 <command>nasal</command>
518 <script>bravo.FlDr.preset_altitude(100)</script>
528 <legend>>></legend>
530 <command>nasal</command>
531 <script>bravo.FlDr.preset_altitude(1000)</script>
541 <legend>RESET</legend>
543 <command>nasal</command>
544 <script>bravo.FlDr.preset_altitude(0)</script>
547 <command>dialog-update</command>
557 <label>IAS bug:</label>
565 <legend><<</legend>
567 <command>nasal</command>
568 <script>bravo.FlDr.ias_set(-10)</script>
577 <legend><</legend>
579 <command>nasal</command>
580 <script>bravo.FlDr.ias_set(-1)</script>
589 <property>autopilot/settings/target-speed-kt</property>
592 <command>dialog-apply</command>
602 <legend>></legend>
604 <command>nasal</command>
605 <script>bravo.FlDr.ias_set(1)</script>
615 <legend>>></legend>
617 <command>nasal</command>
618 <script>bravo.FlDr.ias_set(10)</script>
628 <legend>RESET</legend>
630 <command>nasal</command>
631 <script>bravo.FlDr.ias_set(0)</script>
634 <command>dialog-update</command>
643 <halign>center</halign>
645 <label>Autopilot Control</label>
648 <frame><!-- Pitch Wheel-->
658 <command>nasal</command>
659 <script>bravo.FlDr.pitch_wheel(-1)</script>
669 <property>autopilot/settings/vertical-speed-fpm</property>
672 <command>dialog-apply</command>
682 <property>autopilot/settings/target-pitch-deg</property>
685 <command>dialog-apply</command>
696 <command>nasal</command>
697 <script>bravo.FlDr.pitch_wheel(1)</script>
706 <legend>Low Bank</legend>
708 <command>nasal</command>
709 <script>bravo.FlDr.toggle_autopilot("bank");</script>
716 <label>99.99</label> <!-- placeholder for width -->
717 <format>% 2.0f *</format>
718 <property>instrumentation/flightdirector/roll-max</property>
727 <legend>A / P</legend>
729 <command>nasal</command>
730 <script>bravo.FlDr.toggle_autopilot("ap");</script>
740 <property>autopilot/locks/passive-mode</property>
743 <command>dialog-update</command>
753 <property>autopilot/locks/yaw-damper</property>
756 <command>dialog-update</command>
765 <legend>Y / D</legend>
767 <command>nasal</command>
768 <script>bravo.FlDr.toggle_autopilot("yd");</script>
775 <label>Roll Knob</label>
782 <property>autopilot/settings/target-roll-deg</property>
788 <command>dialog-apply</command>
795 <label>-99.99</label> <!-- placeholder for width -->
796 <format>% 2.1f</format>
797 <property>autopilot/settings/target-roll-deg</property>
806 <legend>Close</legend>
807 <default>true</default>
809 <padding>10</padding>
811 <command>dialog-apply</command>
814 <command>dialog-close</command>