Documentation

LDT_TO_DT

Function name

LDT_TO_DT

ST call

PROGRAM LDT_TO_DT_DEMO
VAR
LDT1: LDT;
DT1: DT;
END_VAR
DT1:=LDT_TO_DT(LDT1);
END_PROGRAM

Description

The function brings the input value to the output as a absolute time.

Inputs

Input Type Description
in1 LDT Input value

Outputy

Output Type Description
=> DT Output value

Application example