Configure

Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().

Syntax

Definition:

METHOD Configure : BOOL
VAR_INPUT
    fThresholdLevelOkWarning : LREAL;
    fThresholdLevelWarningAlarm : LREAL;
END_VAR

Configure 1: Inputs

Name

Type

Description

fThresholdLevelOkWarning 

LREAL

The input values that are smaller than the configured threshold are classified as OK. The input values greater than or equal to the configured threshold are classified as Warning.

fThresholdLevelWarningAlarm 

LREAL

The input values that are smaller than the configured threshold are classified as Warning. The input values greater than or equal to the configured threshold are classified as Alarm.

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.