Posts: 1,547
Threads: 122
Joined: Jun 2014
Reputation:
0
i set the timer at 20,000 seconds it wasnt working it got messed up (and messed up some more things) i set it to 15,000 it worked correctly? timer after 19,000 gets bugged?
Posts: 5
Threads: 1
Joined: Apr 2015
Reputation:
0
Mind showing us the code? Works fine when I tested it.
Posts: 470
Threads: 7
Joined: Nov 2013
Reputation:
0
You need to decide, did you set the timer count to "20,000 milliseconds" as stated in the title or to "20,000 seconds" as stated in the thread (which is equivalent to 20,000,000 ms) ?
Posts: 263
Threads: 11
Joined: Nov 2014
A 20 ms timer is unneccessary. You can just in-loop the incoming seconds and round them up to half, it'll be as fast as 1 ms which equals 1,00.0.00.0 ds over and over again.