ConfigureChannel

Configure channel specific parameters. The configuration will not be processed until the method Configure() is called.

Syntax

Definition:

METHOD ConfigureChannel : BOOL
VAR_INPUT
    stThresholdEdge : ST_ALY_ThresholdOnOff;
END_VAR

ConfigureChannel 1: Inputs

Name

Type

Description

stThresholdEdge

ST_ALY_ThresholdOnOff

Combination of comparison operator and threshold for on-state and off-state.

It is possible to configure only the condition for the On event. In this case, only this event is taken into account when the algorithm is executed.

ConfigureChannel 2: Return value

Name

Type

Description

ConfigureChannel

BOOL

Returns TRUE if successful.