SATO Printer Interface API

Size: px
Start display at page:

Download "SATO Printer Interface API"

Transcription

1 SATO Printer Interface API Version OCT-2014 SATO Global Business Services Pte. Ltd. SATO Printer Interface API Page 1

2 CONTENTS Software License Agreement... 3 Copyrights... 4 Limitation of Liability... 4 Trademarks... 4 Software updating disclaimer... 4 Overview... 5 System Requirements... 5 Software development environment... 5 Client computer... 5 Download... 5 Setup... 6 Using the SATO Printer Interface API... 7 Printer communication functions... 7 Connection... 7 Get list of ports... 7 Set interface port... 8 Set interface type... 9 Send single query and receive single reply Send single DATA Asynchronous send Disconnection Receive data from printer using async send method Printer driver functions Initiate the functions Get list of installed printer driver Get number of jobs in spooler from printer driver Get port information from printer driver Send string data through Driver Send byte array data through Driver Classes Class for USBInfo Class for TCPIPInfo Class for DriverInfo Class for PrinterInfo SATO Printer Interface API Page 2

3 SOFTW ARE LICENSE AGREEMENT PLEASE READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THIS PRODUCT. BY INSTALLING THE PRODUCT YOU THEREBY INDICATE YOUR ACCEPTANCE OF THESE TERMS AND CONDITIONS. SHOULD YOU DISAGREE WITH ANY OF THE TERMS OR CONDITIONS LISTED BELOW, PROMPTLY REMOVE ALL FILES RELATED TO THIS PRODUCT FROM YOUR HOST PLATFORM AND RETURN THE PRODUCT TO SATO CORPORATION. 1. You explicitly agree to accept a non-exclusive license to use the Software identified on the distribution media solely for your own customary business or personal purposes. Your local and national laws govern this Agreement. 2. Henceforth, Software shall refer to the digitally encoded, machine-readable data and program. The term Software Product includes the Software identified on the distribution media, including any accompanying documentation. The term Distribution Media refers to any method by which the Software Product is delivered to the end user, including but not limited to Floppy Disks, CD-ROM, Magnetic Tape and On-Line distribution via the Internet. The Software Product is licensed (not sold) to you, and SATO either owns or licenses from other vendors who own all copyright, trade secret, patent and other proprietary rights in the Software Product. 3. To protect the proprietary rights of SATO Corporation, you agree to maintain the Software Product and other proprietary information concerning the Software Product in strict confidence and to establish reasonable procedures regulating access to and use of the software. 4. You agree not to duplicate or copy the Software except that you may make one backup copy. You agree that any such copy shall contain the same proprietary notices as those appearing on the original. 5. You shall not sub-license, sell, lease, or otherwise transfer all or any portion of the Software Product separate from the printer(s), without the prior written consent of SATO Corporation. 6. You may not modify or prepare derivative works of the Software Product. You may not transmit the Software Product over a network, by telephone, or electronically using any means; or reverse engineer, decompile or disassemble the Software. 7. You may transfer the Software Product with the printer(s), but only if the recipient agrees to accept the terms and conditions of this Agreement. Your license is automatically terminated if you transfer the Software Product and printer(s). 8. This License remains in force until terminated, and may be terminated by agreement between you and SATO Corporation, or by SATO Corporation, if you fail to comply with the terms of this License if such failure is not corrected within thirty (30) days after notice. When this License is terminated, you shall either return to the place you obtained them from, or destroy, the printer and all copies of the Software and documentation. 9. SATO Corporation warrants that for ninety (90) days after delivery, the Software will perform in accordance with specifications published by SATO Corporation, and that the distribution media will be free from defects in material and workmanship. SATO Corporation does not warrant that the Software is free from all bugs, errors and omissions. 10. Your exclusive remedy and the sole liability of SATO Corporation in connection with the Software is replacement of defective distribution media upon their return to SATO Corporation. SATO Corporation will not be liable for any loss or damage caused by delays in furnishing a Software Product or any other performance under this Agreement. SATO Corporation does not warrant that the functions contained in the Software will meet your requirements or that the operation of the Software will be uninterrupted or error free. 11. Use, duplication or disclosure by the Government is subject to restrictions as set forth in the relevant guidelines of your country, such as the Rights in Technical Data and Computer Software clause at FAR , subdivision (b) (3) (ii) or subparagraph (c) (1) (ii), as appropriate. Further use, duplication or disclosure is subject to restrictions applicable to restricted rights software as set forth in FAR (c) (2) or equivalent rules. THE PARTIES AGREE THAT ALL OTHER WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY ARE EXCLUDED. SATO Corporation reserves the right to make changes and/or improvements in the Software without notice at any time. IN NO EVENT WILL SATO CORPORATION BE LIABLE FOR LOST PROFITS, LOST DATA, BUSINESS INTERRUPTIONS OR ANY OTHER DIRECT, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR INABILITY TO USE THIS PRODUCT, EVEN IF SATO CORPORATION HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ANY DAMAGES CAUSED BY ABUSE OR MANIPULATION OF THE SOFTWARE. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY TO YOU. YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS AND CONDITIONS. NEITHER PARTY SHALL BE BOUND BY ANY STATEMENT NOR REPRESENTATION NOT CONTAINED IN THIS AGREEMENT. NO CHANGE IN THIS AGREEMENT IS EFFECTIVE UNLESS WRITTEN AND SIGNED BY PROPERLY AUTHORIZED REPRESENTATIVES OF EACH PARTY. BY INSTALLING THIS SOFTWARE PRODUCT, YOU AGREE TO ACCEPT THE TERMS AND-CONDITIONS OF THIS AGREEMENT. SATO Printer Interface API Page 3

4 COPYRIGHTS Any unauthorized reproduction of the contents of this document, in part or whole, is strictly prohibited. LIMITATION OF LIABILITY SATO Corporation and its subsidiaries in Japan, the U.S and other countries make no representations or warranties of any kind regarding this material, including, but not limited to, implied warranties of merchantability and fitness for a particular purpose. SATO Corporation shall not be held responsible for errors contained herein or any omissions from this material or for any damages, whether direct, indirect, incidental or consequential, in connection with the furnishing, distribution, performance or use of this material. Specifications and contents of this document are subject to change without notice. TRADEMARKS SATO is a registered trademark of SATO Corporation and/or its subsidiaries in Japan, the U.S and other countries. Microsoft and Windows are registered trademarks of Microsoft Corporation. All other trademarks are the property of their respective owners. SOFTWARE UPDATING DISCLAIMER While all efforts have been taken to ensure accuracy and currency of the information contained herein, there are instances where the contents of this document may be outdated. In that case, proceed to SATO worldwide websites ( to check whether an updated document has been made available for your reference. SATO Printer Interface API Page 4

5 OVERVIEW The SATO Printer Interface API was developed to simplify the communication between.net applications and SATO printers. Software developers can use this API to send printer commands to printer as well as to receive response from printer if there is any. Also, SATO Printer Interface API can be used for getting SATO printer list from printer driver, check number of job in printer spooler or printer information from printer driver. SYSTEM REQUIREMENTS SOFTWARE DEVELOPMENT ENVIRONMENT Microsoft Visual Studio 2010 (or higher version) Microsoft.NET Framework 4.0 (or higher version) Visual C++ Redistributable Package for Visual Studio 2013 o Available on Microsoft website [URL]. Please download and install the package for x86 platform [vcredist_x86.exe]. CLIENT COMPUTER Custom application developed with SATO Printer Interface API must be distributed with the DLL files of SATO Printer Interface API. And also following components must be installed on the client computer. Microsoft.NET Framework 4.0 (or higher version) Visual C++ Redistributable Package for Visual Studio 2013 DOWNLOAD Latest version of the SATO Printer Interface API is available on following URL webpage. SATO Printer Interface API Page 5

6 SETUP Execute the SATO Printer Interface API setup package and follow the guidance of the setup wizard. By default, the SATO Printer Interface API files will be install in below folder. x86 environment: C: Program Files SATO SATO Printer Interface API x64 environment: C: Program Files (x86) SATO SATO Printer Interface API Copy all assembly (dlls) into project folder. Add reference both assembly into project references. SATO Printer Interface API Page 6

7 USING THE SATO PRINTER INTERFACE API PRINTER COMMUNICATION FUNCTIONS CONNECTION Initialize the API to get list of ports, send data to printer or receive data from printer. Connection() using SATOPrinterInterface; Connection SATOPrinter = new Connection(); GET LIST OF PORTS Gets a list of the port available on the computer. For COM port and LPT port, this returns all available ports based on Windows device management regardless printer connection. For USB, this returns connected SATO printer ports. TCPIP will return list of SATO printer IP address, Mac address, Name and Details information. COM port: GetCOMPortList() LPT port: GetLPTPortList() USB port: GetUSBPrinterList() SATO Printer Interface API Page 7

8 TCPIP: GetTCPIPPrinterList() COM port: List of string LPT port: List of string USB port: List of USBInfo class TCPIP : List of TCPIPInfo class COM port: List<string> COMPorts = SATOPrinter.GetCOMPortList(); LPT port: List<string> LPTPorts = SATOPrinter.GetLPTPortList(); USB port: List<USBInfo> USBList = SATOPrinter.GetUSBPrinterList(); TCPIP: List<TCPIPInfo> TCPIPList = SATOPrinter.GetTCPIPPrinterList(); SET INTERFACE PORT Before send data to printer, you have to specify port or IP address of printer. Below properties allow you to set COM, LPT or USB port or IP address and IP Port of printer you want to communicate. COM port:.comport LPT port:.lptport USB port:.usbportid SATO Printer Interface API Page 8

9 TCP/IP port:.tcpipaddress.tcpipport COM port: SATOPrinter.COMPort = COM1 ; LPT port: SATOPrinter.LPTPort = LPT1 ; USB port: SATOPrinter.USBPortID =? usb#vid_0828&pid_0122#6& e&0&1#{a5dcbf d2-901f-00c04 fb951ed} ; TCP/IP port: SATOPrinter.TCPIPAddress = " "; SATOPrinter.TCPIPPort = "1024"; SET INTERFACE TYPE After set port, you have to set interface type. Below properties allow you to set interface type COM, LPT, LPT or TCP/IP..Type SATO Printer Interface API Page 9

10 COM port: SATOPrinter.Type = InterfaceType.COM; LPT port: SATOPrinter.Type = InterfaceType.LPT; USB port: SATOPrinter.Type = InterfaceType.USB; TCP/IP port: SATOPrinter.Type = InterfaceType.TCPIP; SEND SINGLE QUERY AND RECEIVE SINGLE REPLY Query method will send single command to printer and return received single reply from printer. This method will connect to printer before send command and disconnect from printer reply is received. You do not need to disconnect after you use this method. You have to set interface port and type before you use this method. Default timeout for each interface are (USB: 1 sec, COM: 4.2 sec, LPT: 3 sec, TCPIP: 2.5 sec), once timeout it will throw exception with message No Reply received! Query(byte[] data) Byte Array data Byte Array data Byte[] Printer_Reply = SATOPrinter.Query(<Byte Array SBPL Query command>); SATO Printer Interface API Page 10

11 SEND SINGLE DATA Send method will send single command to printer. This method will connect to printer before send command and disconnect from printer after sent the command. You do not need to disconnect after you use this method. You have to set interface port and type before you use this method. Send(byte[] data) Byte Array data SATOPrinter.Send(<Byte Array SBPL command>); ASYNCHRONOUS SEND With AsyncSend method, you can send multiple data to printer and also receive multiple replies from printer asynchronously. This method will connect to printer before send first command. However this will not disconnect from printer thus, you have to disconnect once you have completed sending data to printer and/or receiving data from printer. You have to set interface port and type before you use this method. To handle reply from printer using this method, you must use event handler. You may refer to receive data from printer using async send method section of this document. AsyncSend(byte[] data) Byte Array data SATO Printer Interface API Page 11

12 SATOPrinter.AsyncSend(<Byte Array SBPL command>); DISCONNECTION After you use asynchronous send method, you must disconnect from printer. Disconnect() SATOPrinter.Disconnect(); RECEIVE DATA FROM PRINTER USING ASYNC SEND METHOD To process reply data from printer while you are using asynchronous send method, you need to use event handler. Below example in C# shows for initialize the event SATOPrinter.ByteAvailable += new EventHandler<Connection.ByteAvailableEventArgs>(ReadMsg); private void ReadMsg(object sender, Connection.ByteAvailableEventArgs e) { } byte[] b = e.data; string temp = SATOPrinter.ByteArray2String(b); SATO Printer Interface API Page 12

13 PRINTER DRIVER FUNCTIONS INITIATE THE FUNCTIONS Initialize the API to use the printer driver functions. PrinterDriver() PrinterDriver printerdriver = new PrinterDriver(); GET LIST OF INSTALLED PRINTER DRIVER Gets list of installed printer driver on the computer. This will reply SATO printer driver only. GetDriverList() List of DriverInfo List<DriverInfo> ListOfSATODriver = printerdriver.getdriverlist(); SATO Printer Interface API Page 13

14 GET NUMBER OF JOBS IN SPOOLER FROM PRINTER DRIVER Gets number of jobs in printer driver spooler of specified printer driver name. GetSpoolerPrintJobsNumber(string DriverName) String of Driver Name Integer Int NoOfPrintJob = printerdriver.getspoolerprintjobsnumber( SATO CL412e ); GET PORT INFORMATION FROM PRINTER DRIVER Gets port information of specified printer driver name. GetIPAddressAndPortFromDriver(string DriverName) String of Driver Name List of PrinterInfo List <PrinterInfo> printerinfo = printerdriver.getipaddressandportfromdriver( SATO CL412e ); SEND STRING DATA THROUGH DRIVER Send string data to specified printer driver name. SendStringViaDriver(string DriverName, string Data) String of Driver Name SATO Printer Interface API Page 14

15 String of data Bool of send result bool sentresult = printerdriver.sendstringviadriver( SATO CL4NX 203dpi,<String of SPBL Command>); SEND BYTE ARRAY DATA THROUGH DRIVER Send byte array data to specified printer driver name. SendBytesViaDriver(string DriverName, byte[] Data) String of Driver Name Byte Array of data Bool of send result bool sentresult = printerdriver.sendbytesviadriver( SATO CL4NX 203dpi,<Byte array of SPBL Command>); SATO Printer Interface API Page 15

16 CLASSES CLASS FOR USBINFO string Name string PortID CLASS FOR TCPIPINFO string Name string MacAddress string IPAddress string Details CLASS FOR DRIVERINFO string PrinterModel string DriverName string PortName bool Online CLASS FOR PRINTERINFO string IPAddress string Port InterfaceType Type SATO Printer Interface API Page 16

17 Extensive contact information of worldwide SATO operations can be found on the internet at SATO Printer Interface API Page 17

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Software Installation Guide 2013 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in any form without prior written

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide

MULTIFUNCTIONAL DIGITAL SYSTEMS. Software Installation Guide MULTIFUNCTIONAL DIGITAL SYSTEMS Software Installation Guide 2013 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced in any form without prior written

More information

Ludlum Lumic Data Logger Software Manual Version 1.1.xx

Ludlum Lumic Data Logger Software Manual Version 1.1.xx Ludlum Lumic Data Logger Software Manual Version 1.1.xx Ludlum Lumic Data Logger Software Manual Version 1.1.xx Contents Introduction... 1 Software License Agreement... 2 Getting Started... 5 Minimum

More information

Daniel MeterLink Software v1.40

Daniel MeterLink Software v1.40 Quick Start Manual P/N 3-9000-763, Rev K June 2017 Daniel MeterLink Software v1.40 for Daniel Gas and Liquid Ultrasonic Flow Meters Software License Agreement PLEASE READ THIS SOFTWARE LICENSE AGREEMENT

More information

ABSOFT Corporation Software License Agreement. Specifically for IMSL FORTRAN 5.0 BUNDLED WITH FORTRAN COMPILERS FROM ABSOFT FOR WINDOWS OR OS X

ABSOFT Corporation Software License Agreement. Specifically for IMSL FORTRAN 5.0 BUNDLED WITH FORTRAN COMPILERS FROM ABSOFT FOR WINDOWS OR OS X ABSOFT Corporation Software License Agreement Specifically for IMSL FORTRAN 5.0 BUNDLED WITH FORTRAN COMPILERS FROM ABSOFT FOR WINDOWS OR OS X (March 2008) IMPORTANT - READ THIS ENTIRE LICENSE AGREEMENT

More information

If the firmware version indicated is earlier than the "Version 1.06", please update the unit s firmware.

If the firmware version indicated is earlier than the Version 1.06, please update the unit s firmware. STEP 1. Check the current firmware version Panasonic recommends that you update the firmware in your SC-C70 if the firmware version indicated is older than the version being offered. Please check the current

More information

CX Recorder. User Guide. Version 1.0 February 8, Copyright 2010 SENSR LLC. All Rights Reserved. R V1.0

CX Recorder. User Guide. Version 1.0 February 8, Copyright 2010 SENSR LLC. All Rights Reserved. R V1.0 CX Recorder User Guide Version 1.0 February 8, 2010 Copyright 2010 SENSR LLC. All Rights Reserved. R001-418-V1.0 TABLE OF CONTENTS 1 PREAMBLE 3 1.1 Software License Agreement 3 2 INSTALLING CXRECORDER

More information

INTELLEX SOFTWARE VERSION 3.1 UPGRADE

INTELLEX SOFTWARE VERSION 3.1 UPGRADE INTELLEX SOFTWARE VERSION 3.1 UPGRADE This software upgrades an Intellex 3.0 unit to version 3.1 software. This release of the 3.1 software (v3.1.35) is configurable to English, French, German, and Spanish

More information

Network-MIDI Driver Installation Guide

Network-MIDI Driver Installation Guide Network-MIDI Driver Installation Guide ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED TO USE

More information

SensView User Guide. Version 1.0 February 8, Copyright 2010 SENSR LLC. All Rights Reserved. R V1.0

SensView User Guide. Version 1.0 February 8, Copyright 2010 SENSR LLC. All Rights Reserved. R V1.0 SensView User Guide Version 1.0 February 8, 2010 Copyright 2010 SENSR LLC. All Rights Reserved. R001-419-V1.0 TABLE OF CONTENTS 1 PREAMBLE 3 1.1 Software License Agreement 3 2 INSTALLING SENSVIEW 5 2.1

More information

DME-N Network Driver Installation Guide for M7CL

DME-N Network Driver Installation Guide for M7CL DME-N Network Driver Installation Guide for M7CL ATTENTION SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED

More information

TOOLS for n Version2 Update Guide

TOOLS for n Version2 Update Guide TOOLS for n Version2 Update Guide SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED TO USE THIS SOFTWARE

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

Price List Utilities. For Dynamics CRM 2016

Price List Utilities. For Dynamics CRM 2016 Price List Utilities For Dynamics CRM 2016 Page 1 of 19 Price List Utilities 2016 Copyright Warranty disclaimer Limitation of liability License agreement Copyright 2016 Dynamics Professional Solutions.

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

0Introduction. Overview. This introduction contains general information and tips for using your Avaya CD-ROM.

0Introduction. Overview. This introduction contains general information and tips for using your Avaya CD-ROM. 0 Overview Purpose This introduction contains general information and tips for using your Avaya CD-ROM. Features This offer is designed for all users who want the ease of accessing documentation electronically.

More information

TWAIN 163/211. User Manual

TWAIN 163/211. User Manual TWAIN 163/211 User Manual Contents 1 Introduction 1.1 Software end user license agreement... 1-5 1.2 Explanation of manual conventions... 1-8 Safety advices... 1-8 Sequence of action... 1-8 Tips... 1-9

More information

FlukeView. Users Manual. Software for ScopeMeter Test Tools

FlukeView. Users Manual. Software for ScopeMeter Test Tools FlukeView Software for ScopeMeter Test Tools Users Manual January 2016 2016 Fluke Corporation. All rights reserved. All product names are trademarks of their respective companies. License Agreement 2006-2016

More information

TotalShredder USB. User s Guide

TotalShredder USB. User s Guide TotalShredder USB User s Guide Copyright Notice No part of this publication may be copied, transmitted, stored in a retrieval system or translated into any language in any form or by any means without

More information

Installation and Configuration Manual. Price List Utilities. for Microsoft Dynamics CRM Dynamics Professional Solutions Ltd 1 / 14

Installation and Configuration Manual. Price List Utilities. for Microsoft Dynamics CRM Dynamics Professional Solutions Ltd 1 / 14 Installation and Configuration Manual Price List Utilities for Microsoft Dynamics CRM 2011 Dynamics Professional Solutions Ltd 1 / 14 Copyright Warranty disclaimer Limitation of liability License agreement

More information

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference.

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference. FONT SOFTWARE END USER LICENSE AGREEMENT We recommend that you print this Font Software End User License Agreement for further reference. This Font Software End User License Agreement (the Agreement )

More information

End User License Agreement

End User License Agreement End User License Agreement Kyocera International, Inc. ( Kyocera ) End User License Agreement. CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ( AGREEMENT ) BEFORE USING OR OTHERWISE ACCESSING THE SOFTWARE

More information

ABB Network Partner. User s Manual CAP/REx 500*2.0

ABB Network Partner. User s Manual CAP/REx 500*2.0 User s Manual CAP/REx 500*2.0 This manual belongs to: Contents Chapter Page About this manual 1 Introduction 3 Instructions 7 References 15 Customer feedback report 17 Software Registration Form 19 Index

More information

vippaq Main App. User Guide

vippaq Main App. User Guide vippaq Main App. User Guide Edition 1d July 2008 Contents 1 INTRODUCTION 3 1.1 3 2 SYSTEM PREPARATION 4 2.1.1 Measuring Head Connection 5 2.1.2 Position the Measuring Heads 5 2.1.3 Start Job 5 3 MEASURE

More information

ST-C700 Firmware Update service

ST-C700 Firmware Update service ST-C700 Firmware Update service About downloading service Dear Customers, We would like to thank you for purchasing ST-C700. From this site, you'll be able to easily download the latest firmware to enhance

More information

ALL-TEST PRO 33IND PC Software Quick Start Guide

ALL-TEST PRO 33IND PC Software Quick Start Guide ALL-TEST PRO 33IND PC Software Quick Start Guide 2011 ALL-TEST Pro, LLC All Rights Reserved Rev 2011-12A Contact Information...2 Installation... 3 Introduction... 5 Basic commands... 7 New... 7 Open...

More information

Online Localization Service

Online Localization Service DEVELOPER EXPRESS INC DEVEXPRESS Copyright (C) 2011-2017 Developer Express Inc. IMPORTANT- READ CAREFULLY: This DEVELOPER EXPRESS INC ("DEVEXPRESS") End-User License Agreement ("EULA") is a legal agreement

More information

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA)

OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) OCTOSHAPE SDK AND CLIENT LICENSE AGREEMENT (SCLA) This is a License Agreement (the "Agreement") for certain code (the Software ) owned by Akamai Technologies, Inc. ( Akamai ) that is useful in connection

More information

fontseek.info outofthedark.xyz

fontseek.info outofthedark.xyz Gza Seminegra 116 pt Gza Seminegra 102 pt Blitz Script 52 pt fontseek.info outofthedark.xyz 1 OWNERSHIP OF PRODUCT AND COPYRIGHT OUT OF THE DARK Print page 1 / 2 a The digital files downloaded to your

More information

SATO All-In-One Printer Control Application

SATO All-In-One Printer Control Application SATO All-In-One Printer Control Application Read this before and during usage of the above product. Keep this document handy for future reference. SATO All-In-One Application 1-53 Software License Agreement

More information

Snapture for Pocket PC For Windows 95/98/ME/2000/XP/2003 and PocketPC

Snapture for Pocket PC For Windows 95/98/ME/2000/XP/2003 and PocketPC Snapture for Pocket PC For Windows 95/98/ME/2000/XP/2003 and PocketPC User's Guide Snapture Help File All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic,

More information

SonicWALL CDP 2.1 Agent Tool User's Guide

SonicWALL CDP 2.1 Agent Tool User's Guide COMPREHENSIVE INTERNET SECURITY b SonicWALL CDP Series Appliances SonicWALL CDP 2.1 Agent Tool User's Guide SonicWALL CDP Agent Tool User s Guide Version 2.0 SonicWALL, Inc. 1143 Borregas Avenue Sunnyvale,

More information

Mobile Banking and Mobile Deposit Terms & Conditions

Mobile Banking and Mobile Deposit Terms & Conditions Mobile Banking and Mobile Deposit Terms & Conditions PLEASE CAREFULLY REVIEW THESE TERMS AND CONDITIONS BEFORE PROCEEDING: This Mobile Banking and Mobile Deposit Addendum ( Addendum ) to the Old National

More information

User s Manual. JAI Control Tool. Operation Manual. Document Version: C Document P/N:10493

User s Manual. JAI Control Tool. Operation Manual. Document Version: C Document P/N:10493 User s Manual JAI Control Tool Operation Manual Document Version: C Document P/N:10493 SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE DOWNLOADING OR USING THE

More information

Shimadzu LabSolutions Connector Plugin

Shimadzu LabSolutions Connector Plugin Diablo EZReporter 4.0 Shimadzu LabSolutions Connector Plugin Copyright 2016, Diablo Analytical, Inc. Diablo Analytical EZReporter Software EZReporter 4.0 Shimadzu LabSolutions Connector Plugin Copyright

More information

MOTIF-RACK XS Editor VST Installation Guide

MOTIF-RACK XS Editor VST Installation Guide MOTIF-RACK XS Editor VST Installation Guide ATTENTION SOFTWARE LICENSING AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED

More information

Contents. 1 Introduction. 2 Setting up PC scanning. 3 Connecting to the copier. 4 Installing the TWAIN driver

Contents. 1 Introduction. 2 Setting up PC scanning. 3 Connecting to the copier. 4 Installing the TWAIN driver User s Guide Contents 1 Introduction 1.1 Welcome...1-1 1.2 END USER LICENSE AGREEMENT...1-2 1. SOFTWARE...1-2 2. LICENSE AGREEMENT...1-2 3. LICENSE...1-2 4. RESTRICTIONS...1-3 5. LIMITED WARRANTY...1-3

More information

AhnLab Software License Agreement

AhnLab Software License Agreement AhnLab Software License Agreement IMPORTANT - READ CAREFULLY BEFORE USING THE SOFTWARE. This AhnLab Software License Agreement (this "Agreement") is a legal agreement by and between you and AhnLab, Inc.

More information

Telecommunication Systems Division. Persistent Pager Add-on User Guide

Telecommunication Systems Division. Persistent Pager Add-on User Guide Telecommunication Systems Division Persistent Pager Add-on User Guide August 2002 Publication Information Toshiba America Information Systems, Inc., Telecommunication Systems Division, reserves the right,

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

Studio Manager. for / Installation Guide. Keep This Manual For Future Reference.

Studio Manager. for / Installation Guide. Keep This Manual For Future Reference. Studio Manager for / Installation Guide Keep This Manual For Future Reference. E i Important Information Exclusion of Certain Liability Trademarks Copyright Manufacturer, importer, or dealer shall not

More information

RTA Gateway N34 Hardware Jumper Configuration

RTA Gateway N34 Hardware Jumper Configuration RTA Gateway N34 Hardware Jumper Configuration Real Time Automation, Inc. 1 1-800-249-1612 Trademarks CompactLogix, ControlLogix, & PLC-5 are registered trademarks of Rockwell Automation, Inc. EtherNet/IP

More information

Quick Start Guide. Model 0260 Secondary Electronics

Quick Start Guide. Model 0260 Secondary Electronics Quick Start Guide Brooks Model 0260 Secondary Electronics 5 Quick Start Guide Dear Customer, The Brooks Smart Interface is a Microsoft Windows based software application that provides expanded control

More information

Customer Support: For more information or support, please visit or at Product Release Information...

Customer Support: For more information or support, please visit   or  at Product Release Information... Product Release Information Product: Cyberoam Release Number: 9.3.0 build 5 Release Date: 19th July 2006 Compatible versions: 9.2.0 build 2 Upgrade Mode: Manual 1 Important note Upgrade removes all the

More information

User Guide. Portable Calibration Module

User Guide. Portable Calibration Module Portable Calibration Module User Guide CyberMetrics Corporation 1523 W. Whispering Wind Drive Suite 100 Phoenix, Arizona 85085 USA Toll-free: 1-800-777-7020 (USA) Phone: (480) 922-7300 Fax: (480) 922-7400

More information

CA File Master Plus. Release Notes. Version

CA File Master Plus. Release Notes. Version CA File Master Plus Release Notes Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

Emerald. Caller-ID Search Version 1.2. Emerald Management Suite IEA Software, Inc.

Emerald. Caller-ID Search Version 1.2. Emerald Management Suite IEA Software, Inc. Emerald Caller-ID Search Version 1.2 Emerald Management Suite 1 SOFTWARE LICENSE AGREEMENT By purchasing or installing all or part of the Emerald Management Suite, you indicate your acceptance of the following

More information

Installation & Set-Up Guide (For PFW users)

Installation & Set-Up Guide (For PFW users) STC Utilities Installation & Set-Up Guide (For PFW users) Service Technologies Corporation makes no representations or warranties with respect to the contents of this guide and disclaims any implied warranties

More information

Getting Started (No installation necessary) Windows On Windows systems, simply double click the AntGram icon to launch the program.

Getting Started (No installation necessary) Windows On Windows systems, simply double click the AntGram icon to launch the program. AntGram (Windows) Build 1.0 (Released September 22, 2018) Laurence Anthony, Ph.D. Center for English Language Education in Science and Engineering, School of Science and Engineering, Waseda University,

More information

Getting Started.

Getting Started. Getting Started www.objectiflune.com 2011 Objectif Lune Inc - 2 - Table of Contents Table of Contents Table of Contents 3 Installing PrintShop Mail 3 Before you start 3 Installing in Windows 3 Installing

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

Beta Testing Licence Agreement

Beta Testing Licence Agreement Beta Testing Licence Agreement This Beta Testing Licence Agreement is a legal agreement (hereinafter Agreement ) between BullGuard UK Limited ( BullGuard ) and you, either an individual or a single entity,

More information

OfficeServ Link User Manual

OfficeServ Link User Manual OfficeServ Link User Manual Every effort has been made to eliminate errors and ambiguities in the information contained in this guide. Any questions concerning information presented here should be directed

More information

User Guide. Portable Calibration Module

User Guide. Portable Calibration Module Portable Calibration Module User Guide CyberMetrics Corporation 1523 W. Whispering Wind Drive Suite 100 Phoenix, Arizona 85085 USA Toll-free: 1-800-777-7020 (USA) Phone: (480) 922-7300 Fax: (480) 922-7400

More information

USB Server User Manual

USB Server User Manual 1 Copyright Notice Copyright Incorporated 2009. All rights reserved. Disclaimer Incorporated shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental or consequential

More information

OBDII Programmer Quick Start Guide

OBDII Programmer Quick Start Guide COPYRIGHT The C.A.T.S. OBDII Programmer is copyright 2005 with all rights reserved. The distribution and sale of this software are for the exclusive use of the original purchaser for use exclusively on

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

TERMS & CONDITIONS. Complied with GDPR rules and regulation CONDITIONS OF USE PROPRIETARY RIGHTS AND ACCEPTABLE USE OF CONTENT

TERMS & CONDITIONS. Complied with GDPR rules and regulation CONDITIONS OF USE PROPRIETARY RIGHTS AND ACCEPTABLE USE OF CONTENT TERMS & CONDITIONS www.karnevalkings.com (the "Site") is a website and online service owned and operated by the ViisTek Media group of companies (collectively known as "Karnevalkings.com", "we," "group",

More information

INSTRUCTION MANUAL Data transfer software for VM-82A

INSTRUCTION MANUAL Data transfer software for VM-82A INSTRUCTION MANUAL Data transfer software for VM-82A 3-20-41 Higashimotomachi, Kokubunji, Tokyo 185-8533, Japan http://www.rion.co.jp/english/ Organization of this manual This manual describes the features

More information

ssj1708 User s Manual Version 1.3 Revised February 2nd, 2009 Created by the J1708 Experts

ssj1708 User s Manual Version 1.3 Revised February 2nd, 2009 Created by the J1708 Experts ssj1708 User s Manual Version 1.3 Revised February 2nd, 2009 Created by the J1708 Experts ssj1708 Protocol Stack License READ THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT CAREFULLY BEFORE OPENING

More information

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011 Version: 02.00.2 build 018 Release Date: 23 rd November 2011 Release Date Version 02.00.2 Build 018 23 rd November 2011 Release Information Release Type: General Availability Supported Cyberoam Versions:

More information

Map Utility Ver. 1.8 Instruction Manual

Map Utility Ver. 1.8 Instruction Manual Map Utility Ver..8 Instruction Manual Content of this Instruction Manual In this manual, the windows used in the examples are from Windows 7. GPS receiver or camera is displayed as an icon. Example: GPS

More information

ADN. System Installer. Instruction manual

ADN. System Installer. Instruction manual ADN System Installer Instruction manual Content Content Installation requirements... 4 Selecting updates... 4 ADN System Update... 5 Establishing the connection... 5 Overview of the update stage window...

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

Font Software License

Font Software License Font Software License URW TYPE FOUNDRY GMBH Essener Straße 105 22419 Hamburg Germany TEL +49 (0) 40 60605 0 FAX +49 (0) 40 60605 111 info@urwtype.com www.urwtype.com 1.1 URW FONT SOFTWARE LICENSE CONTENT

More information

MOTIF-RACK XS Editor Installation Guide

MOTIF-RACK XS Editor Installation Guide MOTIF-RACK XS Editor Installation Guide ATTENTION SOFTWARE LICENSING AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT ( AGREEMENT ) CAREFULLY BEFORE USING THIS SOFTWARE. YOU ARE ONLY PERMITTED TO

More information

Oracle Binary Code License Agreement for Java Secure Sockets Extension for Connected Device Configuration 1.0.2

Oracle Binary Code License Agreement for Java Secure Sockets Extension for Connected Device Configuration 1.0.2 Oracle Binary Code License Agreement for Java Secure Sockets Extension 1.0.3 for Connected Device Configuration 1.0.2 ORACLE AMERICA, INC. ("ORACLE"), FOR AND ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND

More information

udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT

udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT SCRA Devices macos MTSCRA Demo Guide February 2017 Manual Part Number: D998200174-10 REGISTERED TO ISO 9001:2008 MagTek I 1710 Apollo Court I Seal Beach,

More information

Tisio CE Release Notes

Tisio CE Release Notes Tisio CE Release Notes Copyright Copyright 2005, 2006, 2007 and 2008 by ThinPATH Systems, Inc. The information contained in this document is subject to change without notice. ThinPATH Systems, Inc. shall

More information

MegaStat Installation Instructions

MegaStat Installation Instructions MegaStat Installation Instructions 1. Download MegaStatInstallationFilesWindows.zip from the website. When you click the download link you will see options at the bottom of the screen that will depend

More information

PATGuard Time Manager 2

PATGuard Time Manager 2 PATGuard Time Manager 2 User Manual - i - Contents Disclaimer...iv License Agreement...v Introduction...6 Installing PATGuard Time Manager...6 Starting the Program...6 Program Overview...7 Open File...8

More information

Mile Terms of Use. Effective Date: February, Version 1.1 Feb 2018 [ Mile ] Mileico.com

Mile Terms of Use. Effective Date: February, Version 1.1 Feb 2018 [ Mile ] Mileico.com Mile Terms of Use Effective Date: February, 2018 Version 1.1 Feb 2018 [ Mile ] Overview The following are the terms of an agreement between you and MILE. By accessing, or using this Web site, you acknowledge

More information

DEMO MANUAL DC2645A LTC MHz to 9GHz High Linearity I/Q Demodulator with Wideband IF Amplifier DESCRIPTION BOARD PHOTO

DEMO MANUAL DC2645A LTC MHz to 9GHz High Linearity I/Q Demodulator with Wideband IF Amplifier DESCRIPTION BOARD PHOTO DESCRIPTION Demonstration circuit 2645A showcases the LTC 5594 300MHz to 9GHz high linearity I/Q demodulator with wideband IF amplifiers. The USB serial controller, DC590B, is required to control and configure

More information

Product Manual Select Code Comcode Issue 8 January EasyView Software for the Galaxy Controller

Product Manual Select Code Comcode Issue 8 January EasyView Software for the Galaxy Controller Product Manual Select Code 193-104-105 Comcode 107488710 Issue 8 January 2008 EasyView Software for the Galaxy Controller Product Manual Select Code 193-104-105 Comcode 107488710 Issue 8 January 2008

More information

Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4

Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4 Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4 Copyright ICS Industrielle Computer Systeme GmbH 2007, all rights reserved. Sublicense for brand labeled version granted to Microflex,

More information

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227 DSD Business Systems MAS 90/200 Enhancements R227 Terms Code Discount per Sales Code Qty Ordered AR-1227 Version 5.10 2 Terms Code Discount per Sales Code Qty Ordered Information in this document is subject

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.3 Product release date: March 2018 Document edition: Second Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This document

More information

Product Release Information

Product Release Information Product Release Information Product: Cyberoam Release Number: 9.4.1 build 2 Release Date: 20 th March, 2007 Compatible versions: 9.4.1. build 0 Upgrade: Auto Upgrade Customer Support: For more information

More information

Font Software - Commercial Desktop License

Font Software - Commercial Desktop License Font Software - Commercial Desktop License YOU MAY: Use the fonts within the creation of or as part of a company logo. Use the fonts within the creation of design works, rasterized images for web sites

More information

Affinity Systems 5250 Emulation Adapters

Affinity Systems 5250 Emulation Adapters Affinity Systems 5250 Emulation Adapters 910034-40 Rev. D AFFINITY SYSTEMS PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE

More information

Uploading Files Using File Drag and Drop

Uploading Files Using File Drag and Drop September 27, 2017 2017.2 Copyright 2005, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

Scan to Hard Disk. Administrator's Guide

Scan to Hard Disk. Administrator's Guide Scan to Hard Disk Administrator's Guide April 2015 www.lexmark.com Edition notice April 2015 The following paragraph does not apply to any country where such provisions are inconsistent with local law:

More information

Getting Started (No installation necessary) Windows On Windows systems, simply double click the AntPConc icon to launch the program.

Getting Started (No installation necessary) Windows On Windows systems, simply double click the AntPConc icon to launch the program. AntPConc (Windows) Build 1.2.0 (Released March 25, 2017) Laurence Anthony, Ph.D. Center for English Language Education in Science and Engineering, School of Science and Engineering, Waseda University,

More information

Trimble S6 and SPS700 Total Station Firmware

Trimble S6 and SPS700 Total Station Firmware Trimble S6 and SPS700 Total Station Firmware Release Notes Introduction Upgrading from a previous version Using Trimble S6/SPS700 firmware with other Trimble products New features/enha ncements Changes

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

Webfont License End User License Agreement (EULA)

Webfont License End User License Agreement (EULA) Hurme Design Webfont End User License Agreement 2018 Page 1 5 Webfont License End User License Agreement (EULA) Hurme Design 2018 This License Agreement ( Agreement or License ) is a legal contract between

More information

AWLaunch. Software Manual. Version 1.2 Last Revised April 27, 2009

AWLaunch. Software Manual. Version 1.2 Last Revised April 27, 2009 AWLaunch Software Manual Version 1.2 Last Revised April 27, 2009 All contents in this manual are copyrighted by ArWest Communications. All rights reserved.the information contained herein may not be used,

More information

Epson Professional Imaging

Epson Professional Imaging Epson Professional Imaging Epson Gemini 2 to Epson Gemini K3 Upgrade Program Epson Gemini 2 Customer Information All Fields Required Company Name Gemini K3 Ship To Information Ship To Location Use Same

More information

IPNexus Server Secure Instant Messaging & Integrated Collaboration

IPNexus Server Secure Instant Messaging & Integrated Collaboration IPNexus Server Secure Instant Messaging & Integrated Collaboration Version 1.5 Installation & Setup Guide DOC00023 Rev. 1.0 01.03 VCON IPNexus Server Installation & Setup Guide 1 2003 VCON Ltd. All Rights

More information

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.0 for Symantec ESM 6.0, 6.1, and 6.

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.0 for Symantec ESM 6.0, 6.1, and 6. Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes Release 2.0 for Symantec ESM 6.0, 6.1, and 6.5 For Windows 2000, Server 2003, and XP SQL 2000 and SQL 2005

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY CYBEROAM INSTALLATION GUIDE VERSION: 5..0..6 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty

More information

JD Edwards World User Reserved Information. Version A9.2

JD Edwards World User Reserved Information. Version A9.2 JD Edwards World User Reserved Information Version A9.2 Revised June 30, 2009 Copyright Notice Copyright 2009, Oracle. All rights reserved. Trademark Notice Oracle is a registered trademark of Oracle Corporation

More information

Compass Consulting Group Terms of Use & Privacy Policy. Last Updated: 10/1/2018

Compass Consulting Group Terms of Use & Privacy Policy. Last Updated: 10/1/2018 Compass Consulting Group Terms of Use & Privacy Policy Last Updated: 10/1/2018 1. Introduction. At Compass Consulting Group LLC ( Compass, we, us, or our ), we recognize that your privacy is important.

More information

Aellius LynX Office Lookup Enhancements

Aellius LynX Office Lookup Enhancements Aellius LynX Office Lookup Enhancements August 2013 COPYRIGHT LynX Office Enhancements Copyright 2013, Aellius Professional Research & Consulting, LLC. All rights reserved. LynX Business Integrator (the

More information

PCMCIA Flash Card User Guide

PCMCIA Flash Card User Guide R R PCMCIA Flash Card User Guide For the CoreBuilder 3500 System Introduction The CoreBuilder 3500 PCMCIA Flash Card is a 20 MB flash card that you can use to save your system software. When you have saved

More information

NetSupport Protect 2.00 Readme

NetSupport Protect 2.00 Readme NetSupport Protect 2.00 Readme Contents Introduction...3 Overview of Features...4 Licence Agreement...5 System Requirements...6 Upgrading NetSupport Protect...7 Limitations/known Issues...7 Introduction

More information

ProxWriter. User s Manual. VT TECH Corp E. Industrial St., #1G Simi Valley, CA Phone: (805) Fax: (805) Web site:

ProxWriter. User s Manual. VT TECH Corp E. Industrial St., #1G Simi Valley, CA Phone: (805) Fax: (805) Web site: ProxWriter User s Manual VT TECH Corp. 1645 E. Industrial St., #1G Simi Valley, CA 93063 Phone: (805) 520-3159 Fax: (805) 520-9280 Web site: July 8, 2000 ProxWriter User s Manual 1.0 Page 1 of 1 Table

More information

Made in U.S.A. 1

Made in U.S.A.   1 Made in U.S.A. www.smartavi.com 1 1-800-AVI-2131 TABLE OF CONTENTS INTRODUCTION & FEATURES 2 Getting Started and Installation 3 Start-Up 4 Managing Streams and Environment 5 Frequently Asked Questions

More information

CX1 Network Accelerometer & Inclinometer User Guide

CX1 Network Accelerometer & Inclinometer User Guide CX1 Network Accelerometer & Inclinometer User Guide Version 1.0 February 8, 2010 Copyright 2010 SENSR LLC. All Rights Reserved. R001-421-V1.0 Table of Contents 1 PREAMBLE... 3 1.1 FCC Statement... 3 1.2

More information