
NI 4065 Calibration Procedure
18
ni.com
22. Set a writable niDMM property node to set the input resistance of the
NI 4065 to 10 M
.
23. Call the niDMM Read VI.
a.
Subtract the previously stored 100 mV 10 M
mode offset from
this measurement, and verify that the result falls between the
limits listed in Table 20.
24. Call the niDMM Control VI.
LabVIEW Block Diagram
C/C++ Function Call
Call
niDMM
SetAttributeViReal64
with the following
parameters:
Instrument_Handle
: The
instrument handle from
niDMM_init
Attribute_ID
:
NIDMM_ATTR_INPUT
_RESISTANCE
Attribute_Value
:
NIDMM_VAL_10_MEGAOHM
LabVIEW Block Diagram
C/C++ Function Call
Call
niDMM_read
with the following
parameters:
Instrument_Handle
: The instrument
handle from
niDMM_init
Reading
: Verify that the result falls
between the limits listed in Table 20
Maximum_Time
: –
1
LabVIEW Block Diagram
C/C++ Function Call
Call
niDMM_Control
with the following
parameters:
Instrument_Handle
: The instrument
handle from
niDMM_init
Control Action
:
Commit