LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

take over last values as standard in an .exe

Hi,
 
how can I take over programmatically the last values as standard values, so that they appear again as start-values when I open again the .exe ?
 
Thanks,
 
              Magnus Riede
0 Kudos
Message 1 of 3
(2,163 Views)

Magnus,

 

one possible way to implement that is using *.ini or cfg-files and VI-Server. In a "StartupVI" you can load the file, set the defaultvalues for your main-VI. After finishing work, you can call a "ShutdownVI" saving all current values from the mainVI back into the file.

 

Norbert B.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 3
(2,162 Views)

Thank you very much, Norbert, it works fine Smiley Very Happy

Magnus

0 Kudos
Message 3 of 3
(2,145 Views)