@Fuller wrote:
Is there a way to change the default so it will always show up as orange on the Block Diagrams?
This may not quite be what you want because Iām assuming you're talking about the free label in the Strings palette. You can get an orange label by adding a new free label item to a palette a couple of ways:
A) Get the OpenG toolkit from
here. It has what is described below on one of its custom palettes and many other useful items; or
B) Make a new VI with nothing but a free label on its block diagram. Colour the background color of the label to what you want, set the font colour to what you want, etc etc.
- Give the VI a nice orange icon and save it with a name like OrangeLabel.vi to LabVIEWās user.lib directory (Program Files\National Instruments\LabVIEW\user.lib)
- Go to the Functions palette and press the āOptionsā button at the top right (useless itās been moved).
- Choose āEdit Palettesā on the Function Browser Options window that opens.
- Then left click on the User Libraries icon on the Functions palette and youāll see OrangeLabel.viās icon.
- Right click on OrangeLabel.viās icon and select Merge VI from resulting popup menu (i.e. make sure there is a check mark beside it).
- Go to the āEdit Controls and Functions Palettesā window which opened a couple of steps ago and click the āSave Changesā.
With the Merge VI option on, instead of the subVI itself being added, the subVIās
contents are merged into the user's diagram and front panel. Since OrangeLabel.viās contents are limited to a free label with the desired format, thatās what youāll get when you drag it onto your VI.
A variation of the above in terms of placement on the palettes is given in the KnowledgeBase item
How Can I Place the Block Diagram Code Snippets on a Palette?. Personally, I just like keeping my addons in user.lib
=====================================================
Fading out. " ... J. Arthur Rank on gong."