Detailed Description
2.12 Block descriptions
PLC Basic Program Solution Line (P3 sl)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
2-113
Parameter assignment
Signal Type Value range Meaning
PIService ANY PI.FINDBL Block search
Unit INT 1 to 10 Channel
WVar1 WORD x Preprocessing mode
x: Describes the preprocessing mode
x = 1 without calculation
x = 2 with calculation
x = 3 with main block observation
PI service: LOGIN
Create password
Function:
Transfers the parameterized password to the NCK. The passwords generally consist of 8
characters. If required, blanks must be added to the string of the password.
Example:
Password: STRING[8] := 'SUNRISE?';
Parameter assignment
Signal Type Value range Meaning
PIService ANY PI.LOGIN Create password
Unit INT 1 NCK
Addr1 STRING 8 characters Password
PI service: LOGOUT
Reset password
Function:
The password last transferred to the NCK is reset.
Parameter assignment
Signal Type Value range Meaning
PIService ANY PI.LOGOUT Reset password
Unit INT 1 NCK