LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Example to create Array of Clusters in LabView7.1

Hi,
 
I want to create Array of clusters with each cluster having 1. Number 2. String 3. Array of clusters of Analog i/p 4. Array of clusters of Analog o/p
 
can u please send some examples to create Array of cluster or some steps to do this?
 
Please help
 
 
Regards
Meenatchi
0 Kudos
Message 1 of 3
(2,963 Views)
Seems simple enough.
 
First create a cluster as follows:
  1. Get an empty cluster container
  2. Drop a numeric control, a string control, and two arrays of clusters as described.

Now drop this cluster in an empty array container. Resize for the desired number of visible elements.

0 Kudos
Message 2 of 3
(2,962 Views)
Maybe this is what you expect... Smiley Wink
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 3
(2,941 Views)