Chapter 1
Introduction—Document Scope
©
National Instruments Corporation
1-5
Documentation
This calibration procedure requires information on installing the
NI 54
XX
devices, which you can find in the following documents:
•
NI 5411/5431 User Manual
•
DAQ Quick Start Guide
The following documents contain information on using the NI-DAQ driver:
•
NI-DAQ Function Reference Online Help
•
NI-DAQ User Manual for PC Compatibles
Table 1-3.
Calibration File Location
File Name and Location
Description
<system directory>\niArbCal.dll
The NI 54
XX
calibration toolkit
library. This provides the functionality
for calibrating your device.
vxipnp\winnt(win95)\lib\msc\niArbCal.lib
This is a .
lib
file that allows you
to create applications which call
functions in the
niArbCal
DLL. You
must link to this library when building
applications in Microsoft Visual C++
or National Instruments CVI.
vxipnp\winnt(win95)\include\niArbCal.h
This is a header file for the accessible
functions in the
niArbCal
DLL.
You must include this file in any
C code that you write in order to call
these functions.
vxipnp\winnt(win95)\
SimpleCalibrationExample.c
vxipnp\winnt(win95)\
ExternalCalibrationExample.c
These are examples, written in C,
that illustrate the use of the functions
in the
niArbCal
DLL to accomplish
calibration related tasks.
LabVIEW(6)\instr.lib\ni54xx\ni54xx_cal.llb
This LabVIEW LLB contains VIs that
correspond to the functions in the
niArbCal
DLL.
LabVIEW(6)\instr.lib\ni54xx\
External_Calibration_Example.llb
This LabVIEW LLB contains VIs that
demonstrate an external adjustment
procedure using the VIs in the
ni54xx_cal
LLB.