LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I used to working with Labwindow CVI and i would like to know how can i use the commands "loadpanel" and "Displaypanel " in Labview. Using Invoke Nodes?

I want to make another panel appears and runs, but i don´t want to use a subpanel. So, i would like to use somenthing similar to Loadpanel and Displaypanel, that you can use in Labwindows CVI, but in Labview, is ti possible?I hope your answers, thank you!!!
0 Kudos
Message 1 of 3
(2,786 Views)
Yes can use the vi server to load the vi and run it. If your vi property is set to "Show VI FrontPanel when loaded" then the VI is automatically shown, otherwise you will need to use the property node Panel->Open.

See the attached image.

Joe
0 Kudos
Message 2 of 3
(2,786 Views)
Hi Bichillo,

I posted an example here.

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=50650000000500000014570100&HTHREAD=000087828&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

It demonstrates how to do what you are asking.

I do not mind you laughing at the code.

Have fun!

Ben
0 Kudos
Message 3 of 3
(2,786 Views)