Trying to get the programming worked out for my dosing system. I need it to power my pump for 2 minutes every 30 minutes. Is this even possible???
What would the coding look like?
If Time >= 12:00 Then On
If Time >= 12:02 Then Off
If Time >= 12:30 Then On
If Time >= 12:32 Then Off
or
If Time >=12:00 AND <=12:02 Then On
Else Off
Etc. etc....and I'm just using generic coding to get my point across. I've been reading the manual and can't tell if it's possible to do multiple timesteps like this.
What would the coding look like?
If Time >= 12:00 Then On
If Time >= 12:02 Then Off
If Time >= 12:30 Then On
If Time >= 12:32 Then Off
or
If Time >=12:00 AND <=12:02 Then On
Else Off
Etc. etc....and I'm just using generic coding to get my point across. I've been reading the manual and can't tell if it's possible to do multiple timesteps like this.