Summary of Contents for ADLINK Technology NuDAQ 6208 Series
Page 1
® ® NuDAQ 6208 Series Multi-channel Analog Output Board User’s Guide...
Page 3
Trademarks NuDAQ®, NuIPC®, NuDAM®, NuPRO® are registered trademarks of ADLink Technology Inc. Other product names mentioned herein are used for identification purposes only and may be trademarks and/or registered trademarks of their respective companies.
Page 4
Getting service from ADLink ♦ Customer Satisfaction is always the most important thing for ADLink Tech Inc. If you need any help or service, please contact us and get it. ADLink Technology Inc. Web Site http://www.adlink.com.tw Sales and service@adlink.com.tw Service...
CONTENTS CONTENTS ............ i How to Use This Guide........ iii CHAPTER 1 Introduction ......1 1.1 Features................. 2 1.2 Applications ..............2 1.3 Specifications..............2 CHAPTER 2 Installation ......5 2.1 What You Have.............. 5 2.2 Unpacking ..............5 2.3 Device Installation for Windows 95/98 ......6 2.4 PCB Layout ..............
How to Use This Guide This manual is designed to help you use the 6208 series products. It describes how to modify and control various functions on these products to meet your requirements. It is divided into six chapters: • Chapter 1, "Introduction", gives an overview of the product features, applications, and specifications.
Introduction The 6208 series products are multi-channel analog output cards. They include the following three products: • cPCI/PCI-6208V: 8-CH voltage output card for cPCI/PCI interface • cPCI/PCI-6208A: 8-CH voltage and current output card for cPCI/PCI interface • PCI-6216V: 16-CH voltage output card for PCI interface cPCI/PCI-6208V: cPCI/PCI-6208V is a high-density analog output card with 8 identical voltage output channels.
1.1 Features 32-bit cPCI/PCI-Bus, Plug and Play 16-bit high resolution voltage outputs Output Range : ±10V (14-bit resolution guarantee) for cPCI/PCI-6208V and PCI-6216V only Output Range : 0-20mA, 4-20mA, 5-25mA (14-bit resolution guarantee) for cPCI/PCI-6208A only 0.001% of FSR typical. Differential linearity error Fast 2 µs voltage settling time (-10V~+10V) On board DC-to-DC converter to provide stable power and current source for analog outputs...
Page 11
Differential Linearity Error: ± 0.001 % Full Scale Range Output initial status : 0V (after RESET or POWER-ON) Data Transfer: Programmed I/O ♦ Current Output Numbers of channel: 8 channel for cPCI/PCI-6208A Current output ranges: (software programmable) 0~20mA, 4~20mA, 5~25mA. Voltage to current converter: B.B.
Page 12
Connector: 37-pin D-sub connector (female) Bus interface: 32-bit slave PCI bus Power consumption: qPCI-6208V: +5VDC @ 580mA typical +12VDC @ 70mA typical qPCI-6208A: +5VDC @ 670mA typical +12VDC @ 90mA typical or +12VDC @ 370mA (when all current output channel is 25mA) qPCI-6216V: +5VDC @ 1.24 typical +12VDC @ 110mA typical qcPCI-6208V: +5VDC @ 560mA typical...
Installation This chapter describes how to install the 6208 series card. Please follow the following steps to complete the installation. 2.1 What You Have In addition to this User's Manual, the package includes the following items: 6208 Series Card Manual & Software Utility CD If any of these items is missing or damaged, contact the dealer whom you purchased the product from.
After opening the card module carton, exact the system module and place it only on a grounded anti-static surface component side up. Note : DO NOT APPLY POWER TO THE CARD IF IT HAS BEEN DAMAGED. You are now ready to install your 6208 series card. 2.3 Device Installation for Windows 95/98 While you first plug 6208 series card and enter Windows 95/98, the system will detect this device automatically.
2.6 Install 6208 Series Card to cPCI/PCI Connector Note that the PC power should be ‘OFF’ before installing, and be careful to install the cards properly and tighten the screw. Improper installation of the cPCI/PCI cards may damage the cards. 2.6.1 Hardware configuration Memory usage (I/O port locations) of the cPCI/PCI card is assigned by...
Registers Format In this chapter, the register format of the analog output channel and digital I/O ports are introduced. Before programming or applying the 6208 series cards to your applications, please go through this chapter to understand the features of the functions. The 6208 functions as a 32-bit PCI target device to any master on the PCI bus.
3.1 Analog Output Registers There are 8 and 16 voltage output channels for cPCI/PCI-6208V and PCI-6216V respectively. For cPCI/PCI-6208A, there are 8 voltage and current out-put channels, the voltage output controls the current source. The programming method of all the analog output channels are identical.
3.2 Analog Output Status Register The DAC is with series bus hence it take times to send digital value out. The data transfer time for every DA data write takes 2.2µs, therefore the software driver must wait for 2.2µs before send another data to any analog output port.
Operation Theorem In this chapter, the detail operation theorem of 6208 series cards is described. Before programming or applying the 6208 series cards to your applications, please go through this chapter to understand the features of the functions. 4.1 Voltage Output The DA converters used on the cPCI/PCI-6208 are Burr-Brown PCM- 56U.
Digital Value HEX value Output Voltage 32767 0x7FFF +9.99969V 16384 0x4000 +5.00000V 8192 0x2000 +2.50000V 0x0001 0.00031V 0x0000 0.00000V 0xFFFF -0.00031V -8192 0xE000 -2.50000V -16384 0xC000 -5.00000V -32767 0x8001 -9.99969V -32768 0x8000 -10.00000V 4.2 Current Output and Range Control The current output is implemented by the precision voltage-to-current converter XTR110.
Page 25
The cPCI/PCI-6208A provides an on board +15V power supply. Each current output channel is a current source which is controlled by the voltage of the corresponding channel. For example, voltage output channel 3 control the current source channel 3. The output current range is programmable.
Software Library This chapter describes the software library for programming the 6208 series cards. The software library for DOS and Windows 95 are provided. Seven C- language functions are provided in this software library to support users to program their own applications. The function prototypes and some useful constants are defined in the Pci_6208.h and Acl_pci.h.
After a welcome dialog box, Setup prompts the following dialog box for you to specify the destination directory. The default path is C:\ADLink\6208\W95. If you want to install 6208 series DLL for Windows 95 in another directory, please click Browse button to change the destination directory. Then you can click next to begin installing 6208 series DLL for Windows 95.
In DOS Environment : _{hardware_model}_{action_name}. e.g. _6208_Initial(). All functions in cPCI/PCI-6208V/A, PCI-6216 library are with 6208 as {hardware_model}. But they can be used by cPCI/PCI-6208V, cPCI/PCI- 6208A, and PCI-6216V. In order to recognize the difference between DOS library and Windows 95 library, a capital "...
5.2.4 _6208_DA @ Description This function is used to write data to D/A converters. There are 8 and 16 Digital-to-Analog conversion channels on the cPCI/PCI-6208.and PCI-6216 respectively. The resolution of each channel is 16 bits with sign; i.e. the digital value range from -32768 (0x8000) to +32767 (0x7FFF). The following table shows the output data format and the relation between the digital value and the analog output voltage: Digital value...
@ Return Code ERR_NoError 5.2.5 _6208_Get_DA_Status @ Description This function is used to check the DA data sending status. Because the data transfer time for every DA data takes 2.2 µs, the software driver must wait for 2.2µs before sending another data to any analog output port. This function should be called before writing any data to output port.
@ Syntax C/C++ (DOS) U16 _6208_DI (U16 cardNo, U16 *DIData) C/C++ (Windows 95/98) U16 W_6208_DI (U16 cardNo, U16 *DIData) Visual Basic (Windows 95/98) W_6208_DI (ByVal cardNo As Integer, DIData As Integer) As Integer @ Argument cardNo: the card number of 6208 series card initialized. The first card (in the most prior PCI slot) is with cardNo = 0.
@ Argument cardNo: the card number of 6208 series card initialized. The first card (in the most prior PCI slot) is with cardNo = 0. DOData: the value written to digital output port @ Return Code ERR_NoError 5.2.8 _6208_I2V_Control @ Description This function is used to set cPCI/PCI-6208A voltage-to-current mode control.
Page 35
@ Argument cardNo: the card number of 6208 series card initialized. The first card (in the most prior PCI slot) is with cardNo = 0. ctrl: the voltage-to-current mode, the valid modes are shown in the above table. The constants are defined in Pci_6208.h (DOS) and Acl_pci.h (Windows 95).
Utility / Calibration This software CD provides a utility program, 6208util.exe, which provides two functions, Calibration, and Functional Testing. This utility is designed as menu-driven based windowing style. The text messages are shown for operating guidance. This utility is described in the following sections. 6.1 Running the 6208util.exe After finishing the DOS installation, you can execute the utility by typing as follows (assume your utility is located in \ADLINK\DOS\6208\Util directory)
6.1.1 Functional Testing This function is used to test the D/A functions of cPCI/PCI-6208V /6208A /6216V. When you choose one of the testing function from the functions menu, a channel selection menu is displayed on the screen. Move cursor and press <Enter>...
6.1.2 Calibration This function guides you to calibrate the 6208 series card. The calibration program serves as a useful test of the 6208 series D/A functions and can aid in troubleshooting if problems arise. Note : For an environment with frequently large changes of temperature and vibration, a 3 months re-calibration interval is recommended.
Page 40
Use <Up/Down> to select a DA Channel or ‘q’ to exit After you select a channel from the channel selection menu, a calibration window appears. The figures below are the 6208V calibration window. 32 • • Utility/Calibration...
6.2 Calibration of Analog Output Channel 6.2.1 What You Need Before calibrating your 6208 series card, you should prepare a 6 1/2 digital multimeter for measruing the voltage signals. 6.2.2 VR Assignemnt of cPCI/PCI-6208 and PCI-6216 There are 8 and 16 voltage output channels on cPCI/PCI-6208 and PCI- 6216, respectively.
6.2.3 Voltage Output Calibration Because there is internal reference voltage for every DA channels, the calibration for every channels are independent. In the following procedure, VRn-1 and VRn-2 is used to represent the full range and offset of the nth channels.
Product Warranty/Service Seller warrants that equipment furnished will be free form defects in material and workmanship for a period of one year from the confirmed date of purchase of the original buyer and that upon written notice of any such defect, Seller will, at its option, repair or replace the defective item under the terms of this warranty, subject to the provisions and specific exclusions listed herein.
Need help?
Do you have a question about the NuDAQ 6208 Series and is the answer not in the manual?
Questions and answers