LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequential Operation on a no-input function

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

0 Kudos
Message 1 of 2
(2,246 Views)

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?

0 Kudos
Message 2 of 2
(2,233 Views)