NI 5402/5406 Calibration Procedure
38
ni.com
Updating the Calibration Date and Temperature
If the NI 5402/5406 passed verification within the calibration test limits and
you do not want to perform an adjustment, you can update the calibration
date and onboard calibration temperature without making any adjustments
by completing the following steps:
1.
Open an NI-FGEN external calibration session by calling the niFgen
Init Ext Cal VI.
2.
Close the instrument driver session and save the calibration date and
temperature to the onboard EEPROM by calling the niFgen Close Ext
Cal VI.
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_Init
ExtCal
using the
following parameters:
resourceName
: The
name of the device that
you want to verify. This
name is the device
identifier assigned in
MAX.
password
:
"NI"
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_Close
ExtCal
using the
following parameters:
vi
: The session handle
returned from
niFgen_InitExtCal
action
:
NIFGEN_VAL_
EXT_CAL_COMMIT.
This
stores the date and
temperature of the system
at the time of calibration.