Please check my Apex Code

Dburr1014

7500 Club Member
View Badges
Joined
May 8, 2016
Messages
8,625
Reaction score
8,694
Location
CT
Rating - 0%
0   0   0
Hi all,

I am working on using my Apex to fill my ATO Reservoir. I then have a Tunze ATO to use as my ATO sensor and pump from the reservoir to sump.

My goal is to use the FMM with optical sensors as high and low sensors, and then a solenoid valve plugged into the Energy Bar.

My RO unit has a mechanical float valve as the fail safe, which is higher than any of the two sensors.

Additionally, I would only like the ATO reservoir to be filled between the hours of 10:00 am and 6:00 pm. Overnight, my water softener runs a regeneration cycle, and the buffer allows for a margin of error in case of power outage where the timer on the water softener gets messed up.

I would appreciate a review of my code/process! Don't want to mess this one up.

I created a virtual outlet called Res_Fill.

In Res_Fill, advanced code:

Set OFF
If Time 10:00 then on
If time 18:00 then off
If ATO_Lo open then ATO_Sol ON
If ATO_Hi closed then ATO_Sol OFF
When ON > 360:00 then ATO_Sol OFF
I answered your other thread of the same question. I don't know if you can close this one but you should only have one where it gets all crossed up and Confused
 

Ingenuity against algae: Do you use DIY methods for controlling nuisance algae?

  • I have used DIY methods for controlling algae.

    Votes: 38 47.5%
  • I use commercial methods for controlling algae, but never DIY methods.

    Votes: 17 21.3%
  • I have not used commercial or DIY methods for controlling algae.

    Votes: 19 23.8%
  • Other.

    Votes: 6 7.5%
Back
Top