Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 9207 Calibration Procedure

Is it possible to calibrate the NI 9207 using Visual Studio instead of LabView? I cannot find the function calls mentioned in the manual in Visual Studio, like "DAQmxGet9207CalAdjustPoints", "DAQmxAdjust9207Cal", "DAQmxAdjust9207OffsetCal" and so on.

0 Kudos
Message 1 of 2
(2,935 Views)

Hi peterjo,

 

What programming language are you using? Those functions are declared in NIDAQmx.h which is for C or C++. If you're using VB.net or C#, you probably want NationalInstruments.DAQmx.ExternalCalibrationSession.Get9207AdjustmentPoints() etc. so you don't have to P/Invoke all the DAQmx entrypoints.

 

If your copy of NIDAQmx.h doesn't have those functions, then you need to upgrade to a newer NI-DAQmx version.

 

Brad

---
Brad Keryan
NI R&D
0 Kudos
Message 2 of 2
(2,929 Views)