LTOD_TO_TOD
Function name
LTOD_TO_TOD
ST call
PROGRAM LTOD_TO_TOD_DEMO VAR LTOD1: LTOD; TOD1: TOD; END_VAR TOD1:=LTOD_TO_TOD(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 |
---|---|---|
⇒ | TOD | Output value |