LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run-time menu link to VI

I'm not sure how an RTM file is associated with a partcular VI.  I'm looking at some examples and even tried one on my own.  I open a VI and bring in the "Current VIs Menu" and route it to a GetMenuSelection, I route that to a case structure within the VI.  All I see is true/false in the state machine, but more importantly, how can I tell that the RTM I just created is the one I'm trying to associate with thisVI?
0 Kudos
Message 1 of 2
(2,444 Views)
The run-time menu file associated with a VI is saved with the VI. Not sure what is happening with your VI and your state machine. Perhaps posting the code and the menu file may help. As for seeing what menu file is associated with a VI you can use the VI Server property "Run Time Menu Path" like this:




Message Edited by smercurio_fc on 03-29-200603:59 PM

0 Kudos
Message 2 of 2
(2,428 Views)