ID 20397

After the argument of the function call a closing square bracket is missing.

Description

After the argument of a function call or a #-command, no closing square bracket is programmed

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   P2=[SIN45]

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   P2=SIN[45]

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Complete the bracket programming of the function call or #-command.

Parameter

%1:

Current value [-]

 

Error type

1, Error message from NC program.