·776·
Installation manual
CNC 8060
CNC 8065
10.
CNC VARIABLES.
(REF: 1402)
Variables related to user tables (arithmetic parameters table).
10.40 Variables related to user tables (arithmetic parameters table).
LOCAL ARITHMETIC PARAMETERS.
(V.)[ch].G.LUPACT[nb]
Variable that can be read and written via PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Value of local arithmetic parameter [nb] of the current nesting level.
Syntax.
·ch· Channel number.
·nb· Parameter number.
(V.)[ch].G.LUP1[nb]
(V.)[ch].G.LUP2[nb]
(V.)[ch].G.LUP3[nb]
(V.)[ch].G.LUP4[nb]
(V.)[ch].G.LUP5[nb]
(V.)[ch].G.LUP6[nb]
(V.)[ch].G.LUP7[nb]
Variable that can be read and written via PLC and interface.
The variable returns the execution value; reading it interrupts block preparation.
Report variable (to be used from the scripts).
Value of local arithmetic parameter [nb] of nesting level 1 through 7.
Syntax.
·ch· Channel number.
·nb· Parameter number.
Remarks.
When reading this variable from the PLC, it truncates the decimal side. If the value of the
parameter is 54.9876, when read from the PLC, it will return the value 54.
[2].G.LUPACT[14] Channel ·2·. Value of parameter ·14·.
[2].G.LUP1[14] Channel ·2·. Value of parameter ·14· of nesting level ·1·.
[2].G.LUP7[6] Channel ·2·. Value of parameter ·6· of nesting level ·7·.
Value of the parameter. Reading from the PLC.
P14 = 23.1234 G.LUP1[14] = 23
G.LUP1F[14] = 231234
P22 =-12.0987 G.LUP1[22] = -12
G.LUP1F[22] = -120987