Remote control of the ROHDE&SCHWARZ Vector Network Analyzer

Size: px
Start display at page:

Download "Remote control of the ROHDE&SCHWARZ Vector Network Analyzer"

Transcription

1 Remote control of the ROHDE&SCHWARZ Vector Network Analyzer Behrouz Touri & Werner Henkel 1 Introduction Almost all the professional Vector Network Analyzers (VNA) and Spectrum Analyzers (SA) have the possibility of being controlled remotely using GPIB ports. The VNA in the TrSyS lab can be controlled using the RSIB and GPIB ports which are located at the back panel of the VNA. There are several motivations for remote controlling of those devices, but the most important is the possibility of fetching measurement data by the remote computer and use other program packages such as MATLAB, Octave, LabVIEW,... to process the measured data and also the possibility of performing automatic measurements remotely. In Fig. 2, one can see two ends of a typical GPIB cable connector. GPIB (which stands for General Purpose Interface Bus) is a means of communicating data over short distances which was originally proposed by Hewlett-Packard (HP) 1 and is mostly used for measurement equipment. Since this kind of cables and connections became popular for many electrical measurement units, the Institute of Electrical and Electronics Engineers (IEEE) standardized this bus under the name of IEEE Standard Digital Interface for Programmable Instrumentation, IEEE-488. Figure 1: View if the front panel of the GPIB gateway in Wireline communication lab. In order to work with this bus, one simply connects the device which has GPIB socket to a GPIB input port of a PC or a GPIB gateway. Regular computers 1 Also known as Hewlett-Packard Instrument Bus (HPIB) 1

2 do not have GPIB ports, but there are several manufactures which produce GPIB cards (PCI, ISA, external,...) for PCs. In our lab, instead of a GPIB card, we use a GPIB gateway. A GPIB gateway is connected to a GPIB device on the one hand and to a LAN on the other hand. The remote computer can connect to it using LAN connection. The front panel of the GPIB gateway in the lab is shown in Fig. 1. Along the GPIB gateway in the lab there is a software which emulates the GPIB port on the computer. Hence, when this software is installed properly and set correctly, from the front-end applications viewpoints, such as MATLAB and LabVIEW, the Network Analyzer seems to be directly connected to the computer with a GPIB connection. This software is already installed and set properly on all our lab computers. Figure 2: A view of the two endings of a typical GPIB cable 2 Remote Control using MATLAB In order to communicate with the device using MATLAB, you should define a GPIB object such astestobj properly. Generally, in order to define a GPIB object, one should use the command gpib( vendor, boardindex, primaryaddress) where vendor is the manufacturer of the gpib board and boardindex and primaryaddress are two numbers. For our device, the argument vender should be set as agilent. For the boardindex and primaryaddress you should run the Test & Measurement Tool program in MATLAB. 2

3 For this, first be sure that the Network Analyzer is already powered on. Then run the command tmtool at the command prompt of MATLAB. A window as the one in Fig. 3 should appear. Figure 3: View of the Test & Measurement tool window In that window, explore Hardware and then click on GPIB. Then, a window will show up on the right side of the menu. In that window, hit the Scan button. If everything is set correctly and the GPIB gateway and the network analyzer is working properly, then a device called Agilent Technologies (agilent) should be found. You can see the boardindex in front of the displayed device. For the primaryaddress argument to the gpib command in MATLAB, this should be equal to the address of the GPIB device, specified on the setting of the device. We set this number to 0 on the device. All in all, suppose that the boardindex equals to 7. Then in order to define the GPIB object in MATLAB, you should type test obj = gpib( agilent, 7, 0) in the command prompt (or m-file) of MATLAB. The rest of the process, and how to communicate with the device is the same as the VISA object which is described in the instructions in Remote Controlling of the Spectrum Analyzer. The only worth mentioning issue is that, as described before, most of the SCPI 3

4 Figure 4: View of the Agilent Connection Expert window commands are unique to each device. Hence, in order to communicate with the Network Analyzer, one should use the set of the commands described in its manual. The user s manual of the network analyzer of the TrSyS lab can be find in the Instruments Manuals directory. 2.1 Remote Control Using LabVIEW For connecting to the Network Analyzer using LabVIEW, almost the same steps as in the case of the Spectrum Analyzer should be carried out. The only difference is in the VISA addresses of the Network Analyzer and the Spectrum Analyzer. In order to find the VISA address of the network analyzer, one may double click on a small icon with the word IO in it on the task bar (right-bottom corner) of the windows. Then in the appeared window (Agilent Connection Expert), double click on the Remote (GPIB0) and then click on the ZVR device. Then, a page will appear on the right side of the window, which contains the VISA address of the device (see Fig. 4). For example in 4, the VISA address is equal togpib0::0::instr. 4

5 Figure 5: Implementation of the described example using VISA read and write blocks in LabVIEW. Now, having the VISA address of the network analyzer, we have two options to remotely control the device. 2.2 General approach This is EXACTLY the same as in the case of the Spectrum Analyzer. The only things that one should change is the VISA address of the device and the SCPI commands of the device. For example, again consider the case that you want to grab the measurement data of the Network Analyzer in the range of 1GHz and 2GHz. Then, one should set the VISA address to GPIB::0::INSTR (supposing that the VISA address of the device is GPIB::0::INSTR). Then, by referring to the User Manual of our Vector Network Analyzer, one will find out that the SCPI command for setting the START and STOP frequency of the swiped frequency range is SENS:FREQ:STAR and SENS:FREQ:STOP and the command for requesting the measured data of the channel 1 is TRAC? CH1DATA. Hence, the application implemented for the spectrum analyzer can easily be modified to the application shown in Fig Manufacturer-implemented function blocks Just as in the case of the Spectrum Analyzer, Rohde & Schwarz implemented a set of block functions for communicating with the ZVR network analyzers. This block functions can be found in the Input Instr Drivers RS ZV Vector Network Analyzers in the function palette of your application and can be used for implementation of an application. 5

Transfer of Trace Data From R&S Network Analyzer ZVx To Microsoft Excel

Transfer of Trace Data From R&S Network Analyzer ZVx To Microsoft Excel Products: R&S Network Analyzer ZVA, ZVB, ZVT Transfer of Trace Data From R&S Network Analyzer ZVx To Microsoft Excel Application Note This application note describes how to directly transfer S-Parameter

More information

Remote Monitoring and Control of the R&S FSV with a Web Browser

Remote Monitoring and Control of the R&S FSV with a Web Browser Rohde & Schwarz Products: R&S FSV3, R&S FSV7, R&S FSV13, R&S FSV30 Remote Monitoring and Control of the R&S FSV with a Web Browser Application Note This application note describes remote operation or monitoring

More information

Remote Monitoring and Control of the R&S FSL with a Web Browser

Remote Monitoring and Control of the R&S FSL with a Web Browser Rohde & Schwarz Products: R&S FSL3, R&S FSL6, R&S FSL18 Remote Monitoring and Control of the R&S FSL with a Web Browser Application Note This application notes describes remote operation or monitoring

More information

Instrumentação Suportada em Computadores Pessoais Instrumentation

Instrumentação Suportada em Computadores Pessoais Instrumentation 1 Instrumentação Suportada em Computadores Pessoais PC-Based Instrumentation A. Lopes Ribeiro arturlr@ist.utl.pt 2 Objectives To give the students the ability to design and implement automated data acquisition

More information

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,

More information

Software for Agilent Technologies Vector Series Network Analyzers

Software for Agilent Technologies Vector Series Network Analyzers Using the Software Software for Agilent Technologies Vector Series Network Analyzers Software Overview The IntuiLink Vector Series Network Analyzer (VNA) software offers a set of connectivity tools that

More information

Web Remote Control SA Software Installation and Setup

Web Remote Control SA Software Installation and Setup Web Remote Control SA Software Installation and Setup Table of Contents Web Remote Control SA Software Installation and Setup... 1 Table of Contents... 1 Introduction... 2 Terms, Names of Components...

More information

82341C HPIB Installation and Troubleshooting Windows 95 and Windows NT CE, GC, LC and A/D ChemStation, Version A.05.0x and A.06.0x

82341C HPIB Installation and Troubleshooting Windows 95 and Windows NT CE, GC, LC and A/D ChemStation, Version A.05.0x and A.06.0x 82341C HPIB Installation and Troubleshooting Windows 95 and Windows NT CE, GC, LC and A/D ChemStation, Version A.05.0x and A.06.0x This document will give you the background information that you need in

More information

Installation Guide. N5101A Baseband Studio PCI Card. Overview

Installation Guide. N5101A Baseband Studio PCI Card. Overview Installation Guide N5101A Baseband Studio PCI Card Overview This guide provides instructions on how to install the N5101A Baseband Studio PCI card in a PC. The PCI card is installed in a PC and is used

More information

Using MCC GPIB Products with LabVIEW

Using MCC GPIB Products with LabVIEW Using Products with LabVIEW * This application note applies to PCI-GPIB-1M, PCI-GPIB-300K, PCM-GPIB, as well as to ISA- and PC104- boards How NI Compatibility Works National Instruments (NI) provides the

More information

Remote Monitoring and Control of the R&S RTO with a Web Browser Application Note

Remote Monitoring and Control of the R&S RTO with a Web Browser Application Note Remote Monitoring and Control of the R&S RTO with a Web Browser Application Note Products: R&S RTO1012 R&S RTO1014 R&S RTO1022 R&S RTO1024 This application note describes remote operation or monitoring

More information

Development Hints and Best Practices for Using Instrument Drivers

Development Hints and Best Practices for Using Instrument Drivers Application Note Juergen Engelbrecht 17-Jan-13-1MA153_11e Development Hints and Best Practices for Using Instrument Drivers Application Note Products: Instrument Drivers This document answers frequently

More information

Plotting Spectrum Analyzer Data without a Plotter

Plotting Spectrum Analyzer Data without a Plotter Plotting Spectrum Analyzer Data without a Plotter Whitham D. Reeve ( 2013 W. Reeve) 1. Introduction This article describes using a PC to upload and plot measurements from older test sets that do not support

More information

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,

More information

KI6501 Data Manager. Software User Manual

KI6501 Data Manager. Software User Manual KI6501 Data Manager Software User Manual CONTENTS 1. Installation of USB Virtual COM Port driver software... 2 2. Installation of KI6501 Manager Software... 2 3. Connecting KI6501 to PC (Personal Computer)

More information

Development Hints and Best Practices for Using Instrument Drivers

Development Hints and Best Practices for Using Instrument Drivers Application Note Juergen Engelbrecht 12-Jan-15-1MA153_14e Development Hints and Best Practices for Using Instrument Drivers Application Note Products: Instrument Drivers This document answers frequently

More information

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide

Web Enabled Software for 8614xB-series Optical Spectrum Analyzers. Installation Guide for 8614xB-series Optical Spectrum Analyzers Installation Guide Copyright Agilent Technologies Company 2001 All Rights Reserved. Reproduction, adaptation, or translation without prior written permission

More information

Software Utility VNA Frequency Converter Leveling Tool Getting Started

Software Utility VNA Frequency Converter Leveling Tool Getting Started Software Utility VNA Frequency Converter Leveling Tool Getting Started (=ONÓ2) Getting Started Test & Measurement 1331.3069.02 01 2016 Rohde & Schwarz GmbH & Co. KG Mühldorfstr. 15, 81671 München, Germany

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

Self Help Guide. Please read the following carefully; Synopsis: Requirements: A Computer with a working RJ45 LAN Port All Belkin Modem Routers

Self Help Guide. Please read the following carefully; Synopsis: Requirements: A Computer with a working RJ45 LAN Port All Belkin Modem Routers IMPORTANT! This Guide refers to the following Products: Establishing A Connection From PC To Router Please read the following carefully; Synopsis: This Self-Help Guide is designed to assist you if you

More information

HP-1000 Powerline Ethernet Adapter

HP-1000 Powerline Ethernet Adapter HP-1000 Powerline Ethernet Adapter User s manual BEFORE INSTALLATION Plan ahead the installation of your powerline network. Note: You will need at least two powerline adapters to create a powerline network.

More information

HP-1000 Powerline USB Adapter

HP-1000 Powerline USB Adapter HP-1000 Powerline USB Adapter User s manual BEFORE INSTALLATION Plan ahead the installation of your powerline network. Note: You will need at least two powerline adapters to create a powerline network.

More information

VIRTUAL INSTRUMENTATION

VIRTUAL INSTRUMENTATION VIRTUAL INSTRUMENTATION João Paiva dos Santos joao.santos@ipbeja.pt Lab SPEPSI Instituto Politécnico de Beja Beja, 15th May, 2014 Overview What and why Hardware Software Some standards Remote use Example

More information

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and

More information

Programming Guide. (With Remote Operation and File Downloads) Agilent Technologies Signal Generators

Programming Guide. (With Remote Operation and File Downloads) Agilent Technologies Signal Generators Programming Guide (With Remote Operation and File Downloads) Agilent Technologies Signal Generators This guide applies to the following signal generator models: N5181A/82A MXG RF Signal Generators E4428C/38C

More information

Agilent N5970A Interactive Functional Test Software: Installation and Getting Started

Agilent N5970A Interactive Functional Test Software: Installation and Getting Started Agilent N5970A Interactive Functional Test Software: Installation and Getting Started Application Note The N5970A Interactive Functional Test Software along with the 8960 Series 10 (E5515C) wireless communications

More information

Performing Amplifier Measurements with the Vector Network Analyzer ZVB

Performing Amplifier Measurements with the Vector Network Analyzer ZVB Product: Vector Network Analyzer R&S ZVB Performing Amplifier Measurements with the Vector Network Analyzer ZVB Application Note This document describes typical measurements that are required to be made

More information

Programming Guide. Agilent Technologies PSG Signal Generators. Manufacturing Part Number: E8251-90255 Printed in USA December 2003

Programming Guide. Agilent Technologies PSG Signal Generators. Manufacturing Part Number: E8251-90255 Printed in USA December 2003 Programming Guide Agilent Technologies PSG Signal Generators This guide applies to the following signal generator models: E8267C PSG Vector Signal Generator E8257C PSG Analog Signal Generator E8247C PSG

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, 2004 No part of this manual may be reproduced in any form or by any means (including

More information

Select Correct USB Driver

Select Correct USB Driver Select Correct USB Driver Windows often installs updated drivers automatically, and defaults to this latest version. Not all of these drivers are compatible with our software. If you are experiencing communications

More information

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Installing S500 Power Monitor Software and LabVIEW Run-time Engine EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...

More information

PIM31 Remote Setup and Operational Procedures

PIM31 Remote Setup and Operational Procedures PIM31 Remote Setup and Operational Procedures 1 Remote Application and TCP/IP Setup PIM31 Remote Control Panel is the software to control the PIM31 unit from any PC using a TCP/IP cable connection. This

More information

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2)

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Software Version 1.9. 2902 To check that you have the latest version, go to the DOWNLOADS section of our Web

More information

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement

R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,

More information

LAN extensions for Instrumentation

LAN extensions for Instrumentation LAN extensions for Instrumentation LXI: It s About Your Time It took years for Ethernet and the Web to transform the way we work. Now it s time for both to transform test systems. That s why leading test

More information

RSLinx-Lite PLC Programming software communication interface. RSLinx-OEM Provides DDE capability for Rockwell DDE capable software.

RSLinx-Lite PLC Programming software communication interface. RSLinx-OEM Provides DDE capability for Rockwell DDE capable software. H 1 H. RSLinx is a windows based communication software package developed by Rockwell Software to interface to all of the Rockwell and A-B industrial control and automation hardware. RSLinx comes in a

More information

Voice Over Internet Protocol (VoIP) Configuration

Voice Over Internet Protocol (VoIP) Configuration (VoIP) Configuration ENGINEERING REPORT No: 02-003 Introduction This report describes interfacing the IPCS VoIP Gateway Model EGW-902 to an ESTeem Model 192E Wireless Ethernet radio modem in a demonstration

More information

Centurion PLUS CPC4 Download Guide

Centurion PLUS CPC4 Download Guide Centurion PLUS CPC4 Download Guide using C4 File Transfer Utility. 1010537 03 01 10 Section 50 1.0 Background: 1.1 The Centurion PLUS Control system consists of a Centurion PLUS Core (CPC4 1) and Color

More information

UBIQUITI BRIDGE CONFIGURATION PROCEDURE (PowerStation & NanoStation Units ONLY)

UBIQUITI BRIDGE CONFIGURATION PROCEDURE (PowerStation & NanoStation Units ONLY) UBIQUITI BRIDGE CONFIGURATION PROCEDURE (PowerStation & NanoStation Units ONLY) Hardware Installation 1. Initial placement for programming and configuration purposes should be performed in an indoor environment.

More information

Using a USB to Serial adapter and Terminal Emulator in Windows 7 to communicate with a DM101

Using a USB to Serial adapter and Terminal Emulator in Windows 7 to communicate with a DM101 Using a USB to Serial adapter and Terminal Emulator in Windows 7 to communicate with a DM101 Z Technology Application Note No: 40 This application note outlines the simple process of installing and using

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

More information

Health Monitoring Demo for ice40 Ultra Wearable Development Platform User Guide. UG103 Version 1.0, September 2015

Health Monitoring Demo for ice40 Ultra Wearable Development Platform User Guide. UG103 Version 1.0, September 2015 ice40 Ultra Wearable Development Platform User Guide UG103 Version 1.0, September 2015 Demo Setup Hardware Requirements ice40 Ultra Wearable Development Platform Android smart phone with Android 4.3 or

More information

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend, LLC. Published: September 2008 Abstract This guide will walk you through the steps required to publish a terminal services

More information

How to Use Rohde & Schwarz Instruments in MATLAB Application Note

How to Use Rohde & Schwarz Instruments in MATLAB Application Note How to Use Rohde & Schwarz Instruments in MATLAB Application Note Products: Rohde & Schwarz Instrument Drivers This application note outlines different approaches for remote-controlling Rohde & Schwarz

More information

CANON FAX L360 SOFTWARE MANUAL

CANON FAX L360 SOFTWARE MANUAL CANON FAX L360 SOFTWARE MANUAL Before You Begin the Installation: a Checklist 2 To ensure a smooth and successful installation, take some time before you begin to plan and prepare for the installation

More information

How to Remotely View Security Cameras Using the Internet

How to Remotely View Security Cameras Using the Internet How to Remotely View Security Cameras Using the Internet Introduction: The ability to remotely view security cameras is one of the most useful features of your EZWatch Pro system. It provides the ability

More information

BASLER ACE QUICK INSTALLATION GUIDE

BASLER ACE QUICK INSTALLATION GUIDE BASLER ACE QUICK INSTALLATION GUIDE Rev. 01 Quick installation Guide V1 1 Introduction The installation procedures in this guide assume that you want to get your camera operational and begin capturing

More information

Quick Installation Guide. Install the Wireless PCI Adapter

Quick Installation Guide. Install the Wireless PCI Adapter Ver. 1.1 Quick Installation Guide 802.11g Wireless PCI Adapter Model # AWLH3028v2 Package Contents: 802.11g Wireless PCI Adapter Antenna Low Profile Bracket Driver & Utility CD Quick Installation Guide

More information

USA MOBILITY CABLE CONNECTION AND SOFTWARE DRIVER INSTALLATION INSTRUCTIONS. For. Unication M90 Device USB To RS232 Adapter TABLE OF CONTENTS

USA MOBILITY CABLE CONNECTION AND SOFTWARE DRIVER INSTALLATION INSTRUCTIONS. For. Unication M90 Device USB To RS232 Adapter TABLE OF CONTENTS USA MOBILITY CABLE CONNECTION AND SOFTWARE DRIVER INSTALLATION INSTRUCTIONS For Unication M90 Device USB To RS232 Adapter TABLE OF CONTENTS SECTION 1: ADAPTER CABLE CONNECTION INSTRUCTIONS... 2 SECTION

More information

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products:

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products: IMPORTANT! This Guide refers to the following Products: Configuring Your Router With Your Modem Please read the following carefully; Synopsis: A standard (Wireless) Router does not come equipped with the

More information

Synergy Controller Application Note 4 March 2012, Revision F Tidal Engineering Corporation 2012. Synergy Controller Bar Code Reader Applications

Synergy Controller Application Note 4 March 2012, Revision F Tidal Engineering Corporation 2012. Synergy Controller Bar Code Reader Applications Synergy Controller Bar Code Reader Applications Synergy Controller with Hand Held Products Bar Code Scanner OCR-A Labeled Part Introduction The value of the ubiquitous Bar Code Scanner for speeding data

More information

Setting Up Your Wireless Network

Setting Up Your Wireless Network Setting Up Your Wireless Network 1 TABLE OF CONTENTS Wireless Tips... 3 Terminology... 4 Motorola 2247... 5 Logging In:... 5 Changing the SSID/network name... 6 Westell Model 7500... 12 Configuration of

More information

DOORKING SYSTEMS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS ACCESS CONTROL SOLUTIONS LOCAL AREA NETWORK (LAN) CONNECTION REV 04.

DOORKING SYSTEMS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS ACCESS CONTROL SOLUTIONS LOCAL AREA NETWORK (LAN) CONNECTION REV 04. DOORKING SYSTEMS ACCESS CONTROL SOLUTIONS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS REV 04.11 LOCAL AREA NETWORK (LAN) CONNECTION Ethernet Connection: An Ethernet Cable, or wireless connection must

More information

One of the following messages will appear in red when DisplayStudio is not properly connected to a media player on the wireless network.

One of the following messages will appear in red when DisplayStudio is not properly connected to a media player on the wireless network. DisplayStudio Software Failure Connecting to Media Player on Wifi Network February 23, 2015 Introduction This document troubleshoots a failed wireless network connection between Roland DisplayStudio software

More information

How To Use An Nio V2.2.4.2 (Ios) With A Simioni V2 (V2.3) And V2

How To Use An Nio V2.2.4.2 (Ios) With A Simioni V2 (V2.3) And V2 Release Notes Revision: 08 R&S ES-SCAN EMI Measurement Software Software Release V2.60 These Release Notes describe the following types and options of the R&S ES-SCAN EMI Measurement Software. R&S ES-SCAN,

More information

How to use SURA in three simple steps:

How to use SURA in three simple steps: How to use SURA in three simple steps: Most of SURA s functionality can be accessed through these three steps. 1) Download SURA to your computer Go to the SU Downloads page to obtain the SURA utility.

More information

NOTE: PLEASE DO NOT ATTEMPT TO INSTALL THE SOFTWARE BEFORE READING THIS DOCUMENT.

NOTE: PLEASE DO NOT ATTEMPT TO INSTALL THE SOFTWARE BEFORE READING THIS DOCUMENT. INLINE 5 Software INSTALL BULLETIN Page 2: Installing INLINE 5 Page 6: Removing INLINE 5 NOTE: PLEASE DO NOT ATTEMPT TO INSTALL THE SOFTWARE BEFORE READING THIS DOCUMENT. IMPROPER INSTALLATION OR USE CAN

More information

CNW Re-Tooling Exercises

CNW Re-Tooling Exercises CNW Re-Tooling Exercises I Exercise 1: VPN... 1 Scenario... 1 Detail Steps to perform exercise:... 1 Exercise 2: Install and Configure a Certificate to Web Server... 4 Scenario... 4 Detail Steps to perform

More information

Midland BT Updater BTUpdater Program Program file (x86) ), Midland

Midland BT Updater BTUpdater Program Program file (x86) ), Midland Midland BT Updater After you downloaded the BT Updater setup application from the web site, double click on it and follow the installation procedure. The BTUpdater application is automatically installed

More information

Running the R4 Software on a USB Port

Running the R4 Software on a USB Port Tech Note Running the R4 Software on a USB Port Like a lot of other engine management software programs that have been around for a while, the R4 program is designed to communicate through a 9-pin serial

More information

Configuring NXT Hardware with Mercury Inside into Doors.NET TM Application Note

Configuring NXT Hardware with Mercury Inside into Doors.NET TM Application Note 1.0 Installing the Mercury SCP Gateway The MSC/SCP gateway must be installed to interface with Mercury hardware. This gateway must be chosen during the installation of the software, or it can be added

More information

1. Installing The Monitoring Software

1. Installing The Monitoring Software SD7000 Digital Microphone Monitor Software manual Table of Contents 1. Installing The Monitor Software 1.1 Setting Up Receivers For Monitoring 1.2 Running The Application 1.3 Shutdown 2. The Detail Monitoring

More information

Application Note: Connecting to a 2500 Series Processor using PLC Workshop

Application Note: Connecting to a 2500 Series Processor using PLC Workshop Application Note: Connecting to a 2500 Series Processor using PLC Workshop This application note will describe a step by step process for the three ways to connect to a 2500-CXXX with PLC Workshop. The

More information

Test-System Development Guide

Test-System Development Guide Test-System Development Guide Computer I/O Considerations Application Note 1465-2 This application note is part of the Test-System Development Guide series, which is designed to help you quickly design

More information

enervista UR Setup Software Quick Connect Instructions:

enervista UR Setup Software Quick Connect Instructions: enervista UR Setup Software Quick Connect Instructions: The user can connect to the UR relay via front serial port or rear Ethernet port using the Quick Connect feature of enervista UR Setup software.

More information

Getting Started with IVI-COM and Python for the Lambda Genesys Power Supply

Getting Started with IVI-COM and Python for the Lambda Genesys Power Supply Page 1 of 16 1. Introduction This is a guide to writing programs using the Python language with the Lambda IVI-COM drivers. Python is praised for being simple but powerful. It is open-source and may be

More information

Data Transmission Using Codan HF Radios. R. Aston GCP/INT/651/NOR EMPRES. Improving Pesticide Application Techniques for Desert Locust Control

Data Transmission Using Codan HF Radios. R. Aston GCP/INT/651/NOR EMPRES. Improving Pesticide Application Techniques for Desert Locust Control Data Transmission Using Codan HF Radios R. Aston GCP/INT/651/NOR EMPRES Improving Pesticide Application Techniques for Desert Locust Control June 2002 Data Transmission Using Codan HF Radios Introduction

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Agilent U2000 Series USB Power Sensors

Agilent U2000 Series USB Power Sensors Agilent U2000 Series USB Power Sensors Single/Multi-Channel Power Measurement Simple Setup Affordable Demo Guide Table of Contents Introduction 2 The Agilent N1918A Power 3 Analysis Manager Demonstration

More information

How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC

How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC CV-7428nS is a WiFi bridge which catches your home network s WiFi signal and converts it to Ethernet ports. Plug your Ethernet devices like

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Orbit PCI Mk 2 Network Card. User Manual. Part No. 502566 Issue 4

Orbit PCI Mk 2 Network Card. User Manual. Part No. 502566 Issue 4 Orbit PCI Mk 2 Network Card User Manual Part No. 502566 Issue 4 Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless

More information

UX3600/NT/NTL/NTS Quick Start Guide This Quick Start Guide will explain how to connect and communicate with the EAW UX3600, NTL720, NTS250, KFNT, and JFNT powered speakers. Table of Contents 1. Downloading

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information

PRILINK PRI Management System

PRILINK PRI Management System www.prilink.com PRILINK PRI MANAGEMENT SSTEM INSTALLATION GUIDE PRI Management PRILINK PRI Management System Installation Guide Version 3.0, Rev. 12-01-24 Page 1 Table of Contents 1 HARDWARE INSTALLATION...

More information

Interfacing Basler GigE Cameras With Cognex VisionPro 7.2

Interfacing Basler GigE Cameras With Cognex VisionPro 7.2 www.baslerweb.com Interfacing Basler GigE Cameras With Cognex VisionPro 7.2 This Application Note explains how to interface a Basler camera with GigE interface with the Cognex VisionPro 7.2 software package

More information

Remote Operation of R&S Instruments Using Remote Desktop Connection via LAN

Remote Operation of R&S Instruments Using Remote Desktop Connection via LAN Products: R&S SMU, R&S SMJ, R&S SMATE, R&S SFU, R&S FSP, R&S FSQ, R&S FSU, R&S FSL, R&S FSUP, R&S FSMR, R&S ESU, R&S ESCI, R&S ESPI, R&S UPV, R&S ZVA, R&S ZVB, R&S ZVT,R&S ZVL Remote Operation of R&S Instruments

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

Inter-Tel. 3000 IP Phone Quick Reference Guide

Inter-Tel. 3000 IP Phone Quick Reference Guide Inter-Tel 3000 IP Phone Quick Reference Guide Introduction to your IP Phone The Inter-Tel 3000 IP Phone provides the same functionality as the Inter-Tel 3000 digital telephone sets. It can be connected

More information

Installation Guide for RadioLabs USB Wifi Antennas/Adapters

Installation Guide for RadioLabs USB Wifi Antennas/Adapters 1 Installation Guide for RadioLabs USB Wifi Antennas/Adapters 2 PLEASE READ BEFORE ATTEMPTING INSTALLATION Thank you for purchasing a RadioLabs USB wireless networking product. This document will guide

More information

airbackup installation and AdmiCash backup

airbackup installation and AdmiCash backup airbackup installation and AdmiCash backup airbackup airbackup is an elegant solution for an external and safe backup of your system. The software provides various functions for the backup and restoration

More information

2013 CNS Geiger Kit Instructions read me Page 1 of 5

2013 CNS Geiger Kit Instructions read me Page 1 of 5 2013 CNS Geiger Kit Instructions read me Page 1 of 5 We re pleased to inform you that Aware Electronics have provided the CNS with a custom version of their Aw-Radw software 8.4a. There are two new versions:

More information

CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D.

CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D. CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D. Introduction This How to Guide was developed by Human

More information

Back Office Recorder 4iP Installation Guide Intelligent Recording Limited

Back Office Recorder 4iP Installation Guide Intelligent Recording Limited Back Office Recorder 4iP Installation Guide Intelligent Recording Limited Downloads Available at www.usbcallrecord.com UK Office +44 (0) 1909 512148 US Office +1 949.587.1226 Copyright Intelligent Recording

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Quick Installation Guide

Quick Installation Guide Packing List Quick Installation Guide Quick Installation Guide 1) IP CAMERA X 1 2) Wi-Fi Antenna (only available for wireless model) 3) DC Power Supply X 1 4) Network Cable X 1 5) Mounting bracket 1 6)

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

Field Calibration Software

Field Calibration Software SIGNAL HOUND Field Calibration Software User s Manual Version 1.1.0 7/8/2016 This information is being released into the public domain in accordance with the Export Administration Regulations 15 CFR 734

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion

DSP Laboratory: Analog to Digital and Digital to Analog Conversion OpenStax-CNX module: m13035 1 DSP Laboratory: Analog to Digital and Digital to Analog Conversion Erik Luther This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

Connectivity of Rohde & Schwarz Signal Generators Application Note

Connectivity of Rohde & Schwarz Signal Generators Application Note Connectivity of Rohde & Schwarz Signal Generators Application Note Products: R&S SMW200A R&S SMU200A R&S SMA100A R&S SMBV100A R&S SMJ100A R&S AMU200A R&S SMF100A R&S SMC100A R&S SMATE200A R&S AFQ100B R&S

More information

Step by Step. Transfer a Library File from one PC to Another. This How To article explains how to move a library file from one PC to another

Step by Step. Transfer a Library File from one PC to Another. This How To article explains how to move a library file from one PC to another Step by Step HOW TO Transfer a Library File from one PC to Another This How To article explains how to move a library file from one PC to another For a complete list of available How To documents visit

More information

TRENDnet. <a href="mailto:webmaster@ trendnet.com"> www.trendnet.com. Quick Installation Guide. Product Warranty Registration

TRENDnet. <a href=mailto:webmaster@ trendnet.com> www.trendnet.com. Quick Installation Guide. Product Warranty Registration Quick Installation Guide Product Warranty Registration website at http://www.trendnet.com www.trendnet.com Please take a moment to register your product online.

More information

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide Wired / Wireless / PoE CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P Quick Installation Guide Table of Contents 1. Package Contents... 3 2. System Requirements... 4 3. Outlook... 5 Front panel of

More information

Tutorial for Programming the LEGO MINDSTORMS NXT

Tutorial for Programming the LEGO MINDSTORMS NXT Tutorial for Programming the LEGO MINDSTORMS NXT Table of contents 1 LEGO MINDSTORMS Overview 2 Hardware 2.1 The NXT Brick 2.2 The Servo Motors 2.3 The Sensors 3 Software 3.1 Starting a Program 3.2 The

More information

Lexia Network Installation Instructions

Lexia Network Installation Instructions Lexia Network Installation Instructions For Lexia Early Reading 3.x, Primary Reading 1.x, Foundation Reading 1.x, Strategies for Older Students 4.x, Cross-Trainer 1.x and Quick Reading Test 2.x (NOT for

More information

Installing Global Logger USB Drivers

Installing Global Logger USB Drivers Installing Global Logger USB Drivers For 32-bit Windows 8, skip to the section labeled, Continue with Driver Installation. For 64-bit Windows 8, start the process here. At the time of this writing, the

More information

Prestige 314 Read Me First

Prestige 314 Read Me First Prestige 314 Read Me First Console WAN 10M PORT Prestige Rear Panel Connections CONNECTION Use an RS-232 console cable. Use the cable that came with your broadband modem. LAN 10/100M Port Number COMPUTER

More information

Quick Installation Guide Network Management Card

Quick Installation Guide Network Management Card Rev.1.1 www.cyberpowersystems.com Quick Installation Guide Network Management Card Intelligent Network Management Card allows UPS to be managed, monitored, and configured via SNMP Card Configuration Tool

More information