Configure

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

Syntax

Definition:

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

Configure 1: Inputs

Name

Type

Description

tIdealCycleTime

BOOL

Ideal cycle time for the production of one unit.

fThresholdLevelOkWarning

LREAL

The overall equipment effectiveness greater than the configured threshold is classified as OK. If the overall equipment effectiveness is less than or equal to the configured threshold, it is classified as Warning.

fThresholdLevelWarningAlarm

LREAL

If the overall equipment effectiveness is greater than the configured threshold, it is classified as Warning. If the overall equipment effectiveness is less than or equal to the configured threshold, it is classified as Alarm .

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.