File: keypad.htm

package info (click to toggle)
icom 19990819-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 540 kB
  • ctags: 336
  • sloc: ansic: 2,356; csh: 62; makefile: 62; awk: 24
file content (104 lines) | stat: -rw-r--r-- 3,968 bytes parent folder | download | duplicates (2)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104

<html><head><title>
Keypad Commands
</title></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.

<dl>

<p><dt><code>\</code>
<dd>Erase the current keypad input as if it had never been entered.

<p><dt><code>/</code>
<dd>Receive on transmit frequency. Used with transmit duplex offset
feature.

<p><dt><code>=</code>
<dd>Reverse transmit/receive split. Used with dual-VFO radios.

<p><dt><code>UP</code> (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 <code>up</code> command.
This command is reported as <code>[a</code> in the help menu.

<p><dt><code>DOWN</code> (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 <code>down</code>
command. This command is reported as <code>[b</code> in the help menu.

<p><dt><code>RIGHT</code> (keyboard arrow key)
<dd>Increase the tuning rate one step and report the new step value.
This command is reported as <code>[c</code> in the help menu.

<p><dt><code>LEFT</code> (keyboard arrow key)
<dd>Decrease the tuning rate one step and report the new step value.
This command is reported as <code>[d</code> in the help menu.

<p><dt><code>]</code>
<dd>Set the transmit VFO frequency to the receive VFO frequency. Used
with the transmit split feature.

<p><dt><code>[</code>
<dd>Set the receive VFO frequency to the transmit VFO frequency. Used
with the transmit split feature.

<p><dt><code>=</code>
<dd>Swap the transmit and receive VFO frequencies. Used with the
transmit split feature.

<p><dt><code>[<i>antenna</i>]a</code>
<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 <code>ant</code> command.

<p><dt><code>[<i>channel</i>]c</code>
<dd>Select the memory channel and load the VFO frequency, mode and
transmit duplex offset. This is the same function as the keyboard
<code>chan</code> command and the channel selection buttons or knobs on
the radio.

<p><dt><code>[<i>offset</i>]f</code>
<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 <code>fm</code> command.

<p><dt><code>[<i>offset</i>]l</code>
<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 <code>lsb</code> command.

<p><dt><code>[<i>offset</i>]m</code>
<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 <code>am</code> command.

<p><dt><code>q</code>
<dd>Exit keypad mode and return to keyboard mode.

<p><dt><code>[<i>step</i>]t</code>
<dd>Set the frequency tuning step. This is the same function as the
keyboard <code>step</code> command.

<p><dt><code>[<i>offset</i>]u</code>
<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 <code>usb</code> command.

<p><dt><code>[<i>channel</i>]w</code>
<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 <code>write</code> command and the <code>WRITE</code> button on
the radio.

<p><dt><code>[<i>channel</i>]x</code>
<dd>Clear the memory channel. This is the same function as the keyboard
<code>clear</code> command and the <code>CLEAR</code> button on the
radio.

</dl>

<hr><address>David L. Mills (mills@udel.edu)</address></body></html>