LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to design a main menu?

hi LabVIEW-users,

i'm working on labview for about 2 weeks and have made some simple VIs for voltage measurement.
now i want to put these VIs (3) together in one application (.exe) with a kind of main menu where i can
choose the VI i want to use. here's a pic to help understanding what i want to do:



each VI works on its own (no interacting with another VI, no "value-sharing").
and i need some kind of "back-button" to come back to the main menu to choose another VI.

so my question is how to create this type of menu,
i'm open to every kind of support...explainations...examples...tutorials...hints.

thx,
philipp
0 Kudos
Message 1 of 15
(4,286 Views)

Hi fr33k,

 

Which version of LV are you using? Pro, Base, Student?

0 Kudos
Message 2 of 15
(4,265 Views)
ahh sorry, i knew i forget something.

i use LabVIEW 8.6 - Base Development System
0 Kudos
Message 3 of 15
(4,261 Views)
Are you talking about creating a run time menu?
0 Kudos
Message 4 of 15
(4,253 Views)

Since you don't have Event Structures, I can think of this only.

 

Temp.JPG

 

You could use the paths to be relative and connect the error panes. To reduce CPU cycles you could put in a wait node in the while loop. I dunno if this is the best way or not. Hope it helps.

 

Regards,

 

Nitin

Message 5 of 15
(4,252 Views)

Is this what you are looking for? Please place your subvi's inside the respective cases in the case structure

 

untitled.PNG

Message 6 of 15
(4,243 Views)
@muks: due to the fact i'm new with LabVIEW i don't know exactly what a "runtime menu" is?! but i want the menu to work in an application. maybe i can make the menu in the projectexplorer?

@NitinD: thx for your solution, i will try to make it in the next hours and give a feedback.
0 Kudos
Message 7 of 15
(4,238 Views)
 
Download All
Message 8 of 15
(4,219 Views)
You can also go to vi properties -->windows appearence--> customize--> (CHECK) show front panel when called and close afterwards.
Message Edited by muks on 09-22-2009 04:30 PM
0 Kudos
Message 9 of 15
(4,217 Views)
0 Kudos
Message 10 of 15
(4,210 Views)