Documentation

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

Output Type Description
=> UDINT Output value

Application example

An alternative is the GETEVALTIME function.