Selecting/deselecting control areas (#CONTROL AREA ON/OFF)

When workspaces are enabled, the TCP must already be located in the valid workspace. In the same way, when a work space is enabled, the TCP may not cause a violation at the current position.

Syntax of Selecting a control area

#CONTROL AREA ON [ALL] | [ ID=.. ]

ID=..

Identification number of the control area (ID).

ALL

Activate all defined control areas.

Programming Example

Deselecting and selecting control areas

#CONTROL AREA ON [ID3] (Enable specific control area)
#CONTROL AREA ON ALL (Enable all defined control areas)
Syntax of Deselecting a control area

#CONTROL AREA OFF [ALL] | [ ID=..]

ID=..

Identification number of the control area (ID).

ALL

Deactivate all currently defined control areas.

Programming Example

#CONTROL AREA OFF [ID3] (Disable specific control area)
#CONTROL AREA OFF (Disable control area last selected)
#CONTROL AREA OFF ALL (Disable all active control areas)