GetInflowChannelOutputValue

Fetching a channel-specific output value. The output value is only updated if the Call() method was called previously.

Syntax

Definition:

METHOD GetInflowChannelOutputValue : BOOL
VAR_INPUT
    nChannel : UDINT;
    output : ANY;
END_VAR

GetInflowChannelOutputValue 1: Inputs

Name

Type

Description

nChannel

UDINT

Channel index (1 to nNumChannelsInflow)

output

ANY

Output value of any data type.

GetInflowChannelOutputValue 2: Return value

Name

Type

Description

GetInflowChannelOutputValue

BOOL

Returns TRUE if successful.