Installation manual
CNC 8060
CNC 8065
CNC VARIABLES.
10.
(REF: 1402)
·847·
Variables related to the programmed functions.
WORK PLANE AND AXES.
(V.)[ch].G.PLANE
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Axes making up the work plane.
Syntax.
·ch· Channel number.
Values of the variable.
The values returned by this variable are encoded as follows.
(V.)[ch].G.LONGAX
Variable that can only be read from the program, PLC and interface.
The variable returns the value of block preparation.
Longitudinal axis.
Syntax.
·ch· Channel number.
Values of the variable.
The values returned by this variable are encoded as follows.
V.[2].G.PLANE Channel ·2·.
X=10 X1=11 X2=12 X3=13 X4=14 ... X9=19
Y=20 Y1=21 Y2=22 Y3=23 Y4=24 ... Y9=29
Z=30 Z1=31 Z2=32 Z3=33 Z4=34 ... Z9=39
U=40 U1=41 U2=42 U3=43 U4=44 ... U9=49
V=50 V1=51 V2=52 V3=53 V4=54 ... V9=59
W=60 W1=61 W2=62 W3=63 W4=64 ... W9=69
A=70 A1=71 A2=72 A3=73 A4=74 ... A9=79
B=80 B1=81 B2=82 B3=83 B4=84 ... B9=89
C=90 C1=91 C2=92 C3=93 C4=94 ... C9=99
Main axes. Main plane. Reading the variable.
X-Y-Z G17 (XY) V.[1].G.PLANE = 1020
V.[1].G.LONGAX = 30
V.[1].G.TOOLDIR = 2
X-Y-Z G18 (ZX) V.[1].G.PLANE = 3010
V.[1].G.LONGAX = 20
V.[1].G.TOOLDIR = 2
X-V1-Z3 G17 (X-V1)
#TOOL AX [V1-]
V.[1].G.PLANE = 1051
V.[1].G.LONGAX = 33
V.[1].G.TOOLDIR = 1
V.[2].G.LONGAX Channel ·2·.
X=10 X1=11 X2=12 X3=13 X4=14 ... X9=19
Y=20 Y1=21 Y2=22 Y3=23 Y4=24 ... Y9=29
Z=30 Z1=31 Z2=32 Z3=33 Z4=34 ... Z9=39
U=40 U1=41 U2=42 U3=43 U4=44 ... U9=49
V=50 V1=51 V2=52 V3=53 V4=54 ... V9=59
W=60 W1=61 W2=62 W3=63 W4=64 ... W9=69