LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

select which VI to use with a dialog box

Hi!
 
I have one programme that acquires data and an other that analyzes data, and I want a dialog box to appear when I run the VI so that I can choose which programme to use. Kind of like a small start menu with two options.
Maybe use a case structure and the buttons in the dialog box is true or false?
 
Thank you in advance!
0 Kudos
Message 1 of 5
(2,809 Views)
PS if you give a graphic answer please use Labview 7.1
0 Kudos
Message 2 of 5
(2,807 Views)
Use Two Boolean controls in the front panel & kept the two vi's(Acquire & Analyze) in the event structure value change event of its .
or
Use state machine method.
 
See attachment
 
-Kumar B
Download All
0 Kudos
Message 3 of 5
(2,800 Views)
Find the attachment for state machine example.
 
-Kumar B
0 Kudos
Message 4 of 5
(2,799 Views)
Thank you so much! I think this is just what I need 🙂
0 Kudos
Message 5 of 5
(2,793 Views)