Table of Contents

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

InputTypeDescription
in1 LDT Input value

Outputy

OutputTypeDescription
DT Output value

Application example