Programming manual
CNC 8070
CNC VARI
ABLES
Rel
a
te
d t
o
t
h
e
m
a
c
h
in
e c
onf
ig
u
rat
io
n
14.
(S
OFT
V02.0
X
)
399
These variables are read/write (R/W) synchronous and are evaluated during execution. They
correspond to linear and rotary axes and to the spindle.
The PLC reading of
TORQUE
comes in tenths (x10) Ver
"Access to numeric values from the PLC"
These variables are read/write (R/W) synchronous and are evaluated during block execution.
They are valid for linear and rotary axes and for the spindle.
In order for the feed-forward and the AC-forward defined this way to be taken into account, they must
be active by machine parameter; i.e. by means of machine parameter
FFWTYPE
if it is an analog drive
or a simulated drive or parameter
OPMODEP
if it is a Sercos drive.
The values defined by these variables prevail over the ones defined by machine parameters or by
program. Setting the variables with a negative value cancels their effect ("0" is a valid value). These
variables are initialized neither by a reset nor when validating the parameters.
The PLC will read them in the following units. Ver
"Access to numeric values from the PLC"
The PLC reading of
PLCACFGAIN
comes in tenths (x10)
The PLC reading of
PLCFFGAIN
comes in hundredths (x100)
These variables are read-only (R) synchronous and are evaluated in the execution.
RELATED TO THE TANDEM AXIS
PRG PLC INT
(V.)[n].A.TPIIN.Xn
Input of the PI of the master axis of the tandem (in rpm)
R
R
R
(V.)[n].A.TPIOUT.Xn
Output of the PI of the master axis of the tandem (in rpm)
R
R
R
(V.)[n].A.TFILTOUT.Xn
Output of the pre-load filter
R
R
R
(V.)[n].A.PRELOAD.Xn
Preload
R/W R/W R/W
(V.)[n].A.FTEO.Xn
Velocity command for Sercos
R
R
R
(V.)[n].A.TORQUE.Xn
Current torque in Sercos
R
R
R
VARIABLES TO BE SET VIA PLC
PRG PLC INT
(V.)[n].A.PLCFFGAIN.Xn
% of feed-forward programmed from the PLC
R
R/W
R
(V.)[n].A.PLCACFGAIN.Xn
% of AC-forward programmed from the PLC
R
R/W
R
(V.)[n].A.PLCPROGAIN.Xn
Proportional gain programmed from the PLC
R
R/W
R
To set the Z axis variable to ·99.1· from the PLC:
()=MOV 991 R1
()=CNCWR(R1,A.PLCACFGAIN.Z,M1000)
To set the X axis variable to ·99.12· from the PLC:
()=MOV 9912 R1
()=CNCWR(R1,A.PLCFFGAIN.X,M1000)
VARIABLES FOR ADJUSTING THE POSITION
PRG PLC INT
(V.)[n].A.POSINC.Xn
Real position increment of the current sampling period
R
R
R
(V.)[n].A.TPOSINC.Xn
Theoretical position increment of the current sampling period
R
R
R
(V.)[n].A.PREVPOSINC.Xn
Real position increment of the previous sampling period
R
R
R
FINE ADJUSTMENT VARIABLES
PRG PLC INT
(V.)[n].A.FEED.Xn
Real instantaneous feedrate value
R
R
R
(V.)[n].A.TFEED.Xn
Theoretical instantaneous feedrate value
R
R
R
(V.)[n].A.ACCEL.Xn
Real instantaneous acceleration value
R
R
R
(V.)[n].A.TACCEL.Xn
Theoretical instantaneous acceleration value
R
R
R
(V.)[n].A.JERK.Xn
Real instantaneous jerk value
R
R
R
(V.)[n].A.TJERK.Xn
Theoretical instantaneous jerk value
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...