ID 50793
One linear and one circular block needed for circular area. | ||||
Description | A circular area consists of a linear block as starting point and a circular block as circular description. A circular block must be a programmed full circle since areas can only consist of a full circle. See also [PROG// Workspace and protection space monitoring]
%circular area N10 #CONTROL AREA BEGIN [ID51 PROT CIRC MIN_EXCU… N20 G01 X150 Y200 F10000 N30 G03 G162 I50 J0 X250 Y200 F10000 N40 #CONTROL AREA END N50 M30 Corrected example: %circular area N10 #CONTROL AREA BEGIN [ID51 PROT CIRC MIN_EXCU… N20 G01 X150 Y200 F10000 (start point) N30 G03 G162 I70 J150 N40 #CONTROL AREA END N50 M30 | |||
Response | Class | 6 | Movement stop. | |
Solution | Class | 6 | Check and modify the area definition in the NC program. | |
Parameter | %1: | Identification number [-] | ||
Area ID | ||||
%2: | Initial value [0.1 10^-3 mm or ø] | |||
Starting point for the circle description. | ||||
%3: | Final value [0.1 10^-3 mm or ø] | |||
Target point for the circle description. | ||||
Error type | 1, Error message from NC program. | |||
|