Page 1 of 1

DC pump in menu

Posted: Sat Oct 12, 2013 6:36 am
by johniii
Is it possible to add the dcpump setting to the menu? i dont have the wifi module. is there another way to change it from say reef crest to nutrient transport without using the pc or portal?

Re: DC pump in menu

Posted: Sat Oct 12, 2013 9:11 am
by rimai
Custom menu?

Re: DC pump in menu

Posted: Sat Oct 12, 2013 9:15 am
by johniii
If possible
if you could point me to a thread to help me figure it out

Sent from my XT912 using Tapatalk 4

Re: DC pump in menu

Posted: Sat Oct 12, 2013 9:18 am
by rimai
http://forum.reefangel.com/viewtopic.php?f=14&t=311
Once you get it implemented in your code, you could use something like this:

Code: Select all

void MenuEntry1()
{
  ReefAngel.DCPump.UseMemory=false;
  ReefAngel.DCPump.SetMode(NutrientTransport,50,10);
}