cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

array title

¡Resuelto!
Ir a solución

Hi 

I need help to under stand something in labview  , that some one use in previous project 

attach file 

 

what I am asking as you can see in vi that I attached there is array that include cluster 

how I can fit the title of the array that can fit the indicator inside the cluster ?

I don't know how the previous test engineer do that , how he create the title , and if I need to fit it how I can do that

nots the vi create in labview 2015 

 appreciate your help 

 

thanks alot 

 

0 kudos
Mensaje 1 de 8
3.896 Vistas
Solución
Aceptado por Elyan_wisam

looks like custom cntrol

Mensaje 2 de 8
3.885 Vistas

"titles" of controls, constants and indicators can be set through their labels.

 

Right click and either select "show label", or "properties" and then change the label there.

Mensaje 3 de 8
3.880 Vistas

R-click an element in the cluster and Visible items -> Captions, and see what happens. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 kudos
Mensaje 4 de 8
3.855 Vistas

I am always learning something in the Forums!

 

I understand the Cluster labeling (I do it all the time, myself), but I don't understand how the O.P.'s "previous Test Engineer" or Artem.SPb created the "above-the-Array" "column labels" that show up in the Grey boxes.  When I've wanted to do something like this (usually because I didn't want to see the Cluster Labels on each Cluster Line, but wanted a single Label Strip at the top), I made a Text Decoration with the Labels and then "grouped" it with the Array as a Custom Control (as Artem.SPb suggested), but that doesn't seem to be what was done here.

 

What's the New Trick?

 

Bob Schor

0 kudos
Mensaje 5 de 8
3.846 Vistas

@Bob_Schor wrote:

I am always learning something in the Forums!

 

I understand the Cluster labeling (I do it all the time, myself), but I don't understand how the O.P.'s "previous Test Engineer" or Artem.SPb created the "above-the-Array" "column labels" that show up in the Grey boxes.  When I've wanted to do something like this (usually because I didn't want to see the Cluster Labels on each Cluster Line, but wanted a single Label Strip at the top), I made a Text Decoration with the Labels and then "grouped" it with the Array as a Custom Control (as Artem.SPb suggested), but that doesn't seem to be what was done here.

 

What's the New Trick?

 

Bob Schor


As Artem.SPb said, it's a customized control with 'label' decorations (given a background) placed where desired.

Mensaje 6 de 8
3.829 Vistas

Hi  

I try it and nothing happened 

I don't think that  the title is related to cluster 

 

0 kudos
Mensaje 7 de 8
3.810 Vistas

If it is, indeed, a Custom Control, then you need to find the .ctl (Control) file that defines it, which is where the Decoration that sits on top of the Array of Clusters and names the Columns is defined.

 

Bob Schor

0 kudos
Mensaje 8 de 8
3.788 Vistas