LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to link the menu to the function?

When edit menu,I don't know how to link item of menu to the Labview Function,means the items of the menu have no use ,can't achieve any function. Please tell me the experts ,Thanks !
0 Kudos
Message 1 of 2
(2,518 Views)
I suggest looking at exsample code. In LabVIEW 6.1 you can go to help >> find examples >> building user interfaces >> menus and toolbars >> menu selection demo.vi. In LabVIEW 6i, goto help >> examples >> advanced >> customizing controls and VIs >> custom menubar examples >> menu selection(this is the VI).

In the examples, the output of the VIs is usually sent to a case selector of a case structure. The code to be executed is in the appropriate case.

Jeremy Braden
National Instuments
0 Kudos
Message 2 of 2
(2,518 Views)