NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way of passing data between vis running concurrently in 2 seperate teststand sequences?

Solved!
Go to solution

I have a vi which i want to execute in a teststand sequence and then call another vi in a separate sequence, running in parallel. Is there a way of dynamically passing data between the two executing vis?  

0 Kudos
Message 1 of 3
(3,229 Views)
Solution
Accepted by topic author DP2

Just realised i can still use FVGs between the two sequences.

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

You can use different methods including: FileGlobals (if the two sequences are from the same sequence file), StationGlobals, Shared variables, Network communications (network stream (TCP))...

Rodéric L
Certified LabVIEW Architect
0 Kudos
Message 3 of 3
(3,224 Views)