
instructions.
6
)
SetCoord(Set coordinates): Set the current position coordinates. When executing
this line instruction, the controller will be subject to the current set new coordinates,
the interface coordinates display will also be subject to the new coordinates.
Example: The power is turned on, with the 660 mm/min speed, the program moves
the absolute coordinate three positions to 20.000 mm, and then set the current point to
the program running coordinate 0,0,0 point, and then all run 25 mm, then set the
current point to the program running coordinate 0,0,0 point.
n001
Abs M
File
:
7788
Lbl
:
0
X
:
20.000
Y
:
20.000
F
:
660
Z
:
20.000
(
At this time, the controller interface coordinates display is X:20.000
Y:20.000
Z:20.000
)
n002
SetCoord
File
:
7788
Lbl
:
0
X
:
0.000
Y
:
0.000
Z
:
0.000
(
At this time, the controller interface coordinates display is X: 0.000
Y: 0.000
Z:
0.000
)
n003
Abs M
File
:
7788
Lbl
:
0
X
:
25.000