Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Power saving during colder season days.


pmchale Feb 2, 2024 08:33 PM

Looking for some programming that will turn on power to SW12 and/or PortSet C1 during certain hours (12:00 to 16:00) during winter months. I was attempting to do this based on Julian days 1-119 and 289-366, but I cannot find programming that will allow such a thing.


JDavis Feb 5, 2024 03:57 PM

You can get the day of the year or the month of the year with the RealTime() instruction.

For checking time of the day, I recommend the TimeIsBetween() instruction.

Log in or register to post/reply in the forum.