Configure

Configuring the algorithm.

Syntax

Definition:

METHOD Configure : BOOL
VAR_INPUT
    eScalingMode : E_ALY_ScalingMode;
    tTimeout: LREAL;
    sFilePath : STRING(255);
END_VAR

Configure 1: Inputs

Name

Type

Description

eScalingMode 

E_ALY_ScalingMode

Scaling mode
Normalization
Standardization

tTimeout 

TIME

Timeout for asynchronous operations.

sFilePath 

STRING(255)

Path to the taught file, e.g. C:\TwinCAT\3.1\Boot\Scaling.tas

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.