ID 20480

Empty square brackets not allowed.

Description

When programming some specific NC commands (e.g. #SET TIP), no NC command data were defined inside the following square brackets.

Syntax example:

Wrong:

N10   #SET TIP[ ] X

Correct:

N10   #SET TIP[1.0,1.5,2.0] X

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Add the missing NC command data in the square brackets.

Error type

1, Error message from NC program.