ID 20198

Missing ‘]’ after variable.

Description

The closing square bracket ‘]’ is missing in a variable expression with index.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   P1=V.G.WZ[V.G.WZ[1].L
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   P1=V.G.WZ[V.G.WZ[1].L]
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Complete the variable expression for the missing closing square bracket ’]’.

Error type

1, Error message from NC program.