Configure
Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().
Syntax
Definition:
METHOD Configure : BOOL
VAR_INPUT
eStringCompareMode : E_ALY_StringCompareMode;
eCountMode : E_ALY_CountMode;
bCaseSensitive : BOOL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
eStringCompareMode | String compare mode: Equals: Input string corresponds to the reference string. BeginsWith: Input string starts with the reference string. Contains: Input string contains the reference string. | |
eCountMode | Mode of the result counter. OnChange: The counter counts every time the result changes to | |
bCaseSensitive | BOOL | If |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |