09-14-2010 01:49 AM
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?
09-15-2010 02:55 AM
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
09-15-2010 04:59 AM
Hi,
make sure the order in the container matches the order in the cluster.