LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use TestStand to trigger an event in LabView VI?

Solved!
Go to solution

I have a VI with an event structure. An event is triggered when either Button 1 or Button 2 is pressed. How do I program NI TestStand to trigger the same event in the VI?

0 Kudos
Message 1 of 3
(1,006 Views)
Solution
Accepted by KCLL

You can use Value (Signaling) Property to fire an event programmatically. However, you should be careful in using a VI with a while loop as a code module in TestStand. The step might be stuck at the VI with the while loop unless you run that VI asynchronously. Asynchronously Starting and Stopping a VI in TestStand

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 3
(989 Views)

Thanks ZYOng!  That works.

0 Kudos
Message 3 of 3
(927 Views)