United Electronic Industries DNR-AI-207 User Manual

Dnx-ai-207 series 16-channel, 18-bit, sequential sampling, differential analog input board with cold-junction compensation for the powerdna cube and rack series chassis

Advertisement

Quick Links

DNx-AI-207
User Manual
16-Channel, 18-bit, Sequential Sampling, Differential
Analog Input Board with Cold-Junction Compensation
for the PowerDNA Cube and RACK Series Chassis
December 2017
PN Man-DNx-AI-207
© Copyright 1998-2017 United Electronic Industries, Inc. All rights reserved.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DNR-AI-207 and is the answer not in the manual?

Questions and answers

Summary of Contents for United Electronic Industries DNR-AI-207

  • Page 1 DNx-AI-207 — User Manual 16-Channel, 18-bit, Sequential Sampling, Differential Analog Input Board with Cold-Junction Compensation for the PowerDNA Cube and RACK Series Chassis December 2017 PN Man-DNx-AI-207 © Copyright 1998-2017 United Electronic Industries, Inc. All rights reserved.
  • Page 2 COMPONENTS IN LIFE SUPPORT DEVICES OR SYSTEMS. Products sold by United Electronic Industries, Inc. are not authorized for use as critical components in life support devices or systems. A critical component is any component of a life support device or system whose failure to perform can be reasonably expected to cause the failure of the life support device or system, or to affect its safety or effectiveness.
  • Page 3: Table Of Contents

    Setting up the AutoZero Feature ........19 December 2017 www.ueidaq.com © Copyright 2017 United Electronic Industries, Inc. 508.921.4600...
  • Page 4 ..............25 December 2017 www.ueidaq.com © Copyright 2017 United Electronic Industries, Inc. 508.921.4600...
  • Page 5 Block Diagram of DNx-AI-207 I/O Board ...............5 Photo of DNA-AI-207 Analog Input Board ..............8 Pinout of the DNx-AI-207 Analog Input Board ...............9 Recommended Ground Connections for Analog Inputs ..........10 © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 6: Chapter 1 Introduction

    This is an alphabetical listing of the topics covered in this manual. NOTE: A glossary of terms used with the PowerDNA Cube/RACK and I/O boards can be viewed or downloaded from www.ueidaq.com. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 7 PowerDNR RACKtangle rack mounted system, whichever is applicable. The term DNR is a specific reference to the RACKtangle, DNA to the PowerDNA I/O Cube, and DNx to refer to both. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 8: The Ai-207 Board Overview

    18-bit resolution and 12 software-selectable input gain ranges. Board Overview DNA-AI-207, DNR-AI-207, and DNF-AI-207 boards are compatible with the UEI Cube, RACKtangle, and FLATRACK chassis respectively. These board versions are electronically identical and differ only in mounting hardware. The DNA version is designed to stack in a Cube chassis.
  • Page 9: Features

    5 g (rms), 10-500Hz, broadband random IEC 60068-2-27 Shock 50 g, 3 ms half sine, 18 shocks @ 6 orientations 30 g, 11 ms half sine, 18 shocks @ 6 orientations MTBF 637,000 hours © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 10: Device Architecture

    2 to 8096, depending on the selected acquisition rate and, because of the complexity of channel list processing, is set automatically by the firmware. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 11: Multiplexer & Programmable Gain

    Gain Min Settling Time (us) Maximum Sampling Freq (Hz) ±10V Max sampling rate (16 kHz) ±5V 14,285 ±2.5V 12,500 ±1.25V 11,111 ±1V 10,000 ±500mV 8,333 ±250mV 6,666 ±125mV 6,250 © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 12: Autozero

    Whether to store the timestamp in the first position or in the last position is user- programmable. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 13: Indicators

    ON: Operation mode, (e.g., running in VMap or ACB mode) DNA bus connector RDY LED STS LED DB-37 (female) 37-pin I/O connector Figure 1-2 Photo of DNA-AI-207 Analog Input Board © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 14: Connectors And Wiring (Pinout)

     • CJC+ DNA-STP-AI-U • AGND board analog ground, isolated from system ground • EXT_TRIG accepts an external trigger signal to the board © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 15: Analog Input Ground Connections

    AGND to the ground of the signal source and eliminate the resistors shown in Figure 1-4 for floating differential input signals. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 16: Data Representation

    For example, if the voltage read from Channel 33 (the CJC channel) is 0.87, the CJC Temperature is: Temp. Scale Calculation CJC Temperature Kelvin 0.87/0.00295 294.9 °K Celsius 294.9 – 273.15 21.75 °C Fahrenheit 1.8 x 21.75 + 32 71.75 °F © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 17: Chapter 2 Programming With The High-Level Api

    For example, the AI-207 available gains are 1, 2, 4, 8, 10, 20, 40, 80,100, 200, 400, 800 and the maximum input range is [-10V, 10V]. To select the gain of 100, you need to specify input limits of [-0.1V, 0.1V]. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 18: Thermocouple Measurement

    Autozero must be configured before the session start. Use the following code to enable autozero: CUeiAIChannel* aiChan = dynamic_cast<CUeiAIChannel*>(session.GetChannel(0)); aiChan->EnableAutoZero(true); Alternatively, pass a condition to to disable the false EnableAutoZero() feature. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 19: Configuring The Timing

    The session object cleans itself up when it goes out of scope or when it is destroyed. However, you can also clean up the session manually (to reuse the the Session object with a different set of channels or parameters), as follows. session.CleanUp(); © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 20: Chapter 3 Programming With The Low-Level Api

    Returns raw measurements of internal channel references DqAdv207ReadChannel Enables/disables autozeroing capability. By default, DqAdv207SetAutozero autozero is OFF © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 21: Low-Level Programming Techniques

    Not available on UEIPAC products. API that implement data acquisition modes and additional mode descriptions are provided in the PowerDNA API Reference Manual. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 22: Programming The Ai-207 (Immediate Mode)

    If timestamping is enabled, the timestamp value will be stored in the FIFO with each scan. Timestamps can be configured as the first item in the list or the last item in the list: if (TIMESTAMP) { cl[CHAN_LIST_SZ-1] = DQ_LNCL_TIMESTAMP; © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 23: Configuring The Channel List

    // multiplied by 0.00295. Ambient temperature gives 0.8V so we can use gain // to improve measurements. cl[CHANNELS-1] = DQL_FE207_CJC | DQ_LNCL_GAIN(DQ_AI208_GAIN_4); Note that DQL_FE207_CJC is defined as 33, the AI-207 CJC channel number. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 24: Setting Up The Autozero Feature

    Returned data is in the order setup in the channel list. & Timestamps DqAdv207Read(hd0, DEVN, CHAN_LIST_SZ, cl, data, fdata); where • hd0 is the handle to the IOM • DEVN is the AI-207 position in the chassis © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 25 // convert CJC channel voltage to temperature (Kelvin) cjcTemp = fdata[CHANNELS-1]/0.00295; // convert Kelvin to the temperature scale needed to convert thermocouple voltage. UeiDaqConvertTempScale(UeiTemperatureScaleKelvin, cjcTemp, UeiTemperatureScaleCelsius, &cjcTemp); //convert voltages to temperature: UeiDaqConvertVoltToThermocoupleTemp(UeiThermocoupleTypeK, UeiTemperatureScaleCelsius, cjcTemp, fdata[i], &scaledTemp); © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 26: Programming Scan Rate

    (and programming the AI-207) in ACB mode and the different MAP modes. Refer to the DNx 1PPS Sync Interface Manual to learn more about programming and routing chassis-wide synchronized clocks to all  I/O boards. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 27: Configuring Channels & Scan Rate In Acb Mode

    DQACBCFG that configures ACB parameters. See Table 3-2. Refer to the PowerDNA API Reference Manual for a full list of flags and descriptions of ACB API and parameters. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 28 (0 = default) percent of the ring buffer queue packets kept in case IOM uint32 wtrmark reports an error Table 3-2 DQACBCFG Structure © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 29: Appendix A

    Universal screw-terminal panel with embedded cold-junction compensation (CJC). DNA-STP-AI-207TC Screw terminal panel for use with the DNx-AI-207 and thermocouples. The panel provides open thermocouple detection as well as the CJC measurement. © Copyright 2017 December 2017 www.ueidaq.com United Electronic Industries, Inc. 508.921.4600...
  • Page 30: Index

    Support Web Site www.ueidaq.com Ground Connections 2, 21 Tips High Level API VMAP Isolation © Copyright 2017 © Copyright 2017 Tel: 508-921-4600 December 2017 www.ueidaq.com www.ueidaq.com Vers: 4.5 United Electronic Industries, Inc. United Electronic Industries, Inc. Date: 12. 07. 2017 DNA-AI-207IX.fm 508.921.4600...

This manual is also suitable for:

Dnf-ai-207Dna-ai-207

Table of Contents