====== LTOD_TO_TOD ====== {{:en:mervis-ide:35-help:ltod_to_tod.png}} ===== Function name ===== LTOD_TO_TOD ===== ST call ===== PROGRAM LTOD_TO_TOD_DEMO VAR LTOD1: LTOD; TOD1: TOD; END_VAR TOD1:=LTOD_TO_TOD(LTOD1); END_PROGRAM ===== Description ===== The function brings the input value to the output as a time in a day. ===== Inputs ===== ^Input^Type^Description^ |IN1 |LTOD|Input value| ===== Outputy ===== ^Output^Type^Description ^ |=> |TOD |Output value| ===== Application example ===== {{:en:mervis-ide:35-help:ltod_to_tod_example.png}}