Pause

With the Pause method it is possible to pause the execution of the function block. The internally running time interval does not continue after calling the pause function. A single call of the method is sufficient. The interval is not continued until the next call of the Call method.

Syntax

Definition:

METHOD Pause : BOOL
VAR_INPUT
    tTimestamp : ULINT;
END_VAR

Pause 1: Inputs

Name

Type

Description

tTimestamp

ULINT

Current timestamp with a resolution of 1 ns.

Pause 2: Return value

Name

Type

Description

Pause

BOOL

Returns TRUE if successful.