Thanks for the information.
LabView should be very helpful once I get used to it.
My vi is starting to have several levels of while/for/case structures. Should I be concerned about getting too deep?
I'm new to LabView (v6) and writing a vi to read an unknown number of bytes from a serial port. I am using a while loop and would like to exit when the VISA byte count has been zero for some amount of time.
I created a timeout vi, but can't use it as a subvi, because the while loop doesn't...