LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwidnows/CVI SavePanelState equivalent

In labWindows I can store current control and indicator values to a file using SavePanelState (panelHandle, "data.sps", 0); function. and I can Recall this file using Recall PanelState function.
 
Is there anything like this in labview?
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 2
(2,324 Views)

Hi Sheetal,

Although there isn't a direct analog to the SavePanelState function, in LabVIEW, you can get the front panel data by using a property node with the "Get All Control Values" property.  You can then save or load this data using the Configuration File VIs.  I've attached some example VIs which demonstrates how to do this. 

Hope this helps!
Megan B.
National Instruments

0 Kudos
Message 2 of 2
(2,305 Views)