have say one menu on the front panel that will access several other menus. Each having several additional configuration parameters. Anyone know the best way to approach this? Can I select a menu, and have it open a vi that sets the parameter for that menu?"You can create your own dialog windows to set your parameters. Create a vi with all the features you want the dialog window to perform. Edit the connectors of the vi so they return what you want to retrieve (Right-click the upper right icon in the fron panel of the vi and select "Show Connectors"). Then, edit the configuration of your vi so it behave like a dialog box (Right-click the upper right icon again and select "VI Setup..."). Finally, add your vi to your main application vi.
I included an attachment as an example. The attachment is a .zip file. The example was written in LabVIEW 5. Run the vi with title "call dialog".
Good luck!
Enrique"
www.vartortech.com