johns
Premium Member
I'm using a command like this to oscillate my kalk stirrer (KAL) on for 5 minutes every 4 hours:
OSC 005/235 ON/OFF Then KAL ON
This works OK, except that every time I play around with my programming (modifying states, adding states, whatever), the controller starts reading commands again and the timer for the kalk stirrer starts all over again, and automatically starts up the kalk stirrer. It then used that point as the basis for it's timing for the next four hours, etc.
I'd prefer to define the exact times for it to stir, but it takes up too many lines of code to writes separate commands to turn on/off over and over again.
Is there another way to define the start time, and then keep the OSC command in place as I have it?
OSC 005/235 ON/OFF Then KAL ON
This works OK, except that every time I play around with my programming (modifying states, adding states, whatever), the controller starts reading commands again and the timer for the kalk stirrer starts all over again, and automatically starts up the kalk stirrer. It then used that point as the basis for it's timing for the next four hours, etc.
I'd prefer to define the exact times for it to stir, but it takes up too many lines of code to writes separate commands to turn on/off over and over again.
Is there another way to define the start time, and then keep the OSC command in place as I have it?