NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger event in LabView VI from TestStand?

I have a LabView 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
(743 Views)

Use Value Signalling Property node and write value to the respective control, which will generate an event without UI Actions.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 2 of 3
(697 Views)

That works! Thanks.

0 Kudos
Message 3 of 3
(687 Views)