waterchange mode
Posted: Thu May 10, 2012 3:09 pm
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
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Code: Select all
ReefAngel.WaterChangePorts = Port1Bit | Port5Bit | Port6Bit | Port7Bit | Port8Bit;
Yes.grafxalien wrote:thanks. the in the void setup section 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.Also, when in water change mode, ATO is disabled correct?