USA57 Revision
1.2
32
Command:
e
Execute Stored Command String
Type:
Program Control Command
Syntax: e
n
Range:
n = 0 to 15
Description:
Executes the command string stored in program locations
0 to 15. Program 0 is
executed on start up. Up to fourteen (14) commands per string maximum are
allowed
.
Example:
/1
e
1R<CR>
“/”
Is the start character. Lets Accuriss know that a command string will follow.
“1”
Is the device address, (this is preset at the factory).
“e1”
Instructs Accuriss to execute the command string in storage location # 1
“R”
Instructs Accuriss to run the command(s) that are in the communication buffer.
“<CR>” Tells Accuriss that the command string is complete and causes the command to
be executed since an R is included in the command string.