Hello
I'm developing an application, that will be a stand alone aplication (built from LabVIEW).
There are a few configuration parameters, that must be loaded in the application the first time it's run. This is solved by running a subVI, where all configuration parameters must be changed.
The problem is the following. When it's not the first time the application is run, the configuration values from the previous run must be conserved. how can I do this?
And another problem. It's possible to add an element in the menu of the application named "calibration", that when it's selected a new subVI is loaded?
Thamks for your help!!!