Programming manual
402
CNC 8070
14.
CNC VARI
ABLES
Rel
a
ted t
o
t
he
p
rog
ra
m
m
ed f
u
nct
ion
s
(S
OFT
V02.0
X
)
392
These variables are read-only (R) Synchronous and are evaluated during block preparation.
Here are some examples where the starting point is X0 Y0.
Being function G265 active, the CNC recalculates the center if the arc is not exact but it is within
tolerance.
Being function G264 active, if the arc is not exact, but it is within tolerances, it executes an arc with
the radius calculated from the starting point. It keeps its center.
These variables are read-only (R) Synchronous and are evaluated during block preparation.
(V.)[n].G.MIRROR
The least significant bits are used, one per axis (1= active and 0=not active).
The least significant bit is for the first axis, the next one for the second axis and so on.
ARC RELATED
PRG PLC INT
(V.)[n].G.R
Arc radius
R
R
R
(V.)[n].G.I/J/K
Arc center coordinates (I, J, K)
R
R
R
(V.)[n].G.CIRERR[i]
Arc center correction
R
R
R
G2 X120 Y120.001 I100 J20
V.G.R = 101.980881
V.G.I = 100.0004
V.G.J = 20.0004
V.G.CIRERR[1] = -0.000417
V.G.CIRERR[2] = -0.000417
G2 X120 Y120.001 I100 J20
V.G.R = 101.981371
V.G.I = 100
V.G.J = 20
V.G.CIRERR[1] = 0
V.G.CIRERR[2] = 0
MIRROR IMAGE
PRG PLC INT
(V.)[n].G.MIRROR
Active mirror images
R
R
R
(V.)[n].G.MIRROR1
Mirror image active on the first axis of the channel
R
R
R
(V.)[n].G.MIRROR2
Mirror image active on the second axis of the channel
R
R
R
(V.)[n].G.MIRROR3
Mirror image active on the third axis of the channel
R
R
R
SCALING FACTOR
PRG PLC INT
(V.)[n].G.SCALE
It indicates the active general scaling factor
R
R
R
POLAR ORIGIN
PRG PLC INT
(V.)[n].G.PORGF
Position of the polar origin referred to part zero (abscissa)
R
R
R
(V.)[n].G.PORGS
Position of the polar origin referred to part zero (ordinate)
R
R
R
COORDINATE SYSTEM ROTATION (PATTERN ROTATION)
PRG PLC INT
(V.)[n].G.ROTPF
Position of the rotation center referred to part zero (abscissa)
R
R
R
(V.)[n].G.ROTPS
Position of the rotation center referred to part zero (ordinate)
R
R
R
(V.)[n].G.ORGROT
Rotation angle of the coordinate system
R
R
R
AXIS SLAVING
PRG PLC INT
(V.)[n].G.LINKACTIVE
Slaving status
R
R
R
Содержание CNC 8070
Страница 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 12: ......
Страница 14: ......
Страница 16: ......
Страница 22: ......
Страница 26: ......
Страница 28: ......
Страница 30: ......
Страница 32: ......
Страница 34: ......
Страница 54: ...Programming manual 20 CNC 8070 1 CREATING A PROGRAM Parameters constants and expressions SOFT V02 0X 20...
Страница 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Страница 154: ...Programming manual 120 CNC 8070 6 TOOL PATH CONTROL Manual intervention G200 G201 G202 SOFT V02 0X 120...
Страница 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Страница 188: ...Programming manual 154 CNC 8070 8 ADDITIONAL PREPARATORY FUNCTIONS Probing G100 SOFT V02 0X 154...
Страница 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Страница 446: ...Programming manual 412 CNC 8070 14 CNC VARIABLES Alphabetical listing of variables SOFT V02 0X 412...
Страница 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...