P9-6 Mobile Printer CPCLProgramming Manual
Moving With X and Y Coordinates
Even though the printer is in a line print mode, it can
still move down and across the paper using X and Y
values.
! U1 X {unit value}
! U1 Y {unit value}
! U1 XY {x unit value} {y unit value}
! U1 RX {unit x value to move relative to present
position}
! U1 RY {unit y value to move relative to present
position}
! U1 RXY{unit x value to move relative to present
position} {unit y value to move relative to present posi-
tion}
This command is useful for moving across the paper
without using extra spaces or moving down the paper
without needing to set the SETLF command to a specific
value.
Negative values cannot be used for “Y” coordinates.