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

Configure 1: Inputs

Name

Type

Description

stCorner1

ST_ALY_XyPosition

Structure for saving the position of the first corner in XY coordinates.

stCorner2

ST_ALY_XyPosition

Structure for saving the position of the second corner in XY coordinates.

stCorner3

ST_ALY_XyPosition

Structure for saving the position of the third corner in XY coordinates.

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.