ID 120480

For circular area definition Second block have to be a circular block.

Description

The second movement block after starting a definition of a circular area should be circular for the circle description of the area.

A circular area definition exists out of two motion blocks, one linear for being startpoint, and one circular for describing the circle. See also [PROG// Monitoring the work and protection area] and [FCT-C14// Description].

 

Example:

%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

(> error

Solution:

%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

(> correct)

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

Error type

1, Error message from NC program.