09-22-2010 03:16 PM
I want to create a VI that would allow me to choose which subvi in the VI to one. I think I can do the following. Let me know if you have a good idea.
I have a case structe that contain all the subvi that the user can choose to run. For example, if the user select 1, the subvi in case 1 will be selected to run, and its controls and indicator will appear (will do that with properties node).
If I have a polymorphic, is it posible to select which instance to run without using a case structure? How I only make the control and indicator of the instance that I want to run to appear?
09-23-2010 04:27 PM
Hi jyand72211,
I would use a case structure. If you want to be able to select controls and indicators you can select "Open front panel when loaded" in the subvi setup.
09-24-2010 04:45 AM
Hi jyang7221,
The image below should help, incorporating this into an event structure that you set each case to run on a boolean button press.
Hope this helps!