03-01-2012 06:54 PM
I would like to be able to do the equivalent of a SavePanelState, but have the variable/values be saved in an ascii file so they are readable outside of CVI.
Can this be done?
Thanks,
Carl
03-02-2012 12:14 AM
There isn't a built-in function thatfo so that I know of, but you could create an automatic function that:
I have done some similar operation some time ago and it's not difficult but implies some effort in determinig which control to operate on and how.
(Note: part of the site is down on maintenance now so that lines of code can be wrong but the basic concepts can drive you to the correct attributes to use)
03-02-2012 02:41 AM
My personal approach is to use the inifile instrument driver for reading and writing .ini style files. It's very flexible at the price that every value requires its own function call.