Clearing workspaces and protection spaces

Information of deleted control spaces are lost forever. The used memory space is released to enable definition of new control spaces. Only deactivated control spaces can be deleted.

The NC command for deleting a control space contains the following syntax elements:

#CONTROL AREA CLEAR [ALL] | [ ID<expr>]  (modal)

ID <expr>

Unique identification of the diverse workspaces/protection spaces.

ALL

All currently defined workspaces and protection spaces are deleted, and the memory space is released for new definition.

Programming example

#CONTROL AREA CLEAR [ID3] (Delete specific control space)
#CONTROL AREA CLEAR ALL   (Delete all defined control spaces)