GetOutflowOutputArray

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

Syntax

Definition:

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

GetOutflowOutputArray 1: Inputs

Name

Type

Description

pArrayOut

POINTER TO LREAL

Pointer to the output array: Dim: nNumChannelsOutflow

nArrayOutSize

UDINT

Size of the output array.

GetOutflowOutputArray 2: Return value

Name

Type

Description

GetOutflowOputArray

BOOL

Returns TRUE if successful.