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