USA57 Revision
1.2
31
Command:
s
Store Command String
Type:
Program Control Command
Syntax: s
n
Range:
n = 0 to 15
Description:
Stores the command string that follows to program storage locations 0 to 15.
Program 0 is executed on start up. Up to fourteen (14) commands per string
maximum are allowed.
Note:
It takes approximately 1 second for the command string to be written to the
EEPROM.
Example:
/1
s
1gP1000M1000G10R<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).
“s1”
Tells Accuriss to store the command string that follows to storage location
# 1
“g”
Informs Accuriss a loop is beginning
“P1000” Move 1000 steps in positive direction
“M1000” Wait
1000
msec
“G10”
Loop 10 times
“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.