FC_UserDelete - General Information

Overview

Type:

Function

Available as of:

SystemInterface_1.32.6.0

Versions:

Current version

Task

Delete an existing user from the controller.

Description

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).

Interface

Input

Data type

Description

i_sUserName

STRING[80]

User name

i_sPassword

STRING[80]

Password

Return Value

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.