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 !
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.