_Steven Chang wrote:
>Hi,>>When we place controls in the front panel VI, there are default values>that
we can set during design time. Is it possible to load up a VI and>read those
default values from a file? I guess the point is that I want>to be able
to store different control settings for different users with>one VI. Maybe
possibly use the File I/O VI's to load up default control>values that way.
Is it possible?>>Thanks,>Steven>
After trying many various ways of storing configuration data, the way I use
the most is to set up a "configuration global", a global that consists of
basically a single cluster into which I place anything about the application
that I want to configure and store. I usually include the application's path,
DASQ settings, a
nd user preferences. You can then read/write this cluster
anytime during your test session. You can provide user access to specific
portions of the global through a tabbed dialog box and allow multiple records
in your config file which can be accessed at any time.