DC pump in menu
-
johniii
- Posts: 86
- Joined: Sun Mar 03, 2013 8:37 am
DC pump in menu
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?
-
johniii
- Posts: 86
- Joined: Sun Mar 03, 2013 8:37 am
Re: DC pump in menu
If possible
if you could point me to a thread to help me figure it out
Sent from my XT912 using Tapatalk 4
if you could point me to a thread to help me figure it out
Sent from my XT912 using Tapatalk 4
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: DC pump in menu
http://forum.reefangel.com/viewtopic.php?f=14&t=311
Once you get it implemented in your code, you could use something like this:
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);
}
Roberto.