DT_TO_LTOD

DT_TO_LTOD

PROGRAM DT_TO_LTOD_DEMO
    VAR
        DT1: DT;
        LTOD1: LTOD;
    END_VAR
 
    LTOD1:=DT_TO_LTOD(DT1);
END_PROGRAM

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

InputTypeDescription
IN1 DT Input value
OutputTypeDescription
LTODOutput value

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