USA57 Revision
1.2
21
Command:
z
Set current position counter
Type:
Motion Command
Syntax: z
n
Range:
n = 0 to 2,147,483,648 steps
Description:
Set the position counter to a new value without moving.
Example:
/1
z
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).
“z1000” Sets the current position to positive 1000 steps
“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.