Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save measurement parameter??

dear all,
i have a LabVIEW program to control dynamic signal measurement through PCI 4451,
i want my program can save my measurement parameter or value so that i can load anytime i want to use it.
can u help how to do it??
thanks.
0 Kudos
Message 1 of 2
(3,034 Views)
If you want to save a value you could always write it to a file. You could write it to a text or configuration file and then you could read the values from the file at any other time in your program. Below is a link to a tutorial on how to create configuration files. If it is just one variable that you want to keep track of you could just use a simple text file instead.

Implementing Configuration Files for Computer Based Data Acquisition Systems
http://zone.ni.com/devzone/conceptd.nsf/webmain/0AB7464222D600D7862570610063F2B6

Have a great day,
Brian P.
0 Kudos
Message 2 of 2
(3,004 Views)