LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple pages

Hi
 
I have 4 different VI that I`ve to diplay into a main VI page, how can I do?
Thanks 
0 Kudos
Message 1 of 12
(4,281 Views)
E.g if you use SubPanels in the main.vi
 
Or better use SubVIs outputs to give the data to the main.vi
 
Or if your SubVIs are parallel (includes while loops) than you can use queues or notifiers to transport the data from SubVIs to main.vi.
 
Or use Global Variables.
 
or or or...
0 Kudos
Message 2 of 12
(4,273 Views)
 
You can use a subpanel.
 
Check the LabVIEW help on "Loading a Front Panel in a Subpanel Control". It should tell you exactly what to do. 🙂
0 Kudos
Message 3 of 12
(4,270 Views)
I have developed it in this manner:
 
I have used 4 boolean button to manage 4 case structure, witch inside I have inserted each VI...
it works, but when I select the page it is displayed in a second window, not in the same of the fist page.
I need to develop all the page in the same window.
Wich one is the better way?
 
Thanks 
0 Kudos
Message 4 of 12
(4,265 Views)
If you do the subpanel method correctly, everything will be in the same window. Can you attach your code so we can see what's wrong?


Message Edited by altenbach on 06-09-2008 08:50 AM
0 Kudos
Message 5 of 12
(4,261 Views)
HI
 
I have developed the VI how you suggest, and it works
But how can I select different path by using boolean button?
 
I send an image to better understanding
How ca I develop the "?" Block ?
 
Thanks
0 Kudos
Message 6 of 12
(4,222 Views)
HI
 
I have developed the VI how you suggest, and it works
But how can I select different path by using boolean button?
 
I send an image to better understanding
How ca I develop the "?" Block ?
 
Thanks
0 Kudos
Message 7 of 12
(4,222 Views)
Sorry, the image
0 Kudos
Message 8 of 12
(4,219 Views)
Hi enzo78,
here are two solutions for you.
 
 
Mike


Message Edited by MikeS81 on 06-10-2008 12:43 PM
Message 9 of 12
(4,209 Views)

Thanks, very helpfull!

but there is a manner to deselect a boolean button when I push the other button?

 

0 Kudos
Message 10 of 12
(4,201 Views)