LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
j_osh_o

Concatenate strings vi expanded size or horizontal position options

Status: Declined

Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined. 

When building strings from many sources using the "concatenate strings" vi it very quickly becomes confusing and unreadable.  The vi is very small, the inputs are very small, the wires are very close together and require many crossings.  It would be very useful if right click on this vi would bring up an "expanded size" option that would double the size of the input terminals.  Another right-click option that would be useful would be to rotate the vi 90 degrees so that the inputs are on the top.  This way you could arrange your inputs from left to right in the order that you with them to be concatenated, and then wire them to the vi without needing to cross wires.

2 Comments
dthor
Active Participant

Try using Format Into String for anything longer than a few inputs. It can really save you space and is more powerful than Concatenate. Put all of your constants, such as delimiters, spaces, underscores, linefeeds, etc., into the Format String and you should save quite a bit of space.

 

See how much cleaner it is?  (Yeah, yeah, I exaggerated a bit, putting the periods and spaces in seperately. But you get the point I hope 😛 )

Format into string vs concatenate.png

 

 

Having an expanded size for some terminals might be nice. You can already do this with subVIs by right clicking on them and disabling "View as Icon."

Darren
Proven Zealot
Status changed to: Declined

Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined.