Jump to content

same vi in multi subpanel


Recommended Posts

thanks for replay i need  dyanmically loading remove the vi form  all sub panels for example

 

 

i have 5 subpanels i am trying to load same vi in all sub panels one by one . I will close any one vi in the sub panel  and again  i load same  vi which is empty sub panel..if have any example or solution share with me...

Link to comment

My snippet above dynamically loads four clones of the same [reentrant] vi (the high resolution timer just as an example), opens them in each of the four subpanels, and closes them when you press the stop button, like I understood you asked originally. Here a slightly more elegant variation of it, btw:

post-28229-0-18767200-1457968870.png

 

What do you want to do instead? A complete event-driven application with buttons for closing or reopening the clones in each of the subpanels? Left as an exercise, but the mechanics would be an event loop with Insert VI and Remove VI invoke nodes for each button pressed, I guess.

Link to comment

I understand even less what you want to do. Maybe you're better to post your code in the thread, someone else may fill in and help reviewing it. Or use a bottom up approach, first submit a minimal example which addresses clearly the behavior you're missing, and only that, for the group to help; add the rest later on in your private application.

Also, please don't send VIs with FP or BD diagram saved as maximized, it can be annoying to some.

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.