LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract data from cluster of component levels?

Solved!
Go to solution

I use harmonic analyzer function to read out the component levels cluster, which cotain data for channel 0 and 1

 but have problem reading out the fundamental component for each channel ( array element 1). Pleas help.

 

Thanks

  

 

 
0 Kudos
Message 1 of 5
(2,969 Views)

Use the Unbunble function found in Cluster palette.

 

In the future, don't post a Word document.  Instead create a png picture and post it, or use the LV2009 code snippet.

 

- tbob

Inventor of the WORM Global
Message 2 of 5
(2,968 Views)
Solution
Accepted by topic author dot55

Yes! I need an index function before using unbundle by name to extract desired data. thx

0 Kudos
Message 3 of 5
(2,956 Views)

Uhhh....  you marked your reply as the accepted solution.  Give yourself a cigar!!!! Smiley Very Happy

 

 

Instead of using index, wire the array of clusters to a For Loop.  Set indexing enabled on the input terminal.  Then you can build an array of all the elements if you wish to handle it that way.  You can get an output array for each element in the cluster.  Not sure if this is desirable to you, just a thought.

 

Message Edited by tbob on 04-20-2010 03:46 PM
- tbob

Inventor of the WORM Global
0 Kudos
Message 4 of 5
(2,949 Views)

Sorry ! It was accident since this my first time using this forum.

you are deserved a cigar!  Thanks for the solution.

 

 

0 Kudos
Message 5 of 5
(2,904 Views)