National Instruments will, at its option, repair or replace equipment that proves to be defective during the warranty period. This warranty includes parts and labor.
National Instruments Documentation ... xi Related Documentation... xii Customer Communication ... xii Chapter 1 Introduction About the VXI-SC-1102/B/C ... 1-2 What You Need to Get Started ... 1-3 Software Programming Choices ... 1-4 National Instruments Application Software ... 1-4 NI-DAQ Driver Software ... 1-5 VXIplug&play Instrument Driver ...
This manual describes the electrical and mechanical aspects of the VXI-SC-1102 family and contains information concerning their installation and operation. The VXI-SC-1102 family is a group of signal conditioning submodules in the VXI-data acquisition (VXI-DAQ) line of National Instruments products.
Appendix B, Calibration Sample Program, contains a sample program to help you calibrate your submodule. Appendix C, Customer Communication, contains forms you can use to request help from National Instruments or to comment on our products. The Glossary contains an alphabetical list and description of terms used in this manual, including abbreviations, acronyms, metric prefixes, mnemonics, symbols, and general data acquisition terms.
Refers to the signal conditioning minipods in the VXI signal conditioning system. VXI-MIO module Refers to any of the National Instruments VXI-MIO series of plug-in data acquisition devices. VXI-SC submodule Refers to VXI signal conditioning hardware that installs onto the carrier module.
The following document contains information you may find helpful: • Customer Communication National Instruments wants to receive your comments on our products and manuals. We are interested in the applications you develop with our products, and we want to help if you have problems with them. To make it easy for you to contact us, this manual contains comment and configuration forms for you to complete.
VXI-SC-1102/B/C submodule. The VXI-SC-1102 family is part of the VXI signal conditioning system, which consists of a carrier module and one or more VXI signal conditioning submodules or filler panels as shown in Figure 1-1.
0-20 mA process-current sources. The VXI-SC-1102 has 32 differential analog input channels and one cold-junction sensor channel. On each channel, the VXI-SC-1102 has a three-pole lowpass filter with a 2 Hz cutoff frequency to reject 60 Hz noise. Each channel also has an amplifier with a selectable gain of 1 or 100.
Introduction Software Programming Choices There are several options to choose from when programming your National Instruments VXI-DAQ hardware. You can use LabVIEW, LabWindows/CVI, ComponentWorks, VirtualBench, or other application development environments with either NI-DAQ or the VXIplug&play instrument driver. Both NI-DAQ and the VXIplug&play instrument driver access the VXI-DAQ hardware...
An example of a low-level function is writing directly to registers on the DAQ device. NI-DAQ does not sacrifice the performance of National Instruments DAQ devices because it lets multiple devices operate at their peak performance.
Refer to Figure 1-2 to see the relationship between your VXI-DAQ hardware and your software. Optional Equipment National Instruments offers a variety of products to use with your VXI-SC-1102/B/C submodule, as follows: • •...
Unpacking Your VXI-SC-1102/B/C submodule is shipped in an antistatic package to prevent electrostatic damage to the submodule. Electrostatic discharge can damage several components on the submodule. To avoid such damage in handling the submodule, take the following precautions: • •...
0.65 in. above the surface of the circuit board. Figure 2-2. Bent and Trimmed Resistor Installation Guide to replace the VXI-SC-1102/B/C submodule in the carrier assembly. Chapter 2 Installation...
The differential input signal range of a VXI-SC-1102/B/C input channel is 10 V/G, where G is the gain selected on the VXI-SC-1102/B/C input channel. This differential input range is the maximum measurable voltage difference between the positive and negative channel inputs.
Applying a voltage greater than 42 VAC peak or VDC to the VXI-SC-1102/B/C is an electrical shock hazard. National Instruments is liable for any damages or injuries resulting from such voltage application.
Cold-Junction Sensor Connection Pins A3 and A4 (CJSENSOR) connect the temperature sensor located on the National Instruments VXI-TB Series terminal block to the VXI-SC-1102/B/C. The CJSENSOR signal is measured relative to CGND. Pins A3 and A4 are connected together within the VXI-SC-1102/B/C so the position of the MTEMP/DTEMP switch on the VXI-TB Series terminal block does not matter.
Theory of Operation This chapter contains a functional overview of the VXI-SC-1102/B/C submodules and explains the operation of each functional unit. Functional Overview The block diagram in Figure 4-1 illustrates the key functional components of the VXI-SC-1102/B/C submodules. CH 0 + Inst.
Chapter 4 Theory of Operation The major components of the VXI-SC-1102/B/C submodules are as follows: • • • The VXI-SC-1102/B/C submodules consist of 32 multiplexed input channels, each with a software-programmable gain of 1 or 100. Each input channel has its own lowpass filter. The VXI-SC-1102/B/C submodules also have digital control circuitry for automatic control of channel scanning, temperature sensor selection, and gain selection.
1 or 100. Then the signal passes through a three-pole lowpass filter. Note: Because of the 2 Hz bandwidth of the VXI-SC-1102 input channels, you must wait approximately 3 s after changing the gains before the channels settle and you can take an accurate measurement. NI-DAQ automatically reads the Status Register to determine when the module output has settled.
EEPROM. However, National Instruments recommends that you recalibrate your VXI-SC-1102/B/C at least once per year or when you operate the submodule outside the 20 to 30 C temperature range. In order to calibrate the VXI-SC-1102/B/C, you will need to apply precision voltages to the channel inputs and/or ground the channel inputs.
Gain and Offset Calibration To determine the offset and gain calibration factors of the VXI-SC-1102/B/C submodules for a given gain, perform the following steps for a two-point calibration. For two-point calibration, it is best to use input voltages that correspond to the signal range of interest. For example, to measure bipolar voltages over the submodule’s full input...
Specifications This appendix lists the specifications for the VXI-SC-1102/B/C submodules. These specifications are typical at 25 C unless otherwise noted. VXI-SC-1102/B/C Analog Input Input Characteristics Number of channels ...32 differential Input signal ranges Max working voltage (signal + common mode) ...Each input should remain...
Output impedance ... 0.1 Dynamic Characteristics Bandwidth (-3 dB) ... 2 Hz (1102) Scan interval (per channel, any gain) VXI-SC-1102/B/C User Manual Gain = 1 After calibration... 0.015% of reading max Before calibration ... 0.04% of reading Gain = 100 After calibration...
Sample Program for Calibration The following sample C program will help you calibrate the VXI-SC-1102/B/C submodules. The calibration constants are stored only in NI-DAQ memory. You must enter the (input, output) voltage pairs read by a DMM by hand. Before running the sample program...
Page 41
= 0, dummyDAQboard, dummyDAQchan = 0, dummyDAQgain = 1, dummyDAQrange; VXI-SC-1102/B/C User Manual /* slot of module to calibrate */ /* These dummy variables would be used if the measurement actually came from a DAQ board and not an external DMM.
Electronic Services Bulletin Board Support National Instruments has BBS and FTP sites dedicated for 24-hour support with a collection of files and documents to answer most common customer questions. From these sites, you can also download the latest instrument drivers, updates, and example programs. For recorded instructions on how to use the bulletin board and FTP services and for BBS automated information, call (512) 795-6990.
Telephone and Fax Support National Instruments has branch offices all over the world. Use the list below to find the technical support number for your country. If there is no National Instruments office in your country, contact the source from which you purchased your software to obtain support.
National Instruments for technical support helps our applications engineers answer your questions more efficiently. If you are using any National Instruments hardware or software products related to this problem, include the configuration forms from their user manuals. Include additional pages if necessary.
Page 47
Complete a new copy of this form each time you revise your software or hardware configuration, and use this form as a reference for your current configuration. Completing this form accurately before contacting National Instruments for technical support helps our applications engineers answer your questions more efficiently.
Documentation Comment Form National Instruments encourages you to comment on the documentation supplied with our products. This information helps us provide quality products to meet your needs. Title: VXI-SC-1102/B/C User Manual Edition Date: August 1997 Part Number: 321385B-01 Please comment on the completeness, clarity, and organization of the manual.
Page 54
VISA a new driver software architecture developed by National Instruments to unify instrumentation softwareGPIB, DAQ, and VXI. It has been accepted as a standard for VXI by the VXIplug&play Systems Alliance. volts, output high...
Page 56
2-1 to 2-4 current-loop receivers, 2-3 hardware installation, 2-4 VXI-SC-1102/B/C User Manual parts locator diagram, 2-2 unpacking the VXI-SC-1102/B/C, 1-7 LabVIEW application software, 1-4 LabWindows/CVI application software, 1-4 manual. See documentation. Module ID Register, 4-2 NI-DAQ driver software, 1-5...
Page 57
4-1 to 4-4 analog circuitry, 4-3 to 4-4 analog input channels, 4-3 analog output, 4-4 block diagram of VXI-SC-1102, 4-1 digital control circuitry, 4-2 to 4-3 functional overview, 4-1 to 4-2 VXIbus interface, 4-2 unpacking the VXI-SC-1102, 1-7...
Need help?
Do you have a question about the VXI-SC-1102 and is the answer not in the manual?
Questions and answers