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
Inputs
Name |
Type |
Description |
---|---|---|
fBaseFreq |
LREAL |
Frequency of the first harmonic. |
fBandwidth |
LREAL |
Total bandwidth of each RMS band. |
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. |