Page 1 of 1

waterchange mode

Posted: Thu May 10, 2012 3:09 pm
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

Re: waterchange mode

Posted: Thu May 10, 2012 3:11 pm
by rimai

Code: Select all

    ReefAngel.WaterChangePorts = Port1Bit | Port5Bit | Port6Bit | Port7Bit | Port8Bit;

Re: waterchange mode

Posted: Thu May 10, 2012 3:20 pm
by grafxalien
thanks. the in the void setup section correct? Also, when in water change mode, ATO is disabled correct?

Re: waterchange mode

Posted: Thu May 10, 2012 3:30 pm
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.