====== GETUTCTIME ====== {{:en:mervis-ide:35-help:getutctime.png}} ===== 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 ===== {{:en:mervis-ide:35-help:getutctime_example.png}}