01-07-2020 05:45 AM
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?
05-15-2020 08:43 AM
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.