Feed Mode Duration

Do you have a question on how to do something.
Ask in here.
Post Reply
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Feed Mode Duration

Post by Reefology »

Wondering if someone could help me with increasing the feeding duration from default of 15 mins to 45?

I tried to change the delayed start menu in the internal memory but it had no effect on the duration.

Thanks
Image
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Re: Feed Mode Duration

Post by Reefology »

is anyone feeding longer than 15 mins? if so, how do you do it?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Feed Mode Duration

Post by rimai »

Is is on internal memory and you can change it.
I am pretty sure the android app has that available.
Or, just add this to your code:

Code: Select all

Timer[FEEDING_TIMER].SetInterval(2700);
Roberto.
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Re: Feed Mode Duration

Post by Reefology »

i changed it to 45mins in the internal memory but has had no effect. When i tried to input the attached code, i get this error " 'Timer' was not declared in this scope " ?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Feed Mode Duration

Post by rimai »

Sorry...
It should be

Code: Select all

ReefAngel.Timer[FEEDING_TIMER].SetInterval(2700);
Roberto.
Reefology
Posts: 209
Joined: Fri Dec 26, 2014 6:38 pm

Re: Feed Mode Duration

Post by Reefology »

Thank you Roberto, that did it :)

Cheers!
Image
Post Reply