Apex Programing Question

Kbra

New member
Joined
Mar 18, 2009
Messages
1,807
Likes
3
Points
0
Location
SLO
#1
Im trying to configure a dosing pump for my pH

I want check the pH only during the day when the lights are ON
Also if it has to dose i want it to dose for 5 seconds then be off for 30 min.

Anyone know how to get the 5 sec run time to work to force it off for 30 min after 3 sec on?

Heres what i have right now:

Fallback OFF
If Outlet HalideLeft = OFF Then OFF
If Outlet HalideRight = OFF Then OFF
If pH > 08.20 Then OFF
If pH < 08.00 Then ON
 

Kbra

New member
Joined
Mar 18, 2009
Messages
1,807
Likes
3
Points
0
Location
SLO
#3
So heres the dosing pump config i just tested and worked well so far. In case someone comes across this later...

Fallback OFF
OSC 059:57/000:03/000:00 Then ON
If Outlet HalideLeft = OFF Then OFF
If Outlet HalideRight = OFF Then OFF
If pH > 08.15 Then OFF
 

Latest posts

Top