FB_init

Initialization of the buffer size.

Syntax

Definition:

METHOD FB_init : BOOL
VAR_INPUT
    nBufferSize: UDINT := 1;
END_VAR

FB_init 1: Inputs

Name

Type

Description

nBufferSize

UDINT

Indicates the size of the buffer and thus the number of values that are stored. The number of output channels equals the buffer size.

FB_init 2: Return value

Name

Type

Description

FB_init

BOOL

Not used.