NI 5402/5406 Calibration Procedure
8
ni.com
3.
Select the device that you want to calibrate from the Device drop-down
listbox. Click
Okay
when finished.
4.
Select
Utility»Calibration
to open the Calibration dialog box.
5.
Click
Perform self-calibration
.
NI-FGEN
Complete the following steps to programatically perform a self-calibration
on the NI 5402/5406 using NI-FGEN:
1.
Open an instrument driver session, initialize the device for operation,
and return a session handle that will be used to identify the device in
future NI-FGEN calls by calling the niFgen Initialize VI.
Note
Throughout the procedure, refer to C/C++ function call parameters for the
LabVIEW input values.
2.
Initiate self-calibration by calling the niFgen Self Cal VI.
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_init
using
the following parameters:
resourceName
: The
name of the device that
you want to verify. This
name is the device
identifier assigned in
MAX.
IDQuery
:
VI_TRUE
resetDevice
:
VI_TRUE
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_SelfCal
using the following
parameter:
vi
: The session handle
returned from
niFgen_init
.