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?

Can you send me an example?

Tanks!!

Gabriel
0 Kudos
Message 1 of 4
(2,639 Views)
Gabriel,

You need to provide a bit more information. What do you mean by "frame" - front panel? - block diagram? -image acquisition?

Tim
Message 2 of 4
(2,639 Views)
Hi:

By frame I mean the front panel.

Thanks!!
0 Kudos
Message 3 of 4
(2,639 Views)
There are a few methods for using multiple front panels. If you want to keep several panels open and operating at the same time, use subvi's that are called in parallel (where one does not have to finish for the others to be called). Set the window properties for these to 'Show front panel when called'

File | VI Properties | Appearance | Customize...

You can also set them to Floating if desired. If you want multiple panels, but only one to work at any given time you can make them Modal.

Try playing with those options and post a more detailed question if you get stuck.
0 Kudos
Message 4 of 4
(2,639 Views)