08-15-2008 01:08 PM
Hello! I've made part of my diagram into a sub VI. I also want to be able to open the parameter settings of the sub VI when I'm running the program. For example, if I click a button then the panel of the sub VI will open. The labview HELP talks things about pereference or property node but isn't clear about how to do it. Thanks so much!
08-15-2008 02:45 PM
08-15-2008 04:56 PM
08-18-2008 05:33 AM - edited 08-18-2008 05:35 AM
08-18-2008 06:27 AM
08-18-2008 06:34 AM
Hi jeff,
You can control that in your main program. Like check a condition that inturn has to be programmed and then putting the subvi inside a case structure will do.
08-18-2008 06:52 AM
08-18-2008 06:56 AM
HI Jeff,
I am not getting your point.
08-18-2008 06:57 AM
08-18-2008 07:53 AM - edited 08-18-2008 07:58 AM
If you go into the VI properties and set it up to show front panel, it will do that every time the SubVI is called. Then, if you don't want the front panel to show, you have to use a Run Front Panel Transparently or Hide VI property node to not show it.
If you just right click on the VI on the block diagram, you can choose to show just that specific instance of the subvi.