Configure

Configuring the algorithm.

Syntax

Definition:

METHOD Configure : BOOL
VAR_INPUT
    sConfigId : STRING;
    tTimeOn : LTIME;
    nDayOfWeekMask : WORD;
END_VAR

Configure 1: Inputs

Name

Type

Description

sConfigId

STRING

Indicates the name of the report. The name must correspond to the name of the configuration file at the Reporting Server.

tTimeOn

LTIME

Indicates the switch-on time.

nDayOfWeekMask

WORD

Indicates the days of the week when the timer should be active.

Configure 2: Return value

Name

Type

Description

Configure

BOOL

Returns TRUE if successful.