NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand custom data types

I created a container in custom data types and pass it into a VI as an input variable. The problem is whenever I step into my VI, the values passed in from the container changed to another set of value, also the value is not random, I could consistently get back the same value. Is there any setting that I need to apply when using the container?

0 Kudos
Message 1 of 3
(3,277 Views)

There is no special setting required. Look at the simple example in the attach. I have created a custom data type "cluster" containing string, numeric and boolean variables. If you will execute the VI then you will se how appropriate values pass to the VI.

 

Hope this will help,

Max

Download All
0 Kudos
Message 2 of 3
(3,249 Views)

Hi,

 

make sure the order in the container matches the order in the cluster.

 

 

Regards
Ray Farmer
0 Kudos
Message 3 of 3
(3,242 Views)