LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open a new window VI

Solved!
Go to solution

Hello all,

 

I am new user of Labview so i need your help.

I try to create a block interface of the overall system and i need both controling and monitoring.

The main idea is, to have different push button and when i press them to open a new window (VI) in order to cotrol and monitoring each of them (For example when i push the pushbutton of a temperature sensor to be able to open a new window and to show the average temperature and if i want to open a cooler fan).

The question is if it is possible to do somthing like that or i have to do in the same window (Because i have 6 sensors and for each of them i want seperated window).

 

Thanks in Advance and i wait your replies

0 Kudos
Message 1 of 3
(6,449 Views)
Solution
Accepted by kb88

Hi kb88

 

Welcome to LabVIEW and the forums.

I've provided an example for you to have a look at - however as a new user you should first take the time to learn some LabVIEW using the online help and tutorials found at http://www.ni.com/academic/labview_training/.

To understand the code I've included you should look at while loops, event structures and case handling and VI properties(The SubVI you want to launch needs to have its 'VI Properties' set to 'Dialog' for it to appear as such)

 

Kind Regards

Chris | Applications Engineer NIUK
0 Kudos
Message 2 of 3
(6,421 Views)

Hi hicksc,

 

Everything work excellent thanks for your help.

0 Kudos
Message 3 of 3
(6,411 Views)