
USA57 Revision
1.2
16
Command:
A
Absolute move in positive direction
Type:
Motion Command
Syntax:
An
Range:
n = 0 to 2,147,483,648
Description:
Move motor to a positive absolute position relative to the 0 (zero) position. Once
at a given absolute position, executing the same command will not move the
motor again since the absolute position has already been reached.
Example:
/1
A
1000R<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).
“A1000” Instructs motor to move to an absolute position of positive 1000 steps from
the 0 (zero) position
“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.