-->
Page 1 of 1

TIMER GOES ON FOREVER - IS THIS INTENDED?

PostPosted: Sun Aug 14, 2016 8:19 am
by raintime
Open a serial port and run this program. It keeps going even when I go back to [FILE MANAGER] etc. Is this what is intended?

a = 0
timer 1000, [mytimer]
wait
[mytimer]
serialprintln str(a)
a = a + 1
wait

I'm going out for breakfast.

Re: TIMER GOES ON FOREVER - IS THIS INTENDED?

PostPosted: Sun Aug 14, 2016 11:13 am
by Mmiscool
Only page that is going to stop it from running is the edit page and that only if you are logged in to the unit.

It is intended that a program run until it is ended.