LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I save UI control value and recall them

Hi,
I have a task to save the User Interface Control value (for example per user) and then on the next time the specific User can recall its control values he had put last time.
How do I perform a simple UI control Save and reload?
Thanks
Yariv
0 Kudos
Message 1 of 4
(2,878 Views)
You can write some code yourself to do this (using the Get\Set Control Value methods or local variables), but the fastest way is probably to download OpenG's file toolkit, which includes VIs which save a FP to an INI file and then load it back.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,874 Views)
Thanks,
I have OpenG, where is it located?
Yariv
0 Kudos
Message 3 of 4
(2,869 Views)
File I/O>>OpenG Variant Configuration File VIs>>Write Panel to INI.

___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(2,865 Views)