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
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. |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |