GetOutputArray
Getting the entire output array. The number of elements corresponds to the configured buffer size.
Syntax
Definition:
METHOD GetOutputArray : BOOL
VAR_INPUT
pArrayOut : POITNER TO LREAL;
nArrayOutSize : ANY;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pArrayOut | POINTER TO LREAL | Pointer to the output array: Dim: nBufferSize |
nArrayOutSize | UDINT | Size of the output array |
Return value
Name | Type | Description |
---|---|---|
GetOutputArray | BOOL | Returns |