ConfigureOutflowChannel

Configure channel specific parameters. The configuration will not be processed until the method Configure() is called.

Syntax

Definition:

METHOD ConfigureOutflowChannel : BOOL
VAR_INPUT
    nChannel : UDINT
    sChannelName : STRING(255);
END_VAR

ConfigureOutflowChannel 1: Inputs

Name

Type

Description

nChannel

UDINT

Channel index (1 to nNumChannelsOutflow)

sChannelName

STRING(255)

Alias of the input channel.

ConfigureOutflowChannel 2: Return value

Name

Type

Description

ConfigureOutflowChannel

BOOL

Returns TRUE if successful.