04-23-2010 07:58 AM
Hallo ,
I have some three radio buttons (play / stop / pause), and a for loop that (to make it simple) displays an increasing number in a number indicator.
I would like that my buttons would act like this:
- play button: starts the loop (the indicators starts display an increasing number)
- pause button: freeze/pause the loop (the indicator stops increasing the number and displays a number)
- stop button: it resets the loop to 0 ( the indicator shows 0, the starting number).
The situation I have is in this picture:
Does someone has a suggestion?
thanks
Solved! Go to Solution.
04-23-2010 08:57 AM
Hi davico,
I think you are almost there. Just remove the for loop, instead use shift register and +1 to increase the number like an example attached.
Cheers,
w15nu
04-23-2010 09:09 AM