Eight-Channel Programmable Filter and Gain Signal Conditioning Plug-on VT1503A

Size: px
Start display at page:

Download "Eight-Channel Programmable Filter and Gain Signal Conditioning Plug-on VT1503A"

Transcription

1 bus Eight-Channel Programmable Filter and Gain Signal Conditioning Plug-on VT1503A User s Manual The VT1503A manual also applies to Agilent/HP E1413Bs as E1413 Option 13. Enclosed is the User s Manual for the VT1503A Signal Conditioning Plug-on. Insert this manual in your VT1413C, Agilent/HP E1313 or VT1415A manual behind the Signal Conditioning Plug-ons divider. Copyright VXI Technology, Inc., 2003 Manual Part Number: Printed: June 16, 2003 Printed in U.S.A.

2

3 VT1503A Eight-Channel Programmable Filter and Gain Signal Conditioning Plug-on Introduction About this Manual Installation Identifying the Plug-on The VT1503A is a Signal Conditioning Plug-on that provides eight programmable low-pass filters with cutoff frequency settings of 2, 10 and, 100 Hertz (Hz), as well as a 1.5 khz pass-through mode (filter ). The eight programmable input amplifiers provide gains of 1, 8 and 64. Also provided is input over-voltage protection and open transducer detection on each channel. Except where noted, all references to the VT1413C apply to the Agilent/HP E1313 and VT1415A. This manual shows you how to control the Signal Conditioning Plug-on (SCP) using SCPI commands as well as Register-Based commands, and explains the capabilities of this SCP. Finally, it covers specifications for this SCP. The contents of this manual are: Installation...3 Identifying the Plug-on....3 Connecting To The Terminal Module...4 Programming With SCPI Commands....6 Programming With Register Commands...10 Specifications...12 Installation for this Plug-on is common to several others and is covered in Chapters 1 and 2 of your VT1413C or Agilent/HP E1313 manual. You ll find the VXI Technology part number on the connector side of the SCP to the left of the serial number bar code. For the VT1503A, the part number is : VT1503A Introduction VT1503A Amplifier+Filter SCP 3

4 Connecting To The Terminal Module This section shows how to make connections to the Terminal Module. The SCP connections for the Terminal Modules are shown on the stick-on labels that came with the SCP. Use the appropriate label for the type of Terminal Module you have. The connections and appropriate stickers are as follows: For VT1413C and above Terminal Modules, use stickers for VT1503A SCPs. The connections are shown in Figure 1. For Agilent/HP E1313 Terminal Moduless, use stickers for VT1503A SCPs. The connections are shown in Figures 2 and 3. For Agilent/HP E1413B and below Terminal Modules, use stickers for Agilent/HP E1413 Option 13 SCPs. The connections are shown in Figure 4. Figure 1 VT1503A C-Size Terminal Module Connections 4 VT1503A Amplifier+Filter SCP Connecting To The Terminal Module

5 Figure 2 VT1503A B-size Terminal Module Connections (Ch 00-31) Figure 3 VT1503A B-size Terminal Module Connections (Ch 32-63) Figure 4 Agilent/HP E1413 Option 13 Terminal Module Connections Connecting To The Terminal Module VT1503A Amplifier+Filter SCP 5

6 Programming With SCPI Commands The SCPI commands shown here are covered in Chapters 3 and 5 of your VT1413C or Agilent/HP E1313 manual. This section will relate those commands to the parameter values which are specific to this Plug-on. Checking the ID of the SCP To verify the SCP type(s) installed on the VT1413C or Agilent/HP E1313 use the SYSTem:CTYPe? (@<channel>) command. The channel parameter specifies a single channel in the channel range covered by the SCP of interest. The first channel number for each of the eight SCP positions are; 0,8,16,24,32,40,48 and 56. The value returned for the SCP in an Agilent/HP E1413B is: HEWLETT-PACKARD,E1413 Opt 13 8-Channel Amp+Filter SCP,0,0 The returned value for the SCP in a VT1413C or Agilent/HP E1313A is: HEWLETT-PACKARD,E Channel Amp+Filter SCP,0,0 To determine the type of SCP installed on channels 0 through 7 send SYST:CTYP? (@100) query SCP ch 0 enter statement here enter response string Setting the Filter Cutoff Frequency To set the channel cutoff frequency use the INPut:FILTer[:LPASs]:FREQuency <cutoff>, (@<ch_list) command. The cutoff parameter can specify 2, 10, 100, MIN or MAX. MIN will specify 2 Hz while MAX will specify 100 Hz. To set channels 0 through 15 and 24 to the 2 Hz cutoff frequency and channels 16 through 23 to the 100 Hz cutoff frequency send INP:FILT:FREQ 2, (@100:115,124) INP:FILT:FREQ 100, (@116:123) send separate command per cutoff frequency or to combine into a single command message INP:FILT:FREQ 2, (@100:115,124);FREQ 100, (@116:123) NOTE The *RST and Power-On condition for cutoff frequency is MIN for all channels. 6 VT1503A Amplifier+Filter SCP Programming With SCPI Commands

7 Querying the Filter Cutoff Frequency To query any channel for its cutoff frequency use the INPut:FILTer[:LPASs]:FREQuency? command. The INP:FILT:FREQ? command returns the numeric cutoff value currently set for the channel specified. The channel parameter must specify a single channel. To query the cutoff frequency of channel 6 send INP:FILT:FREQ? (@106) query channel 6 enter statement here returns 2, 10, or 100 Enabling and Disabling the Filter To enable and disable channel filters use the INPut:FILTer[:LPASs][:STATe] <enable>, (@<ch_list) command. The enable parameter can specify ON or To enable channels 0 through 15 and 20 to filter, send INP:FILT ON, (@0:115,120) channels filtering as set by INP:FILT:FREQ To disable channels 0 through 8 send INP:FILT, (@100:108) channels 0-8 are now in pass-through mode NOTES 1) INP:FILT ON is the *RST and Power-On condition for all filter channels. 2) INP:FILT has a low-pass filter characteristic of approximately 1.5 khz and limitations to signal levels. It is intended primarily for diagnostic use. Querying the Filter State To query any channel to determine if it is enabled or disabled use the INPut:FILTer[:LPASs][:STATe]? (@<channel>) command. The INP:FILT? command returns a 0 if the channel is or a 1 if the channel is ON. The channel parameter must specify a single channel. To query the filter state of channel 2 send INP:FILT? (@102) query channel 2 enter statement here returns 0 or 1 Programming With SCPI Commands VT1503A Amplifier+Filter SCP 7

8 Setting the Amplifier Gain To set the channel gain use the INPut:GAIN <gain>, command. The gain parameter can specify 1, 8, 64, MIN or MAX. MIN specifies 1 while MAX specifies 64. Note that the gain choices for this SCP are multiples of 8 to complement the VT1413C or Agilent/ HP E1313 s A/D range choices which are multiples of 4. The following table shows the gain and range combinations. A/D Range SCP Gain 16 V (A/D gain 1) 4 V (A/D gain 4) 1 V (A/D gain 16) 0.25 V (A/D gain 64) V (A/D gain 256) , ,024 4,096 not allowed To set channels 32 through 47 and 63 to a channel gain of 8 and channels 48 through 55 to a channel gain of 64 send INP:GAIN 8, (@132:147,163) INP:GAIN 64, (@148:155) send separate command per gain factor Querying the Amplifier Gain To query any channel to determine its gain setting use the INPut:GAIN? (@<channel>) command. The INP:GAIN? command returns the current gain value for the specified channel. The channel parameter must specify a single channel. To query the gain setting of channel 8 send INP:GAIN? (@108) query channel 8 enter statement here returns 1, 8, or 64 Detecting Open Transducers This SCP provides a method to detect open transducers. When Open Transducer Detect (OTD) is enabled, the SCP injects a small current into the HIGH and LOW input of each channel. The polarity of the current pulls the HIGH inputs toward +17 volts and the LOW inputs towards -17 volts. If a transducer is open, measuring that channel will return an over-voltage reading. OTD is available on a per SCP basis. all eight channels of an SCP are enabled or disabled together. See Figure 5 for a simplified schematic diagram of the OTD circuit. 8 VT1503A Amplifier+Filter SCP Programming With SCPI Commands

9 Signal Input Signal Conditioning Plug-on Multiplexer High High +17V 100M 3K Gnd. 100M 3K -17V Low Low Figure 5 Open Transducer Detect Circuit NOTES 1) When OTD is enabled, the inputs have up to 0.2 µa injected into them. If this current will adversely affect your measurement, but you still want to check for open transducers, you can enable OTD, make a single scan, check the CVT for bad measurements, then disable OTD and make your regular measurement scans. The specifications apply only when OTD is off. 2) When Filtering is enabled, allow 15 seconds or the filter capacitors to charge before checking for open transducers. To enable or disable Open Transducer Detection, use the DIAGnostic:OTDetect <enable>, (@<ch_list>) command. The enable parameter can specify ON or An SCP is addressed when the ch_list parameter specifies a channel number contained on the SCP. The first channel on each SCP is: 0, 8, 16, 24, 32, 40, 48 and 56 To enable Open Transducer Detection on all channels on SCPs 1 and 3: DIAG:OTD ON, (@100,116) 0 is on SCP 1 and 16 is on SCP3 To disable Open Transducer Detection on all channels on SCPs 1 and 3: DIAG:OTD, (@100,116) Programming With SCPI Commands VT1503A Amplifier+Filter SCP 9

10 Register Based Programming The register-based commands shown here are covered in Appendix D of the VT1413C or Agilent/HP E1313 manual. You should read that section first to become familiar with accessing registers and executing Register-Based Commands. This section will relate those commands to the parameter values which are specific to this Plug-on. When Register Programming an SCP most communication is through the Signal Conditioning Bus. For that you will use the Register Commands: SCBWRITE <regaddr> <regvalue> and SCBREAD? <regaddr> VT1503A Register Map Read (returned value) Write( <regvalue>) SCP Register <regaddr> Value SCP ID (E0E0 16) Whole SCP Reg 0 00ppp SCP Gain Scale (XXX3 16) Whole SCP Reg 1 00ppp Channel Gain (XXX0 16=1, XXX1 16=8, XXX2 16=64) Channel Reg 1 01pppccc001 2 Channel Frequency (XXX0 16=2Hz, XXX1 16=10Hz, XXX2 16=100Hz,XXX3 16=Straight Through) XX=don t care Channel Reg 2 01pppccc010 2 ppp=plug-on ccc=scp channel In addition you will access bits in the Card Control register to control Open Transducer Detection. Checking ID of SCP Setting the Filter Cut-Off To query an SCP for its ID value, write the following value to Parameter Register 1: ( SCP number) Then write the opcode for SCBREAD? ( ) to the Command Register. The ID value will be written to the Query Response Register. To set the filter cut-off frequency for an SCP channel, write the following SCP channel address to Parameter Register 1: 200 ( SCP number) 40 ( SCP channel number) Write one of the following cut-off values to Parameter Register 2: for 2Hz, for 10Hz, for 100Hz, for Straight Through Then write the opcode for SCBWRITE ( ) to the Command Register. 10 VT1503A Amplifier+Filter SCP Register Based Programming

11 Setting the Amplifier Gain Detecting Open Transducers To set the amplifier gain for an SCP channel, write the following SCP channel address to Parameter Register 1: 200 ( SCP number) 40 ( SCP channel number) Write one of the following gain values to Parameter Register 2: for 1, for 8, for 64 Then write the opcode for SCBWRITE ( ) to the Command Register. Open Transducer Detection (OTD) is controlled by bits in the Card Control Register. For more information on OTD see Figure 1. Card Control Register (Base ) PSI Pwr Reset FIFO Mode unused FIFO Clear VPPEN A24 Window Open Transducer Detect Writing a one (1) to a bit enables open transducer detect on that signal conditioning module. Writing a zero (0) to a bit disables open transducer detect. Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 SCP 7 SCP 6 SCP 5 SCP 4 SCP 3 SCP 2 SCP 1 SCP 0 Register Based Programming VT1503A Amplifier+Filter SCP 11

12 Specifications These specifications for the VT1503A reflect the combined performance of the VT1413C or Agilent/HP E1313 and the VT1503A Signal Conditioning Plug-on. These specifications are not to be added to those presented in the VT1413C Agilent/HP E1313 User s Manual. General Specifications SCP Current Requirements (in Amps) 5Vmax 24Vtyp 24Vmax -24Vtyp -24Vmax Measurement ranges DC Volts Temperature Resistance Strain ±3.9 mv to ±16V FS Thermocouples to C Thermistors - (Opt 15 required) -80 to +160 C RTD s - (Opt 15 required) -200 to +850 C (Opt 15 required) 128 to 131 K FS 25,000 µe or limit of linear range of strain gage Maximum input voltage (Normal mode plus common mode) Operating: < ±16 V peak Damage level: > ±42 V peak Maximum common mode voltage Operating: < ±16 V peak Damage level: > ±42 V peak Normal mode rejection 2 Hz Filter 10 Hz Filter 100 Hz Filter Filter 2 Hz Hz > Hz Hz > Hz Hz khz approx -3 db Common mode rejection (0-60 Hz) Gain X1 Gain X8 Gain X64 >-100 db >-116 db >-132 db Input impedance 100 M 10% (each differential input to ground) Maximum tare cal offset (Maximum tare offset depends on A/D range and SCP gain) A/D range ±V F.Scale Offset V Gain x1 Offset V Gain x8 Offset V Gain x N/A 12 VT1503A Amplifier+Filter SCP Specifications

13 Measurement accuracy DC Volts (90 days) 23 C±1 C (with *CAL? done after 1 hr warm up and CAL:ZERO? done within 5 min.). If autoranging is ON, add ±0.02% FS to accuracy specifications. For Agilent/HP E1313, multiply Noise Spec. by 1.4. Gain X1 Range ±V FS Linearity % of rdg Offset Error 2 Hz 10 Hz 100 Hz Filt Off Noise 3 sigma Noise* 3 sigma % 13 µv 9.5 µv 6.8 µv 6.3 µv 45 µv 26 µv % 15 µv 12.5 µv 11.2 µv 10.8 µv 63 µv 31 µv % 33 µv 31.8 µv 31.3 µv 31.2 µv 112 µv 93 µv % 123 µv 122 µv 122 µv 122 µv 450 µv 366 µv % 488 µv 488 µv 488 µv 488 µv 1.8 mv 1.5 mv * [SENSe:]FILTer[:LPASs][:STATe] ON (max scan rate rdgs/sec/channel) Temperature Coefficients: Gain - 15 ppm/ C after *CAL?. Offset - Add tempco + fixed offset to offset above Temp 0-30 C C C Tempco 0.16 µv/ C 0.18 µv/ C 0.39 µv/ C 2 Hz 13 µv 31 µv 10 Hz 9 µv 22 µv 100 Hz 1.1 µv 6.4 µv Filt Off 0.2 µv µv Gain X8 Range V FS Linearity % of rdg Offset Error 2Hz 10Hz 100Hz Filt Off Noise 3 sigma Noise* 3 sigma % 4.6 µv 4.2 µv 3.8 µv 3.7 µv 5.8 µv 4.9 µv % 4.8 µv 4.6 µv 4.4 µv 4.3 µv 6.9 µv** 5.9 µv** % 6 µv 5.3 µv 5 µv 4.9 µv 14 µv 12 µv % 16 µv 16 µv 16 µv 16 µv 56 µv 46 µv % 61 µv 61 µv 61 µv 61 µv 225 µv 188 µv * [SENSe:]FILTer[:LPASs][:STATe] ON (max scan rate rdgs/sec/channel) ** 7.4 µv and 6.3 µv when temp >= 40 C Temperature Coefficients: Gain - 15 ppm/ C after *CAL?. Offset - Add tempco + fixed offset to offset above Temp 0-30 C C C Tempco 0.16 µv/ C 0.18 µv/ C 0.39 µv/ C 2 Hz 4.3 µv 13 µv 10 Hz 2.7 µv Hz 1 µv 6.2 µv Filt Off 0.2 µv 0.8 µv Gain X64 Range V FS Linearity % of rdg Offset Error 2Hz 10Hz 100Hz Filt Off Noise 3 sigma Noise* 3 sigma % 2.9 µv 2.3 µv 2.1 µv 2.1 µv 1.6 µv** 1.3 µv** % 3 µv 2.4 µv 2.2 µv 2.2 µv 2.2µV*** 1.9µV*** % 3.5 µv 3 µv 2.9 µv 2.9 µv 7 µv 5.7 µv % 8.2 µv 8 µv 8 µv 8 µv 28 µv 23 µv * [SENSe:]FILTer[:LPASs][:STATe] ON (max scan rate rdgs/sec/channel) ** 1.9 µv and 1.7 µv for 100 Hz Filter *** 2.5 µv and 2.2 µv when temp >= 40 C Temperature Coefficients: Gain - 15 ppm/ C after *CAL?. Offset - Add tempco + fixed offset to table above Temp 0-30 C C C Tempco 0.16 µv/ C 0.18 µv/ C 0.39 µv/ C 2 Hz 1.1 µv 6 µv 10 Hz 0.2 µv 1.4 µv 100 Hz 0.1 µv 0.6 µv Filt Off 0.1 µv 0.6 µv Specifications VT1503A Amplifier+Filter SCP 13

14 Measurement accuracy Temperature (simplified specifications, see temperature accuracy graphs in the VT1413C or Agilent/HP E1313 manual for details) (90 days) 23 C ±1 C (with *CAL? done after 1 hr warm up and CAL:ZERO? within 5 min.). If autoranging is ON, add ±.02% FS to accuracy specifications. The temperature accuracy specifications include instrument and firmware linearization errors. The linearization algorithm used is based on the IPTS-68(78) standard transducer curves. Add your transducer accuracy to determine total measurement error. Thermocouples NOTE: ALL Thermocouple Specifications Use Gain X64 Type E A/D Filter -200 to 0 C 0 to 200 C 200 to 400 C 400 to 800 C 1.25 C 1.20 C 0.10 C C 0.12 C 0.10 C C 0.11 C Type EEXtended A/D Filter -200 to 0 C 0 to 200 C 200 to 800 C 800 to 1000 C 13.4 C 13.3 C 0.30 C 0.25 C 0.20 C 0.15 C 0.35 C 0.30 C Type J A/D Filter -200 to 0 C 0 to 280 C 280 to 600 C 600 to 775 C 1.50 C 1.47 C 0.10 C 0.11 C 0.15 C 0.15 C 0.17 C 0.15 C Type K A/D Filter -200 to 0 C 0 to 375 C 375 to 800 C 800 to 1400 C 2.25 C 2.70 C 0.15 C 0.15 C 0.20 C 0.17 C 0.25 C 0.25 C Type R A/D Filter 0 to 100 C 100 to 200 C 200 to 600 C 600 to 1000 C 1.40 C 1.40 C 0.75 C 0.70 C 0.45 C 0.40 C 0.30 C 0.30 C Type S A/D Filter 0 to 100 C 100 to 200 C 200 to 800 C 800 to 1750 C 2.85 C 2.85 C 1.35 C 1.80 C 0.70 C 0.65 C 0.65 C 0.55 C Type T A/D Filter -200 to -100 C -100 to 0 C 0 to 200 C 200 to 400 C 1.35 C 1.35 C 0.25 C 0.22 C 0.10 C 0.10 C 0.15 C 0.13 C * [SENSe:]FILTer[:LPASs][:STATe] ON (max scan rate rdgs/sec/channel) 14 VT1503A Amplifier+Filter SCP Specifications

15 Measurement accuracy Temperature (cont.) (simplified specifications, see temperature accuracy graphs in VT1413C or Agilent/HP E1313 manual for details) Thermistors 5 k Reference Thermistor Use Gain X8 A/D Filter 0 to 45 C 45 to 65 C 65 to 85 C C C C C C C 100 Reference RTD Use Gain X64 A/D Filter -125 to 70 C C C 100 RTD Use Gain X64 A/D Filter -200 to 75 C 75 to 300 C 300 to 600 C 600 to 970 C 0.08 C 0.07 C 0.21 C 0.18 C 0.27 C 0.25 C 0.37 C 0.35 C 2252 Thermistor Use Gain X8 A/D Filter 10 to 40 C 40 to 70 C 70 to 83 C 83 to 100 C C C C C C C C C 5 k Thermistor Use Gain X8 A/D Filter -10 to 20 C 20 to 40 C 40 to 65 C 65 to 85 C C C C C C C C C 10 k Thermistor Use Gain X8 A/D Filter 0 to 30 C 30 to 60 C 60 to 90 C 90 to 115 C C C C C C C C C Specifications VT1503A Amplifier+Filter SCP 15

16 Notes 16 VT1503A Amplifier+Filter SCP Specifications

Four-Channel Transient Strain Signal Conditioning Plug-on VT1511A

Four-Channel Transient Strain Signal Conditioning Plug-on VT1511A bus Four-Channel Transient Strain Signal Conditioning Plug-on VT1511A User s Manual The VT1511A manual also applies to Agilent/HP E1413B as Agilent/HP E1413 Option 21. Enclosed is the User s Manual for

More information

VT1536A Isolated Digital Input/Output Signal Conditioning Plug-on

VT1536A Isolated Digital Input/Output Signal Conditioning Plug-on VT1536A Isolated Digital Input/Output Signal Conditioning Plug-on User s and SCPI Programming Manual Where to Find it - Online and Printed Information: System installation (hardware/software)...vxibus

More information

VT1419A Multifunctional Plus Measurement and Control Module

VT1419A Multifunctional Plus Measurement and Control Module VT1419A Multifunctional Plus Measurement and Control Module VXI Technology Comprehensive signal conditioning on board Wide choice of Input/Output signal types Powerful control capability On-board data

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

28104A. QUAD-CHANNEL WIDEBAND BRIDGE CONDITIONER Constant Voltage Excitation; 700 khz Bandwidth PRECISION 28104A APPLICATIONS

28104A. QUAD-CHANNEL WIDEBAND BRIDGE CONDITIONER Constant Voltage Excitation; 700 khz Bandwidth PRECISION 28104A APPLICATIONS 284A QUAD-CHANNEL WIDEBAND BRIDGE CONDITIONER Constant Voltage Excitation; 7 khz Bandwidth PRECISION 284A APPLICATIONS Strain gage conditioner Load cell conditioner Pressure transducer conditioner Piezoresistive

More information

6.5-Digit Multimeter, High- Accuracy, C-Size HP E1410A Technical Specifications

6.5-Digit Multimeter, High- Accuracy, C-Size HP E1410A Technical Specifications PDFINFO H 5 5 6 1-0 1 6.5-Digit Multimeter, High- Accuracy, C-Size Technical Specifications 1-Slot, C-size, message based Vdc/ac, 2- & 4-wire Ω Noise rejection with long integration times/ guarding Quality

More information

28454A. QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS

28454A. QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS 28454A QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS Static or dynamic strain gage conditioner High temperature strain

More information

QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies

QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies 28454 QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies SYSTEM 28000 FEATURES Graphical User Interface (GUI) for system control Intelligent gain and

More information

VT1586A Rack Mount Terminal Panel Installation and User s Manual

VT1586A Rack Mount Terminal Panel Installation and User s Manual VT1586A Rack Mount Terminal Panel Installation and User s Manual Manual Part Number: 82-0095-000 Rev. June 16, 2003 Printed in U.S.A. Certification VXI Technology, Inc. certifies that this product met

More information

EX FEATURES. Stand-alone 48-channel unit with built-in Ethernet controller. Built-in bridge completion and Excitation

EX FEATURES. Stand-alone 48-channel unit with built-in Ethernet controller. Built-in bridge completion and Excitation data sheet EX1629-001 High-performance Remote Strain Gage Measurement Unit FEATURES Stand-alone 48-channel unit with built-in Ethernet controller Built-in bridge completion and Excitation 24-bit A/D per

More information

VT1538A ENHANCED FREQUENCY/TOTALIZE/ PWM SIGNAL CONDITIONING PLUG-ON USER S MANUAL Release April 28, VXI Technology, Inc.

VT1538A ENHANCED FREQUENCY/TOTALIZE/ PWM SIGNAL CONDITIONING PLUG-ON USER S MANUAL Release April 28, VXI Technology, Inc. VT1538A ENHANCED FREQUENCY/TOTALIZE/ PWM SIGNAL CONDITIONING PLUG-ON USER S MANUAL 82-0093-000 Release April 28, 2003 VXI Technology, Inc. 2031 Main Street Irvine, CA 92614-6509 (949) 955-1894 bus 2 VXI

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain and demonstrate the use of an RTD in a temperature measurement application by using

More information

SCXI 8-Channel Isolated Analog Input Modules

SCXI 8-Channel Isolated Analog Input Modules SCXI 8-Channel Isolated Analog Input NI, NI SCXI-1120, NI SCXI-1120D 8 channels 333 ks/s maximum sampling rate Gain and lowpass filter settings per channel Up to 300 V rms working isolation per channel

More information

Features EX1629. High-performance Remote Strain Gage Measurement Unit. Overview. 48 programmable channels in a single unit

Features EX1629. High-performance Remote Strain Gage Measurement Unit. Overview. 48 programmable channels in a single unit Overview The VXI Technology EX1629 Remote Strain Gage simplifies stress and fatigue testing of large mechanical structures such as airframes and launch vehicles. Ethernet control allows for remote operation

More information

INPUT RESISTANCE OR CLAMP VOLTAGE. 2 Years 23 C ±5 Voltage mv 3 10 nv > 10 G

INPUT RESISTANCE OR CLAMP VOLTAGE. 2 Years 23 C ±5 Voltage mv 3 10 nv > 10 G Keithley Instruments 28775 Aurora Road Cleveland, Ohio 44139 1-800-935-5595 www.keithley.com Model 2010 Low-Noise Multimeter Specifications DC CHARACTERISTICS CONDITIONS: MED (1 PLC) 1 or SLOW (5 PLC)

More information

V or 64-channel Scanning ADC. APPLICATIONS. The V213 is a single-width, C-size, register-based, VXIbus

V or 64-channel Scanning ADC.  APPLICATIONS. The V213 is a single-width, C-size, register-based, VXIbus The V213 is a single-width, V213 32 or 64-channel Scanning ADC C-size, register-based, VXIbus module that can digitize as many as 64 analog voltage channels. The resulting digital data is stored in a block

More information

IVI STEP TYPES. Contents

IVI STEP TYPES. Contents IVI STEP TYPES Contents This document describes the set of IVI step types that TestStand provides. First, the document discusses how to use the IVI step types and how to edit IVI steps. Next, the document

More information

Models 900CT & 900BT. Tunable Active Single Channel Certified Filter Instrument

Models 900CT & 900BT. Tunable Active Single Channel Certified Filter Instrument Tunable Active Single Channel Certified Filter Instrument Description Frequency Devices instruments are single channel; 8-pole low-pass or high-pass, front panel tunable filter instruments. The controls

More information

16-Bit, Low-Power, 2-Channel, Sigma-Delta ADC MX7705

16-Bit, Low-Power, 2-Channel, Sigma-Delta ADC MX7705 General Description The MX7705 low-power, 2-channel, serial-output analog-to-digital converter (ADC) includes a sigma-delta modulator with a digital filter to achieve 16-bit resolution with no missing

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the use of a thermocouple in temperature measurement applications. DISCUSSION the

More information

Agilent E8460A 256-Channel Reed Relay Multiplexer

Agilent E8460A 256-Channel Reed Relay Multiplexer Agilent E8460A 256-Channel Reed Relay Multiplexer Data Sheet 1-slot, C-size, register based High-density, low-cost multiplexer Fast scanning rate Flexible reconfiguration Contact protection for reliable

More information

Model Multimeter Specifications ABSOLUTE ACCURACY TYPICAL ACCURACIES 2002 SPECIFIED CALIBRATION INTERVALS

Model Multimeter Specifications ABSOLUTE ACCURACY TYPICAL ACCURACIES 2002 SPECIFIED CALIBRATION INTERVALS Keithley Instruments 28775 Aurora Road Cleveland, Ohio 44139 1-800-935-5595 www.tek.com/keithley Model 2002 Multimeter Specifications This document contains the complete specifications for the 2002. Every

More information

High Accuracy INSTRUMENTATION AMPLIFIER

High Accuracy INSTRUMENTATION AMPLIFIER INA High Accuracy INSTRUMENTATION AMPLIFIER FEATURES LOW DRIFT:.µV/ C max LOW OFFSET VOLTAGE: µv max LOW NONLINEARITY:.% LOW NOISE: nv/ Hz HIGH CMR: db AT Hz HIGH INPUT IMPEDANCE: Ω -PIN PLASTIC, CERAMIC

More information

Analog Signal Conditioning Accessories

Analog Signal Conditioning Accessories NI 64-channel multiplexer mv, V, current, and thermocouple inputs NI 8-channel simultaneous sample-and-hold mv, V inputs NI SC-2042-RTD 8-channel RTD/thermistor RTD, thermistor, mv, V inputs NI 8-channel

More information

Model 176 and 178 DC Amplifiers

Model 176 and 178 DC Amplifiers Model 176 and 178 DC mplifiers Features*! Drifts to 100 MΩ! CMR: 120 db @! Gain Linearity of ±.005% *The key features of this amplifier series, listed above, do not necessarily apply

More information

DIGEM f 96 x 48 EK. Applications. Description

DIGEM f 96 x 48 EK. Applications. Description 3-349-002-03 1/7.98 Front panel dimensions: 96 x 48 mm LED display: red or green, 14 mm high Max. display range: 19 999 to + 32 765 Modular connectors for flexible use Simple adjustments at front panel

More information

SWR300 Precision Sine \ Cosine Reference

SWR300 Precision Sine \ Cosine Reference SWR300 Precision Sine \ Cosine Reference THALER CORPORATION 2015 N. FORBES BOULEVARD TUCSON, AZ. 85745 (520) 882-4000 FEATURES PIN CONFIGURATION SINE AND COSINE OUTPUT PROGRAMMABLE FREQUEY: 10Hz - 100kHz

More information

Transducer for Measurement Bridges SCM90, SIGS15

Transducer for Measurement Bridges SCM90, SIGS15 Transducer for Measurement Bridges SCM90, SIGS15 General Description Transducer for measurement bridges for DINrails and for printed circuit boards. Programmable ranges and bridge supply, voltage or current

More information

QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the and Signal Conditioning Systems

QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the and Signal Conditioning Systems 27604 QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the 27000 and 28000 Signal Conditioning Systems SYSTEM 28000 FEATURES Graphical User Interface (GUI) and Ethernet network interface for system control Intelligent

More information

EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC RELIABLE DATA FIRST TIME EVERY TIME.

EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC RELIABLE DATA FIRST TIME EVERY TIME. 8 3-0 0 0 1-0 0 0 1 4 A EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC * SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE www.vtiinstruments.com RELIABLE DATA FIRST TIME EVERY

More information

8-Channel 196 ksa/s Digitizer plus DSP

8-Channel 196 ksa/s Digitizer plus DSP Agilent E1433B 8-Channel 196 ksa/s Digitizer plus DSP Technical Specifications Fail Acs Trigger Fail Acs Trigger Fail Acs Source The Agilent E1433B 8-Channel 196 ksa/s Digitizer plus DSP is a C-size VXI

More information

Precision G = 100 INSTRUMENTATION AMPLIFIER

Precision G = 100 INSTRUMENTATION AMPLIFIER Precision G = INSTRUMENTATION AMPLIFIER FEATURES LOW OFFSET VOLTAGE: 5µV max LOW DRIFT:.5µV/ C max LOW INPUT BIAS CURRENT: na max HIGH COMMON-MODE REJECTION: db min INPUT OVERVOLTAGE PROTECTION: ±V WIDE

More information

Precision Octal-Channel Bridge Conditioner with Constant Voltage Excitation

Precision Octal-Channel Bridge Conditioner with Constant Voltage Excitation On the New Frontiers of Precision Precision 28118 Octal-Channel Bridge Conditioner with Constant Voltage Excitation 28118 Octal-Channel Bridge Conditioner with Constant Voltage Excitation offers eight

More information

Signal Conditioning Amplifier

Signal Conditioning Amplifier 2300 System Micro-Measurements FEATURES Accepts all strain gage inputs (foil and piezoresistive), potentiometers, DCDT s, etc Selectable bridge excitation, 0.7 to 15 VDC (11 steps), plus 0.2 to 7 VDC continuously

More information

Sigma-Delta ADCs. Benefits and Features. General Description. Applications. Functional Diagram

Sigma-Delta ADCs. Benefits and Features. General Description. Applications. Functional Diagram EVALUATION KIT AVAILABLE MAX1415/MAX1416 General Description The MAX1415/MAX1416 low-power, 2-channel, serialoutput analog-to-digital converters (ADCs) use a sigmadelta modulator with a digital filter

More information

Precision INSTRUMENTATION AMPLIFIER

Precision INSTRUMENTATION AMPLIFIER Precision INSTRUMENTATION AMPLIFIER FEATURES LOW OFFSET VOLTAGE: µv max LOW DRIFT:.µV/ C max LOW INPUT BIAS CURRENT: na max HIGH COMMON-MODE REJECTION: db min INPUT OVER-VOLTAGE PROTECTION: ±V WIDE SUPPLY

More information

90 Day TCAL ±5 C. = channel 2 reading channel 2 accuracy channel 2 reading

90 Day TCAL ±5 C. = channel 2 reading channel 2 accuracy channel 2 reading Keithley Instruments 28775 Aurora Road Cleveland, Ohio 44139 1-800-935-5595 http://www.tek.com/keithley Model 2182A Nanovoltmeter Instrument Specifications SPECIFICATION CONDITIONS This document contains

More information

DP2000 ORDERING GUIDE To Order MODEL NO.

DP2000 ORDERING GUIDE To Order MODEL NO. 1 8 DIN VERSATILE PROCESS MONITORS CONFIGURABLE DP2000-S, 1 8 DIN meter, shown smaller than actual size. DP2000 Series Complete with Input Board RoHS 2 Compliant DP2000-J1, with TJ36-ICSS-116G-12, transition

More information

This Errata Sheet contains corrections or changes made after the publication of this manual.

This Errata Sheet contains corrections or changes made after the publication of this manual. Errata Sheet This Errata Sheet contains corrections or changes made after the publication of this manual. Product Family: DL4 Date: September 12, 218 Manual Number D4-ANLG-M Revision and Date th Ed., Rev.

More information

Signal Conditioning Amplifier

Signal Conditioning Amplifier FEATURES Plug-in amplifier design; amplifiers are removable from the front panel without rear access Constant-voltage or constant-current excitation; 0.5 to 15 V or 0.5 to 30 ma; selectable by single internal

More information

HP 33120A Function Generator / Arbitrary Waveform Generator

HP 33120A Function Generator / Arbitrary Waveform Generator Note: Unless otherwise indicated, this manual applies to all Serial Numbers. The HP 33120A is a high-performance 15 MHz synthesized function generator with built-in arbitrary waveform capability. Its combination

More information

ADAM 4000/4100 Series

ADAM 4000/4100 Series ADAM 4000/4100 Series Common Dimensions Communication RS-485 (2-wire) to host Speeds: 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200 bps (ADAM-4080, ADAM-4080D only support up to 38400 bps) Max. communication

More information

Agilent E1412A 6.5-Digit High-Accuracy Multimeter C-Size

Agilent E1412A 6.5-Digit High-Accuracy Multimeter C-Size Agilent E1412A 6.5-Digit High-Accuracy Multimeter C-Size Data Sheet Features 1-Slot, C-size, message-based DCV, ACV, DCI, ACI, 2/4-wire Ω, frequency, period NULL, MIN/MAX, LIMIT, db, dbm 1000 reading/s

More information

PACSystems* RX3i IC695ALG600-DD

PACSystems* RX3i IC695ALG600-DD November 2012 The PACSystems * Universal Analog Input module IC695ALG600 provides eight general purpose input channels and two Cold Junction Compensation (CJC) channels. Inputs are divided into two equal

More information

TECHNICAL MANUAL CALIBRATION PROCEDURE FOR DIGITAL MULTIMETER 34401A (HEWLETT-PACKARD)

TECHNICAL MANUAL CALIBRATION PROCEDURE FOR DIGITAL MULTIMETER 34401A (HEWLETT-PACKARD) TECHNICAL MANUAL CALIBRATION PROCEDURE FOR DIGITAL MULTIMETER 34401A (HEWLETT-PACKARD) This publication replaces T.O. 33K8-4-1029-1 dated 30 May 2000. Distribution Statement - Distribution authorized to

More information

Modular Smart Interfaces

Modular Smart Interfaces Modular Smart Interfaces Automotive Energy & Power Analysis Aerospace & Defense Transportation General Test & Measurement Modular Smart Interfaces MSI Series Modular Smart Interfaces (MSI) bring an expanded

More information

Model ½-Digit Multimeter Datasheet

Model ½-Digit Multimeter Datasheet Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 - TestEquipmentDepot.com Model 2000 6½-Digit Multimeter Datasheet Ordering Information 2000 6½-Digit DMM 2000/2000-SCAN 6½-Digit

More information

Precision Quad-Channel Transducer Conditioner with Voltage and Current Excitation

Precision Quad-Channel Transducer Conditioner with Voltage and Current Excitation On the New Frontiers of Precision Precision 28114 Quad-Channel Transducer Conditioner with Voltage and Current Excitation 28114 Quad-Channel Transducer Conditioner with Voltage and Current Excitation offers

More information

MCP3426/7/8. 16-Bit, Multi-Channel ΔΣ Analog-to-Digital Converter with I 2 C Interface and On-Board Reference. Features.

MCP3426/7/8. 16-Bit, Multi-Channel ΔΣ Analog-to-Digital Converter with I 2 C Interface and On-Board Reference. Features. 16-Bit, Multi-Channel ΔΣ Analog-to-Digital Converter with I 2 C Interface and On-Board Reference Features 16-bit ΔΣ ADC with Differential Inputs: - 2 channels: MCP3426 and MCP3427-4 channels: MCP3428 Differential

More information

Type Ordering Code Package TAA 762 A Q67000-A2271 P-DIP-6-1 TAA 762 G Q67000-A2273 P-DSO-6-1 (SMD) TAA 765 A Q67000-A524 P-DIP-6-1

Type Ordering Code Package TAA 762 A Q67000-A2271 P-DIP-6-1 TAA 762 G Q67000-A2273 P-DSO-6-1 (SMD) TAA 765 A Q67000-A524 P-DIP-6-1 Single Operational Amplifiers TAA 762 Bipolar IC Features Wide common-mode range Large supply voltage range Large control range Wide temperature range (TAA 762) High output frequency compensation Open

More information

Specifications. 744 Users Manual

Specifications. 744 Users Manual 80T-150U Temperature Probe 80PK series thermocouples 80i-410 Clamp-on DC/AC Current Probe 80i-1010 Clamp-on DC/AC Current Probe 80i-500s Clamp-on AC Current Probe (requires the Y9108 adapter) 80i-1000s

More information

Agilent 970-Series Handheld Multimeters Data Sheet

Agilent 970-Series Handheld Multimeters Data Sheet Agilent 970-Series Handheld Multimeters Data Sheet Benchtop features and performance with handheld convenience and price 3 1 /2and 4 1 /2 digits with dcv accuracy to 0.05% 1 khz to 100 khz frequency response

More information

Precision Single Supply Instrumentation Amplifier AMP04*

Precision Single Supply Instrumentation Amplifier AMP04* a FEATURES Single Supply Operation Low Supply Current: A max Wide Gain Range: to Low Offset Voltage: V max Zero-In/Zero-Out Single-Resistor Gain Set -Pin Mini-DIP and SO packages APPLICATIONS Strain Gages

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 8-44-ATEC (2832) 215, 215-P, 6 1 2-Digit THD Multimeters 216, 216-P 6 1 2-Digit Audio Analyzing Multimeters THD, THD+Noise, and SINAD measurements

More information

Model 6517B Electrometer / High Resistance Meter Specifications

Model 6517B Electrometer / High Resistance Meter Specifications VOLTS Accuracy (1 Year) 1 / C 2V 10µV 0.025+4 0.003+2 20V 100µV 0.025+3 0.002+1 200V 1mV 0.06+3 0.002+1 NMRR: 2V and 20V range > 60dB, 200V range > 55dB. 50Hz or 60Hz 2 CMRR: >120dB at DC, 50Hz or 60Hz.

More information

The Front Panel at a Glance

The Front Panel at a Glance Getting Started Tutorial 1 The Front Panel at a Glance 1 S Agilent 34405A 5 ½ Digit Multimeter H m DC m DC 1000DC 750 Power DC DC Cont ))) Freq 4 Digits 5 Temp Auto db dbm Null MnMx Hold Utility Limit

More information

IN COURSE EXAMINATION

IN COURSE EXAMINATION IN COURSE EXAMINATION Code and Name of Course: ECNG 3032 Controls and Instrumentation I Date and Time: Monday 27 th October 2008 Duration: 2 hrs INSTRUCTIONS TO CANDIDATES: 1) This paper has 6 pages and

More information

CALYS 150. Advanced documenting multifunction calibrator thermometer

CALYS 150. Advanced documenting multifunction calibrator thermometer Advanced documenting multifunction calibrator thermometer , most advanced documenting multifunction instrument of the range, works not only as a simulator (IN / OUT) but also as a dual channel thermometer

More information

MASTR II BASE STATION MHz RECEIVER IF/AUDIO/SQUELCH & RF ASSEMBLY (25 khz/12.5 khz CHANNEL SPACING) Maintenance Manual LBI-38506A

MASTR II BASE STATION MHz RECEIVER IF/AUDIO/SQUELCH & RF ASSEMBLY (25 khz/12.5 khz CHANNEL SPACING) Maintenance Manual LBI-38506A A Mobile Communications MASTR II BASE STATION 806-824 MHz RECEIVER IF/AUDIO/SQUELCH & RF ASSEMBLY (25 khz/12.5 khz CHANNEL SPACING) TABLE OF CONTENTS RF ASSEMBLY, MIXER AND IF FILTER BOARD...... LBI-30482

More information

8248AU. 4-Ch Isolated Amplifier with Optional Bridge Conditioning FEATURES TYPICAL APPLICATIONS

8248AU.   4-Ch Isolated Amplifier with Optional Bridge Conditioning FEATURES TYPICAL APPLICATIONS 8248AU The 8248AU is a single-width, 4-Ch Isolated Amplifier with Optional Bridge Conditioning 6U, CompactPCI/PXI module with 4 channels of Isolated Signal Conditioning feeding two buffered outputs. This

More information

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Linearized Thermocouple Input 7B47 FEATURES Interfaces, amplifies and filters input voltages from a J, K, T, E, R, S, B or N-type thermocouple. Module provides a precision output of either +1

More information

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Thermocouple Input 7B37 FEATURES Interfaces, amplifies, and filters input voltages from a J, K, T, E, R, S, or B-type thermocouple. Module provides a precision output of either +1 V to +5 V or

More information

PACSystems* RX3i IC695ALG600-EE Universal Analog Input Module

PACSystems* RX3i IC695ALG600-EE Universal Analog Input Module June 2017 The PACSystems Universal Analog Input module IC695ALG600 provides eight general purpose input channels and two Cold Junction Compensation (CJC) channels. Inputs are divided into two equal groups

More information

NI PXI-4461 Specifications

NI PXI-4461 Specifications NI PXI-446 Specifications Analog Input Input Characteristics This document lists specifications for the NI PXI-446 Dynamic Signal Acquisition (DSA) device. These specifications are typical at 5 C unless

More information

Low Power INSTRUMENTATION AMPLIFIER

Low Power INSTRUMENTATION AMPLIFIER INA2 ABRIDGED DATA SHEET For Complete Data Sheet Call Fax Line -800-8- Request Document Number 2 Low Power INSTRUMENTATION AMPLIFIER FEATURES LOW QUIESCENT CURRENT: 0µA max INTERNAL GAINS:,, 0, 00 LOW

More information

D100L Series. 100 Hz to 100 khz Low Noise Fixed Frequency. 4- and 8- Pole Low-Pass Filters

D100L Series. 100 Hz to 100 khz Low Noise Fixed Frequency. 4- and 8- Pole Low-Pass Filters DL Series Hz to khz Low Noise Fixed Frequency 4- and 8- Pole Low-Pass Filters Description: DL Series filters are low noise and distortion 4- and 8-pole, Butterworth or Bessel fixed frequency low-pass filters.

More information

24-Bit ANALOG-TO-DIGITAL CONVERTER

24-Bit ANALOG-TO-DIGITAL CONVERTER ADS1211 ADS1211 ADS1211 ADS1210 ADS1210 ADS1210 ADS1211 JANUARY 1996 REVISED SEPTEMBER 2005 24-Bit ANALOG-TO-DIGITAL CONVERTER FEATURES DELTA-SIGMA A/D CONVERTER 23 BITS EFFECTIVE RESOLUTION AT 10Hz AND

More information

R&S FS-K9 Measurements with Power Sensors

R&S FS-K9 Measurements with Power Sensors Test and Measurement Software Manual PAD-T-M: 3574.3259.02/01.00/CI/1/EN R&S FS-K9 Measurements with Power Sensors Software Manual 1157.3029.42 05 2014 Rohde & Schwarz GmbH & Co. KG Muehldorfstr. 15, 81671

More information

Fast-Settling FET-Input INSTRUMENTATION AMPLIFIER

Fast-Settling FET-Input INSTRUMENTATION AMPLIFIER INA Fast-Settling FET-Input INSTRUMENTATION AMPLIFIER FEATURES LOW BIAS CURRENT: pa max FAST SETTLING: 4µs to.% HIGH CMR: db min; db at khz INTERNAL GAINS:,,,, VERY LOW GAIN DRIFT: to ppm/ C LOW OFFSET

More information

PACSystems* RX3i IC695ALG600

PACSystems* RX3i IC695ALG600 July 2010 PACSystems* RX3i IC695ALG600 The PACSystems * Universal Analog Input module IC695ALG600 provides eight general purpose input channels and two Cold Junction Compensation (CJC) channels. Inputs

More information

CALYS 75. Field documenting multifunction calibrator

CALYS 75. Field documenting multifunction calibrator Field documenting multifunction calibrator is a field documenting multifunction calibrator within CALYS range. It is the perfect tool for advanced process maintenance and use on test bench in all industries.

More information

24-Bit ANALOG-TO-DIGITAL CONVERTER

24-Bit ANALOG-TO-DIGITAL CONVERTER ADS1211 ADS1211 ADS1210 ADS1210 ADS1210 ADS1211 ADS1211 24-Bit ANALOG-TO-DIGITAL CONVERTER FEATURES DELTA-SIGMA A/D CONVERTER 24 BITS NO MISSING CODES 23 BITS EFFECTIVE RESOLUTION AT 10Hz AND 20 BITS AT

More information

CALYS 150. Advanced documenting multifunction calibrator thermometer

CALYS 150. Advanced documenting multifunction calibrator thermometer Advanced documenting multifunction calibrator thermometer, most advanced documenting multifunction instrument of the range, works not only as a simulator (IN / OUT) but also as a dual channel thermometer

More information

Agilent E1345A 16-Channel Low-Offset Relay Multiplexer. Data Sheet. Description. Configuration. C-size Adapter

Agilent E1345A 16-Channel Low-Offset Relay Multiplexer. Data Sheet. Description. Configuration. C-size Adapter Agilent E1345A 16-Channel Low-Offset Relay Multiplexer Data Sheet 1-Slot, B-size, register based General purpose, low-offset relay multiplexer Low thermal offset reed relays,

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

NI 6143 Specifications

NI 6143 Specifications NI 6143 Specifications This document lists the I/O terminal summary and specifications for the NI PCI/PXI-6143. For the most current edition of this document, refer to ni.com/manuals. Refer to the DAQ

More information

This Errata Sheet contains corrections or changes made after the publication of this manual.

This Errata Sheet contains corrections or changes made after the publication of this manual. Errata Sheet This Errata Sheet contains corrections or changes made after the publication of this manual. Product Family: DL35 Manual Number D3-ANLG-M Revision and Date 3rd Edition, February 23 Date: September

More information

SENSOTEC, INC Arlingate Lane Columbus, Ohio Phone (614) Facsimile (614) Toll Free Free (800)

SENSOTEC, INC Arlingate Lane Columbus, Ohio Phone (614) Facsimile (614) Toll Free Free (800) SENSOTEC, INC. 2080 Arlingate Lane Columbus, Ohio 43228 Phone (614) 850-5000 Facsimile (614) 850-1111 Toll Free Free (800) 848-6564 Instructions for the SA-BII (Switchable Gain) MODULE 008-0122-00 008-0122-00

More information

Servicing North America: For immediate technical or application assistance: Servicing Europe:

Servicing North America: For immediate technical or application assistance: Servicing Europe: OMEGAnet Online Service omega.com Internet e-mail info@omega.com Servicing North America: U.S.A.: Omega Engineering, Inc., One Omega Drive, P.O. Box 4047 ISO 9001 Certified Stamford, CT 06907-0047 USA

More information

CALYS 150. Advanced documenting multifunction calibrator thermometer

CALYS 150. Advanced documenting multifunction calibrator thermometer Advanced documenting multifunction calibrator thermometer , most advanced documenting multifunction instrument of the range, works not only as a simulator (IN / OUT) but also as a dual channel thermometer

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

AD9772A - Functional Block Diagram

AD9772A - Functional Block Diagram F FEATURES single 3.0 V to 3.6 V supply 14-Bit DAC Resolution 160 MPS Input Data Rate 67.5 MHz Reconstruction Passband @ 160 MPS 74 dbc FDR @ 25 MHz 2 Interpolation Filter with High- or Low-Pass Response

More information

824BP Series. 8 Bit Programmable 2-Pole Pair Filters. Band Pass

824BP Series. 8 Bit Programmable 2-Pole Pair Filters. Band Pass 824BP Series Band Pass 8 Bit Programmable 2-Pole Pair Filters Description: The 824BP Series is a 2-pole-pair digitally programmable precision band-pass active filter that provides high performance in a

More information

2750 Integra Mainframes

2750 Integra Mainframes Selector Guide Plug-In Modules for 700, 70, 70 Integra Mainframes Module Selector Guide This selector guide may prove helpful in identifying the best module for a specific application. Install up to five

More information

Isolated High Level Voltage Output 7B22 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated High Level Voltage Output 7B22 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated High Level Voltage Output 7B22 FEATURES Unity gain single-channel signal conditioning output module. Interfaces and filters a +10 V input signal and provides an isolated precision output of +10V.

More information

Model MV106J/MV116J. ±10nVdc to ±11Vdc Precision DC Voltage Standard Source. Operating Manual

Model MV106J/MV116J. ±10nVdc to ±11Vdc Precision DC Voltage Standard Source. Operating Manual Model MV106J/MV116J ±10nVdc to ±11Vdc Precision DC Voltage Standard Source Operating Manual This page intentionally left blank. MV 106 & MV116 OPERATORS MANUAL Serial No. Win-man\mvman.wpd This page intentionally

More information

GE Fanuc IC695ALG600. Rx3i PacSystem

GE Fanuc IC695ALG600. Rx3i PacSystem GE Fanuc IC695ALG600 http://www.pdfsupply.com/automation/ge-fanuc/rx3i-pacsystem/ic695alg600 Rx3i PacSystem UNIVERSAL ANALOG MODULE. 8 CHANNELS OF ANALOG CONFIGURABLE IC695A IC695AL IC695ALG 919-535-3180

More information

Model 140 Inline Amplifier

Model 140 Inline Amplifier Model 140 Inline Amplifier Low Noise Inline Amplifier Small Rugged Package Includes Auto-Zero Function The Model 140 is a remote in-line DC amplifier designed to be used with bridgetype mv output transducers.

More information

Calibration Techniques for the Home Lab

Calibration Techniques for the Home Lab Calibration Techniques for the Home Lab Jacques Audet VE2AZX jacaudet@videotron.ca Web: ve2azx.net September 2018 ve2azx.net 1 Summary - Using a reference multimeter as a calibrator for less accurate instruments.

More information

High Speed FET-Input INSTRUMENTATION AMPLIFIER

High Speed FET-Input INSTRUMENTATION AMPLIFIER High Speed FET-Input INSTRUMENTATION AMPLIFIER FEATURES FET INPUT: I B = 2pA max HIGH SPEED: T S = 4µs (G =,.%) LOW OFFSET VOLTAGE: µv max LOW OFFSET VOLTAGE DRIFT: µv/ C max HIGH COMMON-MODE REJECTION:

More information

DIGITAL MULTIMETERS. Accuracy +5% Resolution 1pF Accessories Test leads, Manual, 9V Battery included Options ST-265, C-90, C W x 6 L x 1.

DIGITAL MULTIMETERS. Accuracy +5% Resolution 1pF Accessories Test leads, Manual, 9V Battery included Options ST-265, C-90, C W x 6 L x 1. DIGITAL MULTIMETERS Model M-1700 Model M-2775 Frequency to 20MHz Diode and Transistor Test AC/DC Current to 10A Three Way Overload Protection Extra Large 1 display test Data Hold Frequency to 20MHz Transistor

More information

Economical Digital Indicators For Process and Electrical Measurement

Economical Digital Indicators For Process and Electrical Measurement Economical Digital Indicators For Process and Electrical Measurement DP18 Series Panel Punches Available DP18-P5, 4 to 20 ma input. DP18-EC, thermocouple input visit omega.com/thermocouple for thermocouples.

More information

Quad Audio Switch REV. B BLOCK DIAGRAM OF ONE SWITCH CHANNEL

Quad Audio Switch REV. B BLOCK DIAGRAM OF ONE SWITCH CHANNEL a FEATURES CIickless Bilateral Audio Switching Four SPST Switches in a -Pin Package Ultralow THD+N:.8% @ khz ( V rms, R L = k ) Low Charge Injection: 3 pc typ High OFF Isolation: db typ (R L = k @ khz)

More information

Agilent 34970A Data Acquisition / Switch Unit

Agilent 34970A Data Acquisition / Switch Unit Note: Unless otherwise indicated, this manual applies to all serial numbers. The Agilent Technologies 34970A combines precision measurement capability with flexible signal connections for your production

More information

This Datasheet is for the IC693ALG220. Analog Voltage Input - 4 Channel.

This Datasheet is for the IC693ALG220. Analog Voltage Input - 4 Channel. This Datasheet is for the IC693ALG22 Analog Voltage Input - 4 Channel http://www.qualitrol.com/shop/p-1457-ic693alg22.aspx Provides the wiring diagrams and installation guidelines for this GE Series 9-3

More information

Exercise 1: AC Waveform Generator Familiarization

Exercise 1: AC Waveform Generator Familiarization Exercise 1: AC Waveform Generator Familiarization EXERCISE OBJECTIVE When you have completed this exercise, you will be able to operate an ac waveform generator by using equipment provided. You will verify

More information

High Accuracy 8-Pin Instrumentation Amplifier AMP02

High Accuracy 8-Pin Instrumentation Amplifier AMP02 a FEATURES Low Offset Voltage: 100 V max Low Drift: 2 V/ C max Wide Gain Range 1 to 10,000 High Common-Mode Rejection: 115 db min High Bandwidth (G = 1000): 200 khz typ Gain Equation Accuracy: 0.5% max

More information

TECHNICAL MANUAL. SERIES AP5202 DC Strain Gage In-Line Amplifier ISO 9001/AS9100

TECHNICAL MANUAL. SERIES AP5202 DC Strain Gage In-Line Amplifier ISO 9001/AS9100 TECHNICAL MANUAL SERIES AP5202 DC Strain Gage In-Line Amplifier ISO 9001/AS9100 Due to the nature of technology, changes are inevitable. For latest technical specifications, see our website. Copyright

More information

Ethernet-Based Temperature, Voltage and Strain Measurement Modules

Ethernet-Based Temperature, Voltage and Strain Measurement Modules Ethernet-Based Temperature, Voltage and Strain Measurement Modules OMB-NET6000 Series OMB-NET6220 shown smaller than actual size. U 12 Analog Inputs U 8 Digital I/O U Simultaneous Sampling U Multiple Trigger

More information

EX CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT

EX CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT 1 WWW.VTIINSTRUMENTS.COM EX1401 16-CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT FEATURES 16-channel isolated universal thermocouple/voltage inputs 24-bit ADC per channel Typical accuracies

More information