02-28-2006 03:22 AM
02-28-2006 05:10 PM
02-28-2006 09:57 PM
Hii, Otis
Actually i require a timer, which rotates at each second, and rotate for required second by me, now here in the vi counter_timer i have made a counter, which rotates for # of times i require for, now in the call_counter.vi calls that counter_timer and give it the input as # of seconds to rotate,at first call the vi runs perfect, give me the result after completing that iterations,but it still keeps rotating again and again after it has done, i want it to run only once the no of times i want, and then to stop counter_timer.vi, but it runs continuously, thats why i dont want the while loop, which keeps rotating the vi.
Thanks,
Nishant
03-01-2006 04:30 PM
Hi Nishant,
If you want to just remove the while loop from your current VI, then just
right-click on the while loop and "Remove While Loop".
If you are just trying to get some sort of timer to see if a certain amount of
time has passed, then please check out the "Elapsed Time" VI located
in the Timing Subpalette in LabVIEW. If you need more help on how to use
it, open Context Help (Ctrl-H) and follow any necessary links.
Regards,