10-28-2016 09:15 AM
Hi All,
I am fully aware of the reinitiate functions, and usually just create a reference to the Vi and reset all value back to defuault using the method described here:-
http://digital.ni.com/public.nsf/allkb/08E7DDAE66A7D02C86256DDA00630E75
But i want to re-set all my indicators, but leave one user switched control alone (in a self test set up).
How would i go about doing this.
Thanks,
Richard.
10-28-2016 09:22 AM
I guess you can extract the value you want to preserve, reinit all to default, then re-insert the value.
10-28-2016 09:22 AM
When creating user interfaces which should store configuration information for some/all elements, it is recommended to add code for handling configuration files like *.cfg or *.ini.
The idea is to store the elements value to the file when shutting down the application and restoring them when the application restarts.Norbert