36
4. Control System Commands
COMMAND
DESCRIPTION AND PARAMETERS
SET MACRO N1 DELETE
Delete macro N1.
N1 = 1 ~ 64
[Macro number]
SET MACRO N1 ACTION N2 DELETE
Delete action N2 of macro N1.
N1 = 1 ~ 64
[Macro number]
N2 = 1 ~ 16
[Action number]
SET MACRO N1 RUN
Run macro N1 immediately.
N1 = 1 ~ 64
[Macro number]
SET MACRO N1 ABORT
Abort the execution of macro N1.
N1 = 1 ~ 64
[Macro number]
SET MACRO N1 PAUSE
Pause macro N1’s execution.
N1 = 1 ~ 64
[Macro number]
SET MACRO N1 RESUME
Resume the execution of paused macro N1.
N1 = 1 ~ 64
[Macro number]
Command Pool
SET CMDPOOL N1 NAME N2
Set the name for command N1 in the
command pool.
N1 = 1 ~ 128
[Command number]
N2 = {Name}
[Command name]
GET CMDPOOL N1 NAME
Show the name of command N1 in the
command pool.
N1 = 1 ~ 128
[Command number]
SET CMDPOOL N1 DATA N2
Set the text data contents of command N1.
N1 = 1 ~ 128
[Command number]
N2 = {Text}
[Command data]
Note: Commands can contain a maximum of
256 characters.