LTOD_TO_DT

LTOD_TO_DT

PROGRAM LTOD_TO_DT_DEMO
    VAR
        LTOD1: LTOD;
        DT1: DT;
    END_VAR
 
    DT1:=LTOD_TO_DT(LTOD1);
END_PROGRAM

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

InputTypeDescription
IN1 LTODInput value
OutputTypeDescription
DT Output value

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