LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sub Panel in Application Builder

Solved!
Go to solution
My VI has a sub panel with with a sub vi front panel displayed in it.  When I build my application the sub panel is no longer visible.  How do I get it to show up?
0 Kudos
Message 1 of 11
(5,833 Views)

there is a simple subpanel.vi example you can take a look at.

its in the examples.

 

untitled.JPG

Best regards,
Krispiekream
0 Kudos
Message 2 of 11
(5,824 Views)
When I run the simple subpanel vi I see the graph but when I build the simple subpanel vi the application created does not show the graph.  How do I build it to include the subvi?
0 Kudos
Message 3 of 11
(5,812 Views)

oh,

i do something like this

untitled.JPG

 

you right click on the front panel where the subvi is at and create a property node (VALUE)

change VALUE to read and click on create constants to create the subvi constant on the front panel.

 

try it, it should work.

 

 

Best regards,
Krispiekream
0 Kudos
Message 4 of 11
(5,808 Views)
Thanks but that still did not work.  First of all value is not an option for the property node.  I tried visible but that did not work.  I am using LabView 2009 - I suspect you are giving me instructions for LabView 7  .  Anybody know how to do this in 2009?
0 Kudos
Message 5 of 11
(5,799 Views)

Hi John,

 

are you including the subVI in the application?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 11
(5,794 Views)
No - how do I do that?
0 Kudos
Message 7 of 11
(5,791 Views)

as far as i know,

a subpanel is a screen where you can see other subvi in your main panel.

 

so you need to create a subpanel screen on your main screen.

 

then you would use something like this.

 

 can you post the code and see what subvi you want to add to the frontpanel so we can take a look at it? it would be faster.

 

 

untitled.JPG

Best regards,
Krispiekream
0 Kudos
Message 8 of 11
(5,784 Views)
When I run the VI under labview it works fine - my subpanel shows what I want.  It is only when I build a standalone application using application builder that I have problems.  The standalone application does not show the subvi.
0 Kudos
Message 9 of 11
(5,780 Views)
Solution
Accepted by topic author JohnP
Message 10 of 11
(5,771 Views)