Configure
Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().
Syntax
Definition:
METHOD Configure : BOOL
VAR_INPUT
stCorner1 : ST_ALY_XyPosition;
stCorner2 : ST_ALY_XyPosition;
stCorner3 : ST_ALY_XyPosition;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
stCorner1 | Structure for saving the position of the first corner in XY coordinates. | |
stCorner2 | Structure for saving the position of the second corner in XY coordinates. | |
stCorner3 | Structure for saving the position of the third corner in XY coordinates. |
Return value
Name | Type | Description |
---|---|---|
Configure | BOOL | Returns |