Configure

Configure the algorithm. Channel specific parameter are set using the method ConfigueChannel().

Syntax

Definition:

METHOD Configure : BOOL
VAR_INPUT
    eIntegrationMode : E_ALY_IntegrationMode;
    fFactor : LREAL;
END_VAR

Configure 1: Inputs

Name

Type

Description

eIntegrationMode 

E_ALY_IntegrationMode

Integration mode

Direct: Integration of the input values

Absolut: Integration of the absolute input values

fFactor 

LREAL

The integral is multiplied by this factor.

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.