Configure
Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().
Syntax
Definition:
METHOD Configure : BOOL
VAR_INPUT
fReference : LREAL;
eComparisonOperator : E_ALY_ComparisonOperator;
eCountMode : E_ALY_CountMode;
bUseAbsValues : BOOL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
fReference | LREAL | Reference value for the comparison operation. |
eComparisonOperator | Specifies whether the input value should be greater than, greater than or equal to, less than or equal to, less than or not equal to the reference value. | |
eCountMode | Mode of the result counter. OnChange: The counter counts every time the result changes to | |
bUseAbsValues | BOOL | If |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |