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