LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Taskbar filenames

Solved!
Go to solution

Hello everyone,

 

is it possible to show the filenames of the opened VIs in the taskbar in Windows? I have a lot of VIs open for debugging and 1 VI needs tw taskslots (FP and BD), which is already not ideal.

Now every opened file either shows "Frontpanel of....", "Blockdiagra..." and so on.

 

Or even better is there a way to have a window with all opened VIs in the register?

IDE_register.png

 

 

I am very used to work with textbased IDEs maybe Labview has a similar feature.

 

Thanks for the help

0 Kudos
Message 1 of 13
(3,471 Views)

Nice Feature to Implement but currently not and few ideas on that are already declined for few reasons.

 

https://forums.ni.com/t5/LabVIEW-Idea-Exchange/LabVIEW-IDE-Overhaul/idi-p/952251

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 13
(3,420 Views)

Hi s.h.,

 

I am very used to work with textbased IDEs maybe Labview has a similar feature.

Have you tried LabVIEW NXG yet?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 13
(3,413 Views)

ctrl+shift+w opens the LabVIEW windows manager.

 

Don't use it myself, and I'm not sure if it's helpful to you.

0 Kudos
Message 4 of 13
(3,399 Views)

Ctrl+Shift+W

Will popup a dialog window list all opened VIs.

 

George Zou
0 Kudos
Message 5 of 13
(3,395 Views)

Yes, it is a big usability problem

And may be you have not started working with libraries and classes yet, it will add library and/or class name before VI name. 

And you can not easily organise their order in windows taskbar.

And to make one variable in the class public, you will need 4 windows.

And it is only general LV Icon on the taskbar, not VI icon.

I use attached VI as a ctrl+key shortcut to hide front panel window (from taskbar also) and have only BD visible for subVI debug. Helps a little.

It does not work when vi is running. Also if you open subVI not through windows taskbar (through project window or BD of the caller), LabVIEW will open front panel first.

Message 6 of 13
(3,365 Views)

The closest match to your description is a simple setting in Windows.  Here is my setup:

1. Set taskbar icons to combine only when full

2. Make the taskbar 2 or 3 rows tall

3. Show the window only on the taskbar on the monitor that has the window open

Windows 10 taskbar settingsWindows 10 taskbar settings

Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
Message 7 of 13
(3,356 Views)

With classes it is a little better, but still is getting annoying when a lot of windows are open.

 

@Michael_Munroe: I have the same setting already and also two or three rows of the taskbar. But with opened folders, mysql and the programm for the microcontroller it will get crowded. I also want some window left to work on.

 

I was hoping there is some simple setting in labview to tab them all together and even make splitscreens between FP and BD. Maybe I am to spoiled from my usual IDEs

 

Thanks for the help

0 Kudos
Message 8 of 13
(3,323 Views)

Hi,

 

For many years now I use Windows with the taskbar at the right side of my main screen in auto hide mode.

When I need the taskbar I just have to move the mouse to the right of the screen and select whatever I want.

When the taskbar is full (only happens in LabVIEW !!) a next taskbar is created.

This way I also can use multiple toolbars without loosing too much space.

 

Kees

0 Kudos
Message 9 of 13
(3,310 Views)

As we're talking workarounds...

 

I simply use the LV Project to navigate (if\when the task bar gets to crowded).

 

CTRL+SHIFT+E from a VI opens the VI in the project, then I navigate from there.

 

After 20 years, I learned to play with the cards I've been given. (AKA I gave up on some things Smiley Frustrated.)

0 Kudos
Message 10 of 13
(3,295 Views)