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;
END_VAR

Reconfigure 1: Inputs

Name

Type

Description

fBaseFreq

LREAL

Frequency of the first harmonic.

fBandwidth

LREAL

Total bandwidth of each RMS band.

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.