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-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.
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