ID 120481

For circular area one linear and one circular block needed.

Description

A circular area consists of a linear block as starting point and a circular block as circular description. The second motion block after starting a definition of a circular area must be followed by a circular block as circle description.
See also [PROG// Monitoring work and protection areas]

 

Example with error:

%cirlcular area

N10 #CONTROL AREA START [ID51 PROT CIRC MIN_EXCU…

N20 G01 X150 Y200 F10000

N30 G01 X150 Y200 F10000

N40 #CONTROL AREA END

N50 M30

Corrected example:

%cirlcular area

N10 #CONTROL AREA START [ID51 PROT CIRC MIN_EXCU…

N20 G01 X150 Y200 F10000 (start point)

N30 G02 G162 I70 J150

N40 #CONTROL AREA END

N50 M30

Response

Class

2

Abort NC program processing.

Solution

Class

6

Check and modify the area definition in the NC program

Parameter

%1:

Identification number [-]

Area ID

%2:

Error value [-]

Intersection of polygon lines

Error type

1, Error message from NC program.