ID 50795

Axis for definition of cylindrical work or protection area not permitted.

Description

When defining cylindrical work or protection area, only main axes may be used to specify the base plane (see [FCT-C14// Cylindrical control areas]).

See also [PROG// Definition of a control area]

 

Example with error:

G17 G0 G90

#CONTROL AREA BEGIN [ID1 PROT CIRC MIN_EXCUR=0 MAX_EXCUR=360]

G0  X0 X2=0         (Error 120743)

G02 X0 X2=0 I+100

#CONTROL AREA END

 

Corrected example:

G17 G0 G90

#CONTROL AREA BEGIN [ID1 PROT CIRC MIN_EXCUR=0 MAX_EXCUR=360]

G0  X0 Y0

G02 X0 Y0 I+100

#CONTROL AREA END

Response

Class

6

Movement stop.

Solution

Class

6

Check and modify the area definition in the NC program.

Parameter

%1:

Identification number [-]

ID of affected workspace or protection space

%2:

Error value [-]

Given axes

%3:

Expected value [-]

Permitted axes for definition of a cylindrical control area

Error type

1, Error message from NC program.