waterchange mode

New members questions
Post Reply
grafxalien
Posts: 51
Joined: Wed Mar 28, 2012 1:44 pm

waterchange mode

Post by grafxalien »

quick question. how do I change what ports water change mode toggle? Outside of ragen that is. I already have the rest of my code the way i want it. thanks
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: waterchange mode

Post by rimai »

Code: Select all

    ReefAngel.WaterChangePorts = Port1Bit | Port5Bit | Port6Bit | Port7Bit | Port8Bit;
Roberto.
grafxalien
Posts: 51
Joined: Wed Mar 28, 2012 1:44 pm

Re: waterchange mode

Post by grafxalien »

thanks. the in the void setup section correct? Also, when in water change mode, ATO is disabled correct?
binder
Posts: 2865
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: waterchange mode

Post by binder »

grafxalien wrote:thanks. the in the void setup section correct?
Yes.
Also, when in water change mode, ATO is disabled correct?
The switches still can function and trigger the ports. So if you don't want them to turn on your ATO port, then I'd suggest you have your ATO port be toggled off during the water change mode. The controller will continue to function like normal with it's schedule while in the modes. The only thing is it will not be able to turn on any port that is turned off by the mode. So if you turn off Port3 during water change mode, the controller won't be able to turn it back on until you exit water change mode.
Post Reply