Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi window instances, DSC LabVIEW application

Hi

 

How can I develop a DSC LabVIEW application featuring multi window instances controlled by button (s) press on main (default) front view window? 

In fact I have a large number of wireless sensors to be analyzed.

 

BR,

 

Nasq

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

Create multiple labview VI. Use button to switch between VI. LabVIEW is able to programmtically open or close a VI, open or close a VI's panel.

For detailed information, please post this question on LabVIEW forum. 

Ryan Shi
National Instruments
0 Kudos
Message 2 of 4
(6,313 Views)
You can also use the Tab control.
Ryan Shi
National Instruments
0 Kudos
Message 3 of 4
(6,312 Views)

Hi Ryan!

 

Thanks for reply. Creating multiple VIs is not a bad design option at all. However I fear it could compromise speed of an application which is also running active communication with database sources and a great number of sensors.

 

Let me try it. But thanks for suggestion.

 

BR

 

Nasq

0 Kudos
Message 4 of 4
(6,299 Views)