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
Inputs
Name | Type | Description |
---|---|---|
tTimestamp | ULINT | Current timestamp with a resolution of 1 ns. |
Return value
Name | Type | Description |
---|---|---|
Pause | BOOL | Returns |