Please check my Apex Code

Dburr1014

7500 Club Member
View Badges
Joined
May 8, 2016
Messages
8,492
Reaction score
8,548
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
 

Keeping it clean: Have you used a filter roller?

  • I currently use a filter roller.

    Votes: 41 31.3%
  • I don’t currently use a filter roller, but I have in the past.

    Votes: 4 3.1%
  • I have never used a filter roller, but I plan to in the future.

    Votes: 34 26.0%
  • I have never used a filter roller and have no plans to in the future.

    Votes: 47 35.9%
  • Other.

    Votes: 5 3.8%
Back
Top