GETEVALTIME4
PROGRAM GETEVALTIME4_DEMO
VAR
UD1: UDINT;
END_VAR
UD1:= GETEVALTIME4();
END_PROGRAM
Returns the value of total time when the program was active, in ms (miliseconds).
Output | Type | Description |
---|---|---|
=> | UDINT | Output value |
An alternative is the GETEVALTIME function.