4 WP40s alternating on dimming expansion

Do you have a question on how to do something.
Ask in here.
Post Reply
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: 4 WP40s alternating on dimming expansion

Post by lnevo »

Looks good from my perspective
sabo
Posts: 129
Joined: Tue Sep 24, 2013 3:18 am

Re: 4 WP40s alternating on dimming expansion

Post by sabo »

Great. I'll see how it turns out in the morning. Little bit nervous about changing things as im off to work for two weeks on tuesday and I wont be around to fix things.
sabo
Posts: 129
Joined: Tue Sep 24, 2013 3:18 am

Re: 4 WP40s alternating on dimming expansion

Post by sabo »

Had to change the ATO float valves bit because only one was doing as intended. Heres the change just incase anyone uses the two float switches as I have and need something to start with.

Code: Select all

    if (ReefAngel.LowATO.IsActive() && ReefAngel.HighATO.IsActive())
      {
        ReefAngel.Relay.On(Skimmer);
      }
     else
      {
        ReefAngel.Relay.Off(Skimmer);
Post Reply