LTOD_TO_DT
PROGRAM LTOD_TO_DT_DEMO VAR LTOD1: LTOD; DT1: DT; END_VAR DT1:=LTOD_TO_DT(LTOD1); END_PROGRAM
The function brings the input value to the output as a time in a day.
Input | Type | Description |
---|---|---|
IN1 | LTOD | Input value |
Output | Type | Description |
---|---|---|
⇒ | DT | Output value |