DSP Terminal V1.5.7 Users Guide

Size: px
Start display at page:

Download "DSP Terminal V1.5.7 Users Guide"

Transcription

1 Faculty of electrical engineering and computer science INSTITUTE OF ROBOTICS DSP terminal V1.5.7 DSP Terminal V1.5.7 Users Guide Feb,

2 Overview Terminal program is used for communication between DSP card and user. Program runs on Windows 95/98/NT/2000/Millennium/XP operating system. The differences between this terminal and others are in some additional features that enable full utilization of the DSP-2 target system. DSP-2 system and terminal program can be connected together via serial RS232 channel, USB or TCP/IP. Terminal program consists of four pages that can be selected: Text classic text terminal with some additional options Visual - page containing variables with possibility of graphical representation in realtime Parameters selected parameters can be changed during program execution Options options and settings of terminal program Text text terminal Terminal screen Page selection tabs Popup menu Shortcuts for resetting terminal and program download Status line Terminal receives characters from DSP and shows them on the text terminal screen. Received characters are written down one after another to the right till the end of the line. When the line is filled, cursor scrolls down one line. When cursor reaches the last line, the content of the screen is scrolled up one line and the first line is lost. Terminal takes into account some special characters: CR (0x0d) Carriage Return sets cursor at the beginning of the line LF (0x0a) Line Feed sets cursor one line down Feb,

3 BS (0x08) Back Space deletes last character ESCape sequences (0x1b) o CLRSCR (0x1b [ 2 J) - Sequence Clear screen clears terminal screen o UP (0x1b [ n A) sets cursor n lines up ( 1 =0x31-one line, 2 -two lines ) o ToFile (0x1b 0x01 filename.ext 0x00) redirects printout from screen to file with name filename.ext. o End (0x1b 0x02) end of redirection to a file. Next incoming characters are again printed out on screen. Besides printing out received characters, terminal enables sending characters trough serial interface to DSP card. Characters are input by keyboard. Terminal screen should be focused in this case. If not, terminal screen receives focus by clicking on it with mouse. Text popup menu Popup menu within text page is selected by single mouse right-click with following options: Fontsize - The text font and size with fixed pitch can be set Clear screen Clears text screen contents Copy All Copy all text to clipboard Paste Paste text from clipboard Status line Status line of the terminal consists of three buttons and text line. First Reset button is used to reset the DSP board. The Download button is enabled after reset, when download is enabled and the DSP board is ready. (check Options settings). The Reset&Download button can be used to automatic reset the DSP board and after that download is automatically performed by a single click. Status line is used to show communication status and error messages when they occur. When connection is normal the status text consists of name of the selected communication port, followed with number of read errors and write errors that have occurred during communication. The (Ack) is a counter of acknowledges sent by the DSP. The real data transfer bit rate (BR) is shown as the last information. Feb,

4 Visual Data visualization Scope settings Visual page shows current values of the signals, selected by using DSP2_TT block in DSP2LIB. Variables can be shown in graphically form by selecting them in the checkbox. Trigger setting Selected variable scope When the variables are selected (AI_3, AO_1), time response is sampled and shown by the appropriate color on the scope. Number of variables is limited to data space on the DSP board depending on the available total number of samples (20000) stored in the DSP buffer. Top toolbar is used to navigate with scope that shows the time response of the selected variables using sample-time resolution Ts divided by the Decimation property. Decimation can be changed by entering new integer value. The response on the scope can be paused when the button Pause is clicked. With button Scroll/Alt mode of showing data is switched. By using SaveToFile button, current response shown on screen can be saved to a file with.dat extension that can be used in Matlab fur further data processing. ISR time shows time consumed by the algorithm. Trigger can be set on selected variable (A0_1 on figure). By clicking on the button trigger edge can be selected (none, rising edge, falling edge). By using parameter Pre samples, the scope response of the selected variables before trigger condition can be shown for entered number of samples. ParIns button is used to show/hide Parameter inspector window enabling easy parameter changing during performing an experiment. The parameters in Parameter inspector window consist of a name of the parameter, its current value, followed by the unit in text form. When a parameter value is clicked, its value can be changed. And after pressing <Enter> key, the new value is transferred to the DSP. The value is changed to? until DSP returns acknowledgment followed by the actual value of the changed parameter. Feb,

5 Parameter inspector Trigger condition Parameters Parameters, used in algorithm are shown in Parameters page or in Parameter Inspector window. Each parameter is represented by its unique identification number, parameter name, current value and unit. Also the type of the parameter is shown in last column. Parameter value can be changed during algorithm execution. It is updated in algorithm after pressing <Enter> key. Parameter name Parameter value can be changed Options Terminal settings Feb,

6 Selection of comm. channel Executable program path Program download Communication parameter settings Communication baudrate Graph & Text capture Additional settings Sheet named Options is used to set the terminal properties. On the left side of the page are communication settings: Selection of communication channel, bit rate, number of bits per byte, parity and number of stop bits. Default setting for the connection is Bd, 8-bits, None parity, 1 stop bit as shown on picture. Existing communication channels are marked with asterix. Please note that the availability of the communication channel is checked only at terminal startup. In case of not existing channel (ex. COM3, when there is only COM1 and COM2), we get an error shown in the status bar. In case when there is irregular setting of communication parameters, we get an error in the status bar. Please check the correct connection settings. The DSP board can be connected to the terminal via TCP/IP using static address. The terminal can connect to the DSP board when TCP/IP of the DSP board is set and then port TCP/IP is selected. When the terminal can not connect to the DSP, then the error status is shown. Please check if DSP board is powered on and connected via UTP cable. In order to avoid delay during connection, before setting the port on TCP/IP, set correct IP address of the DSP board and make sure, it is powered on, otherwise the system will try to connect to not responding address and during that time the terminal will appear frozen. Feb,

7 TCP/IP Server Another application can communicate to the DSP via the terminal using TCP/IP connection. In that case the terminal acts as a server. The service is enabled, when the option Enable TCP/IP server is checked. The service can be used on fixed port At this point, only simple current value of the variables is implemented. The current variable value can be read from the terminal using following text message: V[name] The terminal responds with the text value of the variable. The value of the variable can be stored with following: V[name],[value] On the right side of the terminal screen is Download frame. The path, where target executable program in HEX format is located is written in text frame. With one mouse click on the button new window is opened, where new target executable program can be selected. When using terminal for download of the code to the DSP Enable booting from terminal should be checked, otherwise DSP will start the program written in FLASH automatically after reset. Reset button is used to reset the DSP card. After reset, the welcome message on text terminal is shown. When button Dload is pressed, binary transfer of the target program to DSP controller is started using selected download bitrate when possible. Before download, the terminal checks if controller is in the download mode. When data is transferred, progress of download is shown on progress bar. Downloaded program is automatically started on target system. In case when correct answer is not received from DSP, an error message is shown. In that case correct communication setting, cable connection, reset of Feb,

8 the device should be performed. When target program is running, download is not possible; therefore reset of the DSP card is needed. The option Run hex.bat can be enabled when additional command needs to be performed before download. When using DSP-2 Library for Simulink, this option should not be checked. The algorithm on the DSP-2 board can be written also in FLASH, which can be performed by checking Enable FLASH programming and clicking the button Pgm FLASH. This option is designed for servicing personal only. Maximum communication baudrate setting is used for the download and also for the communication with the DSP board, after the algorithm is started. Default download speed is Bd, but can be changed to higher if hardware of the serial device permits that. Normally Bd can be achieved using serial RS232 device. After download the speed remains as selected. When DSP card is reset, the speed is automatically changed back to Connection speed Bd. Note that with manual reset, or powering on DSP card DSP responds at Bd, that can differ to last set speed on the terminal. In order to change it back to Bd, the Reset button must be clicked. Store settings frame serves to set the properties regarding storage data. A data can be stored using capture, or via terminal with the button. A redirection path is used to set the location of the scope responses should be saved. File auto numbering can be used to add automatically numbering of the saved responses. DSP Terminal has escape sequence to redirect printout from screen to file. The DSP Terminal has additional feature to set directory on disk where output file is generated. Store settings response redirection path The drawing of the graph shown in the Visual tab can be enabled or disabled by selecting the option Show graph. Feb,

9 The terminal allows to Automatically store the last value of the selected Variables in the file named VariablesAuto.dat. The data in the file are updated as soon the next set of values is available. This option can consume considerable process time that can be reduced by increasing the Decimation variable. Also entire response can be automatically stored by selecting Graph option in the file by the name GraphAuto.dat. Below Redirection path are Additional terminal settings: Text mode enable - When this option is enabled, in text mode to characters are shown on screen Cursor Enable Text mode cursor on/off Local Echo Sent characters are printed out on terminal screen when enabled Columns box enables limitation the number of characters printed on one line. Default setting is 79. Enable debugging shows additional sheet allowing sent and received characters in text mode to be displayed in hexadecimal form. Enable parameter inspector enables showing the parameter inspector Parameter store option is used when parameters should be saved to a file named Parameters.txt when changed Enable multiple instances option is used when more than one instance of the terminal needs to be used at the same time, for instance when using two DSP boards. When one DSP board is used in combination with DSP-2 Library for Simulink, this option should not be checked in order that automatic download is performed correctly. Q fixpoint box is used to set the location of the fixed point for FIXPOINT type of the variables. These variables are used in the combination with TMS320F2812 Board. Terminal program saves most important settings in file term.ini: Position and size of the terminal screen Communication settings Name of the last downloaded program All other settings like Echo, Input show, Output Show, Cursor Enable and Terminal Enable When program does not find file term.ini at startup, default file term.ini is automatic generated. Settings are default, and should be checked before starting. Additional information is available at: mailto:evgen.urlep@uni-mb.si Feb,

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

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

More information

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

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

CoolMaster Programmers Reference Manual (PRM)

CoolMaster Programmers Reference Manual (PRM) CoolMaster Programmers Reference Manual (PRM) CoolMaster Interface Adapter for VRV, VRF Air Conditioning Systems Cool Master 1000D Cool Master 2000S Cool Master 3000T Cool Master 4000M Version 3.0 8/12/2009

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

PD26xx/PD23xx/PD28xx Series Command Detail Manual

PD26xx/PD23xx/PD28xx Series Command Detail Manual PD26xx/PD23xx/PD28xx Series Command Detail Manual TABLE OF CONTENTS COMMEND EMULATION................................. 3-1 GENERAL CONCEPT.................................. 3-1 ADM EMULATION MODE..............................

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

Installing the Software

Installing the Software Logic User s Guide Note: this is a new version to support the 1.1.0+ software. Please let us know if you can t find what you re looking for http://www.saleae.com/contact Contents Installing the Software...

More information

TD-CALTERM2-001 CalTerm2 User s Guide

TD-CALTERM2-001 CalTerm2 User s Guide Technical Document TD-CALTERM2-001 CalTerm2 User s Guide DAQ Electronics Division 262-B Old New Brunswick Road, Piscataway, NJ 08854 732 981 0050 www.daq.net 2006 DAQ Electronics, Inc. All rights reserved.

More information

15. Check this point when you can t communicate

15. Check this point when you can t communicate * CONTENTS * 1. The organization of link system 2. FindView Installation 3. The FindView Software Main Screen 4. Communication Port setup 5. Scope Window 6. Meter Window 7. Notes Window 8. Menus and Toolbar

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

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications

Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications Leica LP C (Laser Printer for Cassettes) System Requirement & Specifications LP C Req. & Spec. Page 1 of 9 Version 1.1 Copyright 2010 Leica Microsystems All rights reserved All company names, product names,

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

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION:

Setup support for RAMCHECK. Extensive, context-sensitive On-Line Help and Tutorials. HARD DISK INSTALLATION: RAMCHECK OWNER S MANUAL While RAMCHECK is a stand-alone unit, the product includes the RAMCHECK PC Communications programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com).

More information

TPEditor User Manual

TPEditor User Manual Table of Contents TPEditor User Manual Chapter 1 TPEditor Operation... 1-1 1-1 Recommended System Requirements... 1-1 1-2 TPEditor Software Installation... 1-1 1-3 Basic Introduction... 1-6 1-4 Skills

More information

ACS-LCD-128x64. LCD Graphic Display Terminal. General Description. Features. Typical Applications. Specifications. 22-Feb-08

ACS-LCD-128x64. LCD Graphic Display Terminal. General Description. Features. Typical Applications. Specifications. 22-Feb-08 6 2 3 3 E. S a w g ra s s R d S a ra s o ta, F L. 3 4 2 4 0 (9 4 1 )3 7 7-5 7 7 5 F A X(9 4 1 )3 7 8-4 2 2 6 www.acscontrol.com 22-Feb-08 ACS-LCD-128x64 LCD Graphic Display Terminal General Description

More information

Overview RFSv4.3 is a RF module providing easy and flexible wireless data transmission between devices. It is based on AVR Atmega8 with serial output which can be interfaced directly to PC. Features 2.4

More information

Connecting UniOP to Datalogic Barcode Readers

Connecting UniOP to Datalogic Barcode Readers Connecting UniOP to Datalogic Barcode Readers This Technical Note contains the information needed to connect UniOP to Datalogic Barcode Scanners. Contents 1. Introduction...1 2. Designer setup...1 2.1

More information

Onetouch Controller Driver

Onetouch Controller Driver Onetouch Controller Driver OS: Windows 98, 98SE, NT, ME, 2000, XP (Win NT not support USB controller) Support interface: USB, Serial Index.P1 Installation P2 Serial Controller installation....p2 USB Controller

More information

8438/8838 User Manual User Manual of the 8438/8838 MATLAB Embedded Controllers

8438/8838 User Manual User Manual of the 8438/8838 MATLAB Embedded Controllers User Manual of the 8438/8838 MATLAB Embedded Controllers Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery to the

More information

V7 Polling Tablet Interface

V7 Polling Tablet Interface V7 Polling Tablet Interface (Preliminary Documentation) V7 Polling can be configured to support 10-inch/8-inch Windows touchscreen tablets for operations such as store-floor price edits, item additions,

More information

GeniusPlus Help On Line

GeniusPlus Help On Line GeniusPlus Help On Line Starting the application File Menu Device Menu Edit Menu View Menu Tools Menu Window Menu Help Menu Parameters Explorer Version 1.12 and later - September 30, 2013 1 Guide to Rapid

More information

EUROScope lite 16FX Reference Manual

EUROScope lite 16FX Reference Manual lite 16FX Reference Manual June 2007 EUROS Embedded Systems GmbH Campestraße 12 D-90419 Nuremberg Germany Fon: +49-911-300328-0 Fax: +49-911-300328-9 Web: www.euros-embedded.com email: support@euros-embedded.com

More information

Note that FLIP is an Atmel program supplied by Crossware with Atmel s permission.

Note that FLIP is an Atmel program supplied by Crossware with Atmel s permission. INTRODUCTION This manual will guide you through the first steps of getting the SE-8051ICD running with the Crossware 8051 Development Suite and the Atmel Flexible In-System Programming system (FLIP). The

More information

Machine Link Quick Serve Software Machine Link Quick Serve

Machine Link Quick Serve Software Machine Link Quick Serve Machine Link Quick Serve Page 1 Introduction Machine Link Quick Serve continuously monitors each serial port for file requests, then quickly serves the CNC file directly back to the machine tool control.

More information

DriveView v3.0 User s Manual

DriveView v3.0 User s Manual DriveView v3.0 User s Manual Driveview 3.0 is a Windows based drive commissioning tool that allows direct control, monitoring and setup of all parameters of LSIS s AC drives. It s function is to make commissioning

More information

AntiTermPro User Guide

AntiTermPro User Guide AntiTermPro User Guide 26-Mar-2019 G Hatto (c) Anticyclone Systems Limited Page 1 of 43 Copyright (c) Anticyclone Systems Ltd, 2019 All rights reserved. No reproduction in any form of this publication,

More information

ID Microserver 2. TCP server for local PC readers operation. User s guide

ID Microserver 2. TCP server for local PC readers operation. User s guide ID Microserver 2 TCP server for local PC readers operation User s guide 2004 2017, TECH FASS s.r.o., Věštínská 1611/19, 153 00 Prague, Czech Republic, www.techfass.cz, techfass@techfass.cz (released on

More information

ATM CASH TRACK. 1. Purpose. 2. Specifications.

ATM CASH TRACK. 1. Purpose. 2. Specifications. CASH TRACK 1. Purpose The purpose of the Text Insertion function is to make the DVR accept the text information coming from external devices like machines, cash registers, and access control systems. The

More information

LAN-505 Ethernet Communication

LAN-505 Ethernet Communication Ethernet Communication 1.0 Purpose of this Document This document discusses how to setup, configure, and use the Universal Device Server to provide LAN/WAN Ethernet connectivity between Doors and one or

More information

SR272 User Guide Stanford Research Systems, Inc. All Rights Reserved

SR272 User Guide Stanford Research Systems, Inc. All Rights Reserved SR272 User Guide 2001 Stanford Research Systems, Inc. All Rights Reserved Table of Contents INTRODUCTION... 3 HARDWARE/SOFTWARE CONFIGURATION... 4 CONFIGURING THE SR245 COMPUTER INTERFACE... 4 CONNECTING

More information

Barco ICMP - Automation over IP Protocol. Table of Content

Barco ICMP - Automation over IP Protocol. Table of Content Revision Date Comments 0.1 19/11/2015 Initial draft Table of Content Table of Content... 1 1 Scope... 2 2 References... 3 3 Glossary... 4 4 Overview... 5 4.1 Protocol overview... 5 4.2 Multiple commands...

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

CT-S300 Customization software

CT-S300 Customization software CT-S300 Customization software This software is made to utilize our CT-S300 by customizing. The software will be changed without prior notice. 1. Explanation of each screen 1-1. Model Information By pressing

More information

PSIM Tutorial. How to Use SCI for Real-Time Monitoring in F2833x Target. February Powersim Inc.

PSIM Tutorial. How to Use SCI for Real-Time Monitoring in F2833x Target. February Powersim Inc. PSIM Tutorial How to Use SCI for Real-Time Monitoring in F2833x Target February 2013-1 - With the SimCoder Module and the F2833x Hardware Target, PSIM can generate ready-to-run codes for DSP boards that

More information

User Module. AT Modem Emulator APPLICATION NOTE

User Module. AT Modem Emulator APPLICATION NOTE User Module AT Modem Emulator APPLICATION NOTE USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible

More information

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200

RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 RS-232 Control of the Advantage EQ281/8, EQ282/8 and Advantage SMS200 Biamp Systems, 14130 N.W. Science Park, Portland, Oregon 97229 U.S.A. (503) 641-7287 an affiliate of Rauland-Borg Corp. Introduction

More information

To complete this project, you will need the following folder:

To complete this project, you will need the following folder: = CHAPTER 1 Windows 7 More Skills 12 Use Libraries to Organize Files A library is a collection of files and folders stored in different locations on your computer that can be viewed as a single folder.

More information

WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL REGIO TOOL

WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL REGIO TOOL WE TAKE BUILDING AUTOMATION PERSONALLY MANUAL REGIO TOOL Copyright AB Regin, Sweden, 2016 DISCLAIMER The information in this manual has been carefully checked and is believed to be correct. Regin however,

More information

How to update OS image from V1421 to V1501 by Exe file

How to update OS image from V1421 to V1501 by Exe file Author Sean Hsu Version 1.0.0 Date 2010/4/20 Page 1/13 How to update OS image from V1421 to V1501 by Exe file Applies to: Platform OS version WinPAC/ViewPAC utility version WP-8x3x N/A N/A WP-8x4x All

More information

PI Scanner User Guide

PI Scanner User Guide PI Scanner User Guide Table of Contents 1. Highlights 2. Overview 3. Installation 3.1. PI Scanner Software Installation 3.2. USB to Serial Interface Board Installation 3.3. Programming the PI Scanner IP

More information

ArgoLink User s Manual

ArgoLink User s Manual ArgoLink User s Manual In this Manual you will learn: The communication utility in ArgoBuiler How to send files from ArgoLink to the target device How to received files from the target device to ArgoLink

More information

ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015

ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015 ACE USER MANUAL ACE Development Team ANALOG DEVICES, INC., OCTOBER 2015 Contents 1 Introduction... 3 2 Getting Started with ACE... 3 2.1 Installation Instructions... 3 2.2 Quick Start... 5 2.3 Showing

More information

BASIC SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLV-WF20

BASIC SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLV-WF20 BASIC SERIAL FUNCTIONAL SPECIFICATIONS PLV-WF20 Ver.1.00 SANYO Electric Co., Ltd Personal Mobile Group DI Company Projector Business Division Contents 1 Overview...4 2 Serial Interface Specification...4

More information

AMS COCKPIT USERS GUIDE. AMS Cockpit Version 1.1 USERS GUIDE

AMS COCKPIT USERS GUIDE. AMS Cockpit Version 1.1 USERS GUIDE AMS COCKPIT USERS GUIDE Table of Contents AMS Cockpit Version 1.1 USERS GUIDE Revision Date: 1/15/2010 A d v a n c e d M i c r o S y s t e m s, I n c. w w w. s t e p c o n t r o l. c o m i Table of Contents

More information

DOP 4 USERS MANUAL. Revision Feb Hauch & Bach Aps

DOP 4 USERS MANUAL. Revision Feb Hauch & Bach Aps DOP 4 USERS MANUAL Revision 1.10 7. Feb. 2018 Hauch & Bach Aps Table of contents 1 Introduction... 8 1.1 Purpose... 8 1.2 Overview... 9 2 Application Startup... 10 3 Device Selector... 11 3.1 Select Device...

More information

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Written By: Colin Langridge Issue: Draft Date: 03 rd July 2008 1 Date: 29 th July 2008 Page 1 of 25 Installation Instructions

More information

COMTool User Guide Version /02/2013

COMTool User Guide Version /02/2013 1 of 20 Contents Terms and Conditions of License for use of gratuitous software... 3 Purpose:... 3 Installation Instructions:... 4 Using COMTool:... 8 Select a COM Port... 8 Select a product... 8 Selecting

More information

Remote Tools User Guide

Remote Tools User Guide Remote Tools User Guide Copyright Northern Telecom 1999 Norstar is a trademark of Northern Telecom. Microsoft, MS-DOS, Windows and Excel are registered trademarks and Windows is a trademark of Microsoft

More information

Manual Software GLOSS-MONITORING V1.0

Manual Software GLOSS-MONITORING V1.0 Manual Software GLOSS-MONITORING V1.0 for gloss sensors of the GLOSS series This manual describes the installation and operation of the GLOSS-MONITORING PC software version V1.0. The software was developed

More information

PCTerm UNICO Terminal Emulator

PCTerm UNICO Terminal Emulator PCTerm UNICO Terminal Emulator 804333.032 July 2005 Contents CONTENTS... 2 INTRODUCTION... 3 MENU ITEMS AND FEATURES... 3 FILE... 3 Save Screen As... 3 Exit... 3 LOAD... 4 Kermit File Receive... 4 Kermit

More information

RoboRemo User Manual v1.9.1

RoboRemo User Manual v1.9.1 RoboRemo User Manual v1.9.1 Table of Contents General Description...3 Bluetooth / WiFi / Ethernet / USB modules...4 Available interface items...6 Building the interface...8 Common edit s...9 Button edit

More information

MadLab JellyBean. version 1.0. Written by James Hutchby Copyright MadLab Ltd All Rights Reserved.

MadLab JellyBean. version 1.0. Written by James Hutchby Copyright MadLab Ltd All Rights Reserved. MadLab JellyBean version 1.0 Written by James Hutchby Copyright MadLab Ltd. 2010 All Rights Reserved info@madlab.org www.madlab.org MadLab is a registered service mark of MadLab Ltd. in the UK. PIC is

More information

Camera control software GigaCam

Camera control software GigaCam Camera control software GigaCam Operation Manual Version 1.06 CONTENTS 1. Starting the software... 3 2. Discovery the Camera... 4 3. Open the Camera... 5 4. Image setting... 6 5. Acquisition start / stop...

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

APEX & ANDES Series. Printer Command Language Developer s Manual

APEX & ANDES Series. Printer Command Language Developer s Manual APEX & ANDES Series Printer Command Language Developer s Manual Document Revision History Document Title: APEX and ANDES Series Printer Command Language Developer s Manual Revision Date Revision History

More information

DVR16X port DVI-D Matrix Switch with Front Panel, RS-232, and TCP/IP Control

DVR16X port DVI-D Matrix Switch with Front Panel, RS-232, and TCP/IP Control NOTICE The information contained in this document is subject to change without notice. SmartAVI makes no warranty of any kind with regard to this material, including but not limited to, implied warranties

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

Page 1 of 7. Samtron/Samsung 20S204DA2

Page 1 of 7. Samtron/Samsung 20S204DA2 Page 1 of 7 Samtron/Samsung 20S204DA2 Disclaimer This documentation based on try & error and should never be treated as official documentation. There is no guarantee that information listed in this document

More information

Configuring RS 232 Communications with TheaterTouch Designer and the CM 232

Configuring RS 232 Communications with TheaterTouch Designer and the CM 232 December 2006 Configuring RS 232 Communications with TheaterTouch Designer and the CM 232 Introduction There are several pieces of information that you will need to successfully establish an RS 232 connection

More information

Copley Indexer 2 Program User Guide

Copley Indexer 2 Program User Guide Copley Indexer 2 Program User Guide P/N 95-00744-000 Revision 2 June 2008 Copley Indexer 2 Program User Guide TABLE OF CONTENTS About This Manual... 6 1: Introduction... 9 1.1: Copley Controls Indexer

More information

TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English)

TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English) TM Printer Service and Support Utility for Windows Version 2.xx User s Manual (English) Rev. B Table of Contents Introduction...1 Purpose of This Manual and Target Users... 1 Composition of This Manual...

More information

TUTORIAL Auto Code Generation for F2806X Target

TUTORIAL Auto Code Generation for F2806X Target TUTORIAL Auto Code Generation for F2806X Target October 2016 1 PSIM s SimCoder Module, combined with the F2806x Hardware Target, can generate ready to run code from a PSIM control schematic for hardware

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

More information

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts.

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Startup Keystroke Press X during startup Press Option-Command-Shift- Delete!during startup Press C during startup Press N during

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

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved.

dbdos PRO 2 Quick Start Guide dbase, LLC 2013 All rights reserved. dbdos PRO 2 Quick Start Guide 1 dbase, LLC 2013 All rights reserved. dbase, LLC may have patents and/or pending patent applications covering subject matter in this document. The furnishing of this document

More information

Smart Monitor ZG2 User s Manual

Smart Monitor ZG2 User s Manual Smart Monitor ZG2 User s Manual Smart Sensors ZG2 Series 2D Profile Measuring Sensors CONTENTS SMART MONITOR ZG2 USER S MANUAL...1 SECTION 1 PREPARATIONS...2 Installing the Smart Monitor ZG2 on a Computer...

More information

SBLM- User's Guide. Matko Message Center Help v1.1

SBLM- User's Guide. Matko Message Center Help v1.1 SBLM- User's Guide Matko Message Center Help v1.1 Read this Manual before installing and operating this equipment. Save this manual for future reference 2 Table of Contents General 4 Wiring and Mounting

More information

IRIS-Config-Manual-1a

IRIS-Config-Manual-1a Configuration Manual Table of contents The IRIS Base module 1 The IRIS system 2 The IRIS configuration program 3 Project 3 Create a project 3 Unit 3 Create a unit 3 Delete a unit 4 Export 4 Import 4 Setup

More information

3.1. Unit 3. Binary Representation

3.1. Unit 3. Binary Representation 3.1 Unit 3 Binary Representation ANALOG VS. DIGITAL 3.2 3.3 Analog vs. Digital The analog world is based on continuous events. Observations can take on (real) any value. The digital world is based on discrete

More information

The watchdog is connected to the internal USB header and reset switch header on the majority of motherboards.

The watchdog is connected to the internal USB header and reset switch header on the majority of motherboards. BitBox Product Description The BitBox USB watchdog receives commands from PC application software via a virtual COM port that tell it if the PC is running. When there has been no command from the PC for

More information

Lab 2: 80x86 Interrupts

Lab 2: 80x86 Interrupts ELEC-4601: Microprocessor Systems The Point Lab 2: 80x86 Interrupts Writing software to properly respond to a hardware interrupt is fussy. There is a hardware path from the incoming interrupt signal all

More information

BASIC Stamp Windows Interface (v1.1)

BASIC Stamp Windows Interface (v1.1) BASIC Stamp Windows Interface (v1.1) FEATURES: GENERAL: Win95/98/Me/NT 4.0/2000 compatible. This software runs under Windows 95 and 98 (both new and upgrade versions), as well as Windows NT 4.0 and Windows

More information

Legal information. Document change log

Legal information. Document change log RS232/RS485 Transparent channel and Identification string Introduction Identification string feature forces the FM device to send an identification packet to the server. After that, the device waits for

More information

Starter Kit Manual. Table of Contents

Starter Kit Manual. Table of Contents Starter Kit Manual Table of Contents Chapter 1 Introduction of UT Series Starter Kits 1.1 General Information about UT Series Starter Kits... 1-2 1.1.1 Components of UT Series Starter Kits... 1-2 1.2 System

More information

User manual CORRIGO E Tool

User manual CORRIGO E Tool User manual CORRIGO E Tool Revision B Oct 2004 This user manual covers the CORRIGO E Tool for both heating and.ventilation This user manual is published by AB REGIN without guarantee. AB REGIN can at any

More information

Computer Application Practical

Computer Application Practical Computer Application Practical Periods / week-04 Total Mark :50 Total periods-60 Sessional : 25, Exam:25 Sl. No. Topic No. of periods 1 Basic Computer Operation 15 2 Word Processing 08 3 SPREADSHEET AND

More information

Sending MAC Address Function

Sending MAC Address Function Application Note Sending MAC Address Function Version 1.1 Sollae Systems Co., Ltd. www.eztcp.com Contents CONTENTS... - 1-1 OVERVIEW... - 2-1.1 Overview... - 2-1.2 Using Unique ID for Serial Devices...

More information

ATOMControl Software Manual

ATOMControl Software Manual ATOMControl Software Manual Copyright Norsat International Inc. All rights reserved. Norsat P/N: INS001085_r1.1 NOTICE: Norsat International Inc. ("Norsat") assumes no responsibility for errors or omissions

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com SimpleTerm Standard User Guide Serial Port Data Viewer / Terminal Emulator P/N: MN-102 Document

More information

PilotEdit User Manual. Author: Date: Version:

PilotEdit User Manual. Author: Date: Version: PilotEdit User Manual Author: support@pilotedit.com Date: 2018-02-28 Version: 11.3.0 URL: http://www.pilotedit.com Table of Contents 1. Introduction... 6 1.1. What is PilotEdit?... 6 1.2. PilotEdit GUI...

More information

MOS-AV-162A Technical Manual. Revision: 1.0

MOS-AV-162A Technical Manual. Revision: 1.0 MOS-AV-162A Technical Manual Revision: 1.0 Contents Contents ii 1 Introduction 1 1.1 What to Expect From the MOS-AV-162A........................... 1 1.2 What Not to Expect From the MOS-AV-162A.........................

More information

WizISP Program User Guide for W7100

WizISP Program User Guide for W7100 WizISP Program User Guide for W7100 version 0.9βeta 2008 WIZnet Co., Inc. All Rights Reserved. For more information, please visit our website at http://www.wiznet.co.kr Copyright 2009 WIZnet Co., Inc.

More information

Index of Names, Concepts and Symbols

Index of Names, Concepts and Symbols Index of Names, Concepts and Symbols Active drive - 17, 82 Active line - 136 Address - 41 Advanced Disk BASIC - 58 Alternate mode - 69 ALT key - 16, 68, 80, 100, 104 ANSI - 65, 99 ANSI.SYS - 99 Apple II

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems PTronix Email: sales@ptronix.com Web: www.ptronix.com SimpleTerm GE 5.0 User Guide Serial Port Data Analyser / Terminal Emulator P/N: MN-103 Document version:

More information

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / ,

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / , TECHNICAL INFORMATION WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-680 Götzis/Austria, Tel.: ++3 / (0) 5523 / 52250-0, E-mail: wolfvision@wolfvision.com Serial Protocol of VZ-7D(G) Revised 31 st May

More information

NE-4100 Series Serial Command Mode User s Guide

NE-4100 Series Serial Command Mode User s Guide NE-4100 Series Serial Command Mode User s Guide www.moxa.com/product First Edition, September 2004 Moxa Technologies Co., Ltd. Tel: +886-2-8919-1230 Fax: +886-2-8919-1231 www.moxa.com support@moxa.com.tw

More information

Remote Process Explorer

Remote Process Explorer Remote Process Explorer Getting Started LizardSystems 2 Table of Contents Introduction 5 Installing Remote Process Explorer 5 Before starting the application 5 Starting the application 6 Main window 7

More information

POWERLINC PROGRAMMING MANUAL v1.2a

POWERLINC PROGRAMMING MANUAL v1.2a INTRODUCTION The PowerLinc from SmartHome will provide 12V 300mA DC and two-way power-line communication to any PowerLinc compatible OEM 1 unit. The PowerLinc can also be used as a direct TW523 replacement

More information

MPP6800 series - PANEL MOUNT PRINTERS. Options

MPP6800 series - PANEL MOUNT PRINTERS. Options series - PANEL MOUNT PRINTERS Page 1 of 12 MPP6810 MPP6820 MPP6840 Introduction 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc 24Vdc Features Easy load paper feature High resolution thermal printing 5-8Vdc standard,

More information

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia

Microsoft Windows 10. Quick Reference. Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia Watsonia Publishing 47 Greenaway Street Bulleen VIC 3105 Australia www.watsoniapublishing.com info@watsoniapublishing.com Quick Reference Course Code: INF1440 Table of Contents Chapter 1: Starting With

More information

SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE

SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE SIN-11-USB USERS GUIDE Revision Date: 05/06/2010 A d v a n c e d M i c r o S y s t e m s, I n c. w w w. s t e p c o n t r o l. c o m i Overview... 3 Getting Started... 4 Hardware... 6 Demo Power-up...

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

Win-SPIUSB. Software User s Manual

Win-SPIUSB. Software User s Manual Win-SPIUSB Software User s Manual Information provided in this document is solely for use with Win-SPIUSB. The Boardshop and SB Solutions, Inc. reserve the right to make changes or improvements to this

More information

BASIC SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLC-XF47. SANYO Electric Co., Ltd Personal Mobile Group DI Company Projector Business Division

BASIC SERIAL COMMAND FUNCTIONAL SPECIFICATIONS PLC-XF47. SANYO Electric Co., Ltd Personal Mobile Group DI Company Projector Business Division BASIC SERIAL FUNCTIONAL SPECIFICATIONS PLC-XF47 SANYO Electric Co., Ltd Personal Mobile Group DI Company Projector Business Division Contents 1 Overview...4 2 Serial Interface Specification...4 2.1 Transfer

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Manual / Documentation (English)

Manual / Documentation (English) Metal Shark METAL SHARK Diagnostic Software Manual / Documentation (English) Project: Project name: Job No. : Metal detector type: Table of contents 1. INTRODUCTION... 1-3 2. SYSTEM REQUIREMENTS... 2-3

More information