ID 50779

Start and endpoint must be the same for defining a polygonal area.

Description

When defining polygon-shaped areas, the last dot of the polygon with the first dot of the polygon must coincide. A continuous polygon can be thereby guaranteed.

See [PROG// Monitoring the work and protection area].

 

Example:

%start not end

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

N20 X70 Y70 G01 F10000 G90

N30 X70 Y0

N40 X0 Y0

N50 X0 Y70

N60 X75 Y75

N70 #CONTROL AREA END

(> error

Solution:

%start not end

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

N20 X70 Y70 G01 F10000 G90

N30 X70 Y0

N40 X0 Y0

N50 X0 Y70

N60 X70 Y70

N70 #CONTROL AREA END

(> correct

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 [0.1 10^-3 mm or ø]

Startingpoint of area definition.

%3:

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

Endpoint of area definition.

Error type

1, Error message from NC program.