How to communicate with instruments that support GPIB. Gianfranco Miele, Ph.D

Size: px
Start display at page:

Download "How to communicate with instruments that support GPIB. Gianfranco Miele, Ph.D"

Transcription

1 How to communicate with instruments that support GPIB Gianfranco Miele, Ph.D

2 Requirements Controller IEEE-488 Matlab Instrument control toolbox November 11, 2014

3 IEEE-488 history It is a short-range digital communication bus developed to be used with automated test equipment. It was proposed by Hewlett-Packard in In 1975 standardized the bus as IEEE-488. The standard was revised and redesignated as IEEE in It is also known as HPIB (Hewlett-Packard Interface Bus) or GPIB (General Purpose Interface Bus). In 1987, IEEE introduced Standard Codes, Formats, Protocols, and Common Commands, IEEE While IEEE defined the hardware and IEEE defined the protocol, there was still no standard for instrument-specific commands. In 1990 was introduced SCPI (Standard Commands for Programmable Instruments). November 11, 2014

4 Interface Interface BUS Interface Interface IEEE-488 overview Device Device Device Device November 11, 2014

5 IEEE-488 overview Devices connected to the IEEE-488 bus can be divided in three main categories: Listener It is a device that can receive data from the bus when instructed by the Active Controller. Talker It transmits data on to the bus when instructed.

6 IEEE-488 overview Devices connected to the IEEE-488 bus can be divided in three main categories: Controller It can set up a talker and a group of listeners so that it is possible to send data between groups of devices as well. It is possible to have several Controllers on the bus but only one may be active at any given time. The Active Controller may pass control to another controller which in turn can pass it back or to another controller.

7 Bus configuration The standard allows a maximum of 15 devices to be connected on the same bus. Maximum separation of 4 m between any two adjacent devices and an average separation of 2 m over the entire bus Maximum cable length of 20 m

8 Instrument control toolbox Instrument Control Toolbox lets you connect MATLAB directly to instruments such as oscilloscopes, function generators, signal analyzers, power supplies, and analytical instruments. The toolbox connects to your instruments via instrument drivers such as IVI and VXIplug&play, or via text-based SCPI commands over commonly used communication protocols such as GPIB, VISA, TCP/IP, and UDP.

9 Test & Measurement tool The Test & Measurement Tool displays the resources (hardware, drivers, interfaces, etc.) accessible to the toolboxes that support the tool, and enables you to configure and communicate with those resources. This tool enables you to do the following Search for available hardware and drivers Create instrument objects Connect to an instrument Configure instrument settings Write data to an instrument Read data from an instrument Save a log of your session as a file

10 Test & Measurement tool The Test & Measurement Tool displays the resources (hardware, drivers, interfaces, etc.) accessible to the toolboxes that support the tool, and enables you to configure and communicate with those resources. In order to start the Test & Measurement tool type tmtool

11 tmtool Expand Hardware

12 tmtool Expand GPIB

13 tmtool Click on Scan Installed controllers will be enlisted.

14 tmtool Select the controller that you want to use and click on Scan in order to detect the devices connected to the bus.

15 tmtool Info about the devices connected to the bus will be enlisted. In particular primary address and identification will be shown.

16 tmtool Selecting the device that you want to control, the following window will appear.

17 tmtool By clicking on Connect you can start to communicate with the device. Your message has to be typed in Data to write textbox. If you type a Query message, the response will appear in Response textbox.

18 tmtool All the bus activity is enlisted here.

19 tmtool By clicking on Disconnect you can close the communication.

20 Matlab commands First of a GPIB object has to be created by typing the following command obj = gpib('vendor',boardindex,primaryaddress) where VENDOR is the controller manufacturer. In this case 'ni'; BOARDINDEX is the controller address. In this case 0; PRIMARYADDRESS is the address of the instrument with which you want to communicate. In the previous example it is equal to 4;

21 Matlab commands Successively you need to set some communication parameters by typing the following command set(obj,'outputbuffersize',n,'inputbuffersize',m,'byteorder','littleendian'); Where N and M are the output and input buffer size respectively. These value has to be expressed in byte.

22 Matlab commands After these preliminary setting operations, you can start the communication by typing fopen(obj); You can send a message to the instrument fprintf(obj,'string'); You can read the response of the instrument s=fscanf(obj,'%c'); You can close the communication fclose(obj);

23 Device message standard in IEEE In the last edition of the standard some common device message are defined: *IDN? *RST *TST? *CLS Identification query Reset command Self-test query Clear status Please read the instrument manual in order to know the response to these commands.

24 SCPI command syntax SCPI command syntax for remote interface programming: Square brackets ( [ ] ) indicate optional keywords or parameters. Braces ( { } ) enclose parameters within a command string. Triangle brackets ( < > ) enclose parameters for which you must substitute a value. A vertical bar ( ) separates multiple parameter choices.

Using MATLAB with KEITHLEY Instrument Devices through GPIB Page 1 of 6

Using MATLAB with KEITHLEY Instrument Devices through GPIB Page 1 of 6 Preface Using MATLAB with Instrument Devices through GPIB Page 1 of 6 This application note is intended to help the user in setup and configuration of Keithley Instrument products through Keithley GPIB

More information

Getting Started with IVI Drivers

Getting Started with IVI Drivers Getting Started with IVI Drivers Your Guide to Using IVI with MATLAB Version 1.2 Copyright IVI Foundation, 2012 All rights reserved The IVI Foundation has full copyright privileges of all versions of the

More information

Agilent Technologies. Connectivity Guide. USB/LAN/GPIB Interfaces. Agilent Technologies

Agilent Technologies. Connectivity Guide. USB/LAN/GPIB Interfaces. Agilent Technologies Agilent Technologies USB/LAN/GPIB Interfaces Connectivity Guide Agilent Technologies Notices Agilent Technologies, Inc. 2003-2006 No part of this manual may be reproduced in any form or by any means (including

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

Developing Measurement and Analysis System using MATLAB

Developing Measurement and Analysis System using MATLAB Developing Measurement and Analysis System using MATLAB 성호현차장 Senior Application Engineer MathWorks Korea 2013 The MathWorks, Inc. 1 Agenda Great Demo : Battery test demo Overview of data acquisition capabilities

More information

VISA, SICL, VISA COM,

VISA, SICL, VISA COM, Agilent IO Libraries Suite 16.2 Quick Start Guide This Quick Start Guide describes how to: Install the Agilent IO Libraries Suite and instrument software Find the information you need to make instrument

More information

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

Introducing the LXI Interface

Introducing the LXI Interface Introducing the LXI Interface APPLICATION NOTE Summary LXI is the latest industry standard for LAN connectivity to instruments and modular systems. Beginning with firmware release 5.7.2.1, several series

More information

Advance Technologies; Automate the World.

Advance Technologies; Automate the World. GPIB Getting Started Guide for LPCI-3488A and USB-3488A Manual Rev. 2.01 Revision Date: October 30, 2009 Part No: 50-1Z025-2010 Advance Technologies; Automate the World. Copyright 2009 ADLINK TECHNOLOGY

More information

PHYS 5061 Lab 6 Programmable Instruments

PHYS 5061 Lab 6 Programmable Instruments Introduction PHYS 5061 Lab 6 Programmable Instruments This lab introduces the computer control of bench lab instruments for data acquisition and uses a programmable digital multimeter as part of a measurement

More information

Integrating VISA, IVI and ATEasy to Migrate Legacy Test Systems

Integrating VISA, IVI and ATEasy to Migrate Legacy Test Systems Integrating VISA, IVI and ATEasy to Migrate Legacy Systems By Loofie Gutterman Geotest-Marvin Systems, Inc 17570 Cartwright Road, Irvine, CA 92614 (949) 263-2222 loofieg@geotestinccom New software technologies

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

operating manual steropes halogen light source

operating manual steropes halogen light source operating manual steropes halogen light source Contents 1 Introduction... 3 1.1 Steropes Halogen... 3 1.2 Steropes Halogen highlights... 3 1.3 Standards... 3 2 Interfaces... 4 2.1 USB interface... 4 2.2

More information

Acquiring Data from Sensors and Instruments Using MATLAB

Acquiring Data from Sensors and Instruments Using MATLAB Acquiring Data from Sensors and Instruments Using MATLAB Chirag Patel Application Engineer Control Systems MathWorks 2011 The MathWorks, Inc. 1 Agenda Why acquire data with MATLAB? Overview of data access

More information

Using Measurement Studio GPIB to Accelerate Development with Visual Basic

Using Measurement Studio GPIB to Accelerate Development with Visual Basic Application Note 119 Using Measurement Studio GPIB to Accelerate Development with Visual Basic Introduction Jason White and Evan Cone Using GPIB in Visual Basic can be a complicated experience. One of

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

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

SCPI measuring device

SCPI measuring device SCPI measuring device Jernej Dolžan 2, Dušan Agrež 1 1 Faculty of Electrical Engineering, University of Ljubljana, Tržaška 25, 1001 Ljubljana, Slovenia Phone: +386 1 4768 220, Fax: +386 1 4768 426, E-mail:

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

RIGOL Programming Guide

RIGOL Programming Guide RIGOL Programming Guide DL3000 Series Programmable DC Electronic Load Feb. 2017 RIGOL TECHNOLOGIES, INC. RIGOL Guaranty and Declaration Copyright 2017 RIGOL TECHNOLOGIES, INC. All Rights Reserved. Trademark

More information

Tools for Developing LXI Systems

Tools for Developing LXI Systems Tools for Developing LXI Systems BY PAUL G. SCHREIER, EDITOR W With more LXI hardware coming to market and engineers taking a closer look at this technology, questions from developers and system integrators

More information

RIGOL Programming Guide

RIGOL Programming Guide RIGOL Programming Guide DL3000 Series Programmable DC Electronic Load Feb. 2017 RIGOL TECHNOLOGIES, INC. RIGOL Guaranty and Declaration Copyright 2017 RIGOL TECHNOLOGIES, INC. All Rights Reserved. Trademark

More information

UM C SCPI Programmer s Manual for the DT8824

UM C SCPI Programmer s Manual for the DT8824 Title Page UM-24017-C SCPI Programmer s Manual for the DT8824 Copyright Page Trademark and Copyright Information Measurement Computing Corporation, InstaCal, Universal Library, and the Measurement Computing

More information

The Remote Control of Rohde&Schwarz Devices. Matěj Petkov

The Remote Control of Rohde&Schwarz Devices. Matěj Petkov The Remote Control of Rohde&Schwarz Devices Matěj Petkov Department of Electrical Engineering INTRODUCTION Since the 1970s, as the automation of measuring instruments reached a high level, the remote control

More information

Systems Alliance. VPP-3.2: Instrument Driver Functional Body Specification. Revision 5.1

Systems Alliance. VPP-3.2: Instrument Driver Functional Body Specification. Revision 5.1 Systems Alliance VPP-3.2: Instrument Driver Functional Body Specification Revision 5.1 April 14, 2008 VPP-3.2 Revision History This section is an overview of the revision history of the VPP-3.2 specification.

More information

Programmer s Manual v2.00 (Mar 2016) SERIES 7000 Phase Noise Measurement Systems Models MODEL 7070, MODEL 7300

Programmer s Manual v2.00 (Mar 2016) SERIES 7000 Phase Noise Measurement Systems Models MODEL 7070, MODEL 7300 Programmer s Manual v2.00 (Mar 2016) SERIES 7000 Phase Noise Measurement Systems Models MODEL 7070, MODEL 7300 WARRANTY Berkeley Nucleonics Corporation warrants all instruments, including component parts,

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

Introduction to Automating Standalone Instruments

Introduction to Automating Standalone Instruments Introduction to Automating Standalone s Stephen Plumb, Branch Manager NI Southern Africa Challenges with Manual Measurement Systems Manual measurements become increasingly complex as system requirements

More information

Programming Guide SSG3000X Series Signal Generator PG0803X-E01A

Programming Guide SSG3000X Series Signal Generator PG0803X-E01A Programming Guide SSG3000X Series Signal Generator PG0803X-E01A 2018 TECHNOLOGIES CO., LTD Contents 1. Programming Overview... 4 1.1 Build Communication... 4 1.1.1 Build Communication Using VISA... 4 1.1.2

More information

IVI. Interchangeable Virtual Instruments. IVI-5.0: Glossary. IVI Foundation 1 IVI-5: Glossary. June 7, 2016 Edition Revision 1.1

IVI. Interchangeable Virtual Instruments. IVI-5.0: Glossary. IVI Foundation 1 IVI-5: Glossary. June 7, 2016 Edition Revision 1.1 IVI Interchangeable Virtual Instruments IVI-5.0: Glossary June 7, 2016 Edition Revision 1.1 IVI Foundation 1 IVI-5: Glossary Important Information Notice Warranty Trademarks IVI-5.0: Glossary is authored

More information

JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS

JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS R. Lukaszewski, P. Bobinski and W. Winiecki Institute of Radioelectronics Faculty of Electronics and Information Technologies Warsaw University of Technology,

More information

Copper Mountain Technologies ACM8000T and ACM6000T. SCPI Programming Manual Revision 1

Copper Mountain Technologies ACM8000T and ACM6000T. SCPI Programming Manual Revision 1 Copper Mountain Technologies ACM8000T and ACM6000T Revision 1 2013 C O N T E N T S 1 Introduction... 4 1.1 Document Scope... 4 1.2 Reference... 4 2 Computer control... 4 2.1 PC Interface... 4 2.2 Software...

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

Getting Started with IVI Drivers

Getting Started with IVI Drivers Getting Started with IVI Drivers Your Guide to Using IVI with LabVIEW TM Version 1.1 Copyright IVI Foundation, 2011 All rights reserved The IVI Foundation has full copyright privileges of all versions

More information

D02 Release... 4 Overview... 4 Critical fixes... 4 Enhancements... 4 Non-critical fixes... 4 D01 Release... 4

D02 Release... 4 Overview... 4 Critical fixes... 4 Enhancements... 4 Non-critical fixes... 4 D01 Release... 4 Keithley Instruments, Inc. 28775 Aurora Road Cleveland, Ohio 44139-1891 1-888-KEITHLEY http://www.keithley.com Model 2701 Ethernet-Based DMM/Data Acquisition System Firmware Release Notes Contents Contents...

More information

RIGOL. Programming Guide. DM3058/DM3058E Digital Multimeter. Aug RIGOL Technologies, Inc.

RIGOL. Programming Guide. DM3058/DM3058E Digital Multimeter. Aug RIGOL Technologies, Inc. Programming Guide DM3058/DM3058E Digital Multimeter Aug. 2012 RIGOL Technologies, Inc. Copyright Information 2008 RIGOL Technologies, Inc. All Rights Reserved. RIGOL products are protected by patent laws

More information

Getting Started with IVI Drivers

Getting Started with IVI Drivers Getting Started with IVI Drivers Your Guide to Using IVI with LabWindows TM /CVI TM Version 1.2 Copyright IVI Foundation, 2015 All rights reserved The IVI Foundation has full copyright privileges of all

More information

Systems Alliance. VPP-2: System Frameworks Specification

Systems Alliance. VPP-2: System Frameworks Specification Systems Alliance VPP-2: System Frameworks Specification Revision 7.0, October 19, 2018 VPP-2 Revision History This section is an overview of the revision history of the VPP-2 specification. Revision 1.0,

More information

Systems Alliance. VPP-2: System Frameworks Specification

Systems Alliance. VPP-2: System Frameworks Specification Systems Alliance VPP-2: System Frameworks Specification Revision 5.5 March 6, 2013 VPP-2 Revision History This section is an overview of the revision history of the VPP-2 specification. Revision 1.0, July

More information

Agilent 86122B Multi-Wavelength Meter Programming Guide

Agilent 86122B Multi-Wavelength Meter Programming Guide Agilent 86122B Multi-Wavelength Meter Programming Guide Agilent Technologies Notices Agilent Technologies, Inc. 2002-2011 This document contains proprietary information that is protected by copyright.

More information

This document provides additional information for the installation and use of the Keithley I/O Layer.

This document provides additional information for the installation and use of the Keithley I/O Layer. Keithley Instruments KIOL-850C07 Release Notes for Version C07 Keithley I/O Layer, including the Keithley Configuration Panel and Wizard, Keithley Communicator, and VISA runtime 3/30/2015 This document

More information

Agilent 34401A Multimeter Quick Reference

Agilent 34401A Multimeter Quick Reference Agilent 34401A Multimeter Quick Reference Front-Panel Menu Reference Use Recall Menu as a shortcut to recall the last command executed. Square brackets ( [ ] ) indicate optional keywords or parameters.

More information

BOARD LEVEL PRODUCTS MULTI-FUNCTION MODBUS RTU INTERFACE BOARD

BOARD LEVEL PRODUCTS MULTI-FUNCTION MODBUS RTU INTERFACE BOARD BOARD LEVEL PRODUCTS 9009 MULTI-FUNCTION MODBUS RTU INTERFACE BOARD Description ICS's 9009 is a multi-interface board with Ethernet, GPIB and USB ports for controlling Modbus RTU slave devices. The 9009

More information

Bitter, Rick et al "Drivers" LabVIEW Advanced Programming Techinques Boca Raton: CRC Press LLC,2001

Bitter, Rick et al Drivers LabVIEW Advanced Programming Techinques Boca Raton: CRC Press LLC,2001 Bitter, Rick et al "Drivers" LabVIEW Advanced Programming Techinques Boca Raton: CRC Press LLC,2001 5 Drivers This chapter discusses LabVIEW drivers. A driver is the bottom level in the threetiered approach

More information

UM D. SCPI Programmer s Manual for TEMPpoint

UM D. SCPI Programmer s Manual for TEMPpoint UM-2300-D SCPI Programmer s Manual for TEMPpoint Fourth Edition January, 2009 Copyright 2008-2009 by Data Translation, Inc. All rights reserved. Information furnished by Data Translation, Inc. is believed

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

NI-IMAQdx VI Reference Help

NI-IMAQdx VI Reference Help NI-IMAQdx VI Reference Help June 2008, 371969C-01 NI-IMAQdx driver software gives you the ability to acquire images with IEEE 1394 and GigE Vision cameras. This help file describes the VIs included in

More information

IVI Instrument Driver Programming Guide. (LabVIEW Edition) June 2012 Revision Overview. 1-1 Recommendation Of IVI-C Driver

IVI Instrument Driver Programming Guide. (LabVIEW Edition) June 2012 Revision Overview. 1-1 Recommendation Of IVI-C Driver IVI Instrument Driver Programming Guide (LabVIEW Edition) June 2012 Revision 2.1 1- Overview 1-1 Recommendation Of IVI-C Driver LabVIEW has a capability to import IVI-C instrument drivers. Although it

More information

PROGRAMMABLE AC POWER SOURCE

PROGRAMMABLE AC POWER SOURCE PROGRAMMABLE AC POWER SOURCE DP-G Series Instruction Manual (Remote Control) NF Corporation DA00027464-001 PROGRAMMABLE AC POWER SOURCE DP-G Series Instruction Manual (Remote Control) Preface This instruction

More information

Power Supply R&S HMC804x SCPI Programmers Manual

Power Supply R&S HMC804x SCPI Programmers Manual Power Supply R&S HMC804x Test & Measurement Content 1... 3 1.1 Interfaces... 3 1.1.1 USB Interface... 3 1.1.2 Ethernet (LAN) Interface... 4 1.1.4 GPIB Interface (IEC/IEEE Bus Interface)... 5 1.2 Setting

More information

Getting Started with IVI Drivers

Getting Started with IVI Drivers Getting Started with IVI Drivers Your Guide to Using IVI with Agilent VEE Pro Version 1.5 Copyright IVI Foundation, 2011 All rights reserved The IVI Foundation has full copyright privileges of all versions

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

DATA SHEET. VEE Pro 9.33

DATA SHEET. VEE Pro 9.33 DATA SHEET VEE Pro 9.33 Keysight s software products make you more productive, so you can focus on solving engineering problems, not on programming. Keysight VEE is a powerful intuitive graphical language

More information

Keysight Technologies Modifying a GPIB System to Include LAN/LXI

Keysight Technologies Modifying a GPIB System to Include LAN/LXI Keysight Technologies Modifying a GPIB System to Include LAN/LXI A step-by-step example Application Note Introduction In most cases, the process of replacing a GPIB instrument with a similar LXI-based

More information

2 GMC-I Messtechnik GmbH

2 GMC-I Messtechnik GmbH GOSSEN METRAWATT SWITCHING-MODE DC POWER SUPPLY GOSSEN METRAWATT is a series of programmable switching-mode DC power supplies with RS232 and USB (optional) or GPIB (optional) interfaces. The good durability,

More information

Programmable DC Power Supply IT6800 series Programming Guide

Programmable DC Power Supply IT6800 series Programming Guide Programmable DC Power Supply IT6800 series Programming Guide Model:IT6831A/IT6832A/IT6833A/IT6861A/IT6 862A/IT6863A/IT6872A/IT6873A/IT6874A/IT68 32B/IT6833B/IT6861B/IT6862B/IT6863B/IT687 2B/IT6873B/IT6874B

More information

Procedure to set up an HPIB 82350B card on an M57. M58 or C20x PC. Table 1: Parts required. Part Number Description Qty

Procedure to set up an HPIB 82350B card on an M57. M58 or C20x PC. Table 1: Parts required. Part Number Description Qty 1 OF 21 Procedure to set up an HPIB 82350B card on an M57. M58 or C20x PC Parts required Table 1: Parts required Part Number Description Qty 289000764 Kit, HPIB Card, Inter, PCI 1 Procedure The procedure

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

USER S MANUAL SWITCHING-MODE DC POWER SUPPLY ARRAY 366XA ARRAY ELECTRONIC

USER S MANUAL SWITCHING-MODE DC POWER SUPPLY ARRAY 366XA ARRAY ELECTRONIC USER S MANUAL SWITCHING-MODE DC POWER SUPPLY ARRAY 366XA ARRAY ELECTRONIC 1 ARRAY 366XA SWITCHING-MODE DC POWER SUPPLY ARRAY 366XA is a series of 500W programmable switching-mode DC power supplies with

More information

Open. Powerful. Application Builder for Test & Measurement Systems.

Open. Powerful. Application Builder for Test & Measurement Systems. Measure Foundry Test & Measurement Software Open. Powerful. Application Builder for Test & Measurement Systems. Measure Foundry is a rapid application development package that provides a system solution

More information

TECHNICAL MANUAL. BOP-BIT LABVIEW, VXI plug&play INSTRUMENT DRIVER. 1) This manual is valid for the following Model and associated serial numbers:

TECHNICAL MANUAL. BOP-BIT LABVIEW, VXI plug&play INSTRUMENT DRIVER. 1) This manual is valid for the following Model and associated serial numbers: TECHNICAL MANUAL BOP-BIT LABVIEW, VXI plug&play INSTRUMENT DRIVER KEPCO INC. An ISO 9001 Company. MODEL BOP-BIT LABVIEW, VXI plug&play INSTRUMENT DRIVER ORDER NO. REV. NO. IMPORTANT NOTES: 1) This manual

More information

Matlab- Command Window Operations, Scalars and Arrays

Matlab- Command Window Operations, Scalars and Arrays 1 ME313 Homework #1 Matlab- Command Window Operations, Scalars and Arrays Last Updated August 17 2012. Assignment: Read and complete the suggested commands. After completing the exercise, copy the contents

More information

SCPI-Recorder. Test Automation at Your Fingertips Application Note. Products: R&S SMW200A R&S SMA100B

SCPI-Recorder. Test Automation at Your Fingertips Application Note. Products: R&S SMW200A R&S SMA100B SCPI-Recorder Test Automation at Your Fingertips Application Note Products: R&S SMW200A R&S SMA100B This application note briefly summarizes the history of SCPI and outlines in which fields of application

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

TECHNICAL MANUAL BHK-MG 40 WATT (1/2 RACK) BHK-MG 200 WATT (FULL RACK) VISA INSTRUMENT DRIVER

TECHNICAL MANUAL BHK-MG 40 WATT (1/2 RACK) BHK-MG 200 WATT (FULL RACK) VISA INSTRUMENT DRIVER TECHNICAL MANUAL BHK-MG 40 WATT (1/2 RACK) BHK-MG 200 WATT (FULL RACK) VISA INSTRUMENT DRIVER KEPCO INC. An ISO 9001 Company. MODEL BHK-MG VISA INSTRUMENT DRIVER ORDER NO. REV. NO. IMPORTANT NOTES: 1)

More information

Agilent NFA Series Noise Figure Analyzers including the Agilent N8972A, N8973A, N8974A and N8975A NFA analyzers.

Agilent NFA Series Noise Figure Analyzers including the Agilent N8972A, N8973A, N8974A and N8975A NFA analyzers. Disclaimer: The Agilent NFA Microsoft Excel Data Acquisition Programming Example is provided "AS IS" for illustrative purposes only. Agilent Technologies makes no warranty with regard to programming examples.

More information

Keysight Technologies N8806A User Defined Function for Editing and Execution for Infiniium Oscilloscopes. Data Sheet

Keysight Technologies N8806A User Defined Function for Editing and Execution for Infiniium Oscilloscopes. Data Sheet Keysight Technologies N8806A User Defined Function for Editing and Execution for Infiniium Oscilloscopes Data Sheet Introduction Create your own custom functions (or modify included functions) using the

More information

SCPI Programmer's Reference Manual

SCPI Programmer's Reference Manual Series 4000 LDC40xx TED4015 ITC40xx SCPI Programmer's Reference Manual 2013 Version: Date: 3.2 21.03.2013 Copyright Contents Foreword 4 1 General Information 5 2 Introduction to the SCPI Language 6 2.1

More information

Agilent Gb/s Serial BERT

Agilent Gb/s Serial BERT Agilent 3.125 Gb/s Serial BERT N5980A Programming Guide Notices Agilent Technologies, Inc. 2007 No part of this manual may be reproduced in any form or by any means (including electronic storage and retrieval

More information

Keysight Series N6700 Low-Profile Modular Power System

Keysight Series N6700 Low-Profile Modular Power System Keysight Series N6700 Low-Profile Modular Power System Programmer s Reference Guide Legal Notices Keysight Technologies 2006-2015 No part of this document may be photocopied, reproduced, or translated

More information

CONTENTS. Copyright/Trademark/Documentation Information... 3 Safety Symbols/WARNINGS... 4 Reader Comment Sheet Chapter 1 - Getting Started...

CONTENTS. Copyright/Trademark/Documentation Information... 3 Safety Symbols/WARNINGS... 4 Reader Comment Sheet Chapter 1 - Getting Started... CONTENTS Copyright/Trademark/Documentation Information... 3 Safety Symbols/WARNINGS... 4 Reader Comment Sheet... 5 Chapter 1 - Getting Started... 7 What s in This Guide?... 7 Steps to Get Started... 7

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

Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System.

Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System. Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System Programming Guide Notices This document contains proprietary information

More information

Table of Contents. Pickering Instruments IVI Driver Help... 1 Contents... 1 Getting Started... 3 Introduction... 3 Essential Functions... 4 LXI...

Table of Contents. Pickering Instruments IVI Driver Help... 1 Contents... 1 Getting Started... 3 Introduction... 3 Essential Functions... 4 LXI... Table of Contents Pickering Instruments IVI Driver Help... 1 Contents... 1 Getting Started... 3 Introduction... 3 Essential Functions... 4 LXI... 5 LXISpecific... 5 PXI and PCI... 5 PXISpecific... 5 GPIB...

More information

Giga-tronics ASCOR Series 8000 Switch

Giga-tronics ASCOR Series 8000 Switch GIGA-TRONICS Giga-tronics ASCOR Series 8000 Switch Getting Started Guide Terukuni Okuyama 2013-08-14 This guide describes the installation, controlling, and programming of the Series 8000 Switch Module.

More information

Keysight Technologies VEE Pro 9.32

Keysight Technologies VEE Pro 9.32 Keysight Technologies VEE Pro 9.32 Data Sheet Keysight s software products make you more productive, so you can focus on solving engineering problems, not on programming. Keysight VEE is a powerful intuitive

More information

IVI-3.1: Driver Architecture Specification

IVI-3.1: Driver Architecture Specification IVI Interchangeable Virtual Instruments IVI-3.1: Driver Architecture Specification January 18, 2012 Edition Revision 3.3 Important Information IVI-3.1: Driver Architecture Specification is authored by

More information

The IVI Driver Standards

The IVI Driver Standards The IVI Driver Standards By Joe Mueller, President, IVI Foundation The IVI Foundation exists to define standards that simplify programming test instruments. Although the IVI Foundation is responsible for

More information

IVI-3.1: Driver Architecture Specification

IVI-3.1: Driver Architecture Specification IVI Interchangeable Virtual Instruments IVI-3.1: Driver Architecture Specification March 28, 2014 Edition Revision 3.5 Important Information IVI-3.1: Driver Architecture Specification is authored by the

More information

TECHNICAL MANUAL UNIVERSAL BOP GPIB VISA INSTRUMENT DRIVER. 1) This manual is valid for the following Model and associated serial numbers:

TECHNICAL MANUAL UNIVERSAL BOP GPIB VISA INSTRUMENT DRIVER. 1) This manual is valid for the following Model and associated serial numbers: TECHNICAL MANUAL UNIVERSAL BOP GPIB VISA INSTRUMENT DRIVER KEPCO INC. An ISO 9001 Company. MODEL UNIVERSAL BOP GPIB VISA INSTRUMENT DRIVER ORDER NO. REV. NO. IMPORTANT NOTES: 1) This manual is valid for

More information

APPLICATION BULLETIN ICS ICS. ELECTRONICS division of Systems West Inc. FREQUENTLY ASKED QUESTIONS (FAQ) FOR ICS's 488.2V4 CONTROLLER LIBRARY AB48-43

APPLICATION BULLETIN ICS ICS. ELECTRONICS division of Systems West Inc. FREQUENTLY ASKED QUESTIONS (FAQ) FOR ICS's 488.2V4 CONTROLLER LIBRARY AB48-43 ICS ICS ELECTRONICS division of Systems West Inc. AB48-43 APPLICATION BULLETIN FREQUENTLY ASKED QUESTIONS (FAQ) FOR ICS's 488.2V4 CONTROLLER LIBRARY INTRODUCTION This application note lists the Frequently

More information

BOARD LEVEL PRODUCTS OEM GPIB<->RS-232 INTERFACE BOARD GPIB

BOARD LEVEL PRODUCTS OEM GPIB<->RS-232 INTERFACE BOARD GPIB BOARD LEVEL PRODUCTS OEM INTERFACE BOARD Description The Model Interface is a small, low cost interface board that interfaces devices to the bus. The provides a smart IEEE-488.2 compliant, to-serial

More information

Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System

Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System Agilent 8163A/B Lightwave Multimeter, Agilent 8164A/B Lightwave Measurement System, & Agilent 8166A/B Lightwave Multichannel System Programming Guide Agilent Technologies Notices Agilent Technologies,

More information

Keysight Technologies Impedance Analyzers and Vector Network Analyzers

Keysight Technologies Impedance Analyzers and Vector Network Analyzers Keysight Technologies Impedance Analyzers and Vector Network Analyzers Optimizing Connections Using USB and LAN Interfaces Application Note Introduction Since the Keysight E4990A and E4991B impedance analyzers

More information

*********************** **** Read Me First **** *********************** Version August 1st, 2011

*********************** **** Read Me First **** *********************** Version August 1st, 2011 *********************** **** Read Me First **** *********************** Version 2.1.0.0 August 1st, 2011 Introducing the Keithley IVI Driver for the 3706 Switch Measure Unit ---------------------------------------------------------------------------

More information

IEEE 488/USB BUS INTERFACES

IEEE 488/USB BUS INTERFACES IEEE 488/USB BUS INTERFACES USBParallel Digital Interface Provides 40 user configured digital I/O lines. Inputs TTL/CMOS and contact closures. Drives 48 ma. Automatic event and status change detection.

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

Easy Steps to Integrate the 34405A Multimeter into a System

Easy Steps to Integrate the 34405A Multimeter into a System Easy Steps to Integrate the 34405A Multimeter into a System Application Note Contents Introduction 1 Affordable and Feature-Rich Measurement Tool 1 USB 2.0 Interface Connection 1 Setting up a New System

More information

Critical Fixes... 6 Enhancements... 7 Non-critical Fixes... 7 B05 Release... 8 Critical Fixes... 8 Enhancements... 9 Non-critical Fixes...

Critical Fixes... 6 Enhancements... 7 Non-critical Fixes... 7 B05 Release... 8 Critical Fixes... 8 Enhancements... 9 Non-critical Fixes... Keithley Instruments, Inc. 28775 Aurora Road Cleveland, Ohio 44139-1891 440-248-0400 Fax: 440-248-6168 http://www.keithley.com 2700 B09 Firmware Release Notes Contents Contents... 1 General Information...

More information

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD BOARD LEVEL PRODUCTS RS-422/ INTERFACE BOARD DESCRIPTION The Model Serial Interface is a small, low cost interface board that interfaces serial devices with RS-422 or signals to the bus. The provides

More information

Instrument Control Toolbox

Instrument Control Toolbox Instrument Control Toolbox For Use with MATLAB Computation Visualization Programming User s Guide Version 1 How to Contact The MathWorks: www.mathworks.com comp.soft-sys.matlab support@mathworks.com suggest@mathworks.com

More information

Magnetic precision has a name. Three-axis Hall Magnetometer THM1176. User's Manual. Version 1.1. (Revision 1.0)

Magnetic precision has a name. Three-axis Hall Magnetometer THM1176. User's Manual. Version 1.1. (Revision 1.0) Magnetic precision has a name Three-axis Hall Magnetometer THM1176 User's Manual Version 1.1 (Revision 1.0) July 2008 CONTENTS GETTING STARTED... 1 1- Introduction... 1 GETTING STARTED... 2 2- Quick Start

More information

VXI-11 and HP E2050A

VXI-11 and HP E2050A VXI-11 and HP E2050A A Programmer s Guide B. Franksen BESSY GmbH Lentzeallee 100 14195 Berlin Germany Table of Contents 1 Introduction....................................................... 1 1.1 Scope.......................................................

More information

Getting Started. Contents

Getting Started. Contents Contents 1 Contents Introduction................................................... 1-2 Conventions................................................... 1-2 Feature Descriptions by Model................................

More information

The number in square brackets at the end of each comment description counts all the comments presented in this document.

The number in square brackets at the end of each comment description counts all the comments presented in this document. ENDL TEXAS Date: 15 January 2005 To: T10 Technical Committee From: Ralph O. Weber Subject: Response to T10 Letter Ballot comments on SPC-3 This document contains the responses to the T10 Letter Ballot

More information

RIGOL. Programming Guide. DM3000 Digital Multimeter. Apr RIGOL Technologies, Inc.

RIGOL. Programming Guide. DM3000 Digital Multimeter. Apr RIGOL Technologies, Inc. RIGOL Programming Guide DM3000 Digital Multimeter Apr. 2010 RIGOL Technologies, Inc. RIGOL Guaranty and Declaration Copyright 2010 RIGOL Technologies, Inc. All Rights Reserved. Trademark Information RIGOL

More information

RIGOL. Programming Guide. DSA1000A Series Spectrum Analyzer. Apr RIGOL Technologies, Inc.

RIGOL. Programming Guide. DSA1000A Series Spectrum Analyzer. Apr RIGOL Technologies, Inc. RIGOL Programming Guide DSA1000A Series Spectrum Analyzer Apr. 2015 RIGOL Technologies, Inc. RIGOL Guaranty and Declaration Copyright 2010 RIGOL Technologies, Inc. All Rights Reserved. Trademark Information

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