LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using VI Server

I have attached a vi that I am working with. I have never used VI server before and I am having trouble with some minor areas. I ran this vi, although I know it is missing some stuff, and I didnt get any errors. I have this vi open another vi that runs a test. This test runs and when it ends, I want to send a signal back to the VI Server to tell it to close. Can anyone point me in the right direction?
Ron Deavers, CLD
0 Kudos
Message 1 of 2
(2,520 Views)
You can do this with two invoke nodes coming after your "open VI ref". On the first one, which is set to RUN....wire a "true" into "wait until done".....the second invoke node can be your stop/close. This will give you the desired funcionality of closing when complete.

-Brett
0 Kudos
Message 2 of 2
(2,493 Views)