Reconfigure

The method is called in order to reconfigure the function block during the runtime.

Syntax

METHOD Reconfigure : BOOL
VAR_INPUT
    aQuantiles      : ARRAY[0..GVL_PMA.cMaxQuantiles - 1] OF LREAL;
END_VAR

Reconfigure 1: Inputs

Name

Type

Description

aQuantiles

ARRAY[0 - GVL_PMA.cMaxQuantiles-1] OF LREAL

Indicates the quantile limit. It must be between 0.0 and 1.0. For example, 0.2 corresponds to the 20% quantile.

Reconfigure 2: Return value

Name

Type

Description

Reconfigure

BOOL

Indicates whether the method was executed successfully. Further information is provided in the Event interface of the function block.