REPeat The REPeat instruction allows a group of sequence states to be
executed repetitively some number of times. The repeat count is
specified in the optional instruction argument parameter.
The REPeat and END LOOP sequence lines cannot be modified other than by
changing the loop count.
MACRo# The MACRo# instruction is used to invoke a previously
defined user macro. The macro number is part of the instruction string
(not the optional instruction argument parameter). If the macro has
been defined to use passed-in parameters, those parameter values are
passed in via the data value fields. If there are on parameters associated
with the macro, a single dummy parameter must be used (’0’). There is
otherwise no data associated with a macro instruction.
Command Syntax :SEQuence:PROGram <line_number>, [<optional_label>,]{ NOOP |
IF,<event> | WAIT,<event> | SIGNal | REPeat,<count> | BREAK |
MACRo<#> },<data_value>,<data_value>,...
SEQuence Subsystem
PROGram
39–12