SetChannelValue

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

Syntax

Definition:

METHOD SetChannelValue : BOOL
VAR_INPUT
    input : ANY_STRING;
END_VAR

SetChannelValue 1: Inputs

Name

Type

Description

Input

ANY_STRING

Input value of a string data type.

SetChannelValue 2: Return value

Name

Type

Description

SetChannelValue

BOOL

Returns TRUE if successful.