With this function, an existing user is deleted from the controller.
Afterwards, this user can no longer be used for remote services like remote file device (for example, for an FTP client).
Input |
Data type |
Description |
---|---|---|
i_sUserName |
STRING[80] |
User name |
i_sPassword |
STRING[80] |
Password |
Data type |
Description |
---|---|
DINT |
0: An existing user was successfully deleted. -2: User name invalid. The name string is empty. The string must contain at least one character. -3: User not exists. Use an existing user or add a user with FC_UserAdd. -4: Password invalid. The password string is empty.The string must contain at least one character. -99: Internal error detected. Contact your Schneider Electric representative. |