LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

executable missing menu

LabVIEW 2009 SP1 (DevSuite):   I am sure this has been covered but I am out if time to search.

 

Custom RTM file created for main interface and included in Build Spec (included in app.exe) but get Error 1162 (Cannot find one or more tags) on launch when using Set Menu Item Info to configure some my User-defined menu items.

 

Noticed also that only original LabVIEW type tags and menus (File, Help) appear but custom ones are missing.

 

Do all custom menus have to be dynamically created in code even though an RTM was created? What am I missing?

 

Thanks, Dave

0 Kudos
Message 1 of 3
(2,313 Views)

Might want to take a look at the following whitepaper:

 

How Can I Create Custom Run-Time Menus in LabVIEW?

http://digital.ni.com/public.nsf/allkb/17803AA31C8C07C986256CFD0080D609

 

Regarding the error 1162… there is almost no useful information for that error.

0 Kudos
Message 2 of 3
(2,278 Views)

At some point controls using custom run-time menus stopped working for me. I forget which version of labview and it may have been 2009. These menus show up fine in development environment but then never works right in EXE. I just dynamically create the menus at "Menu Activation?" event and it works fast and is still easy to maintain.

0 Kudos
Message 3 of 3
(2,264 Views)