LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a "drop down menu"

I would like to create a "drop down menu" so that the user can select from a list of options and based upon their selection, the rest of the Labview program will run with the option-specific parameters. Is there a way to do this using the "prompt user for input" icon, or...
Message 1 of 4
(25,264 Views)
is Combo Box good enough for you?
------- LabVIEW 2009, So Easy, Even a Therapist Can Do It -------
0 Kudos
Message 2 of 4
(25,258 Views)
Use of Enum will give you that functionality , use it the case structure so that based on the selection that case or part of the prog. will get executed.. u can find enum on the front panel control palette. Hope this works for you,
0 Kudos
Message 3 of 4
(25,252 Views)
In LabVIEW 8.x, a popup menu can be associated with any controls/indicators. Just right click on control and go to Advanced...as shown below. You'll have access to a configuration window. The Run-Time shortcut menu is managed using the event structure.
 
Chilly Charly    (aka CC)
Message 4 of 4
(25,235 Views)