LDT_TO_DT
PROGRAM LDT_TO_DT_DEMO VAR LDT1: LDT; DT1: DT; END_VAR DT1:=LDT_TO_DT(LDT1); END_PROGRAM
The function brings the input value to the output as a absolute time.
Input | Type | Description |
in1 | LDT | Input value |
Output | Type | Description |
⇒ | DT | Output value |