To download NI software, including the products shown below, visit ni.com/downloads.
Overview
The example demonstrates how to use custom run-time menus.
Description
You can create your own menus in LabVIEW while your VI or exe is running. You can choose to edit the menus that are already there (e.g. File, Edit, View, etc.) or you can create your own categories. This functionality is accessible by going to Edit»Run-Time Menu...
The Event Structure in LabVIEW can handle inputs to user-defined menus. In the VI attached, change the state of each Boolean indicator by using the menu options.
Requirements
Software
Hardware
Steps to Implement or Execute Code
Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines. The edited copy is marked with the text 'NIVerified'. Read here for more information about the new Example Guidelines and Community Platform.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Great example. Thank you.