07-24-2012 06:51 AM
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?
Solved! Go to Solution.
07-24-2012 07:06 AM
Just realised i can still use FVGs between the two sequences.
07-24-2012 07:07 AM
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))...