Reference Manual

PMAC 2 Software Reference
PMAC Program Command Specification 359
Y{data}
Function
Y-Axis Move
Type
Motion program
Syntax
Y{data}
where:
{data} is a floating point constant or expression representing the position or
distance in user units for the Y-axis.
Remarks
This command causes a move of the Y-axis. (See {axis}{data} description above.)
Example
Y50
Y(P100)
X35 Y75
Y-0.221 Z3.475
Y(ABS(P3+P4)) A(INT(P3-P4))
See Also
Program commands {axis}{data}, A, B, C, U, V, W, X, Z, CALL, READ
Z{data}
Function
Z-Axis Move
Type
Motion program
Syntax
Z{data}
where:
{data} is a floating point constant or expression representing the position or
distance in user units for the W-axis.
Remarks
This command causes a move of the Z-axis. (See {axis}{data} description above.)
Example
Z20
Z(Q25)
X10 Y20 Z30
Z23.4 R10.5
Z(P301+2*P302/P303)
See Also
Program commands {axis}{data}, A, B, C, U, V, W, X, Y, CALL, READ