Locking
The locking system consists of a three-stage system that includes the states Permit
, Interlock
and Protect
.
Permit
is a switching release for switching requests. If Permit = FALSE
, the object can still be operated. If the object is transferred to a state that corresponds to the safety position, further switching requests are no longer taken into account - the switching release is withdrawn.
Interlock
is an interlock that withdraws the switching release and sets the object to the safety position.
Protect
has the same functionality as Interlock
. Protect
does not reset automatically, but must be acknowledged via Reset.
The respective locking options can be activated using Enable variables *En
.
Inputs
Name | Type | Description | OPC UA access |
---|---|---|---|
PermEn | BOOL | Enable 1: Enabled 0: Disabled | Read |
Permit | BOOL |
1: 0: | Read |
IntlEn | BOOL | Enable 1: Enabled 0: Disabled | Read |
Interlock | BOOL |
1: 0: | Read |
ProtEn | BOOL | Enable 1: Enabled 0: Disabled | Read |
Protect | BOOL |
1: 0: | Read |