07-25-2011 08:29 AM
I am making a machine which has to wait for certain events. In order to do this I have subVIs which collect the data, and run in a loop until the conditions are met. Is there a way of having this loop run at a certain point in the program without there being any inputs/outputs to this function
07-25-2011 10:02 AM
Well, yes. You can place the loop in a subVI and call it when you need it. But your question lacks details. What does the loop have to do with the events? Under what conditions is the loop supposed to run? Does the inside of the loop use information that is generated at a higher level?