Start

This method starts the AutoLog mode with the corresponding configured AutoLog groups.

Syntax

METHOD Start : BOOL

Start 1: Return value

Name

Type

Description

Start

BOOL

Displays the status of the method. Returns TRUE as soon as the method execution is finished, even in the event of an error.

Sample

VAR
    fbPLCDBAutoLog    : FB_PLCDBAutoLogEvt (sNetID:='', tTimeout := T#5S);
END_VAR
IF fbPLCDBAutoLog.Start() THEN
    ; // ...
END_IF