LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster control?

I've been becoming a fan of clustering my data, and then unclustering by name.  I would like to be able to make a control on the front panel to let me chose which set of data I use.  I've made this sample code, but I am hoping there is a better way - since if I add an array down the road to my cluster, I have to edit my rings, and edit the block diagram.   Thanks for any suggestions in advance,

Laura
0 Kudos
Message 1 of 2
(2,437 Views)

Clustering data into coherent groups is a great practice, one thing which makes life very easy for software maintanance is to make the cluster a typdef.  This is especially nice if you want to add to your cluster at a later date since it will update the cluster throughout your project automatically.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,429 Views)