Connect

Starts connecting to a server by specifying the appropriate connection profile.
Syntax
METHOD Connect : BOOL
VAR_INPUT
sFtpConfigProfileFileName : STRING;
END_VAR
Return value
Name | Type | Description |
---|---|---|
Connect | BOOL | Returns TRUE when the method has completed. Whether the action was successful can be read from the bError variable of the function block. |
Inputs
Name | Type | Description |
---|---|---|
sFtpConfigProfileFileName | STRING | Indicates the name of the connection profile. |