Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
HVAC and Pumping Forum
Support Forum for HVAC and pumping machines, Modicon M17x and EcoStruxure Machine Expert HVAC software for chillers, AHU, CRAC units for datacenters or process chillers applications - from design, implementation to troubleshooting and more, by Schneider Electric.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-04-04 10:57 PM
Hello everybody,
Little question to follow up about a request to have SNTP Time :
(https://community.se.com/t5/Machine-Automation-Forum/SNTP-with-M172/m-p/428939#M886)
Is there a functional block to get the day of week with full date ?
Is there a functional block that determines the time zone ?
My Code :
FC_TON_Time(IN:= NOT FC_TON_Time.Q, PT:= 60000);
IF FC_TON_Time.Q THEN
sysSNTP_Reset();
END_IF;
usiSNTP_Status := sysSNTP_GetTime(FALSE, 123, 192, 168, 253, 2, ADR(usiSeconds), ADR(usiMinutes), ADR(usiHours), ADR(usiDay), ADR(usiMonth), ADR(usiYear));
R_TRIG_Update(clk := usiSNTP_Status = 3);
IF R_TRIG_Update.Q THEN
sysClockWrite(usiSeconds, usiMinutes, usiHours, 0, usiDay, usiMonth, usiYear);
END_IF;
Thank's you very much.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-04-04 11:07 PM
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-04-04 11:40 PM
Work's very good for day.
Any solution for GMT ?
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of