LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

user interface

Hey guys how can i make this works :

when i click on temperature , i want my temperature.vi to open up.

LV 8.2
Download All
0 Kudos
Message 1 of 7
(3,473 Views)

 All you have to do is to change the "Window appearance" to "Dialog". Go to "File-->Properties", select "Window Appearance" and then select Dialog...This changes the property "Open front panel when called" to true, so the VI opens when called.

 

Greetings

 

Christian


THINK G!! 😉
------------------------------------------------------------------------------------------------
Using LabView 2010 and 2011 on Mac and Win
Programming in Microsoft Visual C++ (Win), XCode (Mac)
Message 2 of 7
(3,459 Views)
i put 3 selections ....it frezez up sometimes ....why is that ?
LV 8.2
Message 3 of 7
(3,454 Views)
You might benefit from using an event structure for your top level vi. Here's a quick mockup.
Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 4 of 7
(3,445 Views)
0 Kudos
Message 5 of 7
(3,427 Views)

I have no idea what the last attachment is for.

 

You have only posted the one VI that UI2 calls and your VI 'hangs' because that is they way you've programmed it. You did not modify temperature.vi so that it's front panel opens up. Without the front panel opening up, you have absolutely not way to stop that subVI. While it is running, the main cannot do anything because it is waiting for the subVI to finish. 

 

You continue to make basic errors in LabVIEW programming. You continue (from your other posts) to say you have no time to take any of the tutorials but you continue trying to write programs and ask for help when you get stuck with something trivial.

Message 6 of 7
(3,410 Views)
I did make it to open up , as cschneider said , properties---appearence and then custom or dialog.....!!! the last vi was missing iun temperature.vi.....so iadded up when i called NI.
LV 8.2
0 Kudos
Message 7 of 7
(3,383 Views)