09-15-2008 02:45 PM
Hey guys how can i make this works :
when i click on temperature , i want my temperature.vi to open up.
09-15-2008 03:31 PM
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
09-15-2008 03:46 PM
09-15-2008 04:09 PM
09-15-2008 05:36 PM
09-15-2008 08:21 PM
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.
09-16-2008 07:42 AM