NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

pass cluster to an asynchronous vi

I have an asynchronous vi that I need to pass a container to while it executes. I am able to pass individual members of the container to the VI by using TestStand's "Get Variable" subVI in LabView. However, this subVI does not support passing containers. Is it possible to pass a container to an asynchronous VI while it executes?

0 Kudos
Message 1 of 3
(3,011 Views)

You could pass in a sequence context reference and look up the Local when the VI is ready to use it or you could pass in a reference directly to the Local and use the API to extract data.

0 Kudos
Message 2 of 3
(3,005 Views)

Doug answers it in this post:

 

http://forums.ni.com/t5/NI-TestStand/Pass-Cluster-Type-Value-from-TestStand-to-UI-Using-TestStand-AP...

 

To summarize:

You have to get the individual elements one at a time.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 3
(2,997 Views)