====== GETEVALTIME4 ====== {{:en:mervis-ide:35-help:getevaltime4.png}} ===== 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 ===== {{: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:020-getevaltime|GETEVALTIME]] function.