LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

add element to cluster indefinitely

Is there anyway to add element to a cluster indefinitely like an array? The number of element of the cluster will depends on the user.

 

This cluster elements wiill be used as a slider (with multiple elements) later.

 

I include a VI with several indicators as comparison.

 

Or anyway to work around this problem?

Message Edited by hito88 on 08-21-2009 05:56 AM
0 Kudos
Message 1 of 3
(3,216 Views)

hito88 wrote:

Is there anyway to add element to a cluster indefinitely...

Or anyway to work around this problem?

Message Edited by hito88 on 08-21-2009 05:56 AM

Add indefinately? No.

 

You could add more than ever possible and then show and hide at run time...

 

OR

 

Use an array

 

OR

 

Use a picture control (with  the required supporting code that will have to be developed specifically for this app) and make it "looK' like a cluster with an unlimited number of elements.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 3
(3,201 Views)
I think putting a cluster inside an array would do what you are looking for.
0 Kudos
Message 3 of 3
(3,177 Views)