Ask our Experts
Didn't find what you are looking for? Ask our experts!
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.
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-03-31 02:48 AM
Hello everybody,
I would like to connect my M172 28-42 I/O (firmware 596.13) to an server SNTP, I check in "target block" and I see sysSNTP_GetTime / sysSNTP_Reset(). I testing to use this but my M172 say SYSTEM FAULT WDT:0.
Exemple code :
usiSNTP_Status := sysSNTP_GetTime(TRUE, 123, 0, 0, 0, 0, Seconds , Minutes , Hours, Day , Month , Year);
Seconds / Minutes / Hours / Day / Month / Year are "@USINT"
Thank's for your help.
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-03-31 03:16 AM
Hello,
try with:
usiSNTP_Status := sysSNTP_GetTime(TRUE, 123, 0, 0, 0, 0,ADR(Seconds) , ADR(Minutes) , ADR(Hours),ADR(Day) , ADR(Month) , ADR(Year));
where Seconds / Minutes / Hours / Day / Month / Year are "USINT"
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-03-31 03:16 AM
Hello,
try with:
usiSNTP_Status := sysSNTP_GetTime(TRUE, 123, 0, 0, 0, 0,ADR(Seconds) , ADR(Minutes) , ADR(Hours),ADR(Day) , ADR(Month) , ADR(Year));
where Seconds / Minutes / Hours / Day / Month / Year are "USINT"
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-03-31 04:48 AM
Thanks for your help, everything works now !!
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: 2025-11-19 12:25 PM
Hello! Sorry for reviving this old topic, but i can't find the information anywhere:
Where can i find the library relative to NTP for M172P/M172SIG/ESME HVAC? I'm trying to know if M172P controllers by itself can get NTP from a NTP server on internet, or if it can be done with M172SIG IOT interface.
I cant find this info anywhere, could u guys help me? Thx!!
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
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.