Table of Contents

GETEVALTIME4

Function name

GETEVALTIME4

ST call

PROGRAM GETEVALTIME4_DEMO
  VAR
     UD1: UDINT;
 END_VAR
 UD1:= GETEVALTIME4();
END_PROGRAM

Description

Returns the value of total time when the program was active, in ms (miliseconds).

Outputs

OutputType Description
UDINTOutput value

Application example

An alternative is the GETEVALTIME function.