Agilent Technologies E1300B Spezifikationen

Stöbern Sie online oder laden Sie Spezifikationen nach Nein Agilent Technologies E1300B herunter. Agilent Technologies E1300B Specifications [en] Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 78
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Agilent 75000 SERIES B
Installing the E1300B/E1301B
Mainframe and Plug-In Modules
Configuration Guide
Copyright© Agilent Technologies, Inc., 1994 - 2006
*E1300-90007*
E1300-90007
E0912
Manual Part Number: E1300-90007
Microfiche Part Number: E1300-99007
Printed:
September 2012 Edition
4
Printe
d in U.S.A. E0912
Seitenansicht 0
1 2 3 4 5 6 ... 77 78

Inhaltsverzeichnis

Seite 1 - *E1300-90007*

Agilent 75000 SERIES BInstalling the E1300B/E1301BMainframe and Plug-In ModulesConfiguration GuideCopyright© Agilent Technologies, Inc., 1994 - 2006*E

Seite 2

Installation StepsNote If you ordered the DC Power Option (option 008) and you want to change the factoryswitch settings, you should change them befor

Seite 3 - Safety Symbols

Step 1: Set Up Mainframe for AC PowerWARNING SHOCK HAZARD. Disconnect power from the mainframe before doing anyinstallation steps.A Locate line volt

Seite 4 - Declaration of Conformity

Step 2: Select Internal IBASIC or External Controller*GPIB is the implementation of IEEE Standard 488.1-1978.Set t o “ Talk/List en” if you are usin

Seite 5 - Contents

Step 3: Rack Mount the Mainframe (Optional)Note Simplified rack mount installation steps are shown here. Refer to the instructions providedwith the r

Seite 6

Step 4: Determine Instrument ConfigurationsIn this step, you determine the instrument configurations that best suit your application. You will create

Seite 7 - Warnings and Cautions

Scanning Multimeter InstrumentThe Scanning Multimeter instrument consists of an Agilent E1326B Multimeter and one or more multiplexermodules. In this

Seite 8

Switchbox InstrumentThe Switchbox instrument is composed of one or more switch modules. The single module Switchboxbehaves as an independent instrume

Seite 9 - Installing the System

Step 5: Set Plug-In Module Logical AddressesAs shown in Figure 1-4, a logical address switch contains eight individual switches. To determine thelogi

Seite 10 - Installation Steps

Locate and Set the Logical Address Switch on all Modules:Example 1-1. Single Module Instruments:1-10 Installing the System

Seite 11 - Installing the System 1-3

Example 1-2. Scanning Multimeter Instrument:Example 1-3. Built-In Scanning Multimeter:Installing the System 1-11

Seite 12 -

CertificationAgilent Technologies certifies that this product met its published specifications at the time of shipment from the factory. AgilentTechn

Seite 13 - Attach rack mount hardware

Example 1-4. Multiple Module Switchbox Instrument:1-12 Installing the System

Seite 14 - 1-6 Installing the System

Step 6: Install Plug-In ModulesWARNING SHOCK HAZARD. Secure modules tightly to the mainframe and cover all unused slots.Caution To prevent equipment

Seite 15 - Secondary Address = 03

Step 7: Connect Bus Cables (Multiple Module Instruments Only)The Analog Bus creates an analog signal path between modules. The Analog Bus cables are

Seite 16 - Logical Address = 114

The Digital Bus ensures maximum scanning rates when using a Scanning Multimeter containing FET typemultiplexers (Agilent E1351A, E1352A, E1353A, E135

Seite 17

Step 8: Connect Interface CablesConnect the GPIB Cable to External Controller/GPIB Peripherals:1-16 Installing the System

Seite 18 - 1-10 Installing the System

Set your computer or terminal communications protocol to:• Baud Rate — 9600• Parity/Data Bit — None/8• Pacing — XON/XOFF• Enq/Ack — Off• 1 Stop bitNot

Seite 19

Step 9: Apply AC PowerWARNING The power cord must be plugged into an approved three-contact electrical outlet. Theoutlet must have its own ground con

Seite 20 - 1-12 Installing the System

Step 10: Connect External DC Power (Optional) WARNING To prevent possible electric shock hazard during DC power operation, connect themainframe’s chas

Seite 21

Step 11: Download Device DriversIf your instrument is not listed in the table below, you must download the device driver so that themainframe can inte

Seite 22 - 1-14 Installing the System

Step 12: Verify OperationThis step verifies mainframe operation by:• Checking for start-up errors• Checking for system errors• Checking/Setting the Sy

Seite 23 - Scanning Multimeter:

Frame or chassis ground terminal—typi-cally connects to the equipment’s metalframe.Alternating current (AC).Direct current (DC). Indicates hazardous v

Seite 24 - 1-16 Installing the System

Programs for Windows•VERF_VBS.EXE - this program requires either an Agilent 82335, 82540, or 82541 GPIB InterfaceCard. The program was written in Vis

Seite 25

For example, “ CNFG ERROR: 13” shows that the Logical Address Switch may be set wrong. See Appendix A for the different error messages and possibl

Seite 26 - Step 9: Apply AC Power

The returned message for the date is a comma separated list:yyyy,mm,ddwhere “yyyy” is the year, “mm” is the month, and “ dd” is the day. For example,

Seite 27

Chapter 2Sending SCPI CommandsThis chapter shows how to send Standard Commands for Programmable Instruments (SCPI) and IEEE 488.2Common Commands to t

Seite 28 - 1-20 Installing the System

Using Visual BASIC and Agilent SICLThe following shows how to use the Visual BASIC program language (version 3.0) with the AgilentStandard Instrument

Seite 29 - Step 12: Verify Operation

Open Communication PathUse the iopen subproutine to open the communication path between the instrument and Visual BASIC. Thecommand requires the compl

Seite 30

Program ExampleThe following program example sends a SCPI command and returns the data into a string variable.Sub Main ()Dim Addr As IntegerDim Cmd As

Seite 31 - Checking for System Errors

Using C/C+ + and Agilent SICLThe following shows how to use the Visual C/C+ + program language with the Agilent Standard InstrumentControl Library (S

Seite 32 - Where to go Next

From the Windows InterfaceSelect the C/C+ + Windows environment and make sure the program to be compiled and the appropriatelibraries are in a projec

Seite 33 - Sending SCPI Commands

Receiving DataThe following shows two ways to receive data. One way shows how to use the iscanf function from theAgilent Standard Instrument Library t

Seite 34 - How to Run a Program

Declaration of Conformity Declarations of Conformity for this product and for other Agilent products may be downloaded from the Internet. There are

Seite 35 - Sending SCPI Commands 2-3

Using Single Function to Send and Receive DataThe ipromptf function sends formatted SCPI commands and immediately reads the returned data asformatted

Seite 36 - Program Example

/* Read returned data * /iread(addr, into, length, NULL, &actual);/* NULL terminates result string and print the result s * /if (actual){into[a

Seite 37

Using C and the GPIB Command LibraryThe following shows how to use the C program language with the GPIB Command Library and the Agilent82335 GPIB Inte

Seite 38

Compiling a ProgramTo compile a program from the DOS command line using the Large memory model, execute the following:• Microsoft® C/ and C+ + :cl /A

Seite 39 - Sending SCPI Commands 2-7

Program ExampleThe following program example sends a SCPI command and returns the data into a character string.#include < stdio.h>#include <

Seite 40 - 2-8 Sending SCPI Commands

Using BASIC/IBASICThe following shows how to use the BASIC/IBASIC program language (version 5.0 and above).BASIC/IBASIC languages are in a variety of

Seite 41 - Sending SCPI Commands 2-9

Program ExampleA typical program example is as follows. This example sends a SCPI command and returns the data into astring variable.10 DIM A$[256]20

Seite 42 - Executing a Program

Using a TerminalThe following shows how to use a supported terminal to send SCPI commands to an instrument and displayreturned data. The supported ter

Seite 43 - Compiling a Program

where < logical address> is the Logical Address of the instrument to be selected. Forexample, “SA 24” selects the Agilent E1326 Multimeter.Sel

Seite 44

Appendix AIn Case Of DifficultyThis appendix gives possible failures and troubleshooting information for the mainframe. Included arestart-up and syst

Seite 45 - Using BASIC/IBASIC

ContentsWarnings and Cautions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viiChapter 1

Seite 46

Start-Up Errors and MessagesThe Start-up errors and descriptions are listed in Table A-1.Error 1: Failed DeviceThis indicates that a plug-in module in

Seite 47 - Using a Terminal

Error 3: Config warning. Device driver not foundThe mainframe generates this error when it detects a module that has no driver present. Many instrumen

Seite 48 - 2-16 Sending SCPI Commands

Error TypesThe returned error message consists of a number and a message. A positive number shows instrumentspecific errors. Negative numbers determin

Seite 49 - In Case Of Difficulty

Code Message Cause-101 Invalid character Unrecognized charact er in specified parameter.-102 Syntax error Command is missing a space or comma betw een

Seite 50 - Start-Up Errors and Messages

Code Message Cause+ 2003 Invalid word address An odd address was specified for a 16 bit read or write.Alw ays use even addresses for 16 bit (w ord) a

Seite 51 - System Errors and Messages

Appendix BHardware Reference InformationRS-232 Cable InformationThe recommended RS-232 cables/adapters and their Agilent part numbers are:9-pin femal

Seite 52 - System Error Message Listing

Pow er CordsFigure B-2 shows the Agilent E1300B/E1301B power cords..Replacement FusesThe replacement line fuses and their Agilent part numbers are:1.5

Seite 53 - In Case Of Difficulty A-5

Rack Mount and Front Handle KitsTable B-1. Mainframe Front Handle/Rack Mount KitsOption Description Part Number 907 Front Handle Kit 5062-5367908 R

Seite 54 - A-6 In Case Of Difficulty

Recessed Mount-Rear (Option 908)Flush Mount with Handles-Front (Option 909)Recessed Mount-Front (Option 908)Flush Mount-Front (Option 908)Front Handle

Seite 55 - VXI(9pin) 9pin 25pin

Agilent E1300B/E1301B Backdating InformationSetting the Mainframe Interrupt Bypass SwitchesNOTE: This procedure is for older mainframes only. This st

Seite 56 - Australia

Using BASIC/IBASIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-13Sending SCPI Commands

Seite 57

B-6 Hardware Reference Information

Seite 58

Appendix CDebugging VXI SCPI ProgramsIntroductionThis appendix shows how to debug programs for the mainframe and installed modules using the Standard

Seite 59

The first code in the GPIB address is the Select Code. Most computers will most likely use a Select Code of7. However, if IBASIC is installed, the se

Seite 60

Determining Instrument CommunicationUse the * IDN? command to determine if the computer can communicate with the instrument. Send thecommand using the

Seite 61 - Debugging VXI SCPI Programs

The *OPC? command outputs a “ 1” after all previous commands are completed (see “ Step 8:Check for Command Synchronization” for more information on t

Seite 62

• command spelling• missing the space between the command and parameter• parameter out of range• setting conflict caused by coupled commands not sent

Seite 63 - Program Message Terminator

1. Take One Voltmeter Reading - This example uses the Agilent E1326 MultimeterOUTPUT 80903;"CONF:VOLT:DC (@100)" ! Setup multimeter to ta

Seite 64

To synchronize instruments, send a command to the first instrument to output data. The computer then waitsfor the data to be returned before it sends

Seite 65

Using the ProgramThe following shows how to use the program with your application code.Step 1: Run Program Without Application CodeRun the program wit

Seite 66

The second error:DVM ERROR “ Query UNTERMINATED”is ignored because the process of querying for errors caused it. A “Query UNTERMINATED” error occursa

Seite 67 - Using other Program Languages

Warnings and CautionsWARNING SHOCK HAZARD. Only service-trained personnel who are aware of thehazards involved should install, remove, or configure t

Seite 68 - Program Description

Preventing Hang-UpsThe “ Main” section of the program (lines 10-220) act as a shell that prevents your basic program from everhanging up due to I/O th

Seite 69 - Program Theory

Using SoftkeysThe following four softkeys to aid in debugging are provided as a feature of the main line of this program.QUIT& ? Checks for instru

Seite 70 - Preventing Hang-Ups

ERROR 168 IN 233O I/O timeoutChecking for E13xx Errors as a BASIC Error has occurred SYSTEM ERROR “ No error”DVM ERROR “ Undefined header”DVM ERROR “

Seite 71 - Changing the Program to BASIC

IndexAA-Size modules, installing, 1-13AC power cords, B-2AC power, setting up mainframe for, 1-3Adapter, RS-232, B-1Address:logical, 1-9secondary GPI

Seite 72

Configuring:scanning multimeter instrument, 1-7single module instruments, 1-6switchbox instrument, 1-8Connecting:analog bus cables, 1-14external DC po

Seite 73

GGPIB:addressing, 2-1cable, connecting, 1-16cable part numbers, B-1command library, 2-10secondary address, 1-6 - 1-8using c, 2-10Grounding and power w

Seite 74

scanning multimeter example, 1-11switchbox example, 1-12Multimeter, scanning:, 1-11creating, 1-7Multiple module instruments, configuring, 1-7 - 1-8Mul

Seite 75

cable part numbers, B-1cable, connecting, 1-17custom cable, B-1protocol settings, 1-17SScanning DVM or DMMSee Scanning multimeterScanning multimeter:,

Seite 76

Terminal, using a, 2-15Terminator, program message, C-3Theory, program, C-9TIMEOUTS, using, C-9Trickle charge switch setting, 1-2Types, error, A-4UUna

Seite 77

Notesviii

Seite 78

Chapter 1Installing the SystemShould I Use this Guide or Agilent VIC?In an effort to make installation of your B-size VME/VXI system as easy as possi

Kommentare zu diesen Handbüchern

Keine Kommentare