10-17-2012 03:27 AM
Hi, I'm new to labview. Can anyone tell me how to specify 1d array of clusters as data types for variant to data?
10-17-2012
04:54 AM
- last edited on
06-09-2025
04:06 PM
by
Content Cleaner
First of all, you should be sure that there is such a data type within the variant; otherwise, you will run into errors.
I recommend you to create the cluster and create a type definition from it. Then drop an array shell from the array palette and drop the cluster type into that array.
Connect that constant to the data type input of the Variant To Data function.
Norbert