Error solving manual.
CNC 8060
CNC 8065
·31·
(REF: 1709)
1154 'File name too long'
DETECTION During execution.
CAUSE The file name has too many characters. The name of a program or subroutine may
have a maximum of 63 characters and the path 120. When programming the name
of a program or subroutine with the path, the maximum number of characters will be
the sum of both values.
SOLUTION Decrease the number of characters of the name of the program or subroutine.
Change the location of the program or subroutine to reduce the number of characters
of the path.
1155 'No access to the file'
DETECTION During execution.
CAUSE The CNC cannot access the program or subroutine.
SOLUTION Check that the files are valid and are not corrupted. When calling subroutines, check
that the name and the path are correct. If the path is not defined in the call to the
subroutine, the CNC will apply the default search criterion (see the programming
manual).
1156 'Main program not found'
DETECTION During execution.
CAUSE The CNC cannot find the main program.
SOLUTION In a program with local subroutines, the main program must have a name (%name).
1157 'Global subroutine not found'
DETECTION During execution.
CAUSE The CNC cannot find the global subroutine.
SOLUTION Check that the name and the path of the subroutine are correct. If the path is not
defined in the call to the subroutine, the CNC will apply the default search criterion
(see the programming manual).
1159 'Name of the local subroutine too long'
DETECTION During execution.
CAUSE The subroutine name has too many characters. The name of a subroutine may have
a maximum of 63 characters.
SOLUTION Check the program.
1160 'Local subroutine not found'
DETECTION During execution.
CAUSE The CNC cannot find the local subroutine.
SOLUTION Check the name of the local subroutine in the calling block is the same as the name
that appears in its definition. The local subroutines must be defined at the beginning
of the program.
1161 '$ control blocks open'
DETECTION During execution.
CAUSE The CNC has found a "$" control block that does not have its corresponding closing
instruction.
SOLUTION Check the program.
1162 'M17/M29/#RET not expected'
DETECTION During execution.
CAUSE The CNC has detected an M17, M29 function or #RET as end of program.
SOLUTION Program M30/M02 as the end of the main program. If the error persists, check that
all the local subroutines end with M17, M29 or #RET.
1163 'M30/M02 not expected'
DETECTION During execution.
CAUSE The CNC has detected an M02 or M30 function as end of program.
SOLUTION Check that all the local and global subroutines end with M17, M29 or #RET.
1164 'Unknown term in mathematical expression'
DETECTION During execution.
CAUSE The mathematical expression is wrong.
SOLUTION Check all the terms of the expression; variables, parameters, operators, etc.