Deactivating workspaces and protection spaces

The monitoring function does not check deactivated control spaces for a violation. They are stored until they are cleared, or the controller is shut down and can be reactivated at any time.

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

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

ID <expr>

Unique identification of the diverse workspaces/protection spaces.

ALL

All currently defined workspaces and protection spaces are deactivated.

Programming example

#CONTROL AREA OFF [ID3] (Deactivate specific control space)
#CONTROL AREA OFF       (Deactivate control space selected last)
#CONTROL AREA OFF ALL   (Deactivate all active control spaces)