GetInflowOutputArray

Getting the entire output array. The number of elements corresponds to the configured inflow channels.

Syntax

Definition:

METHOD GetInflowOutputArray : BOOL
VAR_INPUT
    pArrayOut : POITNER TO LREAL;
    nArrayOutSize : UDINT;
END_VAR

GetInflowOutputArray 1: Inputs

Name

Type

Description

pArrayOut

POINTER TO LREAL

Pointer to the output array: Dim: nNumChannelsOutflow

nArrayOutSize

UDINT

Size of the output array.

GetInflowOutputArray 2: Return value

Name

Type

Description

GetInflowOutputArray

BOOL

Returns TRUE if successful.