====== LTOD_TO_LDT ====== {{:en:mervis-ide:35-help:ltod_to_ldt.png}} ===== Function name ===== LTOD_TO_LDT ===== ST call ===== PROGRAM LTOD_TO_LDT_DEMO VAR LTOD1: LTOD; LDT1: LDT; END_VAR LDT1:=LTOD_TO_LDT(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 ^ |=> |LDT |Output value| ===== Application example ===== {{:en:mervis-ide:35-help:ltod_to_ldt_example.png}}