LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data from VI to teststand without closing the VI

Hi all,

I have a VI that is like a control panel which is required to send data to NI Teststand on the press of a button and then let teststand complete running the sequence. After this the VI is supposed to take data from teststand and display on a string indicator. I have followed this tutorial to launch the VI asynchronously but the VI just doesn't send the data until it is stopped. Is there a way to send the data to teststand on the button press without closing the VI?

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

I feel that if you close the reference to TS object before the loop stops will solve it. Also, having the data pushed upon boolean control change inside a case structure. 

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