Error: 'class DCPumpClass' has no member named 'LowATOChann

Related to the development libraries, released by Curt Binder
Post Reply
Sebyte

Error: 'class DCPumpClass' has no member named 'LowATOChann

Post by Sebyte »

I have just downloaded the 1.1.0. library and on compilation of my live code sketch I am getting the following erro: 'class DCPumpClass' has no member named 'LowATOChann

I am using the LowATO channel to control the DC pump and it has been working fine under 1.0.9. The code I have been using is shown below.

The question is, has the ReefAngel.DCPump.LowATOChannel function been changed in the latest software and any suggestion on how I can resolve the problem?

Code: Select all

// *****************************JEBOA setup 16-09-13 *****************************
  
  ReefAngel.DCPump.UseMemory = true;
    
    ReefAngel.DCPump.DaylightChannel = None;
    ReefAngel.DCPump.ActinicChannel = None;
    
    ReefAngel.DCPump.FeedingSpeed=60;
    ReefAngel.DCPump.WaterChangeSpeed=0;
    
    ReefAngel.DCPump.LowATOChannel=Sync;
    
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

Thought roberto incorporated that.. Did you download that from my git repo?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by rimai »

I don't think I got a pull request. Did I?
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

No idea. Probably not I guess. Can you pull the branch and get it merged??? All my git is based on 1.0.9 no idea how to bring it up to speed...
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

That and wifialert changes i'd like to push too...p.i.m.a.!!
Sebyte

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by Sebyte »

I will stay on 1.0.9 for now. If you could incorporate the change I would be greatful.

Many thanks.
Sebyte

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by Sebyte »

Inevo said
Did you download that from my git repo?
I did use the build from your git.

Do you have any idea when the next library build will be out and if the LowATOChann will be included.

Regards
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

I updated git for the new libs and pushed to roberto. You can download from mine again or wait till next release :)
Sebyte

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by Sebyte »

Thank you Lee once again for your help.

Regards
User avatar
oscarinw
Posts: 31
Joined: Fri Apr 19, 2013 1:00 pm

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by oscarinw »

Hey guys, any word on this?
I am on 1.1 and have my DC pump on the ATO port. I tried the

ReefAngel.DCPump.LowATOChannel=Sync;

And now I'm getting the DCPump has no member compilation error. Is there a way to use wizard with the DC pump on the Low ATO with libraries at 1.1?
Thanks!
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

You can grab the Dev branch libraries from github. http://github.com/reefangel/Libraries
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

You can grab the Dev branch libraries from github. http://github.com/reefangel/Libraries
User avatar
oscarinw
Posts: 31
Joined: Fri Apr 19, 2013 1:00 pm

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by oscarinw »

Sorry to be a pain. What should I do with which of these files?
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Post by lnevo »

You want to change the branch to dev and then on the bottom right you can download the zip file.

Unzip it and replace the libraries folder with whats inside
Post Reply