11-05-2012 04:58 AM
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
Solved! Go to Solution.
11-05-2012 05:56 AM
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
11-05-2012 07:12 AM
Hi hicksc,
Everything work excellent thanks for your help.