02-11-2010 11:41 AM
Solved! Go to Solution.
02-11-2010 11:57 AM
there is a simple subpanel.vi example you can take a look at.
its in the examples.
02-11-2010 12:30 PM
02-11-2010 01:06 PM
oh,
i do something like this
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.
02-11-2010 01:42 PM
02-11-2010 01:45 PM
02-11-2010 02:02 PM
02-11-2010 02:16 PM
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.
02-11-2010 02:24 PM
02-11-2010 02:36 PM
Edit your build spec and mark those sub-VI as dynamic and make sure their FP is included.
Ben