LTIME_TO_TIME
PROGRAM LTIME_TO_TIME_DEMO VAR LTIME1: LTIME; TIME1: TIME; END_VAR TIME1:=LTIME_TO_TIME(LTIME1); END_PROGRAM
The function brings the input value to the output as a time period duration.
Input | Type | Description |
in1 | LTIME | Input value |
Output | Type | Description |
⇒ | TIME | Output value |