GeertDreuning Posted December 9, 2003 Report Share Posted December 9, 2003 Hey, I'm creating an application which stores measurements (e.g. temperature) to textfiles (*.txt). I've created a vi wich is able to read these files and shows the information in a WaveFormChart. I would like to use some kind of button within my main panel (interface.vi) to show this vi, but I don't know how to do this. Could you help me with this problem, please Kind regards Geert Dreuning (School Of Technology Holland) Quote Link to comment
Steve_Brooks Posted December 9, 2003 Report Share Posted December 9, 2003 There are many ways of doing this but here are two: If you have LabVIEW 7 Express you can show the VI in a sub panel window. If you don't have this version, you can just set the sub VI to pop up in it's own window. If you would like an example of a sub panel just email me. sbrooks@baldor.com Quote Link to comment
GeertDreuning Posted December 16, 2003 Author Report Share Posted December 16, 2003 Hi there, Can anyone help me to solve this problem, because I still don't know how to make this work. Thanks, Geert Dreuning Quote Link to comment
Michael Aivaliotis Posted December 17, 2003 Report Share Posted December 17, 2003 I'm not sure if you are referring to embeded panels. I'm assuming you need a standard pop-up VI. The easiest way to create a pop-up VI panel is to set the VI to open the panel when called and close the panel if originaly closed. See the attached image: In order to bring up this property window, you must right-click on the icon in the top-right corner of the front panel of the VI you want to make pop-up. Quote Link to comment
Jake Posted March 23, 2004 Report Share Posted March 23, 2004 This topic is very close to my question, so I chose to post here. I also wish to start a vi for graphing data from within another vi, but in my case the main vi is a loop which must continue to run. I have compiled the second vi and called it with the system exec vi, which does work, but I would much rather leave it as a vi so that when I compile, I will end up with only one exe. I believe that the vi server is what I need to use, but I have had no experience using it. Any help in this area would be appreciated. Quote Link to comment
Michael Aivaliotis Posted July 11, 2004 Report Share Posted July 11, 2004 I also wish to start a vi for graphing data from within another vi, but in my case the main vi is a loop which must continue to run. I have compiled the second vi and called it with the system exec vi, which does work, but I would much rather leave it as a vi so that when I compile, I will end up with only one exe. I believe that the vi server is what I need to use, but I have had no experience using it. Any help in this area would be appreciated. 574[/snapback] Here is an image of a diagram that performs a dynamic call: Quote Link to comment
roxe Posted December 7, 2004 Report Share Posted December 7, 2004 I'm not sure if you are referring to embeded panels. I'm assuming you need a standard pop-up VI.The easiest way to create a pop-up VI panel is to set the VI to open the panel when called and close the panel if originaly closed. See the attached image: In order to bring up this property window, you must right-click on the icon in the top-right corner of the front panel of the VI you want to make pop-up. 255[/snapback] Could you please show me step by step how to wire this figure in block diagram. I really zero in LV. Thanks. :headbang: Quote Link to comment
arisa42 Posted July 4, 2005 Report Share Posted July 4, 2005 Could you show/explain how to do this in version 7.0, or is it the same? Quote Link to comment
arisa42 Posted July 5, 2005 Report Share Posted July 5, 2005 never mind. figured it out. thanks! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.