ID 50789

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

Description

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

See [PROG// Defining a control area]

 

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 area

%2:

Error value [-]

Given axes in the area definition

Error type

1, Error message from NC program.