LabVIEW

cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

front panel saving

Hey i got a graph , few indicators and controls assocaited with my program to log data.
After my test is done can i save  my front panel to a file so that i can reopen it with all parameters and graphs being dislayed???are there such setting or any other way ?
Best regards
SDI
0 Kudos
Message 1 of 3
(2,628 Views)
Hi sdi,

there's an "invoke node"-method "Get Panel Image" that gives you all data needed to save a picture using one of the "write picture file" functions.
You can also make your own routine to save the values of all controls/indicators in Configuration files (there are many threads on this topic here in the forum).
Best regards,
GerdW


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

Hi ssddii

you can use "make current values default", but to do it you have to write a second vi which calls the method, because as far as i know the vi which values you want to make as default can“t call this method itself. Another way is to write all control values into an ini file.

Mike

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