ID 50789

The definition of the control area base plane requires the specification of two axes.

Description

Normally, the control areas of the work area control function (see [FCT-C14// Description]) refer to the first three Cartesian main axes. If a work or protection area is defined with tracking axes, the base plane must be specified with both axes.

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

 

Example with error:

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

G01 F1000 G90

X2 = 0 (Error 120736)

X2 = 0 Y2=100

X2 = 100 Y2=100

X2 = 100 Y2=0

X2 = 0   Y2=0

#CONTROL AREA END

 

Corrected example:

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

G01 F1000 G90

X2 = 0 Y2=0

X2 = 0 Y2=100

X2 = 100 Y2=100

X2 = 100 Y2=0

X2 = 0   Y2=0

#CONTROL AREA END

Response

Class

6

Movement stop.

Solution

Class

6

Check and modify the NC program

Parameter

%1:

Current value [-]

ID of affected workspace or protection space

%2:

Error value [-]

Given axes in the area definition

Error type

1, Error message from NC program.