02-28-2007 09:10 AM
02-28-2007 09:15 AM
Doh! it was a very simple solution, I had another while loop waiting on the condition from the "enter serial number" boolean
Andrew
02-28-2007 11:32 AM
'glad you solved it.
Still, your subVI needs a small wait in the loop. There is no need to spin it millions of times per second doing nothing useful, starving all other running processes for CPU. 😉
(better yet, use an event structure)
02-28-2007 01:55 PM
Thanks for the advice altenbach, I threw in a 2 second wait on the loop.
Andrew
02-28-2007 02:21 PM