TD-CALTERM2-001 CalTerm2 User s Guide

Size: px
Start display at page:

Download "TD-CALTERM2-001 CalTerm2 User s Guide"

Transcription

1 Technical Document TD-CALTERM2-001 CalTerm2 User s Guide DAQ Electronics Division 262-B Old New Brunswick Road, Piscataway, NJ DAQ Electronics, Inc. All rights reserved. This literature is for guidance only. It does not constitute recommendations, representation, or advice, nor is it part of any contract. Our policy is one of continuous product improvement, and the right is reserved to modify the specifications contained herein without notice. All trademarks and names mentioned in this document are duly acknowledged. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 1 TD-CALTERM2-001 CalTerm2 User s Guide

2 1. OVERVIEW CalTerm2 is a serial communications program for personal computers running Microsoft Windows. It is similar to the HyperTerminal Windows utility but with enhancements to make working with DAQ instruments easier. These enhancements include sending a sequence of commands to the instrument as specified in a script file, sending a single command once or repetitively, and logging data from the instrument into a text file. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 2 TD-CALTERM2-001 CalTerm2 User s Guide

3 2. USING CALTERM2 AS A TERMINAL When you first start CalTerm2, you will see a display as in Figure 1. The window will display characters as they are received from the serial port, and optionally, characters you enter from the keyboard. Like all Windows applications, this window will accept your keyboard input only after you activate it by clicking the mouse somewhere within its boundary, after which you will see a blinking caret in the last row of the window. Figure 1. CalTerm THE STATUS BAR The status bar below the terminal window displays the status of CalTerm2 and the serial port connection. From right to left, the status panels show: 1) the serial port connection status; 2) whether or not serial port input data is being saved to a log file; 3) whether or not keyboard input is echoed to the terminal window; 4) a hexadecimal representation of the last byte sent to the serial port; and 5) general status information, including commands sent from the command file or script CONFIGURING THE TERMINAL The terminal characteristics of CalTerm2 are configured by selecting Terminal from the main menu then Configure Terminal from the drop down menu. The dialog shown in Figure 2 will then appear. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 3 TD-CALTERM2-001 CalTerm2 User s Guide

4 Figure 2. The Terminal Configuration dialog used to configure CalTerm2. The Appearance section controls the number of lines of text that will be displayed in the terminal window, the number of characters per line, and the size, color and font used to display the characters. Usually, the default values are fine. You may wish to change the Appearance if the instrument you are communicating with does not echo back characters you send to it. In that case, when you enter characters via the keyboard, you will not see the characters in the terminal window unless you place a check in the box labeled Echo Keyboard Input. Also, if the instrument you are communicating with sends ANSI cursor control sequences (ANSI escape sequences) you may wish to check the ANSI Emulation box. The Log File section allows you to select the text file to which incoming serial port data can be saved as it arrives. This can be an existing file or a new file. If you select an existing file, a warning will be issued when you close the Terminal Configuration dialog and you will be given the choice of appending new data to the existing file or deleting the file s contents and starting afresh. Note that only incoming data is saved to the file, not outgoing commands. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 4 TD-CALTERM2-001 CalTerm2 User s Guide

5 Large log files can be generated if your instrument sends large data sets, or you log for an extended time period. The Use Sequential Log Files option allows you to limit the size of the log file to the size specified in the Log File Size entry. Once the specified size is reached, the log file is closed and a new log file is started. The old log file and new log file share a common base name (e.g., MyLogFile) but with a sequence number suffix (e.g., MyLogFile_1 and MyLogFile_2). CalTerm2 keeps only the number of log files you specify in Number of Log Files To Keep and will automatically delete the oldest log file when a new log file is created once the specified number of log files is reached (e.g., if you specify Number of Log Files To Keep as 4, then MyLogFile_1 will be deleted when MyLogFile_4 is closed and MyLogFile_5 is opened so you will then have MyLogFile_2, MyLogFile_3, MyLogFile_4, and MyLogFile_5 on your disk). Log files can also be used to record unprintable characters (binary data) in hexadecimal format. Simply check the Hexadecimal Output to save the log file as hexadecimal characters. The Scripting and Command Looping section controls the time interval between commands issued in a loop or script, and how each command is terminated. Take care to avoid reducing the time interval so much that the serial port is swamped by commands. The point that this is reached depends upon the number of characters in the command, and the connection speed of the serial port. The possible command terminations are: a carriage return followed by a line feed, a line feed followed by a carriage return, just a carriage return, or just a line feed. You would normally not change this from the default. Scripts can often be made more readable by inserting comments in the script that are not sent to the instrument. Comments are indicated by starting the script line with a special character, the Comment Prefix Character. The default Comment Prefix Character is the forward slash /, (i.e., any line beginning with / is considered a comment) but you may change this if the forward slash is used to prefix legitimate commands you may wish to send to the instrument MAKING A CONNECTION The serial port must be configured and opened for use by CalTerm2. To configure the port, select Terminal from the main menu then Configure Comm Port from the drop down menu. The dialog shown in Figure 3 will then appear. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 5 TD-CALTERM2-001 CalTerm2 User s Guide

6 Figure 3. The Serial Port Configuration dialog. The Port Number entry box contains a drop down list of all serial ports available on your computer, and you should select the one that is connected to the instrument. In rare cases, the serial port you are using will not appear in this list, and you should type its name in the entry box. If you enter a nonexistent port, or a port that is already being used by another program (e.g., HyperTerminal), you will receive an error message when you press OK or Apply. Note that only one program can connect to a serial port at any time, so if another program is using the port, you must exit that program before using CalTerm2. Next select the Bits per second (i.e., Baud rate), Data bits per word, Parity, Stop bits, and Flow control mechanism. If you wish to apply this configuration and connect to this serial port automatically whenever you start CalTerm2, check the box Reconnect At Startup. The OK and Apply buttons cause CalTerm2 to attempt to configure and connect to the serial port. If you are unsure of the configuration parameters, you may wish to repetitively try different parameters using Apply, and when satisfied, press OK to close the dialog. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 6 TD-CALTERM2-001 CalTerm2 User s Guide

7 3. WORKING WITH INSTRUMENT-SPECIFIC COMMAND FILES An instrument-specific commands file is a text file that contains commands that are recognized by a particular instrument. DAQ may provide the file for a particular instrument upon request, or you can create your own with any text editor. The file contains two types of entries: generic commands and specific commands. A generic command is a command without accompanying parameters, while a specific command is a command and its parameters. For example, say an instrument returns status information for a measurement point when issued the command Status nn where nn is the point number. The generic command is Status and specific commands would be Status 1 and Status 23. These would be represented in a commands file as the three lines: [Status] Status 1 Status 23 Note the brackets used to distinguish the generic command, and that each command is on a separate line. Any number of such generic and specific commands can be placed in a commands file. If you omit the first generic command (i.e., if the first line in the file is not enclosed in brackets), CalTerm2 will behave as if you had started the file with the line [Commands] (i.e., as if you had started the file with the generic command Command ). To use a commands file, you must first open it by selecting File from the main menu then selecting Open Commands Files from the drop down menu. The commands file contents will then appear in the left panel of CalTerm2 as a tree as shown in Figure 4. The top node is the file name without any suffix, the second level nodes are the generic commands, and the lowest level nodes are the specific commands. This representation of the file contents as a tree is the reason for distinguishing between generic and specific commands, and allows you to group commands for your convenience. While I have presented the tree as organized with generic commands without parameters followed by the same commands with parameters, you may find some other organization better for you. Just place in brackets in the file whatever text you want as the second level nodes, and follow each second level node with the text you want as subordinate nodes. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 7 TD-CALTERM2-001 CalTerm2 User s Guide

8 Figure 4. The commands file displayed as a tree on the left. Once you have opened a commands file in CalTerm2, you can send any specific command to the instrument once by left double clicking the command or send it repetitively by left clicking the command then pressing the Loop tool bar button. Looping of commands can be terminated by pressing the Loop tool bar button again, or by pressing the escape key or ESC tool bar button. You can also right click any specific command to pop up a menu that offers you options to edit or send the command. If you right click any generic (second level node), you will be offered only the ability to insert a specific command following the generic command. Keep this difference between generic and specific commands in mind when creating your commands file: specific commands can be sent to the instrument, generic commands cannot. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 8 TD-CALTERM2-001 CalTerm2 User s Guide

9 4. WORKING WITH SCRIPTS Script files are similar to commands files in that they are text files of commands that a particular instrument understands. Script files differ in that each line contains one complete specific command (including any parameters), and that these commands will be sent in the exact order given in the file. When you press the Run All tool bar button, each line of the file will be sent to the instrument, one after the other, with a delay between commands as configured in the terminal configuration dialog (see Configuring the Terminal above). To run the script repeatedly, press the Run Loop tool bar button, which causes the commands in the script to be sent repetitively until you press Run Loop again, the escape key or the ESC tool bar button. Script files are opened by selecting File from the main menu then Open Script from the drop down menu. The script file contents will then be displayed in a panel at the right of CalTerm2 (see Figure 5). Notice in the figure that script files are in a tabbed display, so you can have multiple script files opened at one time. Like the specific commands in the commands file, you can right click on any command in the script file and you will be presented with a popup menu that includes options to edit the command. Figure 5. The Script file displayed on the right. Script files have two additional editing options. The order of commands can be changed by simply moving the mouse pointer over a command, pressing the left mouse button, and, while keeping the left mouse button depressed, dragging the command to the desired location in the file and releasing the mouse button. Similarly, you can add a command to the script by dragging any specific command from the commands file tree over to the desired location in the script file. Consecutive commands in the script file can be selected in a group by left clicking on one command and then holding down the shift key while left clicking on another command. The two commands you clicked on and all commands in between will be selected, and can then be sent as a sequence to the instrument by pressing the Run Part tool bar button. You can also use this button to send a single selected command if you wish, but it is simpler to just double click the command and it will be sent to the instrument. As mentioned under Configuring the Terminal, scripts can include comment lines that start with a special comment prefix (the default prefix is the forward slash / ) and are not sent to the instrument. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 9 TD-CALTERM2-001 CalTerm2 User s Guide

10 Two comment lines are special in that they are interpreted as commands to CalTerm2: the Delay command, and the LogNote command. That is, when CalTerm2 see a comment line of the form 1) / Delay=xxxx 2) / LogNote xxxxx it takes special actions. For / Delay, the value following the equals symbol is interpreted as an additional delay in milliseconds that CalTerm2 should wait before sending the next command in the script. For example, if a script contained the lines: Status 1 / Delay=1000 Status 2 then CalTerm2 will send the Status 1 command, wait 1000 milliseconds, then send the Status 2 command. The /LogNote command is simply a way to insert the comment into the log file. The lines Status 1 / LogNote Asking for Status 2 Status 2 would result in CalTerm2 sending the Status 1 command, placing any response in the log file, then placing the entire comment /LogNote Asking for Status 2 in the log file, and then sending the Status 2 command. Log notes are handy to document both the script and the results in the log file. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 10 TD-CALTERM2-001 CalTerm2 User s Guide

11 5. HOTKEYS CalTerm2 responds to the following hot keys: 1) Escape (or equivalently the tool bar ESC button). Terminates sending a command repetitively (looping) or the execution of a complete or partial script. The escape character is also sent to the instrument if the terminal window has the keyboard focus (clicking in the terminal window gives it the keyboard focus and displays a blinking caret). 2) Control r. Causes the most recent command entered from the keyboard to be sent again to the instrument. Version 1.00 Dated: 10/30/2006 Author: Mark Doyle Page 11 TD-CALTERM2-001 CalTerm2 User s Guide

Tandem-Systems, Ltd. Rhino Terminal. User s Manual

Tandem-Systems, Ltd. Rhino Terminal. User s Manual Tandem-Systems, Ltd. Rhino Terminal User s Manual Tandem Systems, Ltd., 2007-2009 Table of Contents Overview... 4 Features... 5 Getting Started... 6 The Main Window... 6 Establishing a Connection... 6

More information

Ishida Label Editor USER GUIDE

Ishida Label Editor USER GUIDE Ishida Label Editor USER GUIDE ISHIDA CO., LTD Copyright 2000 Ishida Co. Ltd., Japan Copyright 2000 Interface Translation Ltd., New Zealand No part of this manual may be reproduced or transmitted in any

More information

Beijer Electronics AB 2000, MA00453,

Beijer Electronics AB 2000, MA00453, VT100 emulation This manual presents installation and handling of the driver VT100 to the terminals in the E-series. The functionality in the E-terminals and in MAC Programmer+ are described in the E-manual.

More information

Modem Command Guidelines HP Notebook Series

Modem Command Guidelines HP Notebook Series HP Notebook Series Document Part Number: 316740-002 May 2003 This document provides instructions for selecting, accessing, and using the AT command set supported by the modem in your notebook. 2003 Hewlett-Packard

More information

Video Management. StarWatch SMS - Core System Capabilities

Video Management. StarWatch SMS - Core System Capabilities Video Management StarWatch SMS - Core System Capabilities DAQ Electronics, LLC T 732.981.0050 F 732.981.0058 262B Old New Brunswick Road www.daq.net Video Management SURVEILLANCE INTEGRATION StarWatch

More information

3 Connecting to a Controller

3 Connecting to a Controller 3 Connecting to a Controller In this chapter Connecting to controllers: Overview 36 Setting up communications for your PC 37 Configuring Modbus communications 37 Modbus communications by modem 39 Configuring

More information

Transform data - Compute Variables

Transform data - Compute Variables Transform data - Compute Variables Contents TRANSFORM DATA - COMPUTE VARIABLES... 1 Recode Variables... 3 Transform data - Compute Variables With MAXQDA Stats you can perform calculations on a selected

More information

Bluetooth Communications for the Model 9565 VELOCICALC Meter and Model 7575 Q-TRAK Monitor Application Note TSI-150

Bluetooth Communications for the Model 9565 VELOCICALC Meter and Model 7575 Q-TRAK Monitor Application Note TSI-150 Ventilation Test Instruments Bluetooth Communications for the Model 9565 VELOCICALC Meter and Model 7575 Q-TRAK Monitor Application Note TSI-150 The Model 9565 VELOCICALC meter and Model 7575 Q-TRAK IAQ

More information

EDGE LOGGING. Use of EDGE Logger Interfaces and Recorded Messages

EDGE LOGGING. Use of EDGE Logger Interfaces and Recorded Messages EDGE LOGGING Use of EDGE Logger Interfaces and Recorded Messages COPYRIGHT 2014 DAQ Electronics, LLC Revised 01/06/14 - Revision #001 This documentation is provided as a component part of DAQ Electronics.

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

intellitrol Irrigation

intellitrol Irrigation intellitrol Irrigation Irrigation Scheduling V5.61 User Reference Manual Contents Introduction... 4 Important Caveat... 4 Manual Irrigation Control... 5 Controlling from the Layout Screen... 5 Controlling

More information

Using OBS Studio for Screen Capture

Using OBS Studio for Screen Capture Using OBS Studio for Screen Capture The OBS Studio program is one of the best open source programs for screen and video capture. This program has version for Window, Mac and Linux and is very powerful.

More information

WELDSEQ Plus. Operation / Installation Manual. Weld Sequence PLC Terminal Program. Computer Weld Technology, Inc.

WELDSEQ Plus. Operation / Installation Manual. Weld Sequence PLC Terminal Program. Computer Weld Technology, Inc. Computer Weld Technology, Inc. 10702 Old Bammel N Houston Rd. Houston, TX 77086 Phone: (713) 462-2118 Fax: (713) 462-2503 Email: cwt@cweldtech.com WELDSEQ Plus Weld Sequence PLC Terminal Program Operation

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

HIGH-SPEED DOWNLOAD PROCEDURE. EDGE / IoE2 Modules

HIGH-SPEED DOWNLOAD PROCEDURE. EDGE / IoE2 Modules HIGH-SPEED DOWNLOAD PROCEDURE EDGE / IoE2 Modules COPYRIGHT 2012 DAQ Electronics, LLC Revised 03/30/11 - Revision #002 This documentation is provided as a component part of DAQ Electronics. All parties

More information

Xpert / XLite GPRS232 Serial Interface Block USERS MANUAL. Part No Rev. 3.3 July 27, 2009

Xpert / XLite GPRS232 Serial Interface Block USERS MANUAL. Part No Rev. 3.3 July 27, 2009 Xpert / XLite GPRS232 Serial Interface Block USERS MANUAL Part No. 8800-1164 Rev. 3.3 July 27, 2009 Sutron Corporation 22400 Davis Drive Sterling, VA 20164 703.406.2800 www.sutron.com sales@sutron.com

More information

Software User s Manual

Software User s Manual 1 About the manual 2 Navigating the manual 2 3 Opening the control panel 3 Control panel overview 4 Control panel settings 5 Calibrating the interactive pen display 6 Adjusting frequency and tracking (VGA

More information

DSP Terminal V1.5.7 Users Guide

DSP Terminal V1.5.7 Users Guide Faculty of electrical engineering and computer science INSTITUTE OF ROBOTICS DSP terminal V1.5.7 DSP Terminal V1.5.7 Users Guide Feb, 2007 1 Overview Terminal program is used for communication between

More information

ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS

ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS ADJUST TABLE CELLS-ADJUST COLUMN AND ROW WIDTHS There are different options that may be used to adjust columns and rows in a table. These will be described in this document. ADJUST COLUMN WIDTHS Select

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Datapanel. VT100 Terminal Emulator for Datapanels. Operator Interface Products. User's Manual

Datapanel. VT100 Terminal Emulator for Datapanels. Operator Interface Products. User's Manual Datapanel Operator Interface Products VT100 Terminal Emulator for Datapanels User's Manual GFK-1698 July 1999 Warnings, Cautions, and Notes as Used in this Publication GFL-002 Warning Warning notices are

More information

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA MANUAL NO. SIEZ-C887-13.2B Copyright 2001 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication

More information

Data Acquisition with CP-2002/2003 Micro-GC Control

Data Acquisition with CP-2002/2003 Micro-GC Control Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598 Star Chromatography Workstation Version 6 Data Acquisition with CP-2002/2003 Micro-GC Control Operation Manual Varian, Inc. 2002

More information

PowerTerm WBT Terminal Emulator

PowerTerm WBT Terminal Emulator PowerTerm WBT Terminal Emulator User s Guide Version 6.3.5 Ericom North America Ericom Software Inc. 3 Herbert Ave., Bldg. #4 Closter, NJ 0764 USA Tel: + 0 767 0 Fax: + 0 767 05 Toll Free: 888 769 7876

More information

TTWin 4 Quick Start Guide

TTWin 4 Quick Start Guide Host connectivity for Windows TTWin 4 Quick Start Guide TTWin 4 is the latest evolution of Turbosoft s premier Terminal Emulation package - a fast, accurate, reliable and powerful connectivity tool for

More information

ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers

ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers Report No: AN110 Title: ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers Author: Date: Version Number: John Marriott 27 th March 2009 1.06 Abstract: This application note describes

More information

Web Accessibility Change Your Mouse Pointer Visibility Handbook

Web Accessibility Change Your Mouse Pointer Visibility Handbook Web Accessibility Change Your Mouse Pointer Visibility Handbook H2O Power is committed to providing our services in a way that respects the dignity and independence of persons with disabilities. H2O power

More information

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation

Handbook. CLIÉ handheld basic operations. Entering text on your CLIÉ. handheld. Exchanging and updating files/data using the HotSync operation A-BTG-100-11 (1) CLIÉ handheld basic operations Entering text on your CLIÉ handheld Exchanging and updating files/data using the HotSync operation Customizing your CLIÉ handheld (Preferences) Exchanging

More information

Graphical User Interface. GUI in MATLAB. Eng. Banan Ahmad Allaqta

Graphical User Interface. GUI in MATLAB. Eng. Banan Ahmad Allaqta raphical ser nterface in MATLAB Eng. Banan Ahmad Allaqta What is? A graphical user interface () is a graphical display in one or more windows containing controls, called components, that enable a user

More information

Grand Valley State University Disability Support Resources Guide to Assistive Technology

Grand Valley State University Disability Support Resources Guide to Assistive Technology Grand Valley State University Disability Support Resources Guide to Assistive Technology GVSU JAWS 11 Quick Reference Guide Prepared by Jeff Sykes, Assistive Technology Coordinator, Disability Support

More information

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators: Page1 Functions in Excel Formulas (functions) are equations that perform calculations on values in your spreadsheet. A formula always starts with an equal sign (=). Example: =5+2*7 This formula multiples

More information

VNS2000 Server Software

VNS2000 Server Software VNS2000 Server Software Automated Messaging Interface OEM & Developer Guide Version 1.02 Visiplex, Inc. 2010 VNS2000 Server Software Automated Messaging Interface Copyright The product described in this

More information

SEWCAT USER MANUAL V APRIL 14, 2017 S & S COMPUTING Oak Ridge, TN 37830

SEWCAT USER MANUAL V APRIL 14, 2017 S & S COMPUTING Oak Ridge, TN 37830 SEWCAT USER MANUAL V4.0.6 APRIL 14, 2017 S & S COMPUTING Oak Ridge, TN 37830 Contents 1. Introduction... 3 1.1 Getting Started... 3 1.2 Frequently Asked Questions (FAQ)... 5 1.3 Contact Us... 5 1.4 Purchase

More information

Mercury WinRunner. Tutorial Version 9.2. Document Release Date: February 26, 2007

Mercury WinRunner. Tutorial Version 9.2. Document Release Date: February 26, 2007 Mercury WinRunner Tutorial Version 9.2 Document Release Date: February 26, 2007 Mercury WinRunner Tutorial, Version 9.2 This document, and the accompanying software and other documentation, is protected

More information

Instruction Manual XLComm Data Acquisition Software For XL Series Meters

Instruction Manual XLComm Data Acquisition Software For XL Series Meters Data Acquisition Software For XL Series Meters (XL 15, 20, 25, 30, 40, 50 and 60 meters) 68X090832 Rev. 0 JAN 07 Preface This manual serves to explain the use of the Acquisition Software. The manual functions

More information

Visualizer with Pixel Editor (PE) and Sequence Editor (SE)

Visualizer with Pixel Editor (PE) and Sequence Editor (SE) Using Visualizer with Pixel Editor (PE) and Sequence Editor (SE) This paper demonstrates how to use the Visualizer with PE and SE. This technique will only work if you have Light-O-Rama Sequencing Suite

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

9 Using Equation Networks

9 Using Equation Networks 9 Using Equation Networks In this chapter Introduction to Equation Networks 244 Equation format 247 Using register address lists 254 Setting up an enable contact 255 Equations displayed within the Network

More information

NoteList 3.3 User Guide

NoteList 3.3 User Guide ! NoteList 3.3 User Guide We Make Software - TensionSoftware.com 2005-2017 Tension Software all rights reserved. Every effort has been made to ensure that the information in this manual is accurate. Tension

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master Course Description Advanced PowerPoint In the PowerPoint Introduction course, you learned how to create a new presentation, work with text objects, insert objects to enhance the presentation, add a background

More information

Administrator Manual. HiPath 4000 Attendant Console AC-Win 4.0. April 2002 HP

Administrator Manual. HiPath 4000 Attendant Console AC-Win 4.0. April 2002 HP Administrator Manual HiPath 4000 Attendant Console AC-Win 4.0 April 2002 HP5256-00 WARNING! Hackers who unlawfully gain access to customer telecommunication systems are criminals. Currently, we do not

More information

NEW CEIBO DEBUGGER. Menus and Commands

NEW CEIBO DEBUGGER. Menus and Commands NEW CEIBO DEBUGGER Menus and Commands Ceibo Debugger Menus and Commands D.1. Introduction CEIBO DEBUGGER is the latest software available from Ceibo and can be used with most of Ceibo emulators. You will

More information

ScaleLink Pro USER GUIDE

ScaleLink Pro USER GUIDE ScaleLink Pro USER GUIDE For Version 3.24 January 2005 ISHIDA CO., LTD Copyright 2001-2004 Ishida Co. Ltd., Japan No part of this manual may be reproduced or transmitted in any form or by any means, electronic

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

Adding Dynamics. Introduction

Adding Dynamics. Introduction M-Graphic s User s Manual 11-1 Chapter 11 Adding Dynamics Introduction This chapter explains how to make single or multiple dynamic connections from display objects to points from OPC data servers. This

More information

Manual SmartGraph for Humlog 10

Manual SmartGraph for Humlog 10 Manual SmartGraph for Humlog 10 State: 10.12.2001 Version: V1.0 1 1 INTRODUCTION TO SMARTGRAPH... 4 1.1 Manage, Configure... 4 1.2 The Programme Interface... 4 1.2.1 Graphs... 5 1.2.2 Table... 6 1.2.3

More information

User Manual. August 2008 Revision 1.0. SKH300 ibutton Reader Configuration Utility

User Manual. August 2008 Revision 1.0. SKH300 ibutton Reader Configuration Utility User Manual August 2008 Revision 1.0 SKH300 ibutton Reader Configuration Utility Copyright 2008 Jan. All Rights Reserved Manual Version 1.0 The information contained in this document is subject to change

More information

Using Hyperterminal with Vortex and Echofree Devices

Using Hyperterminal with Vortex and Echofree Devices Using Hyperterminal with Vortex and Echofree Devices Application Note Polycom Installed Voice Business Group September 2004 TABLE OF CONTENTS TABLE OF CONTENTS...1 TABLE OF CONTENTS...2 HYPERTERMINAL FOR

More information

Data on Demand. Version User Guide. Nanometrics Inc. Kanata, Ontario Canada

Data on Demand. Version User Guide. Nanometrics Inc. Kanata, Ontario Canada Version 1.02 User Guide Nanometrics Inc. Kanata, Ontario Canada 2004 2005 Nanometrics Inc. All Rights Reserved. User Guide The information in this document has been carefully reviewed and is believed to

More information

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box

TECH-NOTE. The Keyboard Macro Editor. The Keyboard Macro Editor Dialog Box The Keyboard Macro Editor The Keyboard Macro Editor is a feature in the Designer TM for Windows TM software package that allows the user to associate specific functions with keys or touchcells on a UniOP

More information

LEVEL 2: INTERMEDIATE FEATURES

LEVEL 2: INTERMEDIATE FEATURES EXCEL 2002 (XP) LEVEL 2: INTERMEDIATE FEATURES December 19, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is

More information

Stat-VU Version 3.2 User s Guide

Stat-VU Version 3.2 User s Guide Stat-VU Version 3.2 User s Guide Part. No. 40310-03 540 North Commercial Street Manchester, NH 03101-1146 Tel. 603-645-1616 Support 603-606-5278 Fax 603-645-1424 Web www.ip-acd.com REVISION HISTORY 06/13/97

More information

13-1. This chapter explains how to use different objects.

13-1. This chapter explains how to use different objects. 13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-10 13.4. Set Word... 13-13 13.5. Function Key... 13-21 13.6. Toggle

More information

Codesoft 6 Premier Overview Manual. Thermocode Series 2 (all Printers)

Codesoft 6 Premier Overview Manual. Thermocode Series 2 (all Printers) Thermocode Series 2 Codesoft Overview Manual. (Issue 4.1) 28 July 2003 Page No. - 1 - Open Date Equipment Ltd. Unit s 8 & 9 Puma Trade Park, 145 Morden Road, Mitcham, Surrey. CR4 4DG United Kingdom. Tel:-

More information

The destination of the file(s) being transferred.

The destination of the file(s) being transferred. To The destination of the file(s) being transferred. Page 1 SESSION Command List SESSION [path]session-name[ext] Where: Session-Name is the name of the session file. By default, the session file is retrieved

More information

DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ

DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ 08854-3756 DNP3 Server Configuration CallistoView version 5.0A This is a description of the unique DNP configuration dialogs and files in

More information

Supplemental Manual: Downloading DryCal Data to a PC

Supplemental Manual: Downloading DryCal Data to a PC Supplemental Manual: Downloading DryCal Data to a PC Table of Contents 1.0 Introduction 2 2.0 Setting up a Windows HyperTerminal File for DryCal 2-4 3.0 Taking Flow Readings 5-6 4.0 Converter Kits Setup

More information

Open Book Format.docx. Headers and Footers. Microsoft Word Part 3 Office 2016

Open Book Format.docx. Headers and Footers. Microsoft Word Part 3 Office 2016 Microsoft Word Part 3 Office 2016 Open Book Format.docx Headers and Footers If your document has a page number, you already have a header or footer (and can double click on it to open it). If you did not

More information

Dump and Load Utility User s Guide

Dump and Load Utility User s Guide Dump and Load Utility VERSION 6.3 Copyright 2009 Jade Software Corporation Limited All rights reserved Jade Software Corporation Limited cannot accept any financial or other responsibilities that may be

More information

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide ASIC-200 Version 5.0 integrated industrial control software HMI Guide Revision Description Date C Name change, correct where applicable with document 4/07 HMI Guide: 139168(C) Published by: Pro-face 750

More information

Receptionist Console. Features. Dial Contact. Dial Ad Hoc Number. Dial from Call History. Answer Call. Hold Call

Receptionist Console. Features. Dial Contact. Dial Ad Hoc Number. Dial from Call History. Answer Call. Hold Call Hosted Voice receptionist page 1 Receptionist Console Features Dial Contact 1. In the Contact Directory panel, select a directory. 2. Select the contact to call. 3. Select the option you want to use for

More information

MCS 2 USB Software for OSX

MCS 2 USB Software for OSX for OSX JLCooper makes no warranties, express or implied, regarding this software s fitness for a particular purpose, and in no event shall JLCooper Electronics be liable for incidental or consequential

More information

PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER. TCPRGOS W(E) V2.00 for Windows

PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER. TCPRGOS W(E) V2.00 for Windows PROVISOR TC200 BEGINNER S MANUAL OF PERSONAL COMPUTER PROGRAMMER TCPRGOS W(E) V2.00 for Windows April, 2002 TOSHIBA MACHINE CO., LTD. TOKYO, JAPAN Table of Contents First edition A total of 47 pages 02,04,09

More information

Formatting APA Tables

Formatting APA Tables Formatting APA Tables Upon completion of this lesson, you will be able to appropriately format tables using APA guidelines. Using tables to present tabular or numerical data can help make the information

More information

Using TBLxNet Updated May 2016

Using TBLxNet Updated May 2016 Updated May 2016 Contents Understanding TBLxNet...3 Setting Your Options...3 Changing the Fonts...3 Selecting Colors...5 Selecting Cursor Options...6 Programming the Function Keys...6 Setting Up Miscellaneous

More information

Orbit Reader 20 User Guide Version

Orbit Reader 20 User Guide Version Orbit Reader 20 User Guide Version 01.00.57 Features These are a few of the features the Orbit Reader has to offer. 20 eight-dot refreshable braille cells Eight braille input keys and Space bar Navigation

More information

GX-9100 for Windows Addendum, Configuring the DX LCD Display

GX-9100 for Windows Addendum, Configuring the DX LCD Display System 9100 Technical Manual 636.4 Programming and Commissioning Section User s Guide Issue Date 0598 GX-9100 for Windows Addendum, Configuring the DX LCD Display General Setup Instructions Page 3 Introduction

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041

ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041 ICS Regent PD-6041 Communications Package for W INTERPRET Guarded Peer-Link Communications (T3831) Issue 1, March, 06 The WINTERPRET Communications Package is an add-in software package that allows you

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

CDS 32 Version 2.xx File Utilities

CDS 32 Version 2.xx File Utilities CDS 32 Version 2.xx File Utilities c2004 Pristine Systems, Inc. CONTENTS Addendum, 7 Addendum, Marking Multiple Selections, 7 Audio File Manager, 3 A Move, 3 M N E Network Audio Manager, 4 Exit, 4 R F

More information

INTERNAL DATA ACQUISITION SYSTEM (idas)

INTERNAL DATA ACQUISITION SYSTEM (idas) INSTRUCTION MANUAL INTERNAL DATA ACQUISITION SYSTEM (idas) 35 INVERNESS DRIVE EAST ENGLEWOOD, CO 80112 USA TOLL-FREE SUPPORT: 800-846-6062 FAX: 303-799-4853 TEL: 303-792-3300 E-MAIL: tml_support@teledyne.com

More information

Opening a Data File in SPSS. Defining Variables in SPSS

Opening a Data File in SPSS. Defining Variables in SPSS Opening a Data File in SPSS To open an existing SPSS file: 1. Click File Open Data. Go to the appropriate directory and find the name of the appropriate file. SPSS defaults to opening SPSS data files with

More information

Chapter 1 What is the Home Control Assistant?

Chapter 1 What is the Home Control Assistant? Chapter 1 What is the Home Control Assistant? About this guide In today s complex world, busy people can benefit from a home environment that anticipates their needs and helps take care of itself. For

More information

Dostek 440A BTR. Software Guide

Dostek 440A BTR. Software Guide Dostek 440A BTR Software Guide Table of Contents Introduction... 1 Installing Dostek DNC... 1.1 Installing Dostek DNC... 1.2 Installing Your Software License Key... 1.2.1 Install Automatically (Recommended)...

More information

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected.

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected. EPANET Tutorial Example Network In this tutorial we will analyze the simple distribution network shown below. It consists of a source reservoir (e.g., a treatment plant clearwell) from which water is pumped

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

FactoryWiz DNC - Installing FactoryWiz DNC 2. Table of Contents

FactoryWiz DNC - Installing FactoryWiz DNC 2. Table of Contents FactoryWiz DNC - Installing FactoryWiz DNC 2 Table of Contents Installing FactoryWiz DNC... 4 Minimum Specifications:... 4 Download FactoryWiz DNC Software... 4 Install FactoryWiz DNC... 4 License your

More information

IDEA. User s Guide. Part No IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183)

IDEA. User s Guide. Part No IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183) IDEA User s Guide Part No. 17500IDE02 Issue 1-0, April 1995 Printed in U.S.A. (183) 4 FOREST PARKWAY, SHELTON, CONNECTICUT 06484 TEL: 203-926-5400 FAX: 203-929-0535 This manual has been developed by Nitsuko

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

1 Interface Fundamentals

1 Interface Fundamentals 1 Interface Fundamentals Windows The Media Composer interface is focused on three primary windows: the Composer, the Timeline and the Project. The Composer window contains the source and record monitors

More information

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Version N 2.0. LaurTec. RS232 Terminal. Debugging Embedded Systems. Author : Mauro Laurenti ID: PJ11004-EN. Copyright Mauro Laurenti 1/33

Version N 2.0. LaurTec. RS232 Terminal. Debugging Embedded Systems. Author : Mauro Laurenti ID: PJ11004-EN. Copyright Mauro Laurenti 1/33 Version N 2.0 LaurTec RS232 Terminal Debugging Embedded Systems Author : Mauro Laurenti ID: PJ11004-EN Copyright 2009-2017 Mauro Laurenti 1/33 License Copyright (C) 2009-2017 Author: Mauro Laurenti Web

More information

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

UniOP VT100 Terminal Emulation - Ver. 3.16

UniOP VT100 Terminal Emulation - Ver. 3.16 UniOP VT100 Terminal Emulation - Ver. 3.16 This tech note describes the operation of the VT100 emulation software on UniOP. This document is a short reference for VT100 Terminal Emulation software. It

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

Viewing Flowcharts in Crystal C/C++

Viewing Flowcharts in Crystal C/C++ Viewing Flowcharts in Crystal C/C++ Part 1: Simple Flowcharts Part 2: Simplify a Complex Flowchart Part 3: Examples Viewing Flowcharts in Crystal C/C++ 1 Viewing Flowcharts in Crystal C/C++ 2 Flowchart

More information

PowerNet Twin Client Version 7.4.0

PowerNet Twin Client Version 7.4.0 PowerNet Twin Client Version 7.4.0 Disclaimer Hand Held Products, Inc. d/b/a HHP ( HHP ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Chapter 3 Using Styles and Templates

Chapter 3 Using Styles and Templates Getting Started Guide Chapter 3 Using Styles and Templates Using Consistent Formatting in Your Documents Copyright This document is Copyright 2018 by the LibreOffice Documentation Team. Contributors are

More information

The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy.

The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy. Processor Debug Old Content - visit altium.com/documentation Modified by Admin on Nov 6, 2013 The following content has been imported from Legacy Help systems and is in the process of being checked for

More information

It should be noted that this document describes administrative access to Content Sharing Suite via the Web Admin UI.

It should be noted that this document describes administrative access to Content Sharing Suite via the Web Admin UI. Date: 1 September 2017 Voluntary Accessibility Template (VPAT) This Voluntary Product Accessibility Template (VPAT) describes accessibility of Polycom s Content Sharing Suite Web Admin UI against the criteria

More information

DAS Trader Hot Key and Command Script User Guide

DAS Trader Hot Key and Command Script User Guide DAS Trader Hot Key and Command Script User Guide Introduction Hot keys allow traders to place orders quickly and perform multiple tasks using keyboard functions. Each hot key is built from command scripts.

More information

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection.

The MathType Window. The picture below shows MathType with all parts of its toolbar visible: Small bar. Tabs. Ruler. Selection. Handle MathType User Manual The MathType Window The picture below shows MathType with all parts of its toolbar visible: Symbol palettes Template palettes Tabs Small bar Large tabbed bar Small tabbed bar

More information