Custom Menu with Multi Channel Water Level Calibration

Do you have a question on how to do something.
Ask in here.
Post Reply
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Custom Menu with Multi Channel Water Level Calibration

Post by rrodriguess »

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
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Custom Menu with Multi Channel Water Level Calibration

Post by lnevo »

ReefAngel.SetupCalibrateWaterLevel();
rrodriguess
Posts: 133
Joined: Sun Mar 09, 2014 11:01 am
Location: Santos - Brazil

Re: Custom Menu with Multi Channel Water Level Calibration

Post by rrodriguess »

Inevo.. tks

That's the perfect example for everyone wondering if RA's users receives a good support configuring their controller. Perfect answer in 5 minutes. I took more time writing my original post!!

best regards
Rafa
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Custom Menu with Multi Channel Water Level Calibration

Post by lnevo »

You can view all the API and functions in a searchable format here:

http://www.easte.net/ra/html
Post Reply