LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save last selected path

Hi, I have created an executable file from a VI. IN this VI I have a path control and I would like to maintain the last selected path when I exit and launch again the executable.

Is it possible?

 

Regards,

 

Claudio

0 Kudos
Message 1 of 3
(2,448 Views)

Yes, two solutions - in both cases update the data from the exe, create an initialization case to read the file / registry on startup.

 

1) Create an ini file with the initialization data.

 

2) create registry items to hold the initialization data.

 

Examples of both of these ship with LabVIEW.

 

Help >> Find Examples

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA
0 Kudos
Message 2 of 3
(2,441 Views)

Did you even try a search? This question is asked just about every other week. Here's another example (which you would have found from a search): Community: Easy saving and loading of control values

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