![National Instruments 9205 Скачать руководство пользователя страница 9](http://html1.mh-extra.com/html/national-instruments/9205/9205_calibration-procedure_709128009.webp)
©
National Instruments Corporation
9
NI 9205/9206 Calibration Procedure
6.
Start the acquisition using
DAQmxStartTask
(DAQmx Start Task VI),
as shown in the following table.
7.
Acquire 10,000 points of voltage data using
DAQmxReadAnalogF64
(DAQmx Read VI), as shown in the following table.
8.
Average the voltage values that you acquired. Compare the resulting
average to the Upper Limit and Lower Limit values in Table 4. If the
result is between these values, the device passes the test.
9.
Clear the acquisition using
DAQmxClearTask
(DAQmx Clear Task
VI), as shown in the following table.
10. Repeat steps 3 through 9 for all ranges and all values.
11. Disconnect the calibrator from the device or proceed to the
Adjustment
Procedure
section to adjust the analog input calibration constants.
NI-DAQmx Function Call
LabVIEW Block Diagram
Call
DAQmxStartTask
with
the following parameter:
taskHandle
:
taskHandle
NI-DAQmx Function Call
LabVIEW Block Diagram
Call
DAQmxReadAnalogF64
with the
following parameters:
taskHandle
:
taskHandle
numSampsPerChan
:
–1
timeout
:
10.0
fillMode
:
DAQmx_Val_GroupByChannel
readArray
:
data
arraySizeInSamples
:
10000
sampsPerChanRead
:
&read
reserved
:
NULL
NI-DAQmx Function Call
LabVIEW Block Diagram
Call
DAQmxClearTask
with the following
parameter:
taskHandle
:
taskHandle