ID 50774

Area not saved / active area can not be overwritten.

Description

An attempt was made to overwrite an active area. Overwrite areas means to define an area with the same existing ID.

See also [PROG// Definition of a control area] and

[FCT-C14// Description].

 

There is already an area with the commanded ID and it is currently activated. To overwrite an existing area, this area should be inactive.

 

Example:

%areaoverwrite

N10 #CONTROL AREA ON [ID2]

N20 #CONTROL AREA BEGIN [ID2 WORK ……… (< error

Solution:

%areaoverwrite

N10 #CONTROL AREA ON [ID2]

N15 #CONTROL AREA OFF [ID2]

N20 #CONTROL AREA BEGIN [ID2 WORK.. (< overwrite

Response

Class

6

Movement stop.

Solution

Class

6

Check and modify NC program; deactivate the area to be overwritten.

Parameter

%1:

Identification number [-]

Area ID

Error type

1, Error message from NC program.