05-10-2013 08:46 AM - edited 05-10-2013 08:47 AM
I wrote a simple code to count second and the timer can be reset if I press the 'reset' buttom.
It works; however, there are two problems,
1. When I start the program, the timer takes 1 second to start
2. When I press the reset buttom, the timer also takes 1 second to respond
I believe it is the 1000ms connected to the left corner of the event structure. Is there a better way to overcome this issue? (the timer starts and resets immediately
when I start the program and hit the 'reset' buttom)
thank you!!
Solved! Go to Solution.
05-10-2013 08:58 AM
Dear ivy037
you could bring the Time Elapsed outside of the event structure as done in the attached code. Let me know if this is satisfactory.
Thanks,
05-10-2013 09:00 AM
One small movement, One big change!!
🙂
05-10-2013 09:08 AM - edited 05-10-2013 09:17 AM