GetResults
Get result array without adding new values.
Syntax
Definition:
METHOD GetResults : BOOL
VAR_INPUT
pHistArrayOut: PVOID;
nHistArrayOutSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pHistArrayOut | PVOID | Pointer to histogram array. The data type depends on the configured mode. Abs: ULINT Rel: LREAL |
nHistArrayOutSize | UDINT | Size of the histogram array. Dim.: nMax – nMin + 3 |
Return value
Name | Type | Description |
---|---|---|
GetResults | BOOL | Returns |