S01MACROK*
Delete all the commands associated with all 255 macros. 
S01MACROK*
8.94. MACROL -- List All Commmands in a Macro
This command lists all the commands in a given macro. For example, assume that a macro has been 
defined via the following command sequence. 
S01MACROS112
S01MACROA112,MUTEI*0
S01MACROA112,GAINI*0
S01MACROA112,MUTEO*0
S01MACROW112
Once this macro has been defined, issuing the command: 
S01MACROL112?
Will result in the following status messages: 
S01MACROL112,MUTEI*0
S01MACROL112,GAINI*0
S01MACROL112,MUTEO*0
S01MACROL112
8.95. MACROQ -- Execute Macro Quietly
This command executes the macro corresponding to the specified number. The macro must have 
been previously defined and stored in non-volatile memory via the 
MACROS, MACROA, and MACROW 
commands. If the specified macro is empty, then an error condition of ERROR#070 will be generated. 
When the MACROQ command executes, status messages for all of the commands in the macro will not 
be generated. The MACROQ is provided so that a control system can execute a macro and not 
generate heavy data traffic from the resulting status messages. Of course, this assumes that the 
control system is not interested in any of the acknowledgements. The 
MACROX command can be used 
to execute the macro without suppressing status messages. 
Example Description Status Message
S01MACROQ125
Execute macro number 125 without generating any status 
messages. 
S01MACROQ125
8.96. MACROS -- Start a New Macro