08-26-2005 04:21 PM
08-26-2005 05:00 PM
08-26-2005 10:26 PM
A very easy way of implementing this sort of functinality is to use subpanels--it also lend to a very nice type of modularzation of your application.
Mike...
08-27-2005 12:12 PM
08-27-2005 05:38 PM
You can find the subpanel in the containers subpalette of the controls palette, but before you start using subpanels, which is a more advanced concept, you should consider using tbob's suggestion of making your experiment a seperate window, which will pop up. To do this, you need to write your experiment in a seperate VI (which you will need to do with a subpanel as well) and configure the VI window to open its FP when it's called (File>>VI Properties>>Window Appearance). This will mean that your VI can only run when its displayed.
You can also have it running all the time and open and close it's FP using VI server methods (search for that term), but you should probably start by searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf), which you can also search for things.