====== LDT_TO_TOD ====== {{:en:mervis-ide:35-help:ldt_to_tod.png}} ===== Function name ===== LDT_TO_TOD ===== ST call ===== PROGRAM LDT_TO_TOD_DEMO VAR LDT1: LDT; TOD1: TOD; END_VAR TOD1:=LDT_TO_TOD(LDT1); END_PROGRAM ===== Description ===== The function brings the input value to the output as a time in a day. ===== Inputs ===== |Input|Type|Description| |in1 |LDT |Input value| ===== Outputy ===== |Output|Type|Description | |=> |TOD |Output value| ===== Application example ===== {{:en:mervis-ide:35-help:ldt_to_tod_example.png}}