LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving value of controls for the next session

Hi,
As a suggestion it would be helpful (esp. in VI application .exe) if an
item could be added to right-click menu of controls in "Data
operation ..." as "Remember last value" . If one checks this
item, the application saves the last value of that control in a .ini
file, so that on the next run of the application, controls will be set
to the last value from previous session rather than default value.

Is there such a capability in current versions?

Thanks,

0 Kudos
Message 1 of 3
(2,785 Views)
That capability is available in that you can do exactly what you said, but you have to do it yourself.  Just before program exit, save all control values to a configuration file, and right after program start, load all those controls with the value of the file.

I agree that this would be handy to have built in, but it's not too tricky to do yourself.

As an aside, I'll give you the benefit of the doubt.  You may want to have a look on your computer for some spyware/adware/bot which is posting spam to the forum...
0 Kudos
Message 2 of 3
(2,775 Views)
OpenG has configuration Vi tools for this.  Go check here and download the package.
0 Kudos
Message 3 of 3
(2,771 Views)