·60·
Installation manual
CNC 8060
CNC 8065
2.
MACHINE PARAMETERS.
(REF: 1402)
General machine parameters.
MINLOCP
Minimum local arithmetic parameter.
Possible values: From 0 to 99.
Default value: 0.
Associated variable: (V.)MPG.MINLOCP
Parameters MINLOCP and MAXLOCP define the group of local arithmetic parameters to be
used. Local parameters may only be accessed from the program or subroutine where they
have been programmed. There are seven groups of local parameters in each channel.
MAXGLBP
Maximum global arithmetic parameter.
Possible values: From 100 to 9999.
Default value: 299.
Associated variable: (V.)MPG.MAXGLBP
Check general machine parameter MINGLBP.
MINGLBP
Minimum global arithmetic parameter.
Possible values: From 100 to 9999.
Default value: 100.
Associated variable: (V.)MPG.MINGLBP
Parameters MAXGLBP and MINGLBP define the group of global arithmetic parameters to
be used. Global parameters may be accessed from any program or subroutine called upon
from the channel. There is a group of global parameters in each channel. The value of these
parameters is shared by the program and the subroutines.
ROPARMAX
Maximum global read-only arithmetic parameter.
Possible values: From 100 to 9999.
Default value: 0.
Associated variable: (V.)MPG.ROPARMAX
See general machine parameter ROPARMIN.
ROPARMIN
Minimum global read-only arithmetic parameter.
Possible values: From 100 to 9999.
Default value: 0.
Associated variable: (V.)MPG.ROPARMIN
Parameters ROPARMAX and ROPARMIN may be used to protect a group of global arithmetic
parameters so they cannot be modified. If both parameters are set to "0", there will be no
protected parameters.
MAXCOMP
Maximum arithmetic parameter common to all the channels.
Possible values: From 10000 to 19999.
Default value: 10025.
Associated variable: (V.)MPG.MAXCOMP
Check general machine parameter MINCOMP.
MINCOMP
Minimum arithmetic parameter common to all the channels.
Possible values: From 10000 to 19999.
Default value: 10000.
Associated variable: (V.)MPG.MINCOMP
Parameters MAXCOMP and MINCOMP the group of local arithmetic parameters common
to all the channels to be used. The common parameters may be accessed from any channel.
The value of these parameters is shared by all the channels.