LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Button "always"

Hallo,

I made a menu with a boolean called "always". I want to achieve the following:

If always=false then open the menu and ask for new config
If always=true then don't ask but use the same config until the VI ends.

(f.e: Buttons 1 2 always, three runs. First run=1
always=false Menu always appears
always=true Menu doesn't appear, the value of the first run ("1") is used)

Can anybody help me with this problem?

Arno
0 Kudos
Message 1 of 2
(2,482 Views)
First, you may use a "Case Structure" or a simple "Select", to make the proper initial action. Then you can use a "Configuration File" (Inside File I/O) to save the parameters of the last operation of the VI. this is the way I would do it...
Good Luck,

JFT
0 Kudos
Message 2 of 2
(2,482 Views)