LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I turn on Labels in Block Diagram but not on Front Panel?

Solved!
Go to solution

This question may have been asked before, but the Forum Search did not find it.

 

In LabVIEW 2010, I have 16 String Indicators on the Front Panel. On the Front Panel I can not have the Label for each Visible, so I turned it off. But in the Block Diagram I need to distinguqish one from the other, so I need to make the Label (Name) visible.

 

In the Block Diagram, if I select the Sting Indicators all together and go to Properties and make the Label visible, it makes the Labels visible on the Front Panel but not visible in the Block Diagram. What good is that?

 

How do I make the Lables (name) of the String Indicators visible in the Block Diagram but not visible on the Front Panel?

 

 

0 Kudos
Message 1 of 6
(4,005 Views)

I don't think the properties refer to the block diagram objects. None of the options (with the exception of Label>Visible) can even be applied to the block diagram.

 

Typically, you would create front panel controls/indicators with labels. This will create block diagram objects with labels. You could then select the front panel objects and select properties to turn off labels. This will not affect the block diagram labels.

0 Kudos
Message 2 of 6
(3,988 Views)

I second what dennis said. Also, you have the ability to choose a "caption" and a "label". Label shows up on the block diagram, caption does not which gives you some more versatility especially with controls that have long names.

0 Kudos
Message 3 of 6
(3,976 Views)

@Dennis Knutson wrote:

I don't think the properties refer to the block diagram objects. None of the options (with the exception of Label>Visible) can even be applied to the block diagram.

 

Typically, you would create front panel controls/indicators with labels. This will create block diagram objects with labels. You could then select the front panel objects and select properties to turn off labels. This will not affect the block diagram labels.


All of the String Indicators do have Labels. If I go to the front panel and make the Labels visible, they appear on the Front Panel but not in the Block Diagram.

 

How do I get the Labels to show in the Block Diagram?

0 Kudos
Message 4 of 6
(3,958 Views)

If you are

 

selecting multiple object then pop-up >>> properties and change the setting in that dialog, it will only affect the FP object.

 

to show them in the diagram, you have to pop-up on each and select visable item label.

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 6
(3,954 Views)
Solution
Accepted by topic author dbaechtel

@dbaechtel wrote:

This question may have been asked before, but the Forum Search did not find it.


 

Don't you remember already asking this question and getting help in this thread?

Did you try the things I said in that thread?  How did they not work?

 

Right click on the BD terminal and go to Visible > Labels.

It will probably make the FP control show its label as well.  So then go to the FP control, right click and go to Visible > labels and uncheck it.

The BD terminal will have a label, and the FP control will not.

0 Kudos
Message 6 of 6
(3,946 Views)