FB_init
Initialization of the buffer size.
Syntax
Definition:
METHOD FB_init : BOOL
VAR_INPUT
    nBufferSize: UDINT := 1;
END_VAR Inputs
 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. | 
 Return value
 Return value
| Name | Type | Description | 
|---|---|---|
| FB_init | BOOL | Not used. |