OPTIMUM
M A S C H I N E N - G E R M A N Y
808D
Page 368
Operating and Programming — Milling
Additional Information Part 2
Brief instruction 808D Milling
SEQUENCE
The programmable rotation ROT, AROT can be used:
The rotation is performed in the current plane G17, G18 or G19 using the value of
RPL=...specified in degrees.
A scale factor can be programmed for all axes with SCALE, ASCALE. The path is
enlarged or reduced by this factor in the specified axis. The currently set coordinate
system is used as the reference for the scale change.
SCALE X...Y... Z... ; programmable rotation offset (absolute)
ASCALE X...Y... Z... ; programmable offset, additive to existing offset
(incremental)
If a program contains SCALE or ASCALE, this must be programmed in a separate block.
ROT RPL=...
; programmable rotation offset (absolute).
AROT RPL=…
; programmable offset, additive to existing offset (incremental)
ROT
; without values, clears old commands for offset
N10 G17
N20 AROT RPL=45
additive 45 degree rotation
L10
subprogram call
User
interface
Coordinate
rotation
ROT AROT
Programming example
N10 G17
N20 SCALE X2.0 Y2.0
; contour is enlarged two times in X and Y
L10
subprogram call
Machine
coordinate
system
Scaling
36
Y
Workpiece
N60
N40
Original
ATRNS X....Y....
W
SCALE X2 Y2
X
Workpiece
5