Reconfigure

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

Syntax

METHOD Reconfigure : BOOL
VAR_INPUT
    fMinInputCurrent   : LREAL;
END_VAR

Reconfigure 1: Inputs

Name

Type

Description

fMinInputCurrent

LREAL

Minimum input value (RMS) of the current. This prevents the calculation of input values that are too small.

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.