LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

unbundle does not resize

Hello everybody,

I am using Labview 7.1 and I have the following problem. I use the Fieldpoint express vi to read from my modules. The output is in the form of Dynamic Data Type (blue line) which I then convert to an array by usiing the DynamicDataType to Array function and then I use the array to cluster function to get all the data.

My problem is that when I use the unbundle function to get every item of the cluster it does not let me resize it at all and it only comes with two items as an output although my cluster has all the channels of the module (ex. 8 channels). If I use the unbundle by name it has more options and it lets me resize, add element etc.

Does anyone know why this happens and how I can solve it?

Thanks a lot 🙂
0 Kudos
Message 1 of 3
(3,833 Views)
The Array to Cluster function doesn't know how many elements to give you. You have to tell it by right-clicking on it and selecting "Cluster Size...". You will see a dialog where you can specify how many elements you want.

Dan Press
Certified LabVIEW Architect
PrimeTest Corporation
0 Kudos
Message 2 of 3
(3,817 Views)
This works!!! thanks a lot 🙂
0 Kudos
Message 3 of 3
(3,808 Views)