LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

different names for controls in array

Hi all

 

 

i am using using one array size of 512. In that array controls are slide control now i want to give different names for slide control i.e.

 

 

W1 for first slide control & C1 for second slide control,

W2 for third slide control & C2 for fourth slide control,

 

 

      W1          C1          W2                C2

  1 slide         2 slide    3 slide           4 slide(in same array)

 

 

Is it possible????????????????????

 

 

 

Regards

 

manasi

0 Kudos
Message 1 of 3
(2,773 Views)

Array elements only differ in value. All properties are shared, thus the name cannot differ.

 

you could make an array of clusters, each cluster element containing a slide control and a string control. The string control contains the name. Disable the string control so it cannot be changed by the operator.

 

You have an array of 512 slide controls??? How big is your monitor?? Can you show us a picture of your front panel?

0 Kudos
Message 2 of 3
(2,762 Views)

thaks a lot.

 

i am using horizontal scrollbar to see 512 channels

0 Kudos
Message 3 of 3
(2,715 Views)