AddProfile

AddProfile 1:

Adds a new connection profile.

Syntax

METHOD AddProfile : BOOL
VAR_INPUT
    stFtpConfigProfile : ST_FtpConfigProfile;
END_VAR

AddProfile 2: Return value

Name

Type

Description

AddProfile

BOOL

Returns TRUE when the method has completed. Whether the action was successful can be read from the bError variable of the function block.

AddProfile 3: Inputs

Name

Type

Description

stFtpConfigProfile

ST_FtpConfigProfile

Structure with further information on the profile to be created.