Jump to content

Connect run time menu choice to VI


Recommended Posts

G'day,

I'm doing maintenance on some LV7.1...it's a mess. I'm struggling with run time menus: one menu choice is designed to pop a VI that lets the user jog some stages. The popped VI had an error, so I replaced it with a functioning version with the same name. Now when I light up the top level VI, the 'jog stages' VI doesn't pop (appear) when I click the runtime menu choice. It appears I've lost the 'connection' between the menu choice and running the jog VI. Can anyone shed light on how to correct this? I've poked through the LV examples and found some information...more study needed there.

I'd be glad to supply any additional info that might be useful. Thanks for any help you can provide.

Best,

John

Link to comment

I assume you know this, but just in case - menu interaction is done using the event structure, so you need to replace the VI inside the event case that handles the action for this menu item (and make sure you have the right name, etc.).

Other than that, the only other likely option I can think of is that you didn't set the VI to open its FP when called.

If that does not help, you should post the relevant code.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.