====== LTIME_TO_TIME ====== {{:en:mervis-ide:35-help:ltime_to_time.png}} ===== Function name ===== LTIME_TO_TIME ===== ST call ===== PROGRAM LTIME_TO_TIME_DEMO VAR LTIME1: LTIME; TIME1: TIME; END_VAR TIME1:=LTIME_TO_TIME(LTIME1); END_PROGRAM ===== Description ===== The function brings the input value to the output as a time period duration. ===== Inputs ===== |Input|Type |Description| |in1 |LTIME|Input value| ===== Outputy ===== |Output|Type|Description | |=> |TIME|Output value| ===== Application example ===== {{:en:mervis-ide:35-help:ltime_to_time_example.png}}