ID 120473

Active area can not be overwritten, area is not saved.

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// Defining a control area] and

[FCT-C14// Description].

 

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

 

Example with error:

%areaoverwrite

N10 #CONTROL AREA ON [ID2]

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

Corrected example:

%areaoverwrite

N10 #CONTROL AREA ON [ID2]

N15 #CONTROL AREA OFF [ID2]

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

Response

Class

2

Abort NC program processing.

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.