8-7
RLC-4 V1.79 Copyright © 1998 Link Communications Inc. 9/18/98
054: Recall Macro Contents
This command recalls the contents of a macro so that you can find out what the macro is
programmed to do. It does not execute the commands in the macro, only recalls them to the serial
screen or sends them in CW. The format of the response is explained below.
<054> mmm
Parameters:
- 054 is the default command name.
- MMM is the macro number to recall
Format of the CW Response:
"M" [macro number]
"N" [number of commands in the macro]
"C" [which command in the macro] [command number]
"D" [number of digits of data] [the digits of data]
repeat last two lines until all commands in macro have been recalled
? "percent" how many percent full the macro is
Example:
Recall Default Contents of Macro 200:
You enter the command "054 200 <unkey>"
The serial response is:
Macro 200 contains 2 commands:
#1 Command #000 with 2 digits of data: 12
#2 Command #000 with 2 digits of data: 13
The CW response is:
"M200" macro number 200
"N2" number of commands in the macro is 2
"C1 00" the first command in the macro is command number 000
(Connect ports)
"D2" this command has 02 digits of data which are: "12"
(port numbers to connect)
"C2 00" the second command in the macro is command number 000
"D2" this command has digits of data which are: "13"
(Port numbers to connect)