Integration of Software Technologies into a Test System

Size: px
Start display at page:

Download "Integration of Software Technologies into a Test System"

Transcription

1 Integration of Software Technologies into a Test System Victor Fernandes EMEA Sales Manager Geotest M.T.S 6 Impasse de la Nouzotte Jouars Pontchartrain France Tel: , Fax: victorf@geotestinc.com 1

2 Corporate Structure Large scale & precision machined components, assemblies and subassemblies Airborne Armament Equipment - which includes ejector racks, missile launchers, aircraft pylons and other associated equipment Test and Measurement Instrumentation Software & Systems Ground Vehicles - a range of Advanced Light Strike Vehicles for special forces teams Vehicle systems such as equipment trailers, environmental systems and weapons integration 2 2

3 Geotest Products and Services We are the only PXI manufacturer offering instruments, mainframes, and software as well as system integration services & turnkey systems Products Only Pre-wired system Partial solution Turn-Key solution Geotest provides: Provide hardware and software components (COTS) Geotest provides: Items installed in a rack plus hardware is wired to a mass interconnect (Core ATE) Geotest provides: Pre-wired system plus a self-test adapter Geotest provides: All ATE Items plus all UUT TPS development Customer Does : All system development and integration Customer Does : All system software and Interface Test Adapter (ITA) development Customer Does : All UUT software and ITA development Customer Does : Nothing 3 geotestinc.com

4 Geotest - PXI Products Measurement & Switching Other Resources Digital Resources High voltage pin electronics Chassis & Power Supply Digital I/O with PMU Stimuli Instruments Applications High Speed Digital I/O Software Packages FPGA Instrument

5 t e r o t e s t A U T O M A T I C T E S T E Q U I P M E N T Established 1982 GEOTEST MTS Distributor for UK Produce a range of ATE, including: About Terotest - itest Latest range of Functional, InCircuit & PXI-based test systems - CTS100 Functional Digital test system with 15V pin cards and links to LASAR - LINX Fixtureless Backplane and Cable Harness test system

6 Background The incorporation of various software technologies and methods has become common place in today s functional test systems. Increasingly test engineers are employing multiple languages and test methods as part of a test program set (TPS). When one includes the use of both textual and graphical programming languages, the breadth test methods grows even larger. Clearly, having a robust tool set that can accommodate and assist the developer in combining these various architectures, languages and methods can be a real benefit to the test developer. 6

7 Background Modern test systems routinely require incorporation multiple software and hardware technologies like: Instrument Drivers DLL, ActiveX/COM,.NET IVI, FP, LLB, VI Support for multiple instrument busses PXI/PC, GPIB, VXI, LXI,PXIe,USB, RS232 Integration of pure software components / applications Excel Database XML/HTML/ATML Math/Analysis Support for a variety of programming languages Legacy application support Summation,proprietary ATE language. 7

8 The expanded language (TRD) The expanded T&M language allows user-defined statements (commands) that create a self documented, TRD (Test Requirements Document)-like, easy to generate test applications using built-in features such as code completion. The language can be used to create statements such as: PS Set Voltage (5) Volts DMM Set Function VDC MATRIX Switch(Dmm,Row1 ) DMM Measure (TestResult) Or statements such as: SYSTEM Measure VDC J13 (TestResult) 8

9 Incorporation multiple software and hardware technologies Manage Users & Data Base Release / Control Programs Test Executive Production & Development Environments Manage Test Sequence/flow Production UI Reports/ Data logging Instruments /Signal description language (TRD) (READ VOLTAGE AT J1_P2 ) ATLAS ATML / XML Soft. Adapt Soft. Adapt Soft. Adapt Soft. Adapt ATEasy Library LabView /LW Tests Dev. UI Executables C VB Tests Dev. UI Executable Python TCL Other Secondary Software Technologies(IVI.Visa.fp.VI) 9 geotestinc.com Core Software Technologies (DLL,OCX ) Instrumentation/Switching UUT

10 Support for Core Software Technologies DLL files Windows API support Instrument Drivers, IVI-C Bus Interfaces, e.g. PXI, VXI, LXI, etc. COM/ActiveX/OCX support ActiveX Controls External Components (Excel) IVI-COM.NET framework support Windows Components Support for a broad range of methods & features 10

11 Support for Secondary Software Technologies IVI-C DLL Function Panel Drivers (.fp) - DLL IVI-COM - ActiveX C/C++ header files (.h) - DLL LabView.llb/.vi - ActiveX, DLL GPIB, VXI, LXI, DLL Spreadsheet & Database support ActiveX.NET 11

12 Integrating Diverse Technologies Can be a very complex task Time consuming Requires knowledge of technologies Who writes the test applications? How can we integrate all these technologies and Make them simple to use Provide a common interface for use Standardize error and exception handling Standardize initialization A software framework can help integrate these technologies 12

13 Integrating Diverse Technologies TRD Program documentation Excel & word templates Data Base Program Generator & debug Test executive Init Proc Tasks Tests System & resources management Soft Adapt ActiveX objects Soft Adapt Soft Adapt OCX DLL T&M Instruments End Proc Driver & commands definition editor Soft Adapt VI FP DLL IVI ActiveX 13

14 Integrating Diverse Technologies Init Proc Tasks Tests Power Supply Set Voltage (5) Volts Soft Adapt DLL OCX T&M Instruments End Proc Program Generator & debug Test executive Soft Adapt Soft Adapt DLL 14

15 Commands definition example Commands are User Defined Statements Example: DMM Set Function VDC DMM Measure (TestResult) 15

16 Integrating a DLL Dynamic Link Library (DLL): Export functions by name or number No type or parameters information required No description Language dependent programming interface C just include header file and call function VB include header or create one from.h Other languages Manually describe function, data type, constants, & return call convention Automatic importing of header file (.h) 16

17 Integrating DLLs - Problems Data Types are different Type conversion? Ambiguous data types (short *, short []) Structure packing, union Calling Conventions (stdcall, cdecl), Return data type can be ambiguous Ordinal support Preprocessing of header files can be complex Typedef Macro Nested include Windows.h 17

18 Integrating a DLL Automatic Conversion 18

19 Integrating a DLL Automatic/Manual Process 19

20 DLL based Driver (Cont d) A typical DLL function call to an instrument may look like that below void _API_ Gx6616Close(SHORT nhandle, SHORT ngroup, SHORT nrow, SHORT ncolumn, LPSHORT pnstatus); This can be mapped to a command to make easier to use and make test flow easier to understand The procedure parameters for handle and status can be handled at a lower layer allowing for simpler command use MATRIX Close (Channel_1, Ressource_DMM, Status) 20

21 Integrating ActiveX/COM Objects Component Object Model (COM) Libraries that contain type description for control, classes, functions and data types Classes/Controls : Properties, methods, Events Data types limited and adhere to a standard Run and design time information (properties) Late and Early Bind Function may contain a description and link to external help 21

22 Integrating an ActiveX/COM Object (cont d) 22

23 Integrating.NET Assemblies Similar to COM, but more complex Feature and types are rich Supports inheritance, static and virtual members, parameter constructors, overloading, templates and more Large libraries are built into windows and support most windows API in an object oriented (OO) manner Assemblies can be written with any.net language 23

24 Integrating.NET Assemblies - Example 24

25 Integrating Function Panel (.fp) drivers VXI Plug & Play Drivers support not only VXI instruments ( DLL based driver Offers some standardization for instrument drivers Goes beyond a plain DLL Includes initialization, error handling, Based on VISA Includes a command tree 25

26 Integrating a Function Panel Example (34401A) 26

27 IVI Drivers Builds on top of the VXI Plug & Play standard Classes for standard instruments and custom for others Allows interchangeability of instruments without changing the software 8 classes include SCOPE, PS, SWITCH, ARB, Spectrum Analyzer, Two flavors of IVI IVI-C IVI-COM (Agilent mostly) 27

28 LabView Drivers Wizard creates functions to pass parameters to LabVIEW VIs can be selected and opened for viewing or editing within wizard interface Parameter can be included or excluded, selection is remembered for future re-import this avid redundant parameters and allow keeping track of changes LabView run-time must be installed along with all dependent VIs geotestinc.com 28

29 Summary - Integration, Anyone? A software framework can greatly simplify and speed-up the integration of software technologies Minimizes the requirement to be a software technologist Promotes consistent use of technologies and methods Use of encapsulation hides the difficult parts of Implementation The right tool set or framework offers a cost effective and time-saving solution when integrating various software technologies 29

30 ATEasy ROADMAP Compatibility is always maintained between versions 1991 ATEasy ATEasy ATEasy bit arch ATEasy ATEasy ATEasy 7.0 ATEasy NT support 2010 ATEasy x 200x 20xx 30

31 31

Integrated Test Executive and Programming Development Environment

Integrated Test Executive and Programming Development Environment Integrated Test Executive and Programming Development Environment Object oriented programming development allows rapid development and deployment of test applications Full-featured customizable Test Executive

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

PXI Tsunami in Semiconductor ATE Michael Dewey Geotest Marvin Test Systems Silicon Valley Test Conference

PXI Tsunami in Semiconductor ATE Michael Dewey Geotest Marvin Test Systems Silicon Valley Test Conference PXI Tsunami in Semiconductor ATE Michael Dewey Geotest Marvin Test Systems miked@geotestinc.com Silicon Valley Test Conference 2012 1 Agenda Geotest background Semiconductor market and trends PXI for semiconductor

More information

BRIC MODULE BRIC ANALOG BACKPLANE BUS MATRIX INPUTS DAUGHTER CARD #3 RESOURCE DISTRIBUTOR DAUGHTER CARD #2

BRIC MODULE BRIC ANALOG BACKPLANE BUS MATRIX INPUTS DAUGHTER CARD #3 RESOURCE DISTRIBUTOR DAUGHTER CARD #2 0-569 Amp BRIC nd Generation PXI Switching Resource Distributor & Bus Matrix Inputs Module Designed to Support the Requirements of the ARINC 608A Specification Integrated PXI A Matrix Module With Built

More information

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems Software-Defined Test Fundamentals Understanding the Architecture of Modular, High-Performance Test Systems Contents Executive Summary 4 Architecture Layer No. 5: System Management/Test Executive 5 Architecture

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

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

FLEXIBLE PRODUCTION TEST SOFTWARE DESIGN

FLEXIBLE PRODUCTION TEST SOFTWARE DESIGN FLEXIBLE PRODUCTION TEST SOFTWARE DESIGN The challenge with designing a flexible production test system is providing a software architecture that allows for quick test application development for a variety

More information

Introduction to LabVIEW and NI Hardware Platform

Introduction to LabVIEW and NI Hardware Platform Introduction to LabVIEW and NI Hardware Platform Corrie Botha Platform-Based Approach 2 With LabVIEW, You Can Program the Way You Think 3 With LabVIEW, You Can Program the Way You Think The graphical,

More information

pickeringtest.com A 2Amp BRIC 2nd Generation PXI Switching 3U PXI Multi Slot Matrix Module

pickeringtest.com A 2Amp BRIC 2nd Generation PXI Switching 3U PXI Multi Slot Matrix Module 40-565A 2Amp BRIC 2nd Generation PXI Switching 3U PXI Multi Slot Matrix Module Integrated PXI 2Amp Matrix Module With Built In High Performance Screened Analog Bus Maximum Current 2A Hot or Cold Switching

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

Faster Time to Measurement Advances in LabVIEW Instrument Control

Faster Time to Measurement Advances in LabVIEW Instrument Control Faster Time to Measurement Advances in LabVIEW Instrument Control Instrument Control with LabVIEW LabVIEW can communicate with virtually any instrument Tools for parsing, analyzing, and presenting instrument

More information

LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test

LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test Agenda Introduction to LabWindows/CVI and modular instruments Developing modular instrument applications Hybrid systems

More information

OSA-RTS SPHE H RE R A A

OSA-RTS SPHE H RE R A A SPHEREA Technology National Instruments Automated Test Summit 2 July 2015. Presentation: Tools Overview OSA-RTS Module Presenter: Chris Gorringe. SPHEREA: A GLOBAL COMPANY SPECIALISING IN TEST SYSTEMS

More information

DESIGN GUIDE. Guidance for Designing your InterConnect System

DESIGN GUIDE. Guidance for Designing your InterConnect System DESIGN GUIDE Guidance for Designing your InterConnect System How to Configure a System The following steps help you to determine which VPC products are necessary to complete your system based on your I/O

More information

Evaluating a Test Executive

Evaluating a Test Executive Evaluating a Test Executive Feature Comparison Matrix National Instruments TestStand combines a large set of off-the-shelf features, a high-performance test execution, and incredible flexibility, to make

More information

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A.

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. The Challenge: Design and develop a flexible and cost-effective

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

Automated Test Equipments

Automated Test Equipments Automated Test Equipments Elias Nicolas National Instruments - Arabia Tests and Measurements Interactive Measurements Benchtop Non-programmed Automated Measurements Data Acq, Instr I/O Programmed Automated

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

3.3 Integrate Reconfigurable Mass Interconnect Solutions. Evaluating Platforms for Performance and Reusability

3.3 Integrate Reconfigurable Mass Interconnect Solutions. Evaluating Platforms for Performance and Reusability 3.3 Integrate Reconfigurable Mass Interconnect Solutions Evaluating Platforms for Performance and Reusability 157 What is a MASS INTERCONNECT? Creates Order From Chaos 158 Mass Interconnect Standardize

More information

Keysight Technologies IO Libraries Suite 2019 DATA SHEET

Keysight Technologies IO Libraries Suite 2019 DATA SHEET Keysight Technologies IO Libraries Suite 2019 DATA SHEET Accelerate Instrument Connection and Control with IO Libraries IO Libraries Suite 2019 now supports both Windows and Linux operating systems. Automatically

More information

If anyone in my audience is a seasoned veteran, I invite you to write me and

If anyone in my audience is a seasoned veteran, I invite you to write me and Compiling a PXI ATE system So, have you finally decided to build your next PXI system yourself? Well, if you are, read on. Building your own test system can be very rewarding, both from a professional

More information

IVI Introduction. Autotestcon 2016

IVI Introduction. Autotestcon 2016 IVI Introduction 1 What is IVI? The primary purpose of the Consortium is to: Promote the development and adoption of standard specifications for programming test instrument Focus on the needs of the people

More information

PXI-based Test Platform for ICT & FCT LEON Gen III

PXI-based Test Platform for ICT & FCT LEON Gen III PXI-based Test Platform for ICT & FCT LEON Gen III www.konrad-technologies.de Opportunities for a Paradigm Shift in PCB Test In the past, traditional PCB manufacturing test was dominated by dedicated in-circuit

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

Designing Next Generation Test Systems. An In-depth Developers Guide

Designing Next Generation Test Systems. An In-depth Developers Guide Designing Next Generation Test Systems Designing Next Generation Test Systems An In-depth Developers Guide Contents Section 1 Executive Summary Chapter 1 Designing Next Generation Test Systems Increasing

More information

Technical Note. Configuring Functional ATE Systems. Developing Your ATE System. Online at

Technical Note. Configuring Functional ATE Systems. Developing Your ATE System. Online at Many years ago, when a company's product was in the manufacturing cycle and needed to be tested, it was common for product verification to be performed manually by test technicians or operators. Test procedures

More information

Automatic Test Markup Language <ATML/> Sept 28, 2004

Automatic Test Markup Language <ATML/> Sept 28, 2004 Automatic Test Markup Language Sept 28, 2004 ATML Document Page 1 of 16 Contents Automatic Test Markup Language...1 ...1 1 Introduction...3 1.1 Mission Statement...3 1.2...3 1.3...3 1.4

More information

Testplan Development on CVI Labwindows with TS-5400 PXI Series

Testplan Development on CVI Labwindows with TS-5400 PXI Series Testplan Development on CVI Labwindows with TS-5400 PXI Series Application Note This application note provides set-up guidelines to start developing your testplan on CVI Labwindows using the Agilent U8972A

More information

Transitioning from GPIB to LXI Examining Similarities, Differences and Best Practices

Transitioning from GPIB to LXI Examining Similarities, Differences and Best Practices Transitioning from GPIB to LXI Examining Similarities, Differences and Best Practices Application Note 1465-22 More than 30 years after its creation, GPIB remains popular due to its ease-of-use and robustness.

More information

Using PXI, TestStand, LabVIEW and some ingenuity to create a high throughput solution

Using PXI, TestStand, LabVIEW and some ingenuity to create a high throughput solution Using PXI, TestStand, LabVIEW and some ingenuity to create a high throughput solution Presenter: Paul Attwell CEng. Customer Application Specialist, Circuit Check 1 Introduction Hardware Software Sum up

More information

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards.

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards. Introduction PCI extensions for Instrumentation or PXI is a computer based hardware and software platform for test and measurement systems. Developed in the late 1990 s as an open industry standard based

More information

LAN extensions for Instrumentation. The LXI Primer. Version 1.1

LAN extensions for Instrumentation. The LXI Primer. Version 1.1 LAN extensions for Instrumentation The LXI Primer Version 1.1 The LXI Primer I The LXI Primer 1.0 Introduction 1.1 What is LXI? 1 1.2 Network Basics 2 1.3 LXI vs. GPIB 4 1.4 LXI Core Features 5 1.5 LXI

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

MULTIFUNCTION AIRCRAFT FLIGHT SURFACE BETTER AVIONICS VERIFICATION TOOL ELECTRONIC CONTROL UNIT TEST SYSTEM: A. Project Goals

MULTIFUNCTION AIRCRAFT FLIGHT SURFACE BETTER AVIONICS VERIFICATION TOOL ELECTRONIC CONTROL UNIT TEST SYSTEM: A. Project Goals MULTIFUNCTION AIRCRAFT FLIGHT SURFACE ELECTRONIC CONTROL UNIT TEST SYSTEM: A BETTER AVIONICS VERIFICATION TOOL Modern avionics exemplify safety and mission-critical, dependable systems. These systems continue

More information

Adapter. DoD ATS Technical Framework Relationships

Adapter. DoD ATS Technical Framework Relationships Diagnostics & Prognostics Diagnostic Services DIAS Prognostic Services PROS Digital Test Format DTF Maintenance Test Data & Services MTDS Diagnostic Data DIAD Prognostic Data PROD Test Program UUT Test

More information

Headline. Improving Development Time of Complex Microwave Test Adapters by Incorporating COTS Components OVERVIEW RELIABLE DATA FIRST TIME EVERY TIME

Headline. Improving Development Time of Complex Microwave Test Adapters by Incorporating COTS Components OVERVIEW RELIABLE DATA FIRST TIME EVERY TIME Improving Development Time of Complex Microwave Test Adapters by Incorporating COTS Components OVERVIEW Creating a unique test system design dedicated to a specific target test article can often be costly,

More information

NI platform for automated test

NI platform for automated test 1 NI platform for automated test 2 Industry Trends High Quality Standards Complexity Production Volumes Price Life Cycle Low Time Customers will not accept products whose quality is lower than existing

More information

Automating Calibration Systems

Automating Calibration Systems Automating Calibration Systems Dave Skinner Global Services, Business Manager Agenda Why Automate? Automation Solutions Challenges with Automating Calibration Calibration Automation Architecture Calibration

More information

Agilent L4421A 40-Channel Armature Multiplexer

Agilent L4421A 40-Channel Armature Multiplexer Agilent L4421A 40-Channel Armature Multiplexer Data Sheet LXI compliance includes built-in Ethernet connectivity Fully-featured graphical Web interface 40 2-wire latching armature relays Thermocouple reference

More information

Plugin Architectures. Customizable application with plugin architecture

Plugin Architectures. Customizable application with plugin architecture Plugin Architectures Customizable application with plugin architecture What is a plugin? From Wikipedia: In computing, a plug-in (also called plugin, addin, add-in, addon, addon, snap-in or snapin, but

More information

pickeringtest.com B Microwave Multiplexer Module

pickeringtest.com B Microwave Multiplexer Module 0-78B Microwave Multiplexer Module Single or Dual Channel Panel Mounted Multiplexer Up To 3 Remote Multiplexers From Single Slot Version 18GHz, 2.GHz and 0GHz Versions 0 Ohm Terminated and Unterminated

More information

40-785B Microwave Multiplexer Module

40-785B Microwave Multiplexer Module 40-785B Microwave Multiplexer Module Single or Dual 6 Channel Panel Mounted Multiplexer Up To 3 Remote Multiplexers From Single Slot Version 18GHz, 26.5GHz 40GHz & 50GHz Versions 50Ω Terminated and Unterminated

More information

Benefits of a Switch/Measure Unit for Data Acquisition and Electronic Functional Test

Benefits of a Switch/Measure Unit for Data Acquisition and Electronic Functional Test Benefits of a Switch/Measure Unit for Data Acquisition and Electronic Functional Test Application Note Switch/Measure Units Provide Low Cost and Expandable System Cores Low cost alternative to VXI and

More information

Agilent L4433A Dual/Quad 4x8 Reed Matrix

Agilent L4433A Dual/Quad 4x8 Reed Matrix Agilent L4433A Dual/Quad 4x8 Reed Matrix Data Sheet LXI compliance includes built-in Ethernet connectivity Fully-featured graphical Web interface Dual 4x8, 8x8, or 4x16 2-wire configurations 64 2-wire

More information

Hardware and Measurement Abstraction Layers

Hardware and Measurement Abstraction Layers Fundamentals of Building a Test System Hardware and Measurement Abstraction Layers Grant Gothing, ATE R&D Manager, Bloomy Controls CONTENTS Introduction Background Approaches Practical Scenario 1 Practical

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

The VXI Bus: Well-Conceived for Demanding Test Applications

The VXI Bus: Well-Conceived for Demanding Test Applications The VXI Bus: Well-Conceived for Demanding Test Applications Charles Greenberg EADS North American Defense Charles.greenberg@eads-nadefense.com The VXI platform is ideal for demanding test applications.

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

PinPoint II. Circuit board test & diagnostic system. diagnosys.com

PinPoint II. Circuit board test & diagnostic system. diagnosys.com PinPoint II Circuit board test & diagnostic system diagnosys.com Multi-strategy testing for confidence... Test of Individual Components and Edge connectors testing [1] The PinPoint system performs tests

More information

SAP Automation (BC-FES-AIT)

SAP Automation (BC-FES-AIT) HELP.BCFESRFC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

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

Software Capabilities

Software Capabilities pickering Software Capabilities Reliability Diversity Compatibility In test system development, the best hardware is only usable if its software control environment is robust and easy to use. If you are

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

Technical. Introduction. Developing Your ATE System. Online at vxitech.com VXI. Configuring Functional ATE Systems. What is my budget?

Technical. Introduction. Developing Your ATE System. Online at vxitech.com VXI. Configuring Functional ATE Systems. What is my budget? Introduction Many years ago, when a company's product was in the manufacturing cycle and needed to be tested, it was common for product verification to be performed manually by test technicians or operators.

More information

Keysight Technologies Understanding the Programming Interfaces of PXI Instruments

Keysight Technologies Understanding the Programming Interfaces of PXI Instruments Keysight Technologies Understanding the Programming Interfaces of PXI Instruments Making PXI-based ATS Integration Easier Application Note Introduction PXI-based automatic test systems (ATSs) are gaining

More information

The PXI Modular Instrumentation Architecture

The PXI Modular Instrumentation Architecture The PXI Modular Instrumentation Architecture Overview The PXI (PCI extensions for Instrumentation) specification defines a rugged PC platform for measurement and automation. PXI modular instrumentation

More information

Systems Alliance. VPP-1: Charter Document

Systems Alliance. VPP-1: Charter Document Systems Alliance VPP-1: Charter Document June 7, 2016 VPP-1 Revision History This section is an overview of the revision history of the VPP-1 document. February 14, 2008 Update charter document to reflect

More information

LabVIEW Basics I: Introduction Course

LabVIEW Basics I: Introduction Course www.ni.com/training LabVIEW Basics I Page 1 of 4 LabVIEW Basics I: Introduction Course Overview The LabVIEW Basics I course prepares you to develop test and measurement, data acquisition, instrument control,

More information

Introduction to PXI. Jacques Cilliers. Applications Engineer National Instruments ni.com

Introduction to PXI. Jacques Cilliers. Applications Engineer National Instruments ni.com 1 Introduction to PXI Jacques Cilliers Applications Engineer National Instruments jacques.cilliers@ Traditional Instrumentation 4 The Expectations More Functionality Reduced Cost Smaller Footprint Accelerated

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

Committee on Automatic Test Systems for Defence TESTBRICKS (IEEE 1641) DEPLOYMENT FOR DASS ATS Meeting / 11th November / DSG - Sealand

Committee on Automatic Test Systems for Defence TESTBRICKS (IEEE 1641) DEPLOYMENT FOR DASS ATS Meeting / 11th November / DSG - Sealand Committee on Automatic Test Systems for Defence TESTBRICKS (IEEE 1641) DEPLOYMENT FOR DASS ATS 2014-2 Meeting / 11th November / DSG - Sealand INDEX 01 Latest News - Testbricks Framework 02 Testbricks fit

More information

Single-Output 2000 W GPIB

Single-Output 2000 W GPIB Single-Output 2000 W GPIB 6671A - 6675A Fast, low-noise outputs Analog control of output voltage and current Fan-speed control to minimize acoustic noise Built-in measurements and advanced programmable

More information

GX5731 DIGITAL I/O 224 CHANNEL DIGITAL I/O MODULAR PXI CARD DESCRIPTION FEATURES I/O MODULES

GX5731 DIGITAL I/O 224 CHANNEL DIGITAL I/O MODULAR PXI CARD DESCRIPTION FEATURES I/O MODULES 224 CHANNEL MODULAR PXI CARD Four 32-bit TTL ports for a total of 128 TTL input or output channels Three 32-bit ports accept GX57xx I/O modules for customized input or output levels (96 customizable I/O

More information

Measure Foundry. Open. Powerful. Application Builder for Test & Measurement Systems. Measure Foundry Instruments and Advanced Instruments versions:

Measure Foundry. Open. Powerful. Application Builder for Test & Measurement Systems. Measure Foundry Instruments and Advanced Instruments versions: Measure Foundry Open. Powerful. Application Builder for Test & Measurement Systems. Data Acquisition Instrument Programming Test Systems Measure Foundry is a rapid application development package that

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

2050 User Manual V1.0

2050 User Manual V1.0 2050 User Manual 4200-0339 V1.0 Table of Contents Overview...5 Typical...6 Overview...7 System Controller...7 PXI Chassis and Instrumentation...7 Resource Interface Chassis and Instrumentation... 7 Mass

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

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

Multiple Application Platform MAP-200

Multiple Application Platform MAP-200 COMMUNICATIONS TEST & MEASUREMENT SOLUTIONS Multiple Application Platform MAP-200 Key Benefits Available in three mainframe configurations GPIB- and LXI-compliant (Ethernet) Optional 10.4-inch touch-screen-display

More information

NI Technical Symposium 2016

NI Technical Symposium 2016 NI Technical Symposium 2016 How can Modular Instruments reduce the Cost of Test? Fanie Coetzer Field Sales Engineer National Instruments Box Instruments 3 Box Inserting New Technology 1 2 3 4 5 6 7 8 5

More information

AIM & THURLBY THANDAR INSTRUMENTS

AIM & THURLBY THANDAR INSTRUMENTS AIM & THURLBY THANDAR INSTRUMENTS MX100T & MX100TP Triple output dc power supplies - 315 watts Three full performance outputs of equal power Multiple-ranges, up to 70V and up to 6A Ultra-compact size for

More information

Quick-Start Software Manual

Quick-Start Software Manual Quick-Start Software Manual VME, PMC, PCI, cpci, PC104, ISA and VXI Platforms The Quick-Start Software Manual Applies to North Atlantic Industries Board Level Products 170 Wilbur Place, Bohemia, NY 11716

More information

GX7300 SERIES CHASSIS AND CONTROLLERS 20 SLOT, 3U PXI CHASSIS DESCRIPTION FEATURES CONFIGURATION

GX7300 SERIES CHASSIS AND CONTROLLERS 20 SLOT, 3U PXI CHASSIS DESCRIPTION FEATURES CONFIGURATION 20 SLOT, 3U PXI CHASSIS 20 slots supporting a 3U (embedded or remote) PXI controller and 19 3U PXI or ccpi instruments Built-in peripherals (hard disk drive, and a DVD-RW drive) for embedded controller

More information

AIM & THURLBY THANDAR INSTRUMENTS

AIM & THURLBY THANDAR INSTRUMENTS AIM & THURLBY THANDAR INSTRUMENTS MX100T & MX100TP Triple output dc power supplies - 315 watts Three full performance outputs of equal power Multiple-ranges, up to 70V and up to 6A Ultra-compact size for

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

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM)

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM) Agilent E3630A Triple DC Power Supply and Agilent 34401A Digital Multimeter (DMM) Agilent 3630A Triple DC Power Supply The DC power supply used in this lab is the Agilent E3630A Triple DC power supply.

More information

34970A 3499A/B/C. Advanced Test Equipment Rentals ATEC (2832) 34970A and 3499A/B/C Switch Systems

34970A 3499A/B/C. Advanced Test Equipment Rentals ATEC (2832) 34970A and 3499A/B/C Switch Systems E stablished 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) and 3499A/B/C Switch Systems Product Overview Which would be best for your application? 3499A/B/C Module and Mainframe

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

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

ARx Series. Air Cooled Active Resistance DC Electronic Load. The Evolution of Electronic Loads. Feature Highlights.

ARx Series. Air Cooled Active Resistance DC Electronic Load. The Evolution of Electronic Loads. Feature Highlights. Air Cooled Active Resistance DC Electronic Load Feature Highlights 18 models within 6.75 kw to 40.5 kw maximum power ranges Models up to 1000 Vdc and up to 420 Adc MagnaLINK Distributed DSP Architecture

More information

Aeroflex PXI A Success Story in the Realm of RF Communications Test. PXI Product Backgrounder - Aeroflex 3000 Series

Aeroflex PXI A Success Story in the Realm of RF Communications Test. PXI Product Backgrounder - Aeroflex 3000 Series Aeroflex PXI 3000 A Success Story in the Realm of RF Communications Test PXI Product Backgrounder - Aeroflex 3000 Series For the very latest specifications visit www.aeroflex.com Table of Contents Aeroflex

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

Understanding the Benefits of IVI. Kirk G. Fertitta, Pacific Mindworks

Understanding the Benefits of IVI. Kirk G. Fertitta, Pacific Mindworks Understanding the Benefits of IVI By Kirk G. Fertitta, Pacific Mindworks 1 INTRODUCTION The Interchangeable Virtual Instrument (IVI) Foundation was formed in 1998 with a charter to simplify test system

More information

Designing Next Generation Test Systems An In-Depth Developers Guide

Designing Next Generation Test Systems An In-Depth Developers Guide An In-Depth Developers Guide Designing Next Generation Test Systems An In-depth Developers Guide Contents Section 1 Executive Summary Chapter 1 Increasing Design Complexity...1-1 Shorter Product Development

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

IVI Instrument Driver Programming Guide. (Setup Edition) June 2012 Revision IVI Instrument Driver Overview. 1-1 IVI-C vs.

IVI Instrument Driver Programming Guide. (Setup Edition) June 2012 Revision IVI Instrument Driver Overview. 1-1 IVI-C vs. IVI Instrument Driver Programming Guide (Setup Edition) June 2012 Revision 2.0 1- IVI Instrument Driver Overview 1-1 IVI-C vs. IVI-COM IVI Instrument Driver is an instrumentation middle-ware conforming

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

Using LabVIEW. with. BiPOM Boards. Quick Start Guide. Document Revision: Date: 18 September, 2009

Using LabVIEW. with. BiPOM Boards. Quick Start Guide. Document Revision: Date: 18 September, 2009 Using LabVIEW with BiPOM Boards Quick Start Guide Document Revision: 1.01 Date: 18 September, 2009 BiPOM Electronics, Inc. 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970. Fax:

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

GX7000A/B/C GX7002A/B/C GX7010A/B/C GX7012A/B/C GX7005A/C GX7015A/C

GX7000A/B/C GX7002A/B/C GX7010A/B/C GX7012A/B/C GX7005A/C GX7015A/C GX7000A/B/C GX7002A/B/C GX7010A/B/C GX7012A/B/C GX7005A/C GX7015A/C GX7000 6U PXI Instrumentation Platform Series GxChassis Software User s Guide Last updated: January 18, 2017 GX700xx User s Guide i

More information

Test-System Development Guide

Test-System Development Guide Test-System Development Guide Understanding Drivers and Direct I/O Application Note 1465-3 This application note is part of the Test-System Development Guide series, which is designed to help you quickly

More information

464K PRELIMINARY 3-STAGE SOLID STATE SWITCH SYSTEMS 464K SALIENT FEATURES SYSTEM OPERATION 464K DESCRIPTION

464K PRELIMINARY 3-STAGE SOLID STATE SWITCH SYSTEMS 464K SALIENT FEATURES SYSTEM OPERATION 464K DESCRIPTION 3-STAGE SOLID STATE SWITCH SYSTEMS PRELIMINARY SALIENT FEATURES SYSTEM OPERATION 3-stage non-blocking solid state switch matrix High density: 65,536 equivalent crosspoints in one mainframe Built-in self

More information

New. A g i l e n t Basic Instruments Catalogue Series Portable Oscilloscopes. See what you ve been missing. IT and Instrumentation for industry

New. A g i l e n t Basic Instruments Catalogue Series Portable Oscilloscopes. See what you ve been missing. IT and Instrumentation for industry 5000 Series Portable Oscilloscopes Basic Instruments Catalogue - Basic Instruments Catalogue - Basic Instruments Catalogue - Basic Instruments Catalogue - Basic Instruments Catalogue - Basic Instruments

More information

THE GPATE SYSTEM. Miguel Angel Ramos Molpeceres INDRA SISTEMAS,S.A, Madrid, Spain INTRODUCTION

THE GPATE SYSTEM. Miguel Angel Ramos Molpeceres INDRA SISTEMAS,S.A, Madrid, Spain INTRODUCTION THE GPATE SYSTEM Miguel Angel Ramos Molpeceres INDRA SISTEMAS,S.A, Madrid, Spain +34916268758 maramos@indra.es Abstract - The GPATE System is the maintenance solution at level two (ML2) for the avionics

More information

LabVIEW Graphical Development Platform. Part I An Open Platform for Long-Term Continuity

LabVIEW Graphical Development Platform. Part I An Open Platform for Long-Term Continuity LabVIEW Graphical Development Platform Part I An Open Platform for Long-Term Continuity Introduction For 20 years, scientists and engineers have been using LabVIEW to build automated data acquisition

More information

CheckSum System Architecture

CheckSum System Architecture CheckSum System Architecture In-Circuit Test Systems Device Programming Systems Stable. Accurate. Reliable. Fast. Flexible. Dependable. Fully Tested An open test platform for all types of circuit assemblies

More information

Racal Instruments 1257A. Scalable RF Interface Unit. Product Information. The Racal Instruments 1257A is a Commercial-Off-The

Racal Instruments 1257A. Scalable RF Interface Unit. Product Information. The Racal Instruments 1257A is a Commercial-Off-The Racal Instruments 1257A Scalable RF Interface Unit The is a sixth-generation RFIU design with four Commercial Off-The-Shelf (COTS) options from 1U to 4U. It comes with a new easy-to-use LXI Core 2011-compliant

More information

Implementing IEEE Compilation Techniques (to IVI Driver Code)

Implementing IEEE Compilation Techniques (to IVI Driver Code) Implementing IEEE 1641 - Compilation Techniques (to IVI Driver Code) Matt Cornish EADS Test Engineering Services (UK) Ltd matt.cornish@eads-ts.com Abstract Drawing on a recent study, sponsored by the UK

More information