background image

©

 National Instruments Corporation

5

6703/6704 Calibration Procedure

Configuring Your Board in NI-DAQ

NI-DAQ automatically detects all 6703/6704 devices. However, to 
communicate with the boards, they must be configured in NI-DAQ. The 
following steps briefly explain how to configure NI-DAQ. Refer to the 
board user manual for detailed installation instructions. You can install this 
manual when NI-DAQ is installed. 

1.

Turn off the power to the computer that will hold the board.

2.

Install the board in an available slot.

3.

When the computer powers up, launch the Measurement & 
Automation Explorer utility.

4.

Configure the board device number. 

5.

Click the 

Test Resources

 button to ensure that the board is working 

properly.

Your device is now configured. 

Note

After a board is configured with the Measurement & Automation Explorer, the 

device is assigned a device number. This number is used in each of the function calls to 
identify which DAQ device is to be calibrated.

Writing Your Calibration Procedure

The calibration procedure in the 

Calibration Process

 

section later in this 

document provides step-by-step instructions on calling the appropriate 
calibration functions. These calibration functions are C function calls from 
the NI-DAQ driver that are also valid for Visual Basic programs. Although 
LabVIEW VIs are not discussed in this procedure, you can program in 
LabVIEW using the VIs that are named similarly to the NI-DAQ function 
calls in this procedure. Refer to the 

Flowcharts

 

section for illustrations of 

the code used at each step of the calibration procedure.

Often you must follow a number of compiler-specific steps to create an 
application that uses the NI-DAQ driver. The 

NI-DAQ User Manual for PC 

Compatibles

 details the required steps for each of the supported compilers. 

Be aware that many of the functions listed in the calibration procedure use 
variables that are defined in the 

nidaqcns.h

 file. To use these variables, 

you must include the 

nidaqcns.h

 file in your code. If you do not want to 

use these variable definitions, you can examine the function call listings in 
the NI-DAQ documentation and the 

nidaqcns.h

 file to determine what 

input values are required.

Summary of Contents for 6703

Page 1: ...it This section also explains internal and external calibration Equipment and Other Test Requirements This section describes what you need to do before you can calibrate your device including an over...

Page 2: ...of your application indicate how often the 6703 6704 products need to be calibrated to maintain accuracy National Instruments recommends that you perform a complete calibration at least once every ye...

Page 3: ...the calibration and verification process to approximately 10 minutes However manual calibration and verification can take as long as 1 hour You can automate the adjustment and verification procedure i...

Page 4: ...e detailed information on using the NI DAQ driver The function reference manual includes information on the functions in the driver The user manual provides instructions on installing and configuring...

Page 5: ...edure The calibration procedure in the Calibration Process section later in this document provides step by step instructions on calling the appropriate calibration functions These calibration function...

Page 6: ...as by picking up extra noise that would affect calibration Maintain the temperature between 18 28 C Keep relative humidity below 80 Use shielded copper wire for all cable connections to the device It...

Page 7: ...his procedure can be easily expanded to verify all the voltage channels by performing the procedure once for each voltage channel To do this perform the procedure once for each value of the channel pa...

Page 8: ...he procedure once for each value of the channel parameter from 16 to 31 You will also need to connect the appropriate channel to your multimeter each time you repeat the procedure See the PCI PXI 6703...

Page 9: ...make offset and gain adjustments You perform offset adjustment first followed by gain adjustment You will then perform both offset and gain adjustment again to ensure proper accuracy This second set...

Page 10: ...the voltage on voltage channel 0 Decreasing the voltage value will increase the magnitude of the voltage on voltage channel 0 You have now calibrated the voltage output Calibrating Current Output 6704...

Page 11: ...on current channel 16 Decreasing the voltage value will increase the magnitude of the current on current channel 16 You have now calibrated the current output Saving Calibration Values Once you comple...

Page 12: ...ng tables are the specifications you should use when calibrating and verifying the 6703 6704 The tables show the specifications for 1 year and 24 hour calibration intervals Using the Tables The follow...

Page 13: ...r Limit V Lower Limit V Upper Limit V 0 0 0 0003125 0 0003125 0 0003125 0 0003125 10 0 9 9992675 10 0007325 9 9990975 10 0009025 Table 2 Current Output Specifications 6704 Only Test Point Value mA 24...

Page 14: ...r additional information on the software structure Voltage Output Verification Figure 1 Voltage Output Verification Look at the 6703 6704 specification table to determine the appropriate ranges for th...

Page 15: ...tput Verification 6704 Only Look at the 6703 6704 specification table to determine the appropriate ranges for the voltages and currents to be verified Get_Cal_Date deviceNumber Connect the multimeter...

Page 16: ...IBRATION_ENABLE ND_YES AO_VWrite deviceNumber 0 0 0 AO_VWrite deviceNumber 0 10 0 6703 AO_VWrite deviceNumber 16 voltage Adjust voltage until the DMM reads 10 0 V 6704 AO_VWrite deviceNumber 32 voltag...

Page 17: ...6704 Only AO_VWrite deviceNumber 16 0 1 Connect the multimeter to current channel 16 AO_VWrite deviceNumber 33 voltage Adjust voltage until the DMM reads 0 1 mA AO_VWrite deviceNumber 35 voltage Adju...

Page 18: ...libration Procedure 18 www natinst com Saving Calibration Values Figure 5 Saving Calibration Values Set_DAQ_Device_Info deviceNumber ND_CALIBRATION_ENABLE ND_NO AO_Calibrate deviceNumber 2 1 Copy_Cal...

Reviews: