ID 21377

Invalid programming of #COLL PRINT command.

Description

The keywords REL or LOG in the #COLL PRINT command may only be programmed if a log file FILE is specified.

Examples:

Nxx #COLL PRINT [REL] -> error

Nxx #COLL PRINT [LOG] -> error

Nxx #COLL PRINT [FILE=prot1.log REL] ->OK

Nxx #COLL PRINT [FILE=prot1.log LOG] ->OK

Response

Class

2

 

Solution

Class

3

Check and modify NC program. If the #COLL PRINT command is programmed without specifying the FILE log file, either remove the programmed REL or LOG keywords or add a FILE log file to the command.

@@[PROG// Description #COLL PRINT]

Error type

1, Error message from NC program.