Documentation

GETUTCTIME

Function name

GETUTCTIME

ST call

PROGRAM GETUTCTIME_DEMO
VAR
DT1: DT;
END_VAR
DT1:= GETUTCTIME();
END_PROGRAM

Description

Returns the UTC time value, as provided by the RTC clock of the controller (PLC).

Outputs

Output Type Description
=> DT Output value

Application example