ID 21288

No associated definition of a control area. Command has no effect.

Description

For the command #CONTROL AREA END, the corresponding start of the definition of the controller area with #CONTROL AREA BEGIN[...] is missing. Therefore, #CONTROL AREA END is ignored.

Syntax example:

WRONG:

N20 G01 X10 Y10

N30 G01 X20 Y20

:

Nxx #CONTROL AREA END  -> FEHLER

:

RIGHT:

N10 #CONTROL AREA BEGIN...

N20 G01 X10 Y10

N30 G01 X20 Y20

:

Nxx #CONTROL AREA END

:

Response

Class

1

Abort NC program processing.

Solution

Class

1

Check and modify NC program. Defining control areas must always begin with #CONTROL AREA BEGIN[...] and end with #CONTROL AREA END.

Error type

1, Error message from NC program.