Exchanging variable values (or in general properties values) from TestStand and LabVIEW (or in general between TestStand and others adapters) requires the use of
TestStand API .
- You create an array local variable in TestStand.
- Than you include in the sequence an action step (LabVIEW Adapter) configured as follow:
- You create a VI that use the Set Property Value node (TestStand API) and pass as input the Sequence Context of your sequence.
You can find the complete example in C:\Users\Public\Documents\National Instruments\TestStand 2016 (32-bit)\Examples\TestStand API\Accessing Arrays Using API.
Additional Information
Obviously in order to read an array from Labview (inverse procedure) just use the Get Properties Value node in LabVIEW to read the array values from an indicator.