10
|
ni.com
|
NI 5105 Calibration Procedure
3.
Self-calibrate the device using niScope Cal Self Calibrate VI.
.
Note
Because the session is a standard session rather than an external calibration
session, the new calibration constants are immediately stored in the EEPROM.
Therefore, you can include this procedure in any application that uses the device.
4.
End the session using the niScope Close VI.
Verification
Note
After the 15 minute warm-up period, always self-calibrate the NI 5105 before
beginning a verification procedure.
This section describes the program you must write to verify either the calibration test limits or
the published specifications for the NI 5105.
LabVIEW VI
C/C++ Function Call
Call
niScope_init
with the
following parameters:
resourceName
: The device name
assigned by MAX
idQuery
:
VI_FALSE
resetDevice
:
VI_TRUE
LabVIEW VI
C/C++ Function Call
Note
: Wiring the Channel Name and Option inputs is not required
for this step.
Call
niScope_CalSelf
Calibrate
with the
following parameters:
vi
: The instrument handle from
niScope_init
channelList
:
VI_NULL
option
:
VI_NULL
LabVIEW VI
C/C++ Function Call
Call
niScope_close
with the
following parameters:
vi
: The instrument handle from
niScope_init