Eight-Channel
Fixed Filter and Amplifier
Signal Conditioning Plug-on
VT1508A
User’s Manual
The VT1508A manual also applies to Agilent/HP E1413Bs as Agilent/HP E1413 Option 18.
Enclosed is the User’s Manual for the VT1508A Signal Conditioning Plug-on. Insert this
manual in your VT1413C or Agilent/HP E1313 manual behind the “Signal Conditioning
Plug-ons” divider.
Manual Part Number: 82-0082-000Printed: July 9, 2003
Printed in U.S.A.
Page 2
Page 3
Eight-Channel Fixed Filter and Amplifier
Introduction
The VT1508A is a Signal Conditioning Plug-on that provides eight fixed low-pass
filters with a 3 dB cutoff frequency of 7 Hz and eight amplifiers with gain of 16.
Also provided is input over-voltage protection and open transducer detection on
each channel.
About this Manual
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 for this Plug-onis commonto several others and is covered inChapters
1 and 2 of your VT1413C or Agilent/HP E1313 manual.
Identifying the Plug-on
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 VT1508A, the part number is :
VT1508A.
IntroductionVT1508A Fixed Filter+Amplifier SCP 3
Page 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 VT1508A SCPs.
·
The connections are shown in Figure 1.
For Agilent/HP E1313 Terminal Moduless, use stickers for VT1508A 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 18 SCPs. The connections are shown in Figure 4.
Connecting To The Terminal ModuleVT1508A Fixed Filter+Amplifier SCP 5
Page 6
Programming With SCPI Commands
The SCPI commands shown here are covered inChapters3and 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
Querying the Filter
Cutoff Frequency
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:
To determine the type of SCP installed on channels 0 through 7 send
SYST:CTYP? (@100)
enter statement here
While the VT1508A does not provide programmable cutoff frequency the filter
frequency can be queried. Theresponse to this query will always be 7. To query any
channel for its cutoff frequency use the INPut:FILTer[:LPASs]:FREQuency?
(@<channel>) command. The INP:FILT:FREQ? command returns the numeric
cutoff value currently set for the channel specified.
query SCP type @ ch 0
·
The channel parameter must specify a single channel.
To query the cutoff frequency of channel 6 send
INP:FILT:FREQ? (@106)
enter statement here
Querying the
Filter State
6 VT1508A Fixed Filter+Amplifier SCPProgramming With SCPI Commands
While the VT1508A does not allow controlling whether the filters are enabled or
disabled, this state can be queried. The response to this query will always be 1. To
query any channel to determine if it is enabled or disabled use the
INPut:FILTer[:LPASs][:STATe]? (@<channel>) command. The INP:FILT?
command returnsa0ifthechannel is OFF ora1ifthechannel is ON.
query channel 6
Page 7
The channel parameter must specify a single channel.
·
To query the filter state of channel 2 send
Querying the
Channel Gain
Detecting Open
Transducers
INP:FILT? (@102)
enter statement here
While the VT1508A’s amplifiers have fixed gain, the channel gain can be queried.
The response to this query willalways be 16. To query any channel to determineits
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)
enter statement here
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 polarityof 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 anover-voltage condition. OTD is available on a per SCP basic.
all eight channels of an SCP are enabled or disabled together. See Figure for a
simplified schematic diagram of the OTD circuit.
query channel 2
query channel 8
Signal Input
High
Low
Figure 5 Open Transducer Detect Circuit
Signal Conditioning Plug-on
100M
100M
Multiplexer
High
+17V
3K
Gnd.
3K
-17V
Low
Programming With SCPI CommandsVT1508A Fixed Filter+Amplifier SCP 7
Page 8
NOTES1) 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) Allow 5 minutes before checking for open transducers to allow filter capacitors
to charge.
To enable or disable Open Transducer Detection, use the DIAGnostic:OTDetect
<enable>, (@<ch_list>) command.
The enable parameter can specify ON or OFF
·
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)
To disable Open Transducer Detection on all channels on SCPs 1 and 3:
DIAG:OTD OFF, (@100,116)
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 commandsto theparameter valueswhich
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>
0 is on SCP 1 and 16 is on SCP3
8 VT1508A Fixed Filter+Amplifier SCPRegister Based Programming
Page 9
VT1508A Register Map
Read (returned value)Write( <regvalue>)SCP Register<regaddr> Value
SCP ID (901016)
Whole SCP Reg 000ppp000000
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 To query an SCP for its ID value, write the following value to Parameter Register 1:
()SCP number ´ 40
Then write the opcode for SCBREAD? (080016) to the Command Register. The ID
value will be returned to the Query Response 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 + 12
)
16
Writing aone (1) to abit enables open transducer detect on that signal conditioning
module. Writing a zero (0) to a bit disables open transducer detect.
Bit 7Bit 6Bit 5Bit 4Bit 3Bit 2Bit 1Bit 0
SCP 7SCP 6SCP 5SCP 4SCP 3SCP 2SCP 1SCP 0
Register Based ProgrammingVT1508A Fixed Filter+Amplifier SCP 9
Page 10
Specifications
These specifications for the VT1508A reflect the combined performance of the
VT1413C or Agilent/HP E1313 and the VT1508A Signal Conditioning Plug-on.
These specifications are not to be added to those presented in the VT1413C User’s
Manual.
General Specifications
Measurement ranges
DC Volts±3.9 mV to ±1 V FS
TemperatureThermocouples - -200 to +1700°C
Resistance(Opt 15 required) 128 Ohms to 131 kOhms FS
Strain25,000 µe or limit of linear range of strain gage
Maximum input voltage
(Normal mode plus common mode)
Maximum common mode
Thermistors - (Opt 15 required) -80 to +160°C
RTD’s - (Opt 15 required) -200 to +850°C
(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 ±0.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.
A/D Filter
OFF
-200 to 0°C0 to 200°C200 to 400°C400 to 800°C
1.30°C0.14°C0.14°C0.20°C
Type EEXtended
Type J
Type K
Type R
A/D Filter
OFF
A/D Filter
OFF
A/D Filter
OFF
A/D Filter
OFF
-200 to 0°C0 to 200°C200 to 800°C800 to 1000°C
1.80°C0.30°C0.20°C0.35°C
-200 to 0°C0 to 280°C280 to 600°C600 to 775°C
1.60°C0.15°C0.22°C0.22°C
-200 to 0°C0 to 375°C375 to 800°C800 to 1400°C
2.50°C0.20°C0.25°C0.40°C
0 to 100°C100 to 200°C200 to 600°C600 to 1000°C
1.80°C0.90°C0.70°C0.60°C
[SENSe:]FILTer[:LPASs][:STATe] ON (max scan rate - 100 rdgs/sec/channel)