ID 120579

Plane change in work or protection area definition not permitted.

Description

The machining plane may not be changed during the definition of a work or protection area (see [FCT-C14// Definition of work and protection areas]).

 

Example with error:

#CONTROL AREA START [ID1 PROT CIRC MIN_EXCUR=-50 MAX_EXCUR=50]

G01 Y100 Z100 F1000

G19  

G02 G162 Y100 Z100 J-100 F1000

#CONTROL AREA END

 

Corrected example:

G19

#CONTROL AREA START [ID1 PROT CIRC MIN_EXCUR=-50 MAX_EXCUR=50]

G01 Y100 Z100 F1000  

G02 G162 Y100 Z100 J-100 F1000

#CONTROL AREA END

Response

Class

2

Abort NC program processing.

Solution

Class

6

Check and modify the NC program

Parameter

%1:

Identification number [-]

Identifier of affected work or protection area

Error type

1, Error message from NC program.