GetChannelOutputArray
Retrieves a channel-specific output array. The output values were updated in the previously called Call() method.
Syntax
Definition:
METHOD GetChannelOutputArray : BOOL
VAR_INPUT
nChannel : UDINT;
pArrayOut : POINTER TO LREAL;
nArrayOutSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nChannel | UDINT | Channel index (1 to nNumChannels) |
pArrayOut | POINTER TO LREAL | Pointer to an array in which the trend results are to be written. Dim: 10080 elements |
nArrayOutSize | UDINT | Array size. |
Return value
Name | Type | Description |
---|---|---|
GetChannelOutputArray | BOOL | Returns |