PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone give me an example c/c++ code for calibration of 6070E A/D board?

I found one: Calibrate_Eseries.zip, but it is not good --- the main function (Calibrate_E_Series) is not in it. Can anyone send me a c/c++ calibration code?

Thanks.

flofish
0 Kudos
Message 1 of 3
(3,794 Views)
Hello flofish,

I am going to attach the C calibration code that installs with the driver (the filepath in which I found it is below) , hopefully it is what you need!

Filepath for C Calibration Code
C:\Program Files\National Instruments\NI-DAQ\Examples\VisualC\Calib

Take care,
E.Lee
Eric
DE For Life!
0 Kudos
Message 2 of 3
(3,790 Views)
Thanks, buddy. I read a little bit more about the calibration, and now I think I understand more about my problem.
I wrote a C code driver for 6070E and 6713E boards. I guess I should read constants from EEPROM and write those to CALDAC everytime the program starts, right? So, I need this kind of C example code. Could you give a hint where to find it?

Thanks.

flofish
0 Kudos
Message 3 of 3
(3,783 Views)