SetInflowChannelValue

Set channel specific input value. The input value is not processed until the Call() method has been invoked.

Syntax

Definition:

METHOD SetInflowChannelValue : BOOL
VAR_INPUT
    nChannel : UDINT;
    input : ANY;
END_VAR

SetInflowChannelValue 1: Inputs

Name

Type

Description

nChannel

UDINT

Channel index (1 to nNumChannelsInflow)

Input

ANY

Input value of any data type.

SetInflowChannelValue 2: Return value

Name

Type

Description

SetInflowChannelValue

BOOL

Returns TRUE if successful.