From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I pass data from TestStand To Labview

Hi all 

I didn't sure that is the the right community for my  question because it's about bouth teststand & labview so my appologize if I'm wrong .

 

So I try to make link between TestStand to the Labview ; otherwise I have to developpe a supervision VI that is display some results frpm TestStand .

 

I think That I have to use an ActiveX/COM action but I didn't succed . 

 

So I will be very thankful for any help  

0 Kudos
Message 1 of 3
(992 Views)

Hi Haythem,

 

The best is to create an Operator Interface (several LV examples are given with your TestStand installation).

In these OI you'll see that you can register to events that the API expose.

UIMessages and UserMessages are the callbacks that you're searching for. Once added to your Register Events node, you create a VI Callback that will be fired when the TS engine fires up UIMessages.

Then you can decode the message parameters to share it into your LV application thanks to LV User Events or FIFOs.

 

Really the start point for what you want to do are the Operator Interfaces.

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 2 of 3
(922 Views)

thank you 

0 Kudos
Message 3 of 3
(916 Views)