ID 50780

Definition of Polygon is invalid. No intersections permitted.

Description

The polygonal area must be a convex hull. This means that individual polygon lines may not intersect each other.

 

Example:

%poly intersects

N10 #CONTROL AREA POLY BEGIN….MAX_EXCUR=55]

N20  X65 Y0

N30  X-65 Y0

N40  X65 Y65

N50  X-65 Y65

N60  X65 Y0

N100 #CONTROL AREA END

(> error

Solution:

%poly intersects

N10 #CONTROL AREA POLY BEGIN….MAX_EXCUR=55]

N20  X65 Y0

N30  X-65 Y0

N40  X-65 Y65

N50  X65 Y65

N60  X65 Y0

N100 #CONTROL AREA END

(> error

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:

Error value [0.1 10^-3 mm or ø]

Intersection of polygon lines

Error type

1, Error message from NC program.