Reconfigure

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

Syntax

METHOD Reconfigure : BOOL
VAR_INPUT
    fBaseFreq        : LREAL;
    fBandwidth       : LREAL;
    fMinInputCurrent : LREAL;
END_VAR

Reconfigure 1: Inputs

Name

Type

Description

fBaseFreq

LREAL

Frequency of the first harmonic.

fBandwidth

LREAL

Total bandwidth of each RMS band.

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.