Table of Contents

GETDELTATIME4

Function name

GETDELTATIME4

ST call

PROGRAM GETDELTATIME4_DEMO
 VAR
     UD1: UDINT;
 END_VAR
 UD1:= GETDELTATIME4();
END_PROGRAM

Description

Returns the time difference since the last processing of the function in ms (miliseconds).

Outputs

OutputType Description
UDINTOutput value

Application example

An alternative is the GETDELTATIME function.