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
switching on at intervals
Re: switching on at intervals
ReefAngel.Relay.Set(Port8,now()%10800<20);
Change port 8 to your port.
Change port 8 to your port.
- RonaldCony
- Posts: 2
- Joined: Sun Aug 28, 2016 3:36 pm
- Location: Российская Федерация
- Contact:
switching on at intervals
Thanks for all the help i will check all that out.