Custom Menu with Multi Channel Water Level Calibration
Posted: Wed Nov 19, 2014 11:18 am
Hi everyone
After finishing my "Auto Water Change" code, It is time to play with Custom Menus. I read Curtbinder's manual, and I must say I pretty got everything I need to proceed except this:
How can I call the Multi Water Level Calibration screen from a menu entry?
curtbinder's manual lists those available functions:
ReefAngel.DisplayVersion();
ReefAngel.ClearScreen(byte Color);
ReefAngel.PWMExpansion(byte cmd, byte data);
ReefAngel.PWMSetPercent(byte p);
ReefAngel.FeedingModeStart();
ReefAngel.WaterChangeModeStart();
ReefAngel.ATOClear();
ReefAngel.OverheatClear();
ReefAngel.SetupCalibratePH();
ReefAngel.SetupDateTime();
Is there a similar function for calling the Water Calibration screen? Or is there a completely different way for doing that (maybe I got it all wrong)?
Best regards
Rafa
After finishing my "Auto Water Change" code, It is time to play with Custom Menus. I read Curtbinder's manual, and I must say I pretty got everything I need to proceed except this:
How can I call the Multi Water Level Calibration screen from a menu entry?
curtbinder's manual lists those available functions:
ReefAngel.DisplayVersion();
ReefAngel.ClearScreen(byte Color);
ReefAngel.PWMExpansion(byte cmd, byte data);
ReefAngel.PWMSetPercent(byte p);
ReefAngel.FeedingModeStart();
ReefAngel.WaterChangeModeStart();
ReefAngel.ATOClear();
ReefAngel.OverheatClear();
ReefAngel.SetupCalibratePH();
ReefAngel.SetupDateTime();
Is there a similar function for calling the Water Calibration screen? Or is there a completely different way for doing that (maybe I got it all wrong)?
Best regards
Rafa