Hi,
I have a Cluster1 (Var1="", Var2="", Var3=0) and added in the custom data type. I'm able to pass the 1D array of Cluster1 to LabVIEW. But I'm not able to pass the 2D array of same Cluster1 to LabVIEW. I'm getting "[Error Code: -17313, Could not accept the parameter passed in.]". But the values are available in the TestStand sequence variable.
Cluster1
Cluster1[0][0]
Var1="1"
Cluster1[0][0].Var2="1"
Cluster1[0][0].Var3=1
The same problem I'm getting when I pass values from TestStand "Cluster inside a Cluster" to LabVIEW.
Please guide to solve this cluster passing problem.