Page 1 of 1

Send info 1 times a hour

Posted: Fri Aug 26, 2011 3:26 pm
by phoenixb
Hello,

Does anyone have try with a Jeenode to send 1 time a hour send a string of information to a receiver?
Because i'm trying to made a script that is sending 1 time a hour send a string but i can maximal use a interval of 65000ms but that is to short.
i like to hear it.
Regards,

Re: Send info 1 times a hour

Posted: Fri Aug 26, 2011 4:21 pm
by Digit
There are sooo many ways to do that...
Set the interval to 60000 = 1 minute and all you need is an extra counter counting down from 60 to 0 and you have an hour...