Search found 17 matches

by mrwlf
Fri Oct 16, 2015 2:58 am
Forum: How do I code ...
Topic: Help
Replies: 6
Views: 9568

Re: Help

Thanks Roberto. How to set the interval starting at 23.00?
by mrwlf
Thu Oct 15, 2015 12:00 pm
Forum: How do I code ...
Topic: Help
Replies: 6
Views: 9568

Help

Hi,
i need help coding my zeolite reactor on port 2:

I need to switch on port 2 at 11.00 and 23.00 for 2 minutes then OFF for the rest of the day.

Thanks for your help
by mrwlf
Mon Jun 15, 2015 2:20 pm
Forum: How do I code ...
Topic: Zeolite Reactor On/Off every 3 hour
Replies: 4
Views: 5718

Re: Zeolite Reactor On/Off every 3 hour

Thanks, it works
by mrwlf
Mon Jun 15, 2015 1:21 am
Forum: How do I code ...
Topic: Zeolite Reactor On/Off every 3 hour
Replies: 4
Views: 5718

Re: Zeolite Reactor On/Off every 3 hour

Will this work?

Code: Select all

ReefAngel.Relay.Set(Port5, now()%(6*3600)<(3*3600));
by mrwlf
Sun Jun 14, 2015 8:57 am
Forum: How do I code ...
Topic: Zeolite Reactor On/Off every 3 hour
Replies: 4
Views: 5718

Zeolite Reactor On/Off every 3 hour

Hi
i need help coding my zeolite reactor.
I need the easy way to turn on (for 3 hour) and off (for 3 hour) port number 5

Thanks
by mrwlf
Wed Sep 10, 2014 3:19 am
Forum: Addons
Topic: pH and Orp calibration needed at setup?
Replies: 4
Views: 4896

Re: pH and Orp calibration needed at setup?

I think that i'll need calibration for both my pH probe. ( 1 in Ca reactor and 1 in sump).

When i go through the calibration procedure do i need to repeat it for each probe? What's the procedure?

Thanks
by mrwlf
Tue Sep 09, 2014 3:12 pm
Forum: Addons
Topic: pH and Orp calibration needed at setup?
Replies: 4
Views: 4896

Re: pH and Orp calibration needed at setup?

Thanks i'll try

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Tue Sep 09, 2014 1:15 pm
Forum: Addons
Topic: pH and Orp calibration needed at setup?
Replies: 4
Views: 4896

pH and Orp calibration needed at setup?

Hi, I have just received my new pH and Orp expansion module. Do i have to calibrate each one when i set it up with it's own software or i Can just plug it in and start using it?

Thanks in advance

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Wed Jul 23, 2014 12:09 am
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Re: R: Single Ato interval

Here's exactly what you want. Only diff is the example the timeout is 300 seconds and i set the runtime to 305 seconds to make sure the timeout could get triggered in case the reservoir went dry or pump issue. So i would just make sure the runtime parameter is equal to or higher then the ato timeou...
by mrwlf
Wed Jul 23, 2014 12:07 am
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Re: R: Single Ato interval

rimai wrote:What I'm not understanding is the reason why every 30 minutes?
Why not just let the ATO do its job on demand with a max run time of x seconds?
Because every time i put my hands in the sump it keep triggering on and off The ATO...

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Tue Jul 22, 2014 2:41 pm
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Re: R: Single Ato interval

5 seconds was just for example :-)

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Tue Jul 22, 2014 2:27 pm
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Re: R: Single Ato interval

Thanks a Lot Colin. Is there a way to put something in the code that set The maximum Ato time?
Example: activate ato for a maximum of 5 seconds not more then once every 30 minutes.?

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Mon Jul 21, 2014 2:16 pm
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Re: Single Ato interval

In summer with fans i do and it lowers the skimmer level... And i can't disable for safety reasons. No way to set it between 0 and 1hour?
by mrwlf
Mon Jul 21, 2014 1:44 pm
Forum: How do I code ...
Topic: Single Ato interval
Replies: 13
Views: 11590

Single Ato interval

Hi. I'm using RA+ singleato with 1hour interval. Is there a way to reduce The interval? 30 minutes will be fine. Thx

Inviato dal mio GT-I9505 utilizzando Tapatalk
by mrwlf
Thu Feb 13, 2014 1:40 pm
Forum: How do I code ...
Topic: Help coding ATO
Replies: 4
Views: 3653

Re: Help coding ATO

Thanks
by mrwlf
Thu Feb 13, 2014 1:22 pm
Forum: How do I code ...
Topic: Help coding ATO
Replies: 4
Views: 3653

Re: Help coding ATO

Thanks for your help...

I'll need the second switch as ATO for my water reservoir but without Timeout.

Will this work?

Code: Select all

ReefAngel.Relay.Set( Port4, ReefAngel.HighATO.IsActive());
by mrwlf
Thu Feb 13, 2014 8:17 am
Forum: How do I code ...
Topic: Help coding ATO
Replies: 4
Views: 3653

Help coding ATO

Hi i need help to generate a code for my old first generation Reef Angel. Using wizard i generated this code that is almost ready for my needs except for the Ato. I would like to use the two floating switches like this: First as Ato that activate port 3 (and i did it with the wizard) Second switch t...