Page 1 of 1

switching on at intervals

Posted: Sun Dec 06, 2015 6:07 am
by marcoc
Hi,
I would like to activate the magnetic kalkwasser mixer at given intervals, say 20 sec every 3 hours.
How can I do it? Many thanks.

Marco

Re: switching on at intervals

Posted: Sun Dec 06, 2015 6:28 am
by lnevo
ReefAngel.Relay.Set(Port8,now()%10800<20);

Change port 8 to your port.

switching on at intervals

Posted: Sun Oct 16, 2016 10:56 pm
by RonaldCony
Thanks for all the help i will check all that out.