LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SubPanels

Hmm, it is realy funny now. Why does it work now? Did you check the example in LV's example finder? They close the SubVI reference directly after opening the SubVI too.
0 Kudos
Message 11 of 18
(1,277 Views)
I confirm on LV8.5.  It works if close is removed.
0 Kudos
Message 12 of 18
(1,256 Views)
Thank you too, could you try the example "subpanel" from LV's example finder.
0 Kudos
Message 13 of 18
(1,255 Views)
I did check out 'subpanel viewer.vi'.  It is different from yours as only one runs at a time.  When a new one gets opened, it closes the previous one.  If you want to keep your structure, just array the open controls, then close them all on exit or when no longer needed.
0 Kudos
Message 14 of 18
(1,233 Views)
Oh, sorry, I think Simple Subpanel.vi in example finder.
In this example is no communication between Main.vi and Sub.VI, but the reference will be closed after start.
And I think that I don't need the SubVI's reference after start of them and close it, say me please why I have not to do it?
 
Thank you, Eugen


Message Edited by Eugen Graf on 01-30-2008 12:20 PM
0 Kudos
Message 15 of 18
(1,229 Views)

Hi Eugen,

are you sure that you connect the error cluster in the same order like shown in the example? If not it could be a timing problem. I unfortunately can´t check it now, because i´m not at work and so i have no LabView 8.x.

Mike

0 Kudos
Message 16 of 18
(1,212 Views)

Hi Eugen,

now i have seen that the connection order is like shown in the example. As an other way i have deleted all references and replace it with direct invoke nodes for every sub panel, but that also don´t work. I think the solution with store the reference could be acceptable for you.

Mike

0 Kudos
Message 17 of 18
(1,188 Views)
Ok, thank to all.
0 Kudos
Message 18 of 18
(1,185 Views)