Error solving manual.
CNC 8060
CNC 8065
·32·
(R
EF
: 1709)
1165
'Nonexistent variable'
DETECTION
During execution.
CAUSE
The possible causes are:
• The requested variable does not exist.
• Syntax error in the name of the variable.
• The variable is an array and the array index has not been indicated.
• A general variable has been requested for a particular axis or the other way
around.
SOLUTION
Check the program.
1166
'Square root of a negative number'
DETECTION
During execution.
CAUSE
The mathematical expression contains a square root (SQRT) of a negative number.
SOLUTION
Check the program.
1167
'Logarithm of a negative number or zero'
DETECTION
During execution.
CAUSE
The mathematical expression contains a logarithm (LOG/LN) of a negative number
or zero.
SOLUTION
Check the program.
1168
'Variable index out of range'
DETECTION
During execution.
CAUSE
One of the indexes defined in the array variable is wrong.
SOLUTION
The minimum admissible index for an array variable is 1 and the maximum depends
on which variable it is. There are particular instances where the index 0 is admitted:
G.GS, G.MS, G.LUP1 to G.LUP7, G.LUPACT and MTB.P.
1170
'The #SYNC POS instruction must be programmed alone in the block'
DETECTION
During execution.
CAUSE
The instruction has not been programmed alone in the block.
SOLUTION
Check the program. The instructions must be programmed alone in the block, only
the block label may be added.
1171
'# instructions must be programmed alone in the block'
DETECTION
During execution.
CAUSE
The instruction has not been programmed alone in the block.
SOLUTION
Check the program. The instructions must be programmed alone in the block, only
the block label may be added. The only exception is the #AXIS instruction that must
be programmed in the same block as function G201.
1172
'Instruction not allowed while tool radius compensation is active'
DETECTION
During execution.
CAUSE
The CNC has tried to execute an instruction that is incompatible with tool radius
compensation.
SOLUTION
Cancel tool radius compensation to execute the instruction.
1173
'The #UNLINK instruction must be programmed alone in the block'
DETECTION
During execution.
CAUSE
The instruction has not been programmed alone in the block.
SOLUTION
Check the program.
1174
'#LINK: a new coupling (slaving) cannot be defined if a previous one is active'
DETECTION
During execution.
CAUSE
The CNC has tried to activate a second axis coupling (slaving ) without deactivating
the first one.
SOLUTION
Check the program. Cancel the first coupling (slaving) before activating the second
one. To have both couplings, cancel the first one and activate both with a single #LINK
instruction.
1175
'#LINK: no coupling (slaving) has been defined'
DETECTION
During execution.
CAUSE
No axis coupling (slaving) has been defined in the #LINK instruction.
SOLUTION
Program the master and slave axes in the #LINK instruction.
Summary of Contents for 8065
Page 1: ...Ref 1709 8060 8065 CNC Error solving manual...
Page 4: ...BLANK PAGE 4...
Page 216: ...Error solving manual CNC 8060 CNC 8065 216 REF 1709...
Page 217: ...Error solving manual CNC 8060 CNC 8065 217 User notes REF 1709...
Page 218: ...Error solving manual CNC 8060 CNC 8065 218 User notes REF 1709...
Page 219: ...Error solving manual CNC 8060 CNC 8065 219 User notes REF 1709...