====== LTOD_TO_DT ====== {{:en:mervis-ide:35-help:ltod_to_dt.png}} ===== Function name ===== LTOD_TO_DT ===== ST call ===== PROGRAM LTOD_TO_DT_DEMO VAR LTOD1: LTOD; DT1: DT; END_VAR DT1:=LTOD_TO_DT(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 ^ |=> |DT |Output value| ===== Application example ===== {{:en:mervis-ide:35-help:ltod_to_dt_example.png}}