07-27-2008 09:15 PM
07-27-2008 10:46 PM
Hi
You can write a new VI which only has two buttons for AVI read/write on its front panel. Then, pop-up this VI before running your VI.
07-28-2008 10:04 AM
07-30-2008 11:46 AM
07-30-2008 11:51 AM
put the other two vi's in a case structure downstream of your pop up. Take the button presses out of the pop up and use them to select which case to run (i.e which sub vi will execute next).
Craig
07-30-2008 09:31 PM
07-30-2008 09:37 PM - edited 07-30-2008 09:38 PM
Yes, you do need them to execute. The pop-up VI has to run in order for the user to select something and pass it back to the main.
Connecting Booleans to case statements or having an event structure that calls the subVIs is pretty basic (as is a pop-up). I would highly recomend you look at the basic LabVIEW training available here.