USA57 Revision
1.2
17
Command:
P
Index move in positive direction
Type:
Motion Command
Syntax: P
n
Range:
0 to 2,147,483,648 steps
Description:
Move motor in a
positive
direction relative to the current position. The distance
to be moved is n steps. A distance n of zero will cause the motor to continuously
in the positive direction relative to the current position. The speed of the motion
will be the speed last set by the “V” (velocity) command. (Note: An endless move
can be terminated by the T command)
Example:
/1
P
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).
“P1000” Instructs motor to move to a position 1000 steps in the positive direction
from its current 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.