GetOutputArray

Getting the entire output array. The array elements correspond to the distance between the reference channel and the input channels. The smaller the distance, the more equal the compared signals are. The number of elements corresponds to the configured number of input channels. The values are updated only if the Call() method has been called before.

Syntax

Definition:

METHOD GetOutputArray : BOOL
VAR_INPUT
    pArrayOut : POITNER TO LREAL;
    nArrayOutSize : ANY;
END_VAR

GetOutputArray 1: Inputs

Name

Type

Description

pArrayOut

POINTER TO LREAL

Pointer to the output array: Dim: nBufferSize

nArrayOutSize

UDINT

Size of the output array

GetOutputArray 2: Return value

Name

Type

Description

GetOutputArray

BOOL

Returns TRUE if successful.