background image

NI 6711/6713/6731/6733 Calibration Procedure

4

ni.com

NI-DAQ supports a number of programming languages, including
LabVIEW, LabWindows/CVI, Microsoft Visual C++, Microsoft Visual
Basic and Borland C++. When you install the driver, you only need to
install support for the programming language that you intend to use.

You also need copies of the

ni671xCal.dll

,

ni671xCal.lib

, and

ni671xCal.h

files.

The DLL provides calibration functionality that does not reside in
NI-DAQ, including the ability to protect the calibration constants, update
the calibration date, and write to the factory calibration area. You can
access the functions in this DLL through any 32-bit compiler. The factory
calibration area and the calibration date should only be modified by a
metrology laboratory or another facility that maintains traceable standards.

Configuring the NI 6711/6713/6731/6733

The NI 6711/6713/6731/6733 must be configured in NI-DAQ, which
automatically detects the device. The following steps briefly explain how
to configure the device in NI-DAQ. Refer to the

NI 671X/673X User

Manual

for detailed installation instructions. You can install this manual

when you install NI-DAQ.

1.

Power down the computer.

2.

Install the NI 6711/6713/6731/6733 in an available slot.

3.

Power on the computer.

4.

Launch Measurement & Automation Explorer (MAX).

5.

Configure the NI 6711/6713/6731/6733 device number.

6.

Click

Test Resources

to ensure that the NI 6711/6713/6731/6733 is

properly working.

The NI 6711/6713/6731/6733 is now configured.

Note

After a device is configured in MAX, the device is assigned a device number, which

is used in each of the function calls to identify which DAQ device to calibrate.

Writing the Calibration Procedure

The calibration procedure in the

Calibrating the NI 6711/6713/6731/6733

section provides step-by-step instructions on calling the appropriate
calibration functions. These calibration functions are C function calls from
NI-DAQ that are also valid for Microsoft Visual Basic and Microsoft
Visual C++ programs. Although LabVIEW VIs are not discussed in this
procedure, you can program in LabVIEW using the VIs that have similar
names to the NI-DAQ function calls in this procedure. Refer to the

Содержание NI 6711

Страница 1: ...red for calibrating NI 6711 6713 6731 6733 devices Note Refer to ni com support calibrat mancal htm for a copy of the ni671xCal dll file What Is Calibration Calibration consists of verifying the measurement accuracy of a device and adjusting for any measurement error Verification is measuring the performance of the device and comparing these measurements to the factory specifications During calibr...

Страница 2: ...een calibrated with respect to an external standard However external variables such as temperature can still affect measurements The new calibration constants are defined with respect to the calibration constants created during an external calibration ensuring that the measurements can be traced back to the external standards In essence internal calibration is similar to the auto zero function fou...

Страница 3: ...timize connections and test conditions during calibration Keep connections to the NI 6711 6713 6731 6733 short Long cables and wires act as antennae picking up extra noise which can affect measurements Use shielded copper wire for all cable connections to the device Use twisted pair wire to eliminate noise and thermal offsets Maintain a temperature between 18 and 28 C To operate the module at a sp...

Страница 4: ...ow to configure the device in NI DAQ Refer to the NI 671X 673X User Manual for detailed installation instructions You can install this manual when you install NI DAQ 1 Power down the computer 2 Install the NI 6711 6713 6731 6733 in an available slot 3 Power on the computer 4 Launch Measurement Automation Explorer MAX 5 Configure the NI 6711 6713 6731 6733 device number 6 Click Test Resources to en...

Страница 5: ...I DAQ User Manual for PC Compatibles at ni com manuals These two documents provide detailed information about using NI DAQ The function reference help includes information on the functions in NI DAQ The user manual provides instructions on installing and configuring DAQ devices and detailed information on creating applications that use NI DAQ These documents are the primary references for writing ...

Страница 6: ... those specified by the calibration procedure 2 To internally calibrate the device call the Calibrate_E_Series function with the following parameters set as indicated calOP set to ND_SELF_CALIBRATE setOfCalConst set to ND_USER_EEPROM_AREA calRefVolts set to 0 3 Connect the DMM to DAC0OUT as shown in Table 1 4 Refer to the table from the Specifications section that corresponds to the device you are...

Страница 7: ...rifying the Performance of the Counter This procedure verifies the performance of the counter The NI 6711 6713 6731 6733 devices have only one timebase to verify so you only need to verify counter 0 Because you cannot adjust this timebase you can only verify the performance of counter 0 Make sure that you have read the Equipment and Other Test Requirements section and then follow this procedure 1 ...

Страница 8: ...annot modify these values which provides a level of security that ensures users do not accidentally access or modify any calibration constants adjusted by the metrology laboratory This step in the calibration process calls functions in NI DAQ and in the ni671x dll For further information on the functions in the ni671x dll refer to the comments in the ni671x h file 1 Disconnect all cables to the de...

Страница 9: ...rom the device The device is now adjusted with respect to the external source After the device is adjusted you can verify the AO operation by repeating the Verifying Analog Output section Specifications The following tables are accuracy specifications to use when verifying and adjusting the NI 6711 6713 6731 6733 The tables show the specifications for 1 year and 24 hour calibration intervals Using...

Страница 10: ...ar the test point value should fall between the upper and lower limit values These limits are expressed in volts Counters Because you cannot adjust the resolution of the counter timers these values do not have a 1 year or 24 hour calibration period However the test point and upper and lower limits are provided for verification purposes Table 3 Analog Output for the NI 6711 6713 Range V Polarity Te...

Страница 11: ... Programs National Instruments NI DAQ NI DAQ Help and the NI DAQ User Manual for PC Compatibles at ni com manuals for additional information on the software structure Verifying Analog Output Figure 1 Verifying Analog Output Table 5 Counter Set Point MHz Upper Limit MHz Lower Limit MHz 5 4 9995 5 0005 From the specification table for the product determine the channel and voltage to verify AO_Config...

Страница 12: ...PCTR_Control deviceNumber 0 ND_RESET GPCTR_Set_Application deviceNumber 0 ND_PULSE_TRAIN_GNR GPCTR_Change_Parameter deviceNumber 0 ND_COUNT_1 2 GPCTR_Change_Parameter deviceNumber 0 ND_COUNT_2 2 Select_Signal deviceNumber ND_GPCTR0_OUTPUT ND_GPCTR0_OUTPUT ND_LOW_TO_HIGH GPCTR_Control deviceNumber 0 ND_PROGRAM ...

Страница 13: ...Adjusting the NI 6711 6713 6731 6733 Figure 3 Adjusting the NI 6711 6713 6731 6733 Calibrate_E_Series deviceNumber ND_SELF_CALIBRATE ND_USER_EEPROM_AREA 0 Get_Cal_Date deviceNumber CalDate Calibrate_E_Series deviceNumber ND_EXTERNAL_CALIBRATE ND_USER_AREA 5 0 Copy_Const deviceNumber ...

Отзывы: