Generating PDE w/ RAGen & using Reef Angel Client via USB

Community contributed apps
StuGotz
Posts: 95
Joined: Sat Oct 15, 2011 9:17 am

Re: Generating PDE w/ RAGen & using Reef Angel Client via US

Post by StuGotz »

I setup my MP10wES last night. Since I removed the old pump on port 6 I'd like to plug my skimmer in it's place, however can I have the port delay start coming out of feeding and water change mode 5 minutes? I need time for the water level to settle.

Thanks!
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Generating PDE w/ RAGen & using Reef Angel Client via US

Post by binder »

Inside the loop() function you will want to add this line:

Code: Select all

ReefAngel.Relay.DelayedOn(Port6, 5);
That will tell the controller that Port6 is on a 5 minute delay at startup and coming out of the feeding & water change modes.

curt
StuGotz
Posts: 95
Joined: Sat Oct 15, 2011 9:17 am

Re: Generating PDE w/ RAGen & using Reef Angel Client via US

Post by StuGotz »

Great, thanks Curt!
Post Reply