GETDELTATIME4
PROGRAM GETDELTATIME4_DEMO
VAR
UD1: UDINT;
END_VAR
UD1:= GETDELTATIME4();
END_PROGRAM
Returns the time difference since the last processing of the function in ms (miliseconds).
Output | Type | Description |
---|---|---|
=> | UDINT | Output value |
An alternative is the GELDELTATIME function.