LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview How to specify 1d array of clusters as data types for variant to data

Hi, I'm new to labview. Can anyone tell me how to specify 1d array of clusters as data types for variant to data?

0 Kudos
Message 1 of 2
(2,374 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,363 Views)