====== GETDELTATIME4 ====== {{:en:mervis-ide:35-help:getdeltatime4.png}} ===== 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 ===== |Output|Type |Description | |=> |UDINT|Output value| ===== Application example ===== {{:en:mervis-ide:35-help:evaltime_example.png}} An alternative is the [[en:mervis-ide:35-help:035-software_basic:060-libraries:020-basic-analogue-boxes:035-time-blocks:005-getdeltatime|GETDELTATIME]] function.