GetChannelOutputValue
Fetching a channel-specific output value. The output value is only updated if the Call() method was called previously.
Syntax
Definition:
METHOD GetChannelOutputValue : BOOL
VAR_INPUT
nChannel : UDINT;
output : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nChannel | UDINT | Channel index (1 to nNumChannels) |
output | ANY | Output value of any data type. |
Return value
Name | Type | Description |
---|---|---|
GetChannelOutputValue | BOOL | Returns |