1318 lines
30 KiB
XML
1318 lines
30 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
|
|
|
<PropertyList>
|
|
|
|
<name>mcdu2</name>
|
|
<layout>table</layout>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
|
|
<group>
|
|
<row>0</row>
|
|
<col>0</col>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<halign>left</halign>
|
|
<label>Right MCDU</label>
|
|
</text>
|
|
<button>
|
|
<halign>right</halign>
|
|
<pref-width>20</pref-width>
|
|
<pref-height>20</pref-height>
|
|
<legend>X</legend>
|
|
<key>Esc</key>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<hrule>
|
|
<row>1</row>
|
|
<col>0</col>
|
|
</hrule>
|
|
|
|
<group>
|
|
<row>2</row>
|
|
<col>0</col>
|
|
<layout>hbox</layout>
|
|
|
|
<group>
|
|
<layout>vbox</layout>
|
|
|
|
<text>
|
|
<label></label>
|
|
</text>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("1", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("2", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("3", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("4", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("5", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.lskbutton("6", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<text>
|
|
<label></label>
|
|
</text>
|
|
</group>
|
|
|
|
<canvas>
|
|
<name>mcdu</name>
|
|
<valign>fill</valign>
|
|
<halign>fill</halign>
|
|
<stretch>false</stretch>
|
|
<pref-width>251</pref-width>
|
|
<pref-height>216</pref-height>
|
|
<nasal>
|
|
<load>
|
|
<![CDATA[
|
|
var mcdu_canvas_dlg = canvas.get(cmdarg());
|
|
var root = mcdu_canvas_dlg.createGroup();
|
|
root.setScale(0.285, 0.25);
|
|
mcdu_canvas_dlg.setColorBackground(0, 0, 0, 1.0);
|
|
root.createChild("image").set("src", "canvas://by-index/texture[11]");
|
|
]]>
|
|
</load>
|
|
<unload>
|
|
<![CDATA[
|
|
mcdu_canvas_dlg.del();
|
|
mcdu_canvas_dlg = nil;
|
|
root = nil;
|
|
]]>
|
|
</unload>
|
|
</nasal>
|
|
</canvas>
|
|
|
|
<group>
|
|
<layout>vbox</layout>
|
|
|
|
<text>
|
|
<label></label>
|
|
</text>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("1", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("2", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("3", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("4", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("5", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>-</legend>
|
|
<pref-height>21</pref-height>
|
|
<pref-width>30</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.rskbutton("6", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<text>
|
|
<label></label>
|
|
</text>
|
|
</group>
|
|
</group>
|
|
|
|
<group>
|
|
<row>3</row>
|
|
<col>0</col>
|
|
<layout>hbox</layout>
|
|
|
|
<button>
|
|
<legend>DIR</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>PROG</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>PERF</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("perf", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>INIT</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("init", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>DATA</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("data", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend></legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>BRT</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>33</pref-width>
|
|
</button>
|
|
</group>
|
|
|
|
<group>
|
|
<row>4</row>
|
|
<col>0</col>
|
|
<layout>hbox</layout>
|
|
|
|
<button>
|
|
<legend>FPLN</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("f-pln", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>RAD</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("radnav", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>FUEL</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("fuel-pred", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>SEC</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>ATC</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>MENU</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.pagebutton("mcdu", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<legend>DIM</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>33</pref-width>
|
|
</button>
|
|
</group>
|
|
|
|
<group>
|
|
<row>5</row>
|
|
<col>0</col>
|
|
<layout>hbox</layout>
|
|
|
|
<group>
|
|
<layout>vbox</layout>
|
|
|
|
<group>
|
|
<layout>table</layout>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>0</col>
|
|
<legend>AIR</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>0</col>
|
|
<legend><</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.arrowbutton("left", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>0</col>
|
|
<legend>></legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.arrowbutton("right", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>1</col>
|
|
<legend></legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>1</col>
|
|
<legend>UP</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.arrowbutton("up", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>1</col>
|
|
<legend>DN</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>40</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.arrowbutton("down", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<group>
|
|
<layout>table</layout>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>0</col>
|
|
<legend>1</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("1", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>0</col>
|
|
<legend>4</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("4", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>0</col>
|
|
<legend>7</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("7", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>0</col>
|
|
<legend>.</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("DOT", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>1</col>
|
|
<legend>2</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("2", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>1</col>
|
|
<legend>5</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("5", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>1</col>
|
|
<legend>8</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("8", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>1</col>
|
|
<legend>0</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("0", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>2</col>
|
|
<legend>3</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("3", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>2</col>
|
|
<legend>6</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("6", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>2</col>
|
|
<legend>9</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("9", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>2</col>
|
|
<legend>+-</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("PLUSMINUS", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
</group>
|
|
|
|
<group>
|
|
<layout>table</layout>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>0</col>
|
|
<legend>A</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("A", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>0</col>
|
|
<legend>F</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("F", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>0</col>
|
|
<legend>K</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("K", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>0</col>
|
|
<legend>P</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("P", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>0</col>
|
|
<legend>U</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("U", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>0</col>
|
|
<legend>Z</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("Z", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>1</col>
|
|
<legend>B</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("B", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>1</col>
|
|
<legend>G</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("G", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>1</col>
|
|
<legend>L</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("L", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>1</col>
|
|
<legend>Q</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("Q", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>1</col>
|
|
<legend>V</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("V", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>1</col>
|
|
<legend>/</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("SLASH", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>2</col>
|
|
<legend>C</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("C", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>2</col>
|
|
<legend>H</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("H", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>2</col>
|
|
<legend>M</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("M", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>2</col>
|
|
<legend>R</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("R", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>2</col>
|
|
<legend>W</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("W", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>2</col>
|
|
<legend>SP</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("SP", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>3</col>
|
|
<legend>D</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("D", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>3</col>
|
|
<legend>I</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("I", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>3</col>
|
|
<legend>N</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("N", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>3</col>
|
|
<legend>S</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("S", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>3</col>
|
|
<legend>X</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("X", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>3</col>
|
|
<legend>^</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<!--binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("OVFY", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding-->
|
|
</button>
|
|
|
|
<button>
|
|
<row>0</row>
|
|
<col>4</col>
|
|
<legend>E</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("E", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>1</row>
|
|
<col>4</col>
|
|
<legend>J</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("J", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>2</row>
|
|
<col>4</col>
|
|
<legend>O</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("O", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>3</row>
|
|
<col>4</col>
|
|
<legend>T</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("T", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>4</row>
|
|
<col>4</col>
|
|
<legend>Y</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("Y", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
|
|
<button>
|
|
<row>5</row>
|
|
<col>4</col>
|
|
<legend>CL</legend>
|
|
<pref-height>25</pref-height>
|
|
<pref-width>25</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>mcdu.button("CLR", 1);</script>
|
|
<condition>
|
|
<greater-than-equals>
|
|
<property>systems/electrical/bus/ac1</property>
|
|
<value>110</value>
|
|
</greater-than-equals>
|
|
</condition>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
</group>
|
|
|
|
</PropertyList>
|