LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

different frames

Hi:

How I can make a program on LabView that includes more than one frame?

Bye frame I mean the front panel.


Can you send me an example?


Tanks!!
0 Kudos
Message 1 of 6
(2,883 Views)
You can use Tab Control to get multiple frame. Its under "control" (in front panel) -- under "array and culster" .
Or you can open multiple front panel using your sub vi front panel.
------------------------------------------------------------------
When you feel sad, laugh
0 Kudos
Message 2 of 6
(2,883 Views)

HI Baroque...

Here is an example. Just open Master.VI and run it.

It demonstates how to dynamically load VI into memory, show their front panels (frames) and get them running.

This example (LV 6.1) opens a referece to a set aof VI's and uses an property node to show the front panel and an invoke node to start them. The VI then enter a loop to demonstrate that it is running.

Each of the dynamically called VI will also show that they are running. These VI can be closed individually with out affecting the othres.

When the Master.VI is stopped, it closes all of the other VI's again using control references.

Have fun,

Ben


Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 6
(2,883 Views)
Hi:

thanks for your response, now I´m using a subpanel.

See you

Gabriel
0 Kudos
Message 4 of 6
(2,883 Views)
Hi:

Thanks for your response, that's so funny but I`m now using subpanel.

See you

Gabriel
0 Kudos
Message 5 of 6
(2,883 Views)
Thank you Gabriel!

That is the only code I have ever written that I do NOT mind people laughing at.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 6 of 6
(2,883 Views)