04-15-2020 02:11 PM
I have a teststand sequence where in the beginning I added an action step which calls a VI. This VI just takes some array values which i then send to an array in Teststand. I know I can directly assign the array values in Teststand. But i wanted to use the Labview Front panel to input the values. I also turned on the "Show VI front pnael' in Teststand. I thought when I run the sequence the action step would show the VI front panel and I will be able to assign the values to the variables using that front panel and then press okay and the testsand will move to the next step in the sequence. But when I run the sequence the VI front panle is shown just for a slight second and it continues to the next step without giving me the time to assign any values. Is there a way I can do this?
Thank you
Solved! Go to Solution.
04-15-2020 08:11 PM
For this VI where you get the input, you need to add a while loop that waits for a button press. The user enters their data and then clicks the OK button. If you post your code, we could get a better idea on what you're doing.
04-15-2020 08:41 PM
Thank you very much, it works perfectly now with the while loop