Programming manual
402
CNC 8070
14.
CNC VARI
ABLES
Rel
a
ted t
o
O
E
M
pa
ra
m
e
te
rs
(S
OFT
V02.0
X
)
378
14.8
Related to OEM parameters
These variables are read-only (R) synchronous and are evaluated execution time.
They have generic names.
•
Replace the letter "i" with the parameter number keeping the brackets. This number
corresponds with the parameter number in the machine parameter table. For example, the
parameter that appears in the MTBPAR table as P0 will be accessed as (V.)MTB.P[0].
When reading the (V.)MTB.P[i] variable from the PLC, it truncates the decimal portion. The
(V.)MTB.PF[i] variables return the parameter value multiplied by 10000.
DATA = 54.9876
(V.)MTB.P[10] = 54
(V.)MTB.PF[10] = 549876
The access to drive variables may be either to read or write depending on how it has been set in the
machine parameter table. Likewise, the type of access to these variables from the PLC, synchronous
or asynchronous, is also defined in the machine parameter table.
(V.)MTB.P[i]
V.MTB.P[3]
SHARED MEMORY
PRG
PLC
INT
(V.)MTB.PLCDATASIZE
Size of the PLC's shared data area
R
R
R
OEM PARAMETER
PRG
PLC
INT
(V.)MTB.SIZE
Number of OEM parameters
R
R
R
(V.)MTB.P[i]
Value of the OEM parameter [i]
R
R
R
(V.)MTB.PF[i]
Value of the OEM parameter [i] Value per 10000
R
R
R
READING DRIVE VARIABLES
PRG
PLC
INT
(V.)DRV.SIZE
Number of variables to be consulted at the drive
R
R
R
(V.)DRV.name
Value of the variable
R/W
R/W
R/W
Summary of Contents for CNC 8070
Page 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Page 2: ......
Page 4: ......
Page 6: ......
Page 12: ......
Page 14: ......
Page 16: ......
Page 22: ......
Page 26: ......
Page 28: ......
Page 30: ......
Page 32: ......
Page 34: ......
Page 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Page 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Page 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Page 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...