LDT_TO_TOD

LDT_TO_TOD

PROGRAM LDT_TO_TOD_DEMO
     VAR
           LDT1: LDT; 
     TOD1: TOD;
    END_VAR
    TOD1:=LDT_TO_TOD(LDT1);
END_PROGRAM

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

InputTypeDescription
in1 LDT Input value
OutputTypeDescription
TOD Output value

  • © Energocentrum Plus, s.r.o. 2017 - 2024