E
eww
Guest
Ok all you controller program programming guru's... We just got our AC Jr up and running and I want to program the Kalk stirrer to come on for 5 minutes every 6 hours. I also want the ATO to turn off when the Kalk Stirrer turns on and have it stay off for an hour after it's off for the kalk to settle. We have the ATO plugged in to outlet 7 of the DC8 and the Kalk stirring pump into outlet 8. We already have those outlets named ATO and KAL accordingly. Is there a way besides all the IF and THEN statements? Right now I am thinking:
IF TIME > 02:00 THEN KAL ON
IF TIME > 02:05 THEN KAL OFF
IF TIME > 02:00 THEN ATO OFF
IF TIME > 03:00 THEN ATO ON
And so on for each time we want the Kalk Stirrer to turn on. Anything easier than entering all this code? We have to do it at the head unit as we do not have the link cable to hook it to the computer yet.
IF TIME > 02:00 THEN KAL ON
IF TIME > 02:05 THEN KAL OFF
IF TIME > 02:00 THEN ATO OFF
IF TIME > 03:00 THEN ATO ON
And so on for each time we want the Kalk Stirrer to turn on. Anything easier than entering all this code? We have to do it at the head unit as we do not have the link cable to hook it to the computer yet.