LTOD_TO_DT
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 |

