Programming and Operating Manual (Turning)
01/2017
83
R0=29
BB:
TRANS Z-52 X=R0
DIAMOF
R4=720
LL:
R1=(3.14159*R4)/180
R2=SIN(R4)
G1 X=R2 Z=R1
R4=R4-0.5
IF R4>=0 GOTOB LL
DIAMON
R0=R0-0.5
IF R0>=27 GOTOB BB
G0X80
Z50
M30
;*************CONTOUR************
CON1:
X42Z0
X54Z-13
X58
Z-60
X60
M02
CON1_E:;************* CONTOUR ENDS ************
Programmable scale factor: SCALE, ASCALE
Functionality
A scale factor can be programmed for all axes with SCALE, ASCALE. The path is enlarged or reduced by this factor in the
axis specified.
The currently set coordinate system is used as the reference for the scale change.
; Programmable scaling factor, clears old instructions for offset, rotation, scaling factor, mi
r-
; Programmable scaling factor, additive to existing instructions
; Without values: clears old instructions for offset, rotation, scaling factor, mirroring
The instructions that contain SCALE or ASCALE each require a separate block.
● For circles, the same factor should be used in both axes.
● If an ATRANS is programmed with SCALE/ASCALE active, these offset values are also scaled.