01-26-2012 04:55 AM
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.
01-26-2012 03:53 PM
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