ID 120812

Monitoring levels in activated areas has to be identical.

Description

Starting position: several areas are active.
The activated workspace and protection areas do not have identical monitoring planes.

Example with error:

%area

%Lsub_area_def_imcs
#CONTROL AREA BEGIN [ID=1 WORK MONITOR_LVL = "IMCS" POLY MIN_EXCUR=0MAX_EXCUR=100]
N20 G01F1000G90X50Y50
N30 X-50
N50 Y-50
N60 X50
N70 X50 Y50

N80 #CONTROL AREA END

M29

 

%Lsub_area_def_mcs
#CONTROL AREA BEGIN [ID=2 PROT MONITOR_LVL = "MCS" POLY MIN_EXCUR=0MAX_EXCUR=100]
N20 G01F1000G90X50Y50
N30 X55
N50 Y55
N60 X50
N70 X50 Y50

N80 #CONTROL AREA END

M29

%main

LL sub_area_def_imcs

LL sub_area_def_mcs

#CONTROL AREA ON ALL

; …

M30

The two lines must be corrected, either both must contain

MONITOR_LVL = "IMCS" or MONITOR_LVL = "MCS"

.

Response

Class

2

Abort NC program processing.

Solution

Class

6

Check and modify the NC program. Only areas with identical monitoring level may be activated simultaneously.

Parameter

%1:

Identification number [-]

Identification number of the control area

%2:

Expected value [-]

Active monitoring level

%3:

Current value [-]

Monitoring level of the areas

Error type

1, Error message from NC program.