10-02-2019 06:47 AM
I have created 2D Array of pictures in Labview:
I want to pass this array into Teststand but TS cannot accept 2D Array of pictures. What can be work arround this?
Solved! Go to Solution.
10-02-2019 09:01 AM
You can save it to a 2D Array of strings in TestStand. Just make sure that when you pass it into TestStand you choose the type to be 2D Array (Binary String) on the Module tab for the LabVIEW step.
I just tested this and it worked great.
10-08-2019 12:16 AM
Thanks this was the solution!