LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save all data from runtime controls and graphs which can be reloaded.

Solved!
Go to solution

I think an important function specially for tests that can take a long time to run:

 

Let us assume a user needs to quit a program and continue the next day or there is a power cut.

 

Is there a straightforward way to save completely all operations and data currently being run at runtime and reload them as if the program was never closed?

 

=> data from controls and graphs etc?

0 Kudos
Message 1 of 3
(2,133 Views)
Solution
Accepted by topic author rajiv85

Hi rajiv,

 


@rajiv85 wrote:

Let us assume a user needs to quit a program and continue the next day or there is a power cut.

Is there a straightforward way to save completely all operations and data currently being run at runtime and reload them as if the program was never closed?

Yes, there is: you need to log all user actions/settings in a logfile/configuration file.

Load those files at startup of your program and use the saved values from these files…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,123 Views)

Thank you very much for confirming!

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