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
nChannel : UDINT;
input : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nChannel | UDINT | Channel index 1: Channel 1 2: Channel 2 |
Input | ANY_STRING | Input value of a string data type. |
Return value
Name | Type | Description |
---|---|---|
SetChannelValue | BOOL | Returns |