5 The GP Interface Bus

Size: px
Start display at page:

Download "5 The GP Interface Bus"

Transcription

1 5 The GP Interface Bus In this chapter... Introduction to the System Interface Buses, 5-2 The GPIB Statements, 5-3 Addressing the Bus And Bus Devices, 5-5 A Reference Description of the GPIB, 5-8 Objectives When you finish reading this chapter, you should be able to: Understand the General Purpose Interface Bus (GPIB) Prerequisites There are no prerequisites associated with using this chapter. Required Tools and Materials There are no required tools or materials associated with using this chapter. Agilent Technologies 2001, 2003 BT-BASIC Programming /2003

2 Introduction to the System Interface Buses The test system can be interfaced to busable instruments and devices via the General Purpose Interface Bus (GPIB). The GPIB Bus The GPIB bus is used for communication between the workstation and: DUT power supplies in the testhead, Any optional DUT power supplies in the support bay, and. Table 5-1 Function Listener Talker Device functions on the GPIB Description A device capable of receiving data from other devices on the bus. A listener might be a printer, a programmable power supply, etc. A device capable of transmitting data to other devices on the bus. A talker might be a voltmeter or a counter. Any optional instrument accessories. Device Functions on the GPIB Devices on the GPIB (Table 5-1)communicate by way of three basic functions, and each busable device is equipped with the hardware and firmware necessary to carry out one or more of these functions Controller A device capable of managing communications over the GPIB. This control includes such things as addressing, and ending commands. In the test system, only the workstation is capable of this function. So for the remainder of this chapter, when we say controller we are referring to the workstation's function as an GPIB controller. Be aware that some devices on the bus may be able to function only as listeners, or only as talkers, while other devices may be equipped to function as both. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-2

3 The GPIB Statements As a test system user, your interaction with GPIB is through BT-BASIC statements which either transfer data via the bus or directly manipulate operation of the bus. Both types of statements are described below. General Purpose I/O Statements Used With GPIB Some of the general purpose BT-BASIC I/O statements described in Chapter 4, Input / Output can be used to communicate with devices on the GPIB bus. These statements are described in Table 5-2. GPIB-specific tasks. If you need to know more about the data and control lines these statements manipulate, refer to A Reference Description of the GPIB on page 5-8. The dedicated GPIB statements are described in Table 5-3 on page 5-4. Table 5-2 I/O statements used with GPIB Statement assign to enter and enter using output and output using Description Assigns (at-name) to the bus or to a device. Enables sequential access. Inputs data from devices Outputs data to devices The Dedicated GPIB Statements BT-BASIC also contains several statements, referred to as dedicated GPIB statements, which perform Agilent Technologies 2001, 2003 BT-BASIC Programming 5-3

4 Table 5-3 Dedicated GPIB statements Statement abort clear local local lockout ppoll remote send spoll srq timeout trigger Description Clears the bus to its initial state by activating IFC for at least 100 microseconds. Also clears ATN and sets REN. If the bus is addressed, issues device clear (DCL). If a device is addressed, issues selected device clear (SDC). Sends go to local (GTL) to a selected device, or clears REN if the bus is addressed. Sends local lockout (LLO) to the bus and prevents any device from being operated locally. Conducts a parallel poll on the bus and returns the result as a function value. NOTE: This statement is not supported with the 82357A USB/GPIB adapter in the IPC, or the HP 9000/712 controller. This statement can only be used on an optional auxiliary bus. Sets the Remote ENable line (REN) to 1. If a device is addressed, the device is also addressed to listen. Sends commands and data directly to the bus. Conducts a serial poll for a specific device on the bus. Returns the current value (0 or 1) of the SRQ line. Sets timeout for a bus or device. Issues Group Executive Trigger (GET) which triggers devices to start their (device-dependent) activities. If the bus is addressed, all current listeners are triggered. If a device is addressed, just that device is triggered. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-4

5 Addressing the Bus And Bus Devices Because the GPIB and the devices connected to it are part of the file system, they are addressed as if they were files. Either a <file id> or can be used to address the bus or a device on the bus. is generally preferred because it is faster and because the device remains open and can be accessed sequentially. When the GPIB is installed, it is associated with a file in the $AGILENT3070_ROOT /dev directory. The file name for a GPIB interface is $AGILENT3070_ROOT /dev/hpibx, where x is the number of the GPIB bus. Because the GPIB is bus #1, its associated file is $AGILENT3070_ROOT/dev/hpib1. How Specific Devices are Addressed The syntax of an GPIB bus address, shown below, includes two levels of bus addressing: the complete bus, and an individual device on the bus. Be aware that not all GPIB statements can address both levels. SYNTAX <GPIB> <GPIB device> <GPIB> and <GPIB device> can be: <file PARAMETERS <file id> is a <string expression> <name> is a <label> <GPIB> addresses an entire bus. The file name is $AGILENT3070_ROOT/dev/hpibx, where x is the number of the bus. <GPIB device> is the file name to address a specific device on a bus. When a device is addressed, the following sequence of commands is sent on the bus: Unlisten the GPIB. Address system controller to listen or talk. Address device to talk or listen. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-5

6 Example 5-1 Example of addressing specific devices clear btgetenv$( AGILENT3070_ROOT ) & "/dev/hpib7"! Clears GPIB bus #1 msi btgetenv$( AGILENT3070_ROOT ) & "/dev" to "dvm1"! to the DVM on bus #1 Voltage Reserved GPIB Addresses and Device Names Addresses and device names on the system dedicated bus are reserved and cannot be assigned to any other instrument, even if there is no instrument at a particular address. If these addressing requirements are not adhered to, the test results can be unpredictable. The reserved addresses and device names are shown in Table 5-4. Table 5-4 Reserved GPIB addresses and device names Dedicated Device File name (/dev/...) GPIB Address Hex Decimal Miscellaneous GPIB #1 hpib1 1F 31 Oscilloscope scope 7 7 HP 3488A hp Voltmeter dmm A 10 Reference Voltmeter dmm_ref B 11 Synthesizer synth Module 0, ASRU Card channels 1-4 ps Module 1, ASRU Card channels 1-4 ps Agilent Technologies 2001, 2003 BT-BASIC Programming 5-6

7 Table 5-4 Reserved GPIB addresses and device names (continued) Dedicated Device File name (/dev/...) GPIB Address Hex Decimal Module 2, ASRU Card channels 1-4 ps Module 3, ASRU Card channels 1-4 ps Module 0, ASRU Card channel 5 or 5-6 ps4 1A 26 Module 0, ASRU Card channel 6 ps5 1B 27 Module 1, ASRU Card channels 5-6 ps6 1C 28 Module 1, ASRU Card channel 6 ps7 1D 29 Module 2, ASRU Card channels 5-6 ps8 1 1 Module 2, ASRU Card channel 6 ps9 2 2 Module 3, ASRU Card channels 5-6 ps Module 3, ASRU Card channel 6 ps NOTE If a power supply is split between modules, use the device file and GPIB address appropriate for the connections in the lower-numbered module. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-7

8 A Reference Description of the GPIB Even though communication over the GPIB is normally handled through BT-BASIC statements, it may be helpful for you to understand how the individual bus lines function. The following paragraphs provide an overview of the GPIB. For more detailed information on bus communications, see the IEEE Publication on bus communication standard The GPIB uses a 24-conductor cable to interconnect several devices in parallel. Eight of the lines are used as grounds, and sixteen are responsible for bus communications and control. The sixteen lines that carry information are usually the only communication link between the interconnected instruments. Eight of these lines transmit data and the other eight are responsible for timing and for control of data transfers. Negative logic (low true) is used on all sixteen of the lines. The data and control lines are illustrated in Figure 5-1 on page 5-9. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-8

9 Figure 5-1 GPIB bus structure Device A Data Bus Data Lines Device B Device C Data Byte Transfer Control Handshake Lines Device D General Interface Management Control Lines D1/ DAV NRFD NDAC IFC ATN SRQ REN EO1 Agilent Technologies 2001, 2003 BT-BASIC Programming 5-9

10 The Data Lines Data is transmitted on the eight data lines (DIO-1 through DIO-8) as a series of eight-bit bytes. Seven of the eight bits represent an ASCII character, with the eighth bit available as a parity bit. Each data byte transfer is accomplished with an interlocked handshake technique which is controlled via the DAV, NRFD, and NDAC control lines. The Handshake Control Lines Three handshake control lines are used to control asynchronous data byte exchanges so that a talker will not send data faster than each of the listeners can accept it. The three handshake control lines are described in Table 5-5. Table 5-5 Line Handshake control lines Description Using these three lines, a typical data exchange between instruments proceeds as follows. All devices currently designated as active listeners indicate (via the NRFD line) when they are ready to accept data. A device that is not ready to accept data forces the NRFD line low (true), while a device that is ready for data allows the line to float high. Because the devices on the bus are wired in parallel, the device(s) pulling the line low override its floating high. This line remains low until all active listeners are ready to accept data. When the talker senses that the NRFD line has floated high, it places a data byte on the data lines and pulls the DAV line low. This action indicates to the listeners that the data byte on the data lines is valid and can be read. Each listener, operating at its own speed, then reads the data and lets the NDAC line go high. Only when all listeners have let the NDAC line float high will the talker sense that the data has been accepted. The talker can then let the DAV line go high to start the entire sequence over again and send the next byte of data. The Bus Management Lines DAV NRFD Data Valid Not Ready For Data The five remaining lines are responsible for bus management. They are described in Table 5-6. NDAC Not Data Accepted Table 5-6 Bus management lines Line ATN IFC Description Attention Interface Clear Agilent Technologies 2001, 2003 BT-BASIC Programming 5-10

11 Table 5-6 Line REN EOI SRQ Bus management lines (continued) Description Remote Enable End or Identify Service Request The bus management lines take care of bus protocol by: Clearing the GPIB to allow servicing of bus interrupts Telling devices if the information on the bus is data or a command Telling devices when a data byte on the bus is the last one of a data message The handshake control lines function interactively to accomplish a data byte or a command byte exchange on the data bus. By comparison, the bus management lines act independently of each other that is, each bus management line's function is specialized. Table 5-7 contains a brief explanation of the function of each of the management lines. Table 5-7 Bus management line function Line ATN (Attention) IFC (Interface Clear) Function Since both addressing information and data messages are sent over the same set of data lines, the ATN line is used to distinguish one from the other. When the ATN line is false, the eight-bit byte on the data bus is interpreted as a character in the data message. When the ATN line is true (low), the byte is interpreted as control or addressing information. Only the system controller can control the IFC line. When the IFC line is pulled low, all bus activity is unconditionally terminated, and the system controller takes control of the bus. Any current talker and listeners become unaddressed. Normally, this message is used only to abort an unwanted operation, or to allow the controller to regain control of the bus when something has gone wrong. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-11

12 Table 5-7 Bus management line function (continued) Line REN (Remote Enable) EOI (End Or Identify) SRQ (Service Request) Function The REN line is used to allow instruments on the bus to be remotely programmed by the controller. Many GPIB instruments, such as digital voltmeters, can have various functions and ranges selected either locally by manipulating their front panel controls, or remotely by programming messages sent over the bus from the system controller. In order to remotely program an instrument that has both local and remote programming capability the REN line must be set. This enables the instrument to accept data from the data bus if it has been addressed to do so. Under normal conditions, the data sent to instruments over the bus are in ASCII format. At the end of an ASCII message, the linefeed character (LF = decimal 10) indicates the end of the data message. If a device wishes to send data in eight-bit bytes which represent general binary patterns (not ASCII characters), then the EOI line is used to mark the end of the data message. When a listener detects that the EOI line is set, it recognizes that the data byte on the bus is the last one in the data message. The controller is always in charge of the order of events on the GPIB. If a particular instrument on the bus has information of which the controller should be aware, it can pull the SRQ line low to ask for the controller's attention. This action represents a request for attention from the controller and not a demand. The controller determines when and how it will handle an SRQ. The instrument originating the service request will continue to do so until the request has been satisfied. What satisfies the SRQ for a particular instrument a voltmeter, counter, etc. can be found in the operating documentation for that instrument. Agilent Technologies 2001, 2003 BT-BASIC Programming 5-12

GPIB Tutorial. GPIB Tutorial. GPIB Instrument Control. National Instruments Phone: (512) Fax: (512)

GPIB Tutorial. GPIB Tutorial. GPIB Instrument Control. National Instruments Phone: (512) Fax: (512) The Beginning In 1965, Hewlett-Packard designed the Hewlett-Packard Interface Bus (HP-IB) to connect their line of programmable instruments to their computers. Because of its high transfer rates (nominally

More information

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1 Module 5 Embedded Communications Version 2 EE IIT, Kharagpur 1 Lesson 24 Parallel Data Communication Version 2 EE IIT, Kharagpur 2 Instructional Objectives After going through this lesson the student would

More information

The GPIB Interface. Last modified Week 4 - part 1. What we have here is a failure to communicate - Cool Hand Luke

The GPIB Interface. Last modified Week 4 - part 1. What we have here is a failure to communicate - Cool Hand Luke What we have here is a failure to communicate - Cool Hand Luke The GPIB Interface GPIB - General Purpose Interface Bus - is a standard interface for communications between instruments and controllers (eg.

More information

SOFTMARK. USB to GPIB Interface. SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia

SOFTMARK. USB to GPIB Interface. SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia SOFTMARK USB to GPIB Interface SOFTMARK PO Box 1609 Hornsby NSW 2077 Australia softmark@ar.com.au www.ar.com.au/~softmark Copyright 2004 Softmark The GPIB bus (formerly called IEEE-488 bus) was developed

More information

PROLOGIX GPIB-ETHERNET CONTROLLER USER MANUAL VERSION September 14, 2009 PROLOGIX.BIZ

PROLOGIX GPIB-ETHERNET CONTROLLER USER MANUAL VERSION September 14, 2009 PROLOGIX.BIZ PROLOGIX GPIB-ETHERNET CONTROLLER USER MANUAL VERSION 1.5.2.0 September 14, 2009 PROLOGIX.BIZ Table of Contents 1. Introduction...4 2. Installation...4 3. Firmware Upgrade...4 4. Host Software...4 5. Network

More information

GPIB Analyzer Help Contents Index Search

GPIB Analyzer Help Contents Index Search GPIB Analyzer Help March 2003 Edition, Part Number 370686A-01 This help file describes the GPIB analyzer software. The GPIB analyzer is an application that you can use for testing, debugging, and analysis.

More information

Bus systems and communications

Bus systems and communications Bus systems and communications CHRISTIAN ANTFOLK Announcement Assignment 1 Hand in on Monday Kursombud Data Lab 2 will be Onsdag den 26.11.2014 13-17 eller Torsdag den 27.11.2014 kl 8-12 or 13-17. Lecture

More information

SERIES 682XXB/683XXB SYNTHESIZED SIGNAL GENERATORS SCPI PROGRAMMING MANUAL

SERIES 682XXB/683XXB SYNTHESIZED SIGNAL GENERATORS SCPI PROGRAMMING MANUAL SERIES 682XXB/683XXB SYNTHESIZED SIGNAL GENERATORS SCPI PROGRAMMING MANUAL 490 JARVIS DRIVE MORGAN HILL, CA 95037-2809 P/N: 10370-10288 REVISION: E PRINTED: OCTOBER 1997 COPYRIGHT 1994 ANRITSU CO. WARRANTY

More information

Designing a GPIB Device Using the NAT9914

Designing a GPIB Device Using the NAT9914 Application Note 110 Designing a GPIB Device Using the NAT9914 Andrew Thomson Introduction This application note describes how to build a GPIB device using the NAT9914 and a common microcontroller. It

More information

SERIES MG369XB SYNTHESIZED SIGNAL GENERATOR SCPI PROGRAMMING MANUAL

SERIES MG369XB SYNTHESIZED SIGNAL GENERATOR SCPI PROGRAMMING MANUAL SERIES MG369XB SYNTHESIZED SIGNAL GENERATOR SCPI PROGRAMMING MANUAL 490 JARVIS DRIVE MORGAN HILL, CA 95037-2809 P/N: 10370-10368 REVISION: D PRINTED: AUGUST 2013 COPYRIGHT 2007-2013 ANRITSU WARRANTY The

More information

SHIMADZU GPIB MANUAL

SHIMADZU GPIB MANUAL SHIMADZU GPIB MANUAL CONTENTS 1. General specifications... 3 2. Transmission from AG to External Device... 5 2.1 Transmission of Test Conditions... 6 2.2 Transmission of Load/Stroke (Real-time)... 8 2.3

More information

DQP-3100 IEQ11 Compatible Option Module for NuVAX and NuPDPq Owner s Manual. DQP-3100-OM Revision C

DQP-3100 IEQ11 Compatible Option Module for NuVAX and NuPDPq Owner s Manual. DQP-3100-OM Revision C DQP-3100 IEQ11 Compatible Option Module for NuVAX and NuPDPq Owner s Manual DQP-3100-OM Revision C Owner's Manual for the DQP-3100 IEQ11 Compatible Option Module for NuVAX and NuPDPq Document Number DQP-3100-OM

More information

488 Controller TALK LISTEN SRQ ERROR POWER

488 Controller TALK LISTEN SRQ ERROR POWER MARCH 1997 IC027A-R2 IC027AE-R2 488 Controller TALK LISTEN SRQ ERROR POWER CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 724-746-5500) FREE technical support

More information

THE BBC MICROCOMPUTER IEEE488 INTERFACE USER GUIDE

THE BBC MICROCOMPUTER IEEE488 INTERFACE USER GUIDE THE BBC MICROCOMPUTER IEEE488 INTERFACE USER GUIDE T H E B B C M I C R 0 C 0 M P U T E R IEEE488 INTERFACE USER GUIDE Designed, developed and manufactured in the United Kingdom by Acorn Computers Ltd

More information

PCI Advance Technologies; Automate the World. IEEE488 GPIB Interface Card User s Manual. Manual Rev Revision Date: April 14, 2005

PCI Advance Technologies; Automate the World. IEEE488 GPIB Interface Card User s Manual. Manual Rev Revision Date: April 14, 2005 PCI-3488 IEEE488 GPIB Interface Card User s Manual Manual Rev. 2.00 Revision Date: April 14, 2005 Part No: 50-15039-1000 Advance Technologies; Automate the World. Copyright 2005 ADLINK TECHNOLOGY INC.

More information

Analyzer488 IEEE 488 Bus Analyzer

Analyzer488 IEEE 488 Bus Analyzer Analyzer488 IEEE 488 Bus Analyzer INSTRUCTION MANUAL IOtech, Inc. 25971 Cannon Road Cleveland, Ohio 44146 (440) 439-4091 Information Your IOtech warranty is as stated on the product warranty card. You

More information

For CEC contact information, please go to on the World Wide Web

For CEC contact information, please go to   on the World Wide Web Program and documentation copyrighted 1986, 1998, 2004 by Capital Equipment Corporation (CEC). The software interpreter contained in EPROM/ROM is copyrighted and all rights are reserved by Capital Equipment

More information

Digital488 and Digital488/32/OEM

Digital488 and Digital488/32/OEM Digital488 and Digital488/32/OEM IEEE 488 to Digital I/O Interface IOtech, Inc. 25971 Cannon Road Cleveland, OH 44146-1833 Phone: (440) 439-4091 Fax: (440) 439-4093 E-mail (Product Information): sales@iotech.com

More information

Model 3916C. IEEE-488 Programmable Filter Mainframe. Operating and Maintenance Manual

Model 3916C. IEEE-488 Programmable Filter Mainframe. Operating and Maintenance Manual Model 3916C IEEE-488 Programmable Filter Mainframe Operating and Maintenance Manual MAINFRAME Serial No. MICROPROCESSOR Serial No. 15 Jonathan Drive, Unit 4, Brockton, MA 02301-5566 Tel: (508) 580-1660;

More information

GPIB HARDWARE MANUAL. For Use With: PCI-GPIB PCI-GPIB-1M PCI-GPIB-300K ISA-GPIB ISA-GPIB/LC PCM-GPIB CPCI-GPIB PC104-GPIB

GPIB HARDWARE MANUAL. For Use With: PCI-GPIB PCI-GPIB-1M PCI-GPIB-300K ISA-GPIB ISA-GPIB/LC PCM-GPIB CPCI-GPIB PC104-GPIB GPIB HARDWARE MANUAL For Use With: PCI-GPIB PCI-GPIB-1M PCI-GPIB-300K ISA-GPIB ISA-GPIB/LC PCM-GPIB CPCI-GPIB PC104-GPIB Revision 5 March, 2002 MEGA-FIFO, the CIO prefix to data acquisition board model

More information

Lesson 6 Instrument Control You Will Learn:

Lesson 6 Instrument Control You Will Learn: Lesson 6 Instrument Control You Will Learn: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver VIs E.

More information

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications Lesson 5 More on Instrument Control You Will Review: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver

More information

GPIB-100A User Manual

GPIB-100A User Manual GPIB-100A User Manual March 1990 Edition Part Number 320063-01 Copyright 1985, 1991 National Instruments Corporation. All Rights Reserved. National Instruments Corporation 6504 Bridge Point Parkway Austin,

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

FULCRU COMPUTER PRODUCTS

FULCRU COMPUTER PRODUCTS ,re,e,., 488 FULCRU COMPUTER PRODUCTS TM 1 82 FULCRUM (EUROPE) VAllEY HOUSE PURlEIGH ESSEX, ENGLAND CM3 6QH TelEPHONE: (0621) 828763 Exclusively distributed by: ----------------------------- - - -- - -

More information

Hewlett- Packard 98034A HP-IB Interface Installation and Service Manual

Hewlett- Packard 98034A HP-IB Interface Installation and Service Manual Hewlett- Packard 98034A HP-B nterface nstallation and Service Manual HEWLETT PACKARD warranty Statement Hewlett-Packard products are warranted against defects in materials and workmanship. For Hewlett-Packard

More information

About this Manual. Support for Your Product

About this Manual. Support for Your Product About this Manual We ve added this manual to the Agilent website in an effort to help you support your product. This manual is the best copy we could find; it may be incomplete or contain dated information.

More information

NI-488M. Software Reference Manual. National Instruments IEEE 488 Multitasking UNIX Device Driver. July 1994 Edition Part Number

NI-488M. Software Reference Manual. National Instruments IEEE 488 Multitasking UNIX Device Driver. July 1994 Edition Part Number NI-488M Software Reference Manual National Instruments IEEE 488 Multitasking UNIX Device Driver July 1994 Edition Part Number 320062-01 Copyright 1985, 1994 National Instruments Corporation. All Rights

More information

HEWLETT PACKARD. Tutorial Description of the Hewlett-Packard Interface Bus DESIGNED FOR HP-IB SYSTEMS

HEWLETT PACKARD. Tutorial Description of the Hewlett-Packard Interface Bus DESIGNED FOR HP-IB SYSTEMS HEWLETT PACKARD Tutorial Description of the Hewlett-Packard Interface Bus DESIGNED FOR HP-IB SYSTEMS .DESIGNED FOR, HP-IB SYSTEMS Not just IEEE-488, but the hardware, documentation and support that delivers

More information

WT3000 Manual, Vol 2/3 WT3000. Precision Power Analyzer Communication Interface. IM E 5th Edition

WT3000 Manual, Vol 2/3 WT3000. Precision Power Analyzer Communication Interface. IM E 5th Edition WT3000 Manual, Vol 2/3 WT3000 Precision Power Analyzer Communication Interface 5th Edition Thank you for purchasing the WT3000 Precision Power Analyzer. This Communication Interface User s Manual describes

More information

1. INTRODUCTION CONNECTING POWER SUPPLY VIA GPIB INTERFACE CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4 4. INPUT AND OUTPUT QUEUE..

1. INTRODUCTION CONNECTING POWER SUPPLY VIA GPIB INTERFACE CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4 4. INPUT AND OUTPUT QUEUE.. CONTENTS PAGE 1. INTRODUCTION... 1 2. CONNECTING POWER SUPPLY VIA GPIB INTERFACE.. 1 3. CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4 4. INPUT AND OUTPUT QUEUE.. 7 5. COMMANDS AND SYNTAX. 7 6. DETAILS

More information

GPIB-232CV User Manual

GPIB-232CV User Manual GPIB-232CV User Manual IEEE 488 RS-232 Converter April 1994 Edition Part Number 320109-01 Copyright 1987, 1994 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

1 INTRODUCTION CONNECTING POWER SUPPLY VIA GPIB INTERFACE.. 3. CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4. INPUT AND OUTPUT QUEUE..

1 INTRODUCTION CONNECTING POWER SUPPLY VIA GPIB INTERFACE.. 3. CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4. INPUT AND OUTPUT QUEUE.. CONTENTS PAGE 1. 1 INTRODUCTION...... 2. CONNECTING POWER SUPPLY VIA GPIB INTERFACE.. 3. CONNECTING POWER SUPPLY VIA RS232 INTERFACE 4. INPUT AND OUTPUT QUEUE.. 5. COMMANDS AND SYNTAX. 6. DETAILS OF COMMAND

More information

Userss Manual. GP-IB Adapter

Userss Manual. GP-IB Adapter Userss Manual GP-IB Adapter ZS-6120C Series ZS-6120CP ZS-6120CH Zenisu Keisoku,Inc. ZIP code: 183-0027 2-13-37, Honmachi, Fuchu, Tokyo, Japan TEL: +81-(0)42-368-2126 FAX: +81-(0)42-364-0067 Introduction

More information

LPCI/PXI-3488A. Advance Technologies; Automate the World. IEEE488 GPIB Interface Card Series User s Manual. Manual Rev. 2.00

LPCI/PXI-3488A. Advance Technologies; Automate the World. IEEE488 GPIB Interface Card Series User s Manual. Manual Rev. 2.00 LPCI/PXI-3488A IEEE488 GPIB Interface Card Series User s Manual Manual Rev. 2.00 Revision Date: May 15, 2008 Part No: 50-17023-3000 Advance Technologies; Automate the World. Copyright 2008 ADLINK TECHNOLOGY

More information

DTIC. NAVAL POSTGRADUATE SCHOOL Monterey, Californa D~D THESIS. AUG17 00u ELECTE I RAD AUTOMATED FIBER OPTIC MEASUREMENTS

DTIC. NAVAL POSTGRADUATE SCHOOL Monterey, Californa D~D THESIS. AUG17 00u ELECTE I RAD AUTOMATED FIBER OPTIC MEASUREMENTS 00 NAVAL POSTGRADUATE SCHOOL Monterey, Californa RAD DTIC ELECTE I AUG17 00u D~D THESIS AUTOMATED FIBER OPTIC MEASUREMENTS by Francisco Carlos Melo Pantoja December 1989 Thesis Advisor: John P. Powers

More information

ESP-488 Software Reference Manual for LynxOS and the AT-GPIB

ESP-488 Software Reference Manual for LynxOS and the AT-GPIB ESP-488 Software Reference Manual for LynxOS and the AT-GPIB National Instruments IEEE 488 Engineering Software Package for the LynxOS Operating System August 1993 Edition Part Number 320642-01 Copyright

More information

E M : C,r * «M II. p^pet and the IEEE 488. Bus (GPIB) Eugene Fisher -C.W.Jensen

E M : C,r * «M II. p^pet and the IEEE 488. Bus (GPIB) Eugene Fisher -C.W.Jensen E M : C,r * «M II p^pet and the IEEE 488 Bus (GPIB) Eugene Fisher -C.W.Jensen PET and the IEEE 488 Bus (GPIB) Eugene Fisher - C.W. Jensen OSBORNE/McGraw-Hill Berkeley, California Published by OSBORNE/McGraw-Hill

More information

MODEL 3905C IEEE-488 PROGRAMMABLE FILTER MAINFRAME OPERATING MANUAL

MODEL 3905C IEEE-488 PROGRAMMABLE FILTER MAINFRAME OPERATING MANUAL MODEL 3905C IEEE-488 PROGRAMMABLE FILTER MAINFRAME OPERATING MANUAL MAINFRAME SERIAL NO. MICROPROCESSOR SERIAL NO. Unit 4, 15 Jonathan Drive, Brockton, MA 02301-5566 Tel: (508) 580-1660; Fax: (508) 583-8989

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Programmer s Guide Publication number 16500-97018 First edition, December 1996 For Safety information, Warranties, and

More information

Interface system Probus V

Interface system Probus V Interface system Probus V Interface converter IEEE-488 (GPIB) Revision of document 1.5 File: Probus V - V1,5 E.doc printed: 2012-06-05 16:59 Autor: FM total 13 pages Content 1 Overview 3 2 Interface setup

More information

AQ6150/AQ6151 Optical Wavelength Meter Remote Control

AQ6150/AQ6151 Optical Wavelength Meter Remote Control User s Manual AQ6150/AQ6151 Optical Wavelength Meter Remote Control 1st Edition Foreword Thank you for purchasing the AQ6150/AQ6151 Optical Wavelength Meter. This remote control user s manual is for both

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Programmer s Guide. HP 8711C/12C/13C/14C RF Network Analyzers

Programmer s Guide. HP 8711C/12C/13C/14C RF Network Analyzers Programmer s Guide HP 8711C/12C/13C/14C RF Network Analyzers HP part number: 08712-90057 Printed in USA August 1998 Supersedes April 1998 Notice Firmware Revision The information contained in this document

More information

Model 5802 IEEE-488 Interface

Model 5802 IEEE-488 Interface Model 582 IEEE-488 Interface Instruction Manual Contains Operating and Servicing Information WARRANTY Keithley Instruments, Inc. warrants this product to be free from defects in material and workmanship

More information

TURNTABLE/TOWER CONTROLLER MODEL EM-4700

TURNTABLE/TOWER CONTROLLER MODEL EM-4700 INSTRUCTION MANUAL TURNTABLE/TOWER CONTROLLER MODEL EM-4700 INSTRUCTION MANUAL THIS INSTRUCTION MANUAL AND ITS ASSOCIATED INFORMATION IS PRO- PRIETARY. UNAUTHORIZED REPRO- DUCTION IS FORBIDDEN. 2000 ELECTRO-METRICS

More information

ICS ICS ELECTRONICS division of Systems West Inc.

ICS ICS ELECTRONICS division of Systems West Inc. ICS ICS ELECTRONICS division of Systems West Inc. AB48-11 GPIB 101 - A TUTORIAL ABOUT THE GPIB BUS INTRODUCTION The purpose of this application note is to provide guidance and understanding of the GPIB

More information

ICS ICS ELECTRONICS division of Systems West Inc.

ICS ICS ELECTRONICS division of Systems West Inc. ICS ICS ELECTRONICS division of Systems West Inc. AB48-11 GPIB 101 - A TUTORIAL ABOUT THE GPIB BUS INTRODUCTION The purpose of this application note is to provide guidance and understanding of the GPIB

More information

OPERATOR'S MANUAL FOR MOTORIZED WAVEGUIDE SWITCHES MODEL MWS-XX-XIGXX

OPERATOR'S MANUAL FOR MOTORIZED WAVEGUIDE SWITCHES MODEL MWS-XX-XIGXX OPERATOR'S MANUAL FOR MOTORIZED WAVEGUIDE SWITCHES MODEL MWS-XX-XIGXX SEPTEMBER 2004 MILLITECH, INC. MMW DIVISION 29 INDUSTRIAL DRIVE EAST NORTHAMPTON, MA 01060 USA Phone: (413) 582-9620 Fax: (413)-582-9622

More information

NI-488.2M TM Software for Windows 95 Quick Reference Card

NI-488.2M TM Software for Windows 95 Quick Reference Card NI-488.2M TM Software for Windows 95 Quick Reference Card Status Word Conditions (ibsta) Mnemonic Bit Pos. Hex Value Type Description ERR 15 8000 dev, brd GPIB error TIMO 14 4000 dev, brd Time limit exceeded

More information

GPIB-BUF User Manual February 1994 Edition Part Number Copyright 1989, 1994 National Instruments Corporation. All Rights Reserved.

GPIB-BUF User Manual February 1994 Edition Part Number Copyright 1989, 1994 National Instruments Corporation. All Rights Reserved. GPIB-BUF User Manual February 1994 Edition Part Number 320125-01 Copyright 1989, 1994 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters 6504 Bridge Point

More information

541XXA Series Network Analyzer

541XXA Series Network Analyzer 541XXA Series Network Analyzer GPIB This manual supplements the 541XXA Series Network Analyzer Operation Manual. Insert it behind the tab marked GPIB User s Guide in that manual. P/N: 10410-00147 REVISION:

More information

Binary. Hexadecimal BINARY CODED DECIMAL

Binary. Hexadecimal BINARY CODED DECIMAL Logical operators Common arithmetic operators, like plus, minus, multiply and divide, works in any number base but the binary number system provides some further operators, called logical operators. Meaning

More information

Communication interfaces

Communication interfaces Communication interfaces Emphasis on serial interfaces Parallel link Unit 2 Unit Serial link Unit 2 Unit Skew in parallel link Risk of missreading 2 Unbalanced link One signal line Ground Balanced link

More information

USB-GPIB-1 / PCIGPIB-1 / GPIB-1

USB-GPIB-1 / PCIGPIB-1 / GPIB-1 USB-GPIB-1 / PCIGPIB-1 / GPIB-1 Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet

More information

USB-GPIB-1 / PCIGPIB-1 / GPIB-1

USB-GPIB-1 / PCIGPIB-1 / GPIB-1 USB-GPIB-1 / PCIGPIB-1 / GPIB-1 Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Quick Reference Card. NI-488.2M TM Software for Win32. Status Word Conditions (ibsta) Error Codes (iberr) NATIONAL INSTRUMENTS

Quick Reference Card. NI-488.2M TM Software for Win32. Status Word Conditions (ibsta) Error Codes (iberr) NATIONAL INSTRUMENTS Quick Reference Card NI-488.2M TM Software for Win32 Status Word Conditions (ibsta) Mnemonic Bit Hex Type Description ERR 15 8000 dev, brd GPIB error TIMO 14 4000 dev, brd Time limit exceeded END 13 2000

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD Provläsningsexemplar / Preview INTERNATIONAL STANDARD IEC 60488-1 First edition 2004-07 IEEE 488.1 Higher performance protocol for the standard digital interface for programmable instrumentation Part 1:

More information

PCI 1.2Mbyte/sec PCI PCI

PCI 1.2Mbyte/sec PCI PCI Product You can choose from a variety of interface boards according to your desired bus and featureset. unction 1.2M unction 120K COMMUNICATIONS Low unction Provides PC with compliant communication port(s).

More information

1. INTRODUCTION 1. INTRODUCTION... 1

1. INTRODUCTION 1. INTRODUCTION... 1 CONTENTS PAGE 1. INTRODUCTION... 1 2. CONNECTING METER VIA GPIB INTERFACE... 2 3. CONNECTING METER VIA RS232 INTERFACE. 5 4. INPUT AND OUTPUT QUEUE.. 8 5. COMMANDS AND SYNTAX. 8 6. DETAILS OF COMMAND REFERENCE

More information

University of Southern Queensland Faculty of Engineering & Surveying. Remote Access of Automated Test Equipment. ENG4112 Research Project

University of Southern Queensland Faculty of Engineering & Surveying. Remote Access of Automated Test Equipment. ENG4112 Research Project University of Southern Queensland Faculty of Engineering & Surveying Remote Access of Automated Test Equipment A dissertation submitted by Nathan John Hetherington in fulfillment of the requirements of

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Remote Control Manual

Remote Control Manual Remote Control Manual LeCroy 9300 & LC Oscilloscopes Revision P LeCroy Corporation 700 Chestnut Ridge Road Chestnut Ridge, NY 10977 6499 Tel: (845) 578 6020, Fax: (845) 578 5985 Internet: www.lecroy.com

More information

GPIB ASIC Reference Manual Errata

GPIB ASIC Reference Manual Errata GPIB ASIC Reference Manual Errata Contents NAT7210 Reference Manual The changes described in this document are important information for users of the NAT7210 Reference Manual, the NAT9914 Reference Manual,

More information

Elektrische Signalverarbeitung Dr. Fischer GmbH

Elektrische Signalverarbeitung Dr. Fischer GmbH Elektrische Signalverarbeitung Dr. Fischer GmbH Projekt: GPIB GPIB Command Set Ablage: Dokument Nummer: Revision: Anzahl Seiten: Commands.doc #7 5 15 Autor: Speicherdatum: Prüfer: Prüfdatum: Dr. Hans-Joachim

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

More information

AN ABSTRACT OF THE THESIS OF. Unibus- CP1100 /GPIB Interface. Bus described in IEEE Standard , and Unibus.

AN ABSTRACT OF THE THESIS OF. Unibus- CP1100 /GPIB Interface. Bus described in IEEE Standard , and Unibus. AN ABSTRACT OF THE THESIS OF FARHAD AGHDASI for the degree of MASTER OF SCIENCE Electrical and in Computer Engineering presented on April 29, 1976 Title: The Design of an Interface Between IEEE Standard

More information

MT9810A Optical Test Set Remote Control Operation Manual

MT9810A Optical Test Set Remote Control Operation Manual MT9810A Optical Test Set Remote Control Operation Manual Third Edition To ensure that the MT9810A Optical Test Set is used safely, read the safety information in the MS9710A Optical Test Set Manual first.

More information

1. Define Peripherals. Explain I/O Bus and Interface Modules. Peripherals: Input-output device attached to the computer are also called peripherals.

1. Define Peripherals. Explain I/O Bus and Interface Modules. Peripherals: Input-output device attached to the computer are also called peripherals. 1. Define Peripherals. Explain I/O Bus and Interface Modules. Peripherals: Input-output device attached to the computer are also called peripherals. A typical communication link between the processor and

More information

Programmer Manual. DG2020A Data Generator

Programmer Manual. DG2020A Data Generator Programmer Manual DG2020A Data Generator 071-0054-50 www.tektronix.com Copyright Tektronix, Inc. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending. Information

More information

GENERAL DESCRIPTION. A bright, easy to read, 0.55" Plasma Display makes the unit an easy to read instrument even in bright light.

GENERAL DESCRIPTION. A bright, easy to read, 0.55 Plasma Display makes the unit an easy to read instrument even in bright light. With compliments Helmut Singer Elektronik www.helmut-singer.de info@helmut-singer.de fon +49 241 155 315 fax +49 241 152 066 Feldchen 16-24 D-52070 Aachen Germany Model 8810 Synchro/Resolver Angle Position

More information

System integration and testing using object oriented programming based control

System integration and testing using object oriented programming based control University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School 2002 System integration and testing using object oriented programming based control Prashant P. Datar University

More information

TABLE OF CONTENTS: GP485

TABLE OF CONTENTS: GP485 TABLE OF CONTENTS: GP85 WARRANTY... pg. SAFETY INSTRUCTIONS... pg. CHAPTER. General Information... pg.. User s manual content. Introduction.. General description.. Configurations..3 Control via the GPIB

More information

GPIB-1014P User Manual

GPIB-1014P User Manual GPIB-1014P User Manual June 1994 Edition Part Number 370944A-01 Copyright 1984, 1994 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters 6504 Bridge Point

More information

WT1800. Precision Power Analyzer. Communication Interface. IM WT EN 4th Edition

WT1800. Precision Power Analyzer. Communication Interface. IM WT EN 4th Edition Precision Power Analyzer WT1800 Communication Interface 4th Edition Thank you for purchasing the WT1800 Precision Power Analyzer. This Communication Interface User s Manual explains the following interface

More information

Quick Start Guide Agilent Technologies 14565A Device Characterization Software for Windows 98, Windows NT 4.0, Windows 2000 and Windows XP

Quick Start Guide Agilent Technologies 14565A Device Characterization Software for Windows 98, Windows NT 4.0, Windows 2000 and Windows XP Quick Start Guide Agilent Technologies 14565A Device Characterization Software for Windows 98, Windows NT 4.0, Windows 2000 and Windows XP sa Contents Description...3 System Requirements...3 Installing

More information

GPIB-1014DP. User Manual. November 1993 Edition. Part Number A-01. Copyright 1984, 1995 National Instruments Corporation. All Rights Reserved.

GPIB-1014DP. User Manual. November 1993 Edition. Part Number A-01. Copyright 1984, 1995 National Instruments Corporation. All Rights Reserved. GPIB-1014DP User Manual November 1993 Edition Part Number 370946A-01 Copyright 1984, 1995 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters 6504 Bridge

More information

SL1400 ScopeCorder LITE Communication Interface

SL1400 ScopeCorder LITE Communication Interface SL1400 ScopeCorder LITE Communication Interface 2nd Edition Thank you for purchasing the SL1400 ScopeCorder LITE. This Communication Interface User s Manual explains the following interface functions and

More information

Using NI-488.2M Software with 32-Bit Delphi Applications

Using NI-488.2M Software with 32-Bit Delphi Applications Application Note 085 Introduction Using NI-488.2M Software with 32-Bit Delphi Applications L. Rantanen Borland Delphi (version 2.0), one of the latest visual programming languages, uses Rapid Application

More information

NI-488 and NI Subroutines for NKR BASIC. August 1992 Edition Part Number

NI-488 and NI Subroutines for NKR BASIC. August 1992 Edition Part Number NI-488 and NI-488.2 Subroutines for NKR BASIC August 1992 Edition Part Number 320348-01 Copyright 1991, 1992 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters

More information

AQ6370B/AQ6373/AQ6375 Optical Spectrum Analyzer Remote Control

AQ6370B/AQ6373/AQ6375 Optical Spectrum Analyzer Remote Control User s Manual AQ6370B/AQ6373/AQ6375 Optical Spectrum Analyzer Remote Control 2nd Edition Foreword Thank you for purchasing the AQ6370B/AQ6373/AQ6375 Optical Spectrum Analyzer. This remote control user

More information

Suruga Seiki Co., Ltd. OST Division

Suruga Seiki Co., Ltd. OST Division Suruga Seiki Co., Ltd. OST Division For Your Safety / Cautions Thank you for choosing a Suruga Seiki product. For proper use, please read this operation manual thoroughly prior to using this product. Failure

More information

Internal GPIB Interface for LHP Series Power Supplies

Internal GPIB Interface for LHP Series Power Supplies Instruction Manual Instruction Manual for Internal GPIB Interface for LHP Series Power Supplies TM-GPRF-01SN ABOUT THIS MANUAL ABOUT THIS MANUAL This instruction manual is for the internal GPIB interface,

More information

4.3 Digital Communication

4.3 Digital Communication Data Acquisition & Computer Control 11 4.3 Digital Communication Why digital communication (often termed digital input/output, or DIO)? Because the language of computers (and many peripheral devices) is

More information

Bus Specifications. Product is PCI Express standard compliant and can be used in the computer equipped with PCI Express bus expansion slot.

Bus Specifications. Product is PCI Express standard compliant and can be used in the computer equipped with PCI Express bus expansion slot. Industrial Automation Products Pictograms Specifications Product is standard compliant and can be used in the computer equipped with bus expansion slot. Product is standard compliant and can be used in

More information

UNIT 7A Data Representation: Numbers and Text. Digital Data

UNIT 7A Data Representation: Numbers and Text. Digital Data UNIT 7A Data Representation: Numbers and Text 1 Digital Data 10010101011110101010110101001110 What does this binary sequence represent? It could be: an integer a floating point number text encoded with

More information

Instrument. Communication Handbook. lotech

Instrument. Communication Handbook. lotech Instrument. Communication Handbook. lotech Copyright Notice ADC488, ADC488/16, ADC488/8S, Analyst488, Analyzer488, Chrono488, COM488, Control488/16, DAC488, DAC488HR, Digital232, Digita1488, Digital488/80A,

More information

Agilent I/O Libraries Technical Overview

Agilent I/O Libraries Technical Overview Agilent I/O Libraries Technical Overview Agilent Technologies The Agilent I/O Libraries are the software that is common to the Agilent I/O hardware products -- the original Standard Instrument Control

More information

BASIC 5.0f5.1 Interfacing Techniques

BASIC 5.0f5.1 Interfacing Techniques u BASIC 5.0f5.1 Interfacing Techniques Vol. 1: General Topics 0 HP 9000 Series 200/300 Computers HP Part Number 98613-90022 Ffin- HEWLETT.:~PACKARD ' \ I I \._,) Hewlett-Packard Company 3404 East Harmony

More information

Advance Technologies; Automate the World.

Advance Technologies; Automate the World. LPCI-/USB-3488A, PXI-3488 IEEE488 GPIB Interface Card Series User s Manual Manual Rev. 2.02 Revision Date: May 23, 2009 Part No: 50-17023-3010 Advance Technologies; Automate the World. Copyright 2009 ADLINK

More information

The 3 kw Models will accept 200*/230 VAC single phase and 200*/208 VAC three phase input power.

The 3 kw Models will accept 200*/230 VAC single phase and 200*/208 VAC three phase input power. Sorensen DLM 3 & 4 kw Series DC Power Supply 3 4 kw 5 600 V 5 450 A 208 230 208 400 480 The Sorensen DLM 3kW and 4kW Series programmable DC power supplies are designed to provide highly stable, continuously

More information

S530 Parametric Test System

S530 Parametric Test System www.keithley.com S530 Parametric Test System Prober and Prober Driver Manual S530-911-01 Rev. B / January 2014 *PS53091101B* S530-911-01 A Greater Measure of Confidence A Tektr onix Company S530 Parametric

More information

AQ6370C/AQ6370D/AQ6373/ AQ6375 Optical Spectrum Analyzer Remote Control

AQ6370C/AQ6370D/AQ6373/ AQ6375 Optical Spectrum Analyzer Remote Control User s Manual AQ6370C/AQ6370D/AQ6373/ AQ6375 Optical Spectrum Analyzer Remote Control 4th Edition Foreword Thank you for purchasing the AQ6370C/AQ6370D/AQ6373/AQ6375 Optical Spectrum Analyzer. This remote

More information

Hewlett-Packard to Agilent Technologies Transition

Hewlett-Packard to Agilent Technologies Transition Notice Hewlett-Packard to Agilent Technologies Transition This documentation supports a product that previously shipped under the Hewlett- Packard company brand name. The brand name has now been changed

More information

GP-IB(PCI) GP-IB(PCI)L

GP-IB(PCI) GP-IB(PCI)L PC-HELPER IEEE-488.2 Interface Board for PCI GP-IB(PCI) GP-IB(PCI)L User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed

More information

BL24C02/BL24C04/BL24C08/BL24C16

BL24C02/BL24C04/BL24C08/BL24C16 BL24C02/BL24C04/BL24C08/BL24C16 2K bits (256 X 8) / 4K bits (512 X 8) / 8K bits (1024 X 8) / 16K bits (2048 X 8) Two-wire Serial EEPROM Features Two-wire Serial Interface VCC = 1.8V to 5.5V Bi-directional

More information

Suruga Seiki Co., Ltd. OST Division OST-D3161 1

Suruga Seiki Co., Ltd. OST Division OST-D3161 1 Suruga Seiki Co., Ltd. OST Division OST-D3161 1 For Your Safety / Cautions Thank you for choosing a Suruga Seiki product. For proper use, please read this operation manual thoroughly prior to using this

More information

Chapter 02: Computer Organization Functional units and components in a computer organization Part 3 Bus Structures

Chapter 02: Computer Organization Functional units and components in a computer organization Part 3 Bus Structures Chapter 02: Computer Organization Functional units and components in a computer organization Part 3 Bus Structures Objective: Understand the IO Subsystem and Understand Bus Structures Understand the functions

More information