LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Showing a tab on another screen

The front of my VI has several tabs. In one tab I show an animation of the underlying process and in another tab I show the plots of variables as shown below.

girish53_0-1695644474116.png  girish53_1-1695644540331.png

When the VI is running the user has to switch between the two tabs. Is it possible to show the two tabs on two different screens when the VI is running? That way the user will be able to see all the information. 

Thank you. 

Girish

 

 

0 Kudos
Message 1 of 3
(652 Views)

Hi Girish,

 


@girish53 wrote:

When the VI is running the user has to switch between the two tabs. Is it possible to show the two tabs on two different screens when the VI is running?


Yes.

Simple (aka "my preferred") solution: use two VIs to get separate frontpanels and place them on your two monitors.

More complicated solution: resize the frontpanel of your VI to span both monitors and place the tab content side by side…

Best regards,
GerdW


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

If you make the content of the tab into a sub-vi it should be pretty easy to use a sub-panel in the main window to show it and implement a r-click menu to pop it out into a standalone window.

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(641 Views)