Basic instructions
8.8 Program control operations
S7-1200 Programmable controller
System Manual, V4.2, 09/2016, A5E02486680-AK
307
ENDIS_PW (Enable/disable CPU passwords)
Table 8- 138 ENDIS_PW instruction
req:=_bool_in_,
f_pwd:=_bool_in_,
full_pwd:=_bool_in_,
r_pwd:=_bool_in_,
hmi_pwd:=_bool_in_,
f_pwd_on=>_bool_out_,
full_pwd_on=>_bool_out_,
r_pwd_on=>_bool_out_,
hmi_pwd_on=>_bool_out_);
The ENDIS_PW instruction can allow and
disallow client connections to a S7-1200
CPU, even when the client can provide the
correct password.
This instruction does not disallow Web
server passwords.
Table 8- 139 Data types for the parameters
REQ IN Bool Perform function if REQ=1
Fail-safe password: Allow (=1) or disallow (=0)
Full access password: Allow (=1) or disallow (=0) full access password
Read access password: Allow (=1) or disallow (=0)
HMI password: Allow (=1) or disallow (=0)
Fail-safe password status: Allowed (=1) or disallowed (=0)
Full access password status: Allowed (=1) or disallowed (=0)
Read only password status: Allowed (=1) or disallowed (=0)
HMI password status: Allowed (=1) or disallowed (=0)