qfrisco
03/30/2009, 10:53 AM
Hi all -
I just hooked a couple Drew's Dosers to my AC3 to automate dosing of my 2-part.
I want to add the ALK part very slowly over a span of several hours. Below is how I'm doing it - dose for 15 minutes every hour, starting at 30 minutes past midnight.
If Time > 00:00 Then ALK OFF
If Time > 00:30 Then ALK ON
If Time > 00:45 Then ALK OFF
If Time > 01:30 Then ALK ON
If Time > 01:45 Then ALK OFF
If Time > 02:30 Then ALK ON
If Time > 02:45 Then ALK OFF
If Time > 03:30 Then ALK ON
If Time > 03:45 Then ALK OFF
It appears to be working fine, but it bothers me how unsophisticated the program is. :-) Is there a more elegant way to do this? I'm thinking I could use the OSC command, but how can I get it to start only at a certain time?
I just hooked a couple Drew's Dosers to my AC3 to automate dosing of my 2-part.
I want to add the ALK part very slowly over a span of several hours. Below is how I'm doing it - dose for 15 minutes every hour, starting at 30 minutes past midnight.
If Time > 00:00 Then ALK OFF
If Time > 00:30 Then ALK ON
If Time > 00:45 Then ALK OFF
If Time > 01:30 Then ALK ON
If Time > 01:45 Then ALK OFF
If Time > 02:30 Then ALK ON
If Time > 02:45 Then ALK OFF
If Time > 03:30 Then ALK ON
If Time > 03:45 Then ALK OFF
It appears to be working fine, but it bothers me how unsophisticated the program is. :-) Is there a more elegant way to do this? I'm thinking I could use the OSC command, but how can I get it to start only at a certain time?