ID 50794
For starting a circular area definition first block have to be linear. | ||||
Description | The first movement block after starting a definition of a circular area should be linear. A circular area definition consists of a linear block as starting point and a circular block as circle description.
Example with error: %cirlcular area N10 #CONTROL AREA BEGIN [ID51 PROT CIRC MIN_EXCU… N20 G02 G162 I70 J150 N30 G01 X150 Y200 F10000 N40 #CONTROL AREA END N50 M30 Corrected example: %cirlcular area N10 #CONTROL AREA BEGIN [ID51 PROT CIRC MIN_EXCU… N20 G01 X150 Y200 F10000 (Starting point) N30 G02 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: | Expected value [-] | |||
Intersection of polygon lines | ||||
%3: | Error value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|