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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Keypad Commands</title>
<link href="scripts/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h3>Keypad Commands</h3>
<hr>
<p>Following is a list of commands recognized in keypad mode. There are no restrictions on the order of these commands.</p>
<dl>
<dt><tt>\</tt>
<dd>Erase the current keypad input as if it had never been entered.
<dt><tt>/</tt>
<dd>Receive on transmit frequency. Used with transmit duplex offset feature.
<dt><tt>=</tt>
<dd>Reverse transmit/receive split. Used with dual-VFO radios.
<dt><tt>UP</tt> (keyboard arrow key)
<dd>Shift the frequency up one step and report the new frequency and mode. This is the same function as the keyboard <tt>up</tt> command. This command is reported as <tt>[a</tt> in the help menu.
<dt><tt>DOWN</tt> (keyboard arrow key)
<dd>Shift the frequency down one step and report the new frequency and mode. This is the same function as the keyboard <tt>down</tt> command. This command is reported as <tt>[b</tt> in the help menu.
<dt><tt>RIGHT</tt> (keyboard arrow key)
<dd>Increase the tuning rate one step and report the new step value. This command is reported as <tt>[c</tt> in the help menu.
<dt><tt>LEFT</tt> (keyboard arrow key)
<dd>Decrease the tuning rate one step and report the new step value. This command is reported as <tt>[d</tt> in the help menu.
<dt><tt>]</tt>
<dd>Set the transmit VFO frequency to the receive VFO frequency. Used with the transmit split feature.
<dt><tt>[</tt>
<dd>Set the receive VFO frequency to the transmit VFO frequency. Used with the transmit split feature.
<dt><tt>=</tt>
<dd>Swap the transmit and receive VFO frequencies. Used with the transmit split feature.
<dt><tt>[<i>antenna</i>]a</tt>
<dd>Select one of the antennas listed by the help menu. If no argument is given, report the previous selection. This is the same function as the keyboard <tt>ant</tt> command.
<dt><tt>[<i>channel</i>]c</tt>
<dd>Select the memory channel and load the VFO frequency, mode and transmit duplex offset. This is the same function as the keyboard <tt>chan</tt> command and the channel selection buttons or knobs on the radio.
<dt><tt>[<i>offset</i>]f</tt>
<dd>Select FM mode and set the BFO compensation. If no argument is given, report the current offset, but only if it is nonzero. This is the same function as the keyboard <tt>fm</tt> command.
<dt><tt>[<i>offset</i>]l</tt>
<dd>Select LSB mode and set the BFO compensation. If no argument is given, report the current offset, but only if it is nonzero. This is the same function as the keyboard <tt>lsb</tt> command.
<dt><tt>[<i>offset</i>]m</tt>
<dd>Select AM mode and set the BFO compensation. If no argument is given, report the current offset, but only if it is nonzero. This is the same function as the keyboard <tt>am</tt> command.
<dt><tt>q</tt>
<dd>Exit keypad mode and return to keyboard mode.
<dt><tt>[<i>step</i>]t</tt>
<dd>Set the frequency tuning step. This is the same function as the keyboard <tt>step</tt> command.
<dt><tt>[<i>offset</i>]u</tt>
<dd>Select USB mode and set the BFO compensation. If no argument is given, report the current offset, but only if it is nonzero. This is the same function as the keyboard <tt>usb</tt> command.
<dt><tt>[<i>channel</i>]w</tt>
<dd>Write the memory channel with the contents of the VFO, mode and transmit duplex offset, if present. This is the same function as the keyboard <tt>write</tt> command and the <tt>WRITE</tt> button on the radio.
<dt><tt>[<i>channel</i>]x</tt>
<dd>Clear the memory channel. This is the same function as the keyboard <tt>clear</tt> command and the <tt>CLEAR</tt> button on the radio.
</dl>
<hr>
<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
</body>
</html>
|