Jump to content

Subpanels not beig displayed


jbabb

Recommended Posts

Hi I want to populate a FP tab in a tab control with a sub VI I wrote, and do it programmatically, rather than brute force copying it in there 4 or 8 times, but I always get just one instance of the subpanel.  I pull up the position property to make each instance below the previous. I don't think I have 4 just all on top of each other..

 

Heres the BD and FP:  Hmm looks like lavag doesn't allow me to paste screen shots, so I put them in the word doc that's attached

 

Thanks!

subpanelQuesstion.doc

Link to comment

You only have one subpanel, and a subpanel only holds one VI at a time (dropping the previous VI if you insert a new one).  You also seem to be only creating one copy of your subVI (but you opened four separate references to it).  If you want four copies (“clones”) of your SubVI, you need to use option 0x8 (Reentrant run) in the Open Reference, and you need four subpanels.

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.