Configure
Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().
Syntax
Definition:
METHOD Configure : BOOL
VAR_INPUT
fTolerance : LREAL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
fTolerance | LREAL | The tolerance refers to the input value of the last detected value change. If the input value is outside this tolerance, a value change is detected. |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |