LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

subpanel: position of displayed VI

Hi
 
Does anybody know how to set the position of the elements you display in a subpanel?
 
 
Thanks
Volker
0 Kudos
Message 1 of 16
(7,124 Views)
Open the vi which you are calling in the sub panel. Arrange the position of controls and indicators on the front panel.
0 Kudos
Message 2 of 16
(7,119 Views)

That doesn't work.

I arranged the switch and the LED in the upper left corner of VI i'm calling, but in the subpanel it is displayed somewhere else.

0 Kudos
Message 3 of 16
(7,114 Views)

Hai,

Could you post your code....




Ur previous post attachment is not visible and it is like above one.
Message 4 of 16
(7,106 Views)
I cannot see the picture that you have inserted. Can you attach the image? Also use Jpeg or png formats
0 Kudos
Message 5 of 16
(7,100 Views)


Message Edited by BigBadWolf on 04-22-2008 07:37 AM
0 Kudos
Message 6 of 16
(7,096 Views)

Try using the scroll bar of the vi to arrange the position.

Doesnt that help?

Also make sure that your visible front panel size of the vi is exactly same as the sub panel that you have placed



Message Edited by Vsh on 04-22-2008 07:45 AM
0 Kudos
Message 7 of 16
(7,073 Views)

How do i make sure that the visible front panel size of the vi is exactly the same as the sub panel that i have placed

0 Kudos
Message 8 of 16
(7,063 Views)
Right click on your subpanel and select create->property node->bounds->all
drop that on your block diagram and wire create an indicator.  that will give you the height and width of your subpanel after a quick run.
 
then, in your SubVI, go to file->VI Properties->Window Size and put the height and width in, then click and drag from the bottom corner of your subvi to make it as small as possible.  this "small as possible" size will be the same as your subpanel, and presto! everything fits.
0 Kudos
Message 9 of 16
(7,056 Views)
And after you finish as what Jeff replied, arrange the controls and indicators accordingly.
0 Kudos
Message 10 of 16
(7,053 Views)