LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read settings/configurations from file

Hi,

 

I am developing a program that reads from several thermocouples. The reading can then changed by an offset and gain factor.  What I want to achieve is once the user has calibrated the sensors he can click on a save button to save those offset and gain values to a file. The next time the program is launched it reads the file for the calibration values (so the user does not have to calibrate them all the time). 

 

How is the best way of doing this in LabView

 

regards

Harshil.

0 Kudos
Message 1 of 3
(2,464 Views)
Hi, You can use "Configuration File VIs" located under the File I/O palette. There should also be some examples comeing with LabVIEW, just use the Example Finder. Christian
0 Kudos
Message 2 of 3
(2,462 Views)
I also enjoy using the OpenG Variant Configuration File VIs Read and Write Ini File VIs.  The Write/Read Panel to/from INI VIs look interesting, too, but I've never used them.  I use the others all the time.
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 3 of 3
(2,443 Views)