LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does subVI open when a VI is run without highlighting execution

When running the VI Proc Recipe Array without highlighting execution the subVI VPTS Proc Cmnd gets a green arrow over its icon and opens. I want to run the main VI without opening any of the subs. Why does that subVI open? All sub are in the attached LIB file and the test file needed is also attached. You should place the input file in the C:\VPTS\Recipe folder.
Download All
0 Kudos
Message 1 of 3
(2,662 Views)
This is because the SubVI VPTS Proc Cmnd has an option "Suspend when called".
To cancel this
1.open the subVI,
2.click with the right mouse button on the subVI icon in the up-right corner of the window,
3.select "VI properties...",
4.choose category - Execution
5.and uncheck the option "Suspend when called".

Good luck.

Oleg Chutko
Message 2 of 3
(2,663 Views)
That fixed my problem. Thank you so much!
0 Kudos
Message 3 of 3
(2,662 Views)