Stop

This method stops the AutoLog mode.

Syntax

METHOD Stop : BOOL

Stop 1: Return value

Name

Type

Description

Stop

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.Stop() THEN
    ; // ...
END_IF