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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

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