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