Operating Bulletin MODBUS-RTU. The Fastest Flow Controller Company in the World!

Size: px
Start display at page:

Download "Operating Bulletin MODBUS-RTU. The Fastest Flow Controller Company in the World!"

Transcription

1 Operating Bulletin MODBUS-RTU The Fastest Flow Controller Company in the World! 1

2 Notice: Alicat Scientific, Inc. reserves the right to make any changes and improvements to the products described in this manual at any time and without notice. This manual is copyrighted. This document may not, in whole or in part, be copied, reproduced, translated, or converted to any electronic medium or machine readable form, for commercial purposes, without prior written consent from the copyright holder. Note: Although we provide assistance on Alicat Scientific products both personally and through our literature, it is the complete responsibility of the user to determine the suitability of any product to their application. Alicat Scientific, Inc. s Wide-Range Laminar Flow Element Patent: The wide-range laminar flow element and products using the wide-range laminar flow element are covered by U.S. Patent Number: 5,511,416. Manufacture or use of the wide-range laminar flow element in products other than Alicat Scientific products or other products licensed under said patent will be deemed an infringement. Limited Lifetime Warranty Alicat Scientific, Inc. warrants to the original purchaser (hereinafter referred to as Buyer ) that instruments manufactured by Alicat Scientific (hereinafter referred to as Product ) shall be free from defects in materials and workmanship for the life of the Products. Under this warranty, the Product will be repaired or replaced at manufacturer s option, without charge for parts or labor when the Product is carried or shipped prepaid to the factory together with proof of purchase. The foregoing shall constitute the exclusive and sole remedy in lieu of other remedies of the Buyer for any breach by Alicat Scientific of this warranty to the maximum extent permitted by law. This warranty does not apply to any Product which has not been installed or used in accordance with the Product operation and installation specifications provided to Buyer verbally or in writing by Alicat Scientific for the proper and normal use of the Product. Buyer agrees hereunder that Alicat reserves the right to void any warranty, written or implied, if upon Alicat s examination of Product shall disclose to Alicat s satisfaction that the Product failure was due solely, or in part, to accident, misuse, neglect, abuse, alteration, improper installation, unauthorized repair or improper testing by Buyer or agent of Buyer. Alicat Scientific shall not be liable under any circumstances for indirect, special, consequential, or incidental damages in connection with, or arising out of, the sale, performance, or use of the Products covered by this warranty. Alicat Scientific does not recommend, warrant or assume responsibility for the use of the Products in life support applications or systems. Alicat s warranties as herein above set forth shall not be enlarged, diminished or affected by, and no obligation or liability shall arise or grow out of Alicat s rendering of technical advice in connection with Buyer s order of the Products furnished hereunder. If Product becomes obsolete, Alicat Scientific, at its own discretion, reserves the right to repair the Product with available replacement parts or upgrade the Product to a current, commercially available version of the original Product. Should upgrading the Product be deemed necessary by Alicat, Buyer hereby agrees to pay an upgrade fee equal to seventy percent of the retail value of the replacement Product. Alicat Scientific hereunder makes no claim that replacement Products will look, function or operate in the same or similar manner as the original product. When a Product is returned to Alicat Scientific for recalibration this service is considered normal preventative maintenance. Recalibration of Product shall not be treated as a warranty service unless recalibration of Product is required as the result of repairs to Product pursuant to this Warranty. Failure to recalibrate Product on a yearly basis will remove any and all obligations regarding repair or replacement of Product as outlined by this Warranty to Buyer from Alicat Scientific. This Warranty is in lieu of all other relevant warranties, expressed or implied, including the implied warranty of merchantability and the implied warranty of fitness for a particular purpose, and any warranty against infringement of any patent. Continued use or possession of Products after expiration of the applicable warranty period stated above shall be conclusive evidence that the warranty is fulfilled to the full satisfaction of Buyer. Alicat makes no warranty as to experimental, non-standard or developmental Products. Accessories purchased from Alicat are not covered by this warranty. Conformity / Supplemental Information: The product complies with the requirements of the Low Voltage Directive 73/23/EEC and the EMC Directive 89/3/EEC (including 93/68/EEC) and carries the CE Marking accordingly. Contact the manufacturer for more information. 5/1/214 DOC-MAN-MODBUS 2

3 ALICAT MODBUS-RTU OPERATING BULLETIN Modbus is an application layer messaging protocol that formats data for communications among industrial devices. Alicat s deployment of Modbus is via the RTU (remote terminal unit) frame format. This application layer rides on top of other communications protocols like RS-232 and RS-5. Modbus data may be transmitted through Alicat s default 8-pin mini-din connector, a 9-pin or 15-pin D-Sub connector or an RJ45 connector. (Note: the presence of an RJ45 connector does not indicate the availability of Ethernet communications.) 1 Modbus-RTU Registers Alicat s deployment of Modbus-RTU uses a Master/Slave structure that organizes data into 16-bit registers. Alicat supports Modbus function codes 3 Read Holding Registers and 16 Write Multiple Registers. Your Alicat Modbus-RTU instruments utilize Modbus registers 4,-43,. 1.1 Configuration Registers 4,-4,1 and 41,-41,1 Because many of Alicat s instrument registers are 32-bit, these registers are divided into low word and high word configurations to meet the requirements of Modbus-RTU. Modbus registers 4,-4,1 map the low word directly to Alicat registers -1. Modbus registers 41,-41,1 map the high word directly to Alicat registers -1. Alicat uses most of the Modbus registers 4,-4,1 and 41,-41,1 for factory configuration and calibration of your instrument using low word-high word configurations. Do not change these registers unless instructed to do so by Alicat. 1.2 User-Accessible Configuration Registers 4,24, 4,46 and 4,65 The following three registers within this group are user-accessible and can be commanded with single 16-bit integer values: Modbus register 424 holds the setpoint value (-65535, with 64 representing 1% of the full-scale range) for controllers. Modbus register 446 holds the gas select value for mass flow instruments. Modbus register 465 holds the Modbus device ID (1-24, default: 1). (Note: power must be cycled to update the Modbus device ID.) 3

4 1.3 ASCII String Registers 42,-42,39 Alicat uses Modbus registers 42,-42,39 to hold ASCII strings for issuing Alicat commands to your instrument. Each register starting with 42, holds a single ASCII value that corresponds with a single ASCII character. For example, setpoints are issued by converting the desired setpoint percentage to a value between and 65535, with 64 representing full-scale flow (1%). To command a 5% setpoint in your controller, the ASCII command is 32, followed by a carriage return (). This is represented in Modbus- RTU by sending the following six register values: Register : 51 (ASCII value for 3 ) Register : 5 (ASCII value for 2 ) Register 422: (ASCII value for ) Register 423: (ASCII value for ) Register 424: (ASCII value for ) Register 425: (ASCII value for ) Other Alicat commands may be issued to your instrument in similar fashion ASCII Table The following table lists the ASCII characters used by Alicat instrument software and their corresponding decimal values for the Modbus ASCII registers: ASCII Decimal ASCII Decimal ASCII Decimal A 65 N B 66 O C 67 P D 68 Q E 69 R F 7 S G 71 T H 72 U I 73 V J 74 W 87 K 75 X 88 * 42 L 76 Y 89 = 61 M 77 Z 9? 64 <space> 32 must terminate all commands. 4

5 1.4 Device Data Registers 42,4-42,59 Alicat uses Modbus registers 42,4-42,59 to hold the values of the instrument data line as follows: Query Modbus Registers Data Type Absolute Pressure 424 and bit float* Temperature 4242 and bit float* Volumetric Flow Rate 4244 and bit float* Mass Flow Rate 4246 and bit float* Setpoint 42 and bit float* Totalized Mass Flow 425 and bit float* Modbus Device ID bit integer Gas Number bit integer Vol. Flow Overage (VOV) 4255 =ok, 1=error exists Mass Flow Overage (MOV) 4256 =ok, 1=error exists Pressure Overage (POV) 4257 =ok, 1=error exists Temp. Overage (TOV) 4258 =ok, 1=error exists Totalizer Rollover (OVR) 4259 =ok, 1=error exists *32-bit data is formatted for Least Significant Register First. 2 Common Commands As mentioned above, some commands may be communicated by one of two methods: direct to the corresponding Modbus register, or indirectly via an ASCII string recorded to Modbus registers 42,-42,39. The following table shows the most common commands using both methods. Command Modbus Direct Register 5 Value Modbus ASCII Register Value Set Device ID to [no equivalent] Change gas to air. 446 Change gas to oxygen ASCII G G 1 1

6 Command Register Value Register Value ASCII Set % setpoint. 424 Set 5% setpoint Set 1% setpoint Tare pressure. Tare volumetric flow. Reset totalizer. [no equivalent] [no equivalent] [no equivalent] P V T If you would like additional information regarding the use of this product, please contact: Alicat Scientific, Inc N Business Park Drive Tucson, Arizona USA Phone: Fax: info@alicat.com Website: 6

Operating Bulletin PROFIBUS. Innovative Flow and Pressure Solutions

Operating Bulletin PROFIBUS. Innovative Flow and Pressure Solutions Operating Bulletin PROFIBUS Innovative Flow and Pressure Solutions 1 Notice: Alicat Scientific, Inc. reserves the right to make any changes and improvements to the products described in this manual at

More information

Woolich Racing. USB ECU Interface User Guide

Woolich Racing. USB ECU Interface User Guide Woolich Racing USB ECU Interface User Guide 1) Introduction This user guide covers how to use the Woolich Racing USB ECU Interface. This includes: Connecting the USB ECU Interface into the Bike Harness

More information

CM68 4 Channel NTSC/PAL Video Decoder

CM68 4 Channel NTSC/PAL Video Decoder CM68 4 Channel NTSC/PAL Video Decoder Technical Reference Guide PCB Rev 1.0 www.soc-robotics.com Copyright 2009. SOC Robotics, Inc. 1 Manual Rev 0.90 Warranty Statement SOC Robotics warrants that the Product

More information

CM Mpixel CMOS Imaging Camera

CM Mpixel CMOS Imaging Camera CM130 1.3Mpixel CMOS Imaging Camera Technical Reference Guide PCB Rev 1.0 www.soc-robotics.com Copyright 2009. SOC Robotics, Inc. 1 Manual Rev 0.90 Warranty Statement SOC Robotics warrants that the Product

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

Instruction Manual. CT-4 High-Current Transformer

Instruction Manual. CT-4 High-Current Transformer Instruction Manual CT-4 High-Current Transformer 070-6478-02 Copyright Tektronix, Inc. 1987. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending. Information

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

SUPPLEMENT TO THE MDC-360C MANUAL MDC-361C. Film Deposition Controller. IPN Rev. C

SUPPLEMENT TO THE MDC-360C MANUAL MDC-361C. Film Deposition Controller. IPN Rev. C SUPPLEMENT TO THE MDC-360C MANUAL MDC-361C Film Deposition Controller IPN 624811 Rev. C SUPPLEMENT TO THE MDC-360C MANUAL MDC-361C Film Deposition Controller IPN 628411 Rev. C www.inficon.com reachus@inficon.com

More information

Piccola Smart Box Member of Modul MAS family

Piccola Smart Box Member of Modul MAS family Piccola Smart Box Member of Modul MAS family Pag. 1 of 6 Piccola Smart Box Rev.1.1 All Rights Reserved. No part of this document may be photocopied, reproduced, stored in a retrieval system, or transmitted,

More information

PIM-Mini Pulsed Current Source Operation Manual

PIM-Mini Pulsed Current Source Operation Manual PIM-Mini Pulsed Current Source Operation Manual Directed Energy, Inc. 1609 Oakridge Dr., Suite 100, Fort Collins, CO 80525 (970) 493-1901 sales@ixyscolorado.com www.ixyscolorado.com Manual Document 7650-0007

More information

DOCKING STATION FOR THE APPLE 13 MacBook

DOCKING STATION FOR THE APPLE 13 MacBook DOCKING STATION FOR THE APPLE 13 MacBook 2009 THANK YOU Thank you for purchasing the BookEndz Dock for your MacBook Computer. The purpose of the BookEndz Dock is to eliminate the hassles, headaches, wear

More information

Transport Pro FireWire and USB Portable Hard Drive

Transport Pro FireWire and USB Portable Hard Drive Transport Pro FireWire and USB Portable Hard Drive User s Guide http://www.mcetech.com Contents Introduction... 1 Preparing to Use the Transport Pro Drive in FireWire Mode... 1 Mac OS 9.1 and up... 1 Mac

More information

TB-24P/24R/16P8R. Relay Outputs or Isolated Inputs Terminal Board Series

TB-24P/24R/16P8R. Relay Outputs or Isolated Inputs Terminal Board Series TB24P/24R/16P8R Relay Outputs or Isolated Inputs Terminal Board Series @Copyright 1995~1998 ADLink Technology Inc. All Rights Reserved. Manual first edition: 15, August 1995 Manual second edition: 01,

More information

Quick Installation Guide TK-EX3 1.01

Quick Installation Guide TK-EX3 1.01 Quick Installation Guide TK-EX3 1.01 Table of Contents English 1 1. Before You Start 1 2. How to Install 2 Technical Specifications 6 Troubleshooting 7 Version 04.07.2010 1. Before You Start ENGLISH FRANÇAIS

More information

STAINLESS STEEL CAST FITTINGS 150lb 304 & 316 Stainless Steel Cast Fittings Specifications

STAINLESS STEEL CAST FITTINGS 150lb 304 & 316 Stainless Steel Cast Fittings Specifications STAINLESS STEEL CAST FITTINGS 150lb 304 & 316 Stainless Steel Cast Fittings Specifications Manufactured in ISO9000:2000 Facility Items Conform to AISI 304 / 316 Investment Cast SP114 Stainless Fittings

More information

10 Degree of Freedom IMU Sensor +-16G, dps, +-8Gauss, hPa

10 Degree of Freedom IMU Sensor +-16G, dps, +-8Gauss, hPa DOF10W 10 Degree of Freedom IMU Sensor +-16G, +-2000 dps, +-8Gauss, 350-700hPa Technical Reference Manual PCB Rev 1.0 www.soc-robotics.com Copyright 2011. SOC Robotics, Inc. 1 Manual Rev 0.9 Warranty Statement

More information

The HPV Explorer is a serial communication program used to work with the HPV 600/900 s parameters via a computer s serial port

The HPV Explorer is a serial communication program used to work with the HPV 600/900 s parameters via a computer s serial port Explorer The HPV Explorer is a serial communication program used to work with the HPV 600/900 s parameters via a computer s serial port The program can: 1. Transfer parameters from the PC to the drive

More information

Wasp Embedded Controller

Wasp Embedded Controller Wasp Embedded Controller Wasp16/32/64 Hardware Reference Guide PCB Rev 1.0 WASP16 WASP32 WASP64 MC433 Hardware Reference Guide Manual Revision 0.85 Table of Contents Warranty Statement...2 1.0 Introduction....4

More information

INSTRUCTION MANUAL. AquiStar GDL. Dissolved Oxygen Datalogger

INSTRUCTION MANUAL. AquiStar GDL. Dissolved Oxygen Datalogger INSTRUCTION MANUAL AquiStar GDL Dissolved Oxygen Datalogger Table of Contents 1 Introduction... 3 What is a GDL?... 3 Initial Inspection and Handling... 3 Do s and Don ts... 3 Getting Started... 4 GDL

More information

TRENDnet User s Guide. Cover Page

TRENDnet User s Guide. Cover Page Cover Page Table of Contents Contents Product Overview... 2 Package Contents... 2 Features... 2 Product Hardware Features... 3 Application Diagram... 4 Installation - Hardware... 4 Adapter... 4 Fiber Cable...

More information

FES LCD Display Version 1.1

FES LCD Display Version 1.1 FES LCD Display Version 1.1 LZ design d.o.o., Brod 3D, 1370 Logatec, Slovenia tel +386 59 948 898 info@lzdesign.si www.front-electric-sustainer.com Table of Content 1. Important notices... 3 1.1 Limited

More information

Troubleshooting Tips & Procedures. Model 8800 series. GeoNet Wireless

Troubleshooting Tips & Procedures. Model 8800 series. GeoNet Wireless Troubleshooting Tips & Procedures Model 8800 series GeoNet Wireless No part of this instruction manual may be reproduced, by any means, without the written consent of Geokon. The information contained

More information

Enable-IT 821 Ethernet Extender Quickstart Guide Professional Grade Networking

Enable-IT 821 Ethernet Extender Quickstart Guide Professional Grade Networking ! Enable-IT 821 Ethernet Extender Quickstart Guide Professional Grade Networking All Rights Reserved 1997-2017 Enable-IT, Inc. INSTALLING THE 821 ETHERNET EXTENDER The Enable-IT 821 Ethernet Extenders

More information

PCM-7140 Pulsed Current Source Operation Manual

PCM-7140 Pulsed Current Source Operation Manual PCM-7140 Pulsed Current Source Operation Manual Directed Energy, Inc. 1609 Oakridge Dr., Suite 100, Fort Collins, CO 80525 (970) 493-1901 sales@ixyscolorado.com www.ixyscolorado.com Manual Document 7650-0031

More information

8B SLX300 LabVIEW VI Examples User Manual

8B SLX300 LabVIEW VI Examples User Manual 8B SLX300 LabVIEW VI Examples User Manual 8B isolynx SLX300 LabVIEW VI Examples User Manual MA1033 Rev. A July 2010 2010 Dataforth Corporation. All Rights Reserved. The information in this manual has been

More information

RSTC1000 HMI/PLC Design Guide WEB CONTROL PRODUCTS. User Manual FORM NO. L B MTY (81)

RSTC1000 HMI/PLC Design Guide WEB CONTROL PRODUCTS. User Manual FORM NO. L B MTY (81) WEB CONTROL PRODUCTS User Manual RSTC1000 HMI/PLC Design Guide DANGER Read this manual carefully before installation and operation. Follow Nexen s instructions and integrate this unit into your system

More information

Source Audio External Tap Tempo Footswitch User s Guide

Source Audio External Tap Tempo Footswitch User s Guide Source Audio External Tap Tempo Footswitch User s Guide Welcome Thank you for purchasing the Source Audio External Tap Tempo Footswitch. This accessory allows you to set the LFO speed or delay time for

More information

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display VP Process Inc. Model: Modbus RTU LCD Display User Manual Ver: 2.0 Aug. 2017 P a g e 1 Standard Features Low Power (12-24 VDC) 2.1 x 5mm Barrel Plug, RJ45 and Terminal Block Input On-Board Local Temperature

More information

HDF-2 High Depth-of-Field Macroscope

HDF-2 High Depth-of-Field Macroscope HDF-2 High Depth-of-Field Macroscope Photo-Optical Company Manufacturers of precision optical instruments. Tel: (303) 440-4544 Fax: (303) 440-4144 E-mail: info@infinity-usa.com Web: www.infinity-usa.com

More information

OCEANIC SYSTEMS MULTIPLE ENGINE DISPLAY Part Numbers: 4161 USER MANUAL

OCEANIC SYSTEMS MULTIPLE ENGINE DISPLAY Part Numbers: 4161 USER MANUAL OCEANIC SYSTEMS MULTIPLE ENGINE DISPLAY Part Numbers: 4161 USER MANUAL Document revision 1.0.0 2 of 10 1 Introduction... 2 1.1 Product features... 2 2 Unit dimentions... 4 3 Installation... 4 3.1 Unpacking

More information

Hardware Documentation

Hardware Documentation Hardware Documentation for JTAG Debug Adapter Version 1.0 2014-12-02 F&S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart Fon: +49(0)711-123722-0 Fax: +49(0)711 123722-99 History Date V Platform

More information

Superchips 1705 MAX MicroTuner Ford Powerstroke 7.3L Turbo Diesel Vehicles Vehicle Programming Instructions

Superchips 1705 MAX MicroTuner Ford Powerstroke 7.3L Turbo Diesel Vehicles Vehicle Programming Instructions Page 1 of 12 Form 0126K 10/26/2004 Superchips Inc. Superchips 1705 MAX MicroTuner Ford Powerstroke 7.3L Turbo Diesel Vehicles Vehicle Programming Instructions PLEASE READ THIS ENTIRE INSTRUCTION SHEET

More information

TD 600 Thermo-Fastprinter

TD 600 Thermo-Fastprinter Thermo-Fastprinter Content 1. Specification... 2 2. Operating elements... 2 3. Setup... 3 4. Operating... 4 5. Maintenace, Cleaning... 5 6. Declaration of conformity... 6 7. Warranty and Service... 7 05.24.05

More information

SECURE/NONSECURE LED SIGN USER MANUAL

SECURE/NONSECURE LED SIGN USER MANUAL SECURE/NONSECURE LED SIGN USER MANUAL December 2012 Wall Mount Part Number: 51-01198 1U Rack Mount Part Number: 51-01196 500 Business Center Drive, Pittsburgh, PA 15205 Phone: (412) 494-2800, Fax: (412)

More information

18: Limited Warranty, Product and Satellite Service Terms, Warranty Support, and Software License

18: Limited Warranty, Product and Satellite Service Terms, Warranty Support, and Software License 18: Limited Warranty, Product and Satellite Service Terms, Warranty Support, and Software License This Limited Warranty applies only to the Iridium branded Iridium Extreme (including hardware, software

More information

FLAP indicator. Installation manual Version 1.10

FLAP indicator. Installation manual Version 1.10 FLAP indicator Installation manual Version 1.10 LXNAV d.o.o. Kidričeva 24, 3000 Celje, Slovenia tel +386 592 33 400 fax +386 599 33 522 info@lxnav.com www.lxnav.com 1 Important Notices... 3 1.1 Limited

More information

Bluetooth USB Adapter TALUS. User Guide

Bluetooth USB Adapter TALUS. User Guide Bluetooth USB Adapter TALUS User Guide Revision 0.1 1 User Guide for the TALUS Revision 1.0.1 Firmware version 1.0.X Printed in Korea Copyright Copyright 2008, SystemBase Co., Ltd. All rights reserved.

More information

Sonic Ruptor 400. User Manual

Sonic Ruptor 400. User Manual Sonic Ruptor 400 User Manual Data herein has been verified and validated. It is believed adequate for the intended use of the instrument. If the instrument or procedures are used for purposes over and

More information

Proliphix EPA-60 Installation Guide

Proliphix EPA-60 Installation Guide Proliphix EPA-60 Installation Guide Rev 1.2 Page 2 of 5 Installation CAUTION THE EPA-60 SHOULD ONLY BE POWERED WITH THE PROLIPHIX POWER SUPPLY INCLUDED WITH THE EPA-60. DO NOT POWER THE EPA-60 WITH ANY

More information

OPERATOR S MANUAL FPD 50 WATT POWER SUPPLY. Flat Pack Single Output DC to DC Converter 50 Watt Output 24 Vdc Nominal Input

OPERATOR S MANUAL FPD 50 WATT POWER SUPPLY. Flat Pack Single Output DC to DC Converter 50 Watt Output 24 Vdc Nominal Input OPERATOR S MANUAL FPD 50 WATT POWER SUPPLY Flat Pack Single Output DC to DC Converter 50 Watt Output 24 Vdc Nominal Input KEPCO INC. An ISO 9001 Company. MODEL FPD 50W-24V POWER SUPPLY IMPORTANT NOTES:

More information

Data Reporter. Installation-Operation E rev.f

Data Reporter. Installation-Operation E rev.f Installation-Operation Data Reporter 309867E rev.f Important Safety Instructions Read all warnings and instructions in this manual. Save these instructions. Part No. 246085 Records actual temperature,

More information

zpen-1080p Features zpen-1080p Layout

zpen-1080p Features zpen-1080p Layout 1 zpen-1080p Features CMOS image sensor with Low Light sensitivity HD 1080P up to 30fps, 720P up to 60fps H.264 compression Built-in micro SD card, supports up to 32GB One button operation Easily download

More information

TC1880 Series. 4/5/6/8 Channel RS-232 FIBER OPTIC MICRO MUX User's Manual

TC1880 Series. 4/5/6/8 Channel RS-232 FIBER OPTIC MICRO MUX User's Manual Series 4/5/6/8 Channel RS-232 FIBER OPTIC MICRO MUX MODEL: S/N: DATE: Notice! Although every effort has been made to insure that this manual is current and accurate as of date of publication, no guarantee

More information

User s Guide. OM-CP-PRHTEMP2000 Pressure, Humidity and Temperature Data Logger with LCD

User s Guide. OM-CP-PRHTEMP2000 Pressure, Humidity and Temperature Data Logger with LCD User s Guide OM-CP-PRHTEMP2000 Pressure, Humidity and Temperature Data Logger with LCD OM-CP-PRHTEMP2000 Product Overview The OM-CP-PRHTEMP2000 is a pressure, temperature and humidity data logger with

More information

Low Pressure Digital & Analog Sensor

Low Pressure Digital & Analog Sensor Low Pressure Digital & Analog Sensor SM6291, SM6391, SM6491 Gauge and Differential Pressure Sensor FEATURES Pressure range from 0.3 to 0.79 psi; gauge, differential or asymmetric differential outputs Digital

More information

P O W E R S U P P L Y M A N U A L

P O W E R S U P P L Y M A N U A L POWER SUPPLY MANUAL Congratulations on the purchase of your new Corsair power supply. This User Agreement (the Agreement ) is a legal agreement between you ( You ), and Corsair Memory, Inc. ( Corsair ).

More information

POWER SERIES Plus. 3 in 1 AC Voltage. Digital Switchboard Meter. User s Manual IM2493VVV-2

POWER SERIES Plus. 3 in 1 AC Voltage. Digital Switchboard Meter. User s Manual IM2493VVV-2 POWER SERIES Plus 3 in 1 AC Voltage Digital Switchboard Meter User s Manual General Description The POWER SERIES Plus digital switchboard meters incorporate the latest DSP microprocessor technology. Careful

More information

FastForward TM User Guide

FastForward TM User Guide Let s play follow the leader! FastForward TM User Guide LG G4010 and G4050 Series Phones Welcome Thank you for purchasing Cingular s FastForward. Now you can easily forward incoming calls made to your

More information

7191AD User Manual. June Daisy Data Displays, Inc Lewisberry Road, York Haven, PA Phone:

7191AD User Manual. June Daisy Data Displays, Inc Lewisberry Road, York Haven, PA Phone: June 2017 Daisy Data Displays, Inc. 2850 Lewisberry Road, York Haven, PA 17370 Phone: 717.932.9999 DISCLAIMER Daisy Data Displays, Inc. makes no representations or warranties with respect to the contents

More information

3 Axis Quadrature Decoder

3 Axis Quadrature Decoder Quad3X 3 Axis Quadrature Decoder Linear and Rotary Sensors Technical Reference Manual PCB Rev 1.0 www.soc-robotics.inc Copyright 2014 SOC Robotics, Inc. 1 Manual Rev 1.00 Warranty Statement SOC Robotics

More information

MODBUS MANUAL For the AccUView UV Transmission Monitor

MODBUS MANUAL For the AccUView UV Transmission Monitor MODBUS MANUAL For the AccUView UV Transmission Monitor HF scientific, inc. 3170 Metro Parkway Ft. Myers, FL 33916 Phone: 239-337-2116 Fax: 239-332-7643 E-Mail: info@hfscientific.com Website: www.hfscientific.com

More information

PixController, Inc. Wireless Switch Sensor For Normally Open (NO) and Normally Closed (NC) Sensors

PixController, Inc. Wireless Switch Sensor For Normally Open (NO) and Normally Closed (NC) Sensors PixController, Inc. Wireless Switch Sensor For Normally Open (NO) and Normally Closed (NC) Sensors Model: SEN-410 User s Manual Version 1.00 WARRANTY REGISTRATION PixController, Inc. warrants products

More information

FastForward User Guide

FastForward User Guide Let s play follow the leader! FastForward User Guide Nokia 3100, 3200, 6100, 6200 & 6800 Series Phones Welcome Thank you for purchasing Cingular s FastForward. Now you can easily forward incoming calls

More information

WARRANTY & LIMITATION OF LIABILITY

WARRANTY & LIMITATION OF LIABILITY MUX-2 WARRANTY & LIMITATION OF LIABILITY 1. ROTEM warrants that the product shall be free of defects in materials or workmanship and will conform to the technical specification for a period of 1 (one)

More information

DCS-E 1kW Series, DLM-E 3kW & 4kW Power Supplies

DCS-E 1kW Series, DLM-E 3kW & 4kW Power Supplies DCS-E 1kW Series, DLM-E 3kW & 4kW Power Supplies M51A Option: Isolated Analog Programming Manual Power Supplies Elgar Electronics Corporation 9250 Brown Deer Road San Diego, CA 92121-2294 1-800-73ELGAR

More information

PRODUCT CONTENTS... 3 II. REQUIRED MATERIALS... 3 III. OVERVIEW... 3 IV. BENCH LAYOUT...

PRODUCT CONTENTS... 3 II. REQUIRED MATERIALS... 3 III. OVERVIEW... 3 IV. BENCH LAYOUT... IR-510 Bench 2012 Infrared Industries, Inc. 25590 Seaboard Lane Hayward, CA 94545 Toll-free phone 800.344.0321 Phone 510.782.8100 Fax 510.782.8101 www.infraredindustries.com Table of Contents I. PRODUCT

More information

Specific Terms And Conditions for hi!share International Prepaid Airtime Top- Up Value Added Service ( hi!share International Terms )

Specific Terms And Conditions for hi!share International Prepaid Airtime Top- Up Value Added Service ( hi!share International Terms ) Specific Terms And Conditions for hi!share International Prepaid Airtime Top- Up Value Added Service ( hi!share International Terms ) 1. Incorporation by Reference In addition to the General Terms, the

More information

AUTOMATION. Operator s Manual. PG5 Digital Pressure Gauge

AUTOMATION. Operator s Manual. PG5 Digital Pressure Gauge AUTOMATION P R O D U C T S GROUP, INC. Operator s Manual PG5 Digital Pressure Gauge DOC. 9003264 Rev. A1 3/10 Tel: 1/888/525-7300 Fax: 1/435/753-7490 www.apgsensors.com E-mail: sales@apgsensors.com PG5

More information

MANUFACTURING LLC Please read this manual carefully before using this product. 360SLT SMARTLINK TM TPMS TABLET USER MANUAL

MANUFACTURING LLC Please read this manual carefully before using this product. 360SLT SMARTLINK TM TPMS TABLET USER MANUAL MANUFACTURING LLC Please read this manual carefully before using this product. 360SLT SMARTLINK TM TPMS TABLET USER MANUAL INDEX I. INTRODUCTION... 1 1. PACKAGE AND ACCESSORIES... 1 2. START TO USE...

More information

MC5 Smart Relay Adapter

MC5 Smart Relay Adapter MC5 Smart Relay Adapter Technical Reference Guide PCB Rev 1.0 www.soc-robotics.com Copyright 2014, SOC Robotics, Inc. 1 Manual Revision 0.93 Warranty Statement SOC Robotics warrants that the Product delivered

More information

WARRANTY & LIMITATION OF LIABILITY

WARRANTY & LIMITATION OF LIABILITY MUX-485 WARRANTY & LIMITATION OF LIABILITY 1. ROTEM warrants that the product shall be free of defects in materials or workmanship and will conform to the technical specification for a period of 1 (one)

More information

1. Introduction... 1 Features... 1 Package Contents... 1 System Requirements... 1 LED Status... 2

1. Introduction... 1 Features... 1 Package Contents... 1 System Requirements... 1 LED Status... 2 - i - Table of Contents 1. Introduction... 1 Features... 1 Package Contents... 1 System Requirements... 1 LED Status... 2 2. Installation... 3 Windows 7/ Vista... 3 Windows XP... 5 Windows 2000... 7 Windows

More information

User Guide. Control Box. RoscoLED TM.

User Guide. Control Box. RoscoLED TM. RoscoLED TM Control Box User Guide This guide applies to the following RoscoLED Control Box models: RoscoLED Control Box 300W/Static White (293 22250 0000) RoscoLED Control Box 400W/VariWhite (293 22260

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The AT90ICEPRO is a real time In-Circuit Emulator (ICE) for all AT90S1200, -S2313, -S2323, -S2333, -S2343, -S4414, -S4433, -S4434, -S8515 and -S8535 devices. It can be upgraded to

More information

CMR Quick Start Guide. CMR-8500 DVB IP Encapsulator. Part Number MN-CMR68500-QSG REV. 1

CMR Quick Start Guide. CMR-8500 DVB IP Encapsulator. Part Number MN-CMR68500-QSG REV. 1 CMR-8500 Quick Start Guide CMR-8500 DVB IP Encapsulator Part Number MN-CMR68500-QSG REV. 1 Copyright Comtech EF Data, 2008. All rights reserved. Printed in the USA. Comtech EF Data, 2114 West 7th Street,

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

HDMI Extender over Cat5e/6

HDMI Extender over Cat5e/6 Statement Thanks for purchasing this product, please read this user manual carefully before using this product.in the constant effort to improve our product, we reserve the right to make functions or parameters

More information

User Manual TLS HDMI Switch Splitter 3/2

User Manual TLS HDMI Switch Splitter 3/2 875224 User Manual TLS HDMI Switch Splitter 3/2 IR SW B A 3 2 1 HDMI IN HDMI OUT DC 5V 1 2 3 A B 8 875224 HDMI Switch Splitter 3/2 Thank you for purchasing this product. For optimum performance and safety,

More information

TB-100 ControLynx Terminal Block

TB-100 ControLynx Terminal Block TB-100 ControLynx Terminal Block TECHNICAL MANUAL Version 1.3 September 2006 Copyright This technical manual and the equipment, firmware and software described herein are copyrighted by INTENT DIGITAL

More information

Instructions. RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes

Instructions. RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes Instructions RM3000 Rackmount Kit for TDS3000 Series Oscilloscopes 071-0326-00 Copyright Tektronix, Inc. All rights reserved. Tektronix products are covered by U.S. and foreign patents, issued and pending.

More information

USB-A to Serial Cable

USB-A to Serial Cable 26-949 User s Guide 6-Foot (1.82m) USB-A to Serial Cable Please read this user s guide before using your new cable. 2/2 Package contents USB-A to Serial Cable User s Guide Driver CD Quick Start Features

More information

ASUS Motherboard Warranty Card

ASUS Motherboard Warranty Card ASUS Motherboard Warranty Card E14277 English ASUS Warranty Information Form Mr./Mrs./Ms/Miss: Telephone Number: Address: E-mail Address: Purchase Date: / / (DD/MM/YYYY) Dealer s Name: Dealer s Address:

More information

HD-1X4-4K User Manual

HD-1X4-4K User Manual HD-1X4-4K User Manual Factor Electronics. Contact: info@factorelectronics.com 1 Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully before

More information

EPSON Preferred. Priority Technical Support. Toll-Free Phone Number. Security and Peace of Mind. On-Site Repair

EPSON Preferred. Priority Technical Support. Toll-Free Phone Number. Security and Peace of Mind. On-Site Repair EPSON Preferred SM Limited Warranty Program for the Epson Stylus Pro Large Format Printers Priority Technical Support Toll-Free Phone Number Security and Peace of Mind On-Site Repair CPD-20273 Please open

More information

SUPPORT SERVICES FOR DGX PRODUCTS TERMS AND CONDITIONS Release Date: August 17, 2017

SUPPORT SERVICES FOR DGX PRODUCTS TERMS AND CONDITIONS Release Date: August 17, 2017 SUPPORT SERVICES FOR DGX PRODUCTS TERMS AND CONDITIONS Release Date: August 17, 2017 WHAT SUPPORT SERVICES ARE INCLUDED NVIDIA Corporation or a designated subsidiary of NVIDIA Corporation with distribution

More information

HUBBCOM GSC3000/GSC4000 Flush-Mount Smart Controller Quick Installation Guide

HUBBCOM GSC3000/GSC4000 Flush-Mount Smart Controller Quick Installation Guide G A I - T R O N I C S C O R P O R A T I O N A H U B B E L L C O M P A N Y HUBBCOM GSC3000/GSC4000 Flush-Mount Smart Controller Quick Installation Guide Important Safety Instructions Read, follow, and retain

More information

Tapio User Guide. ios and USB Switch Interface.

Tapio User Guide. ios and USB Switch Interface. Tapio User Guide ios and USB Switch Interface Origin Instruments Corporation 854 Greenview Dr. Grand Prairie, TX 75050 USA Voice: 972-606-8740 Fax: 972-606-8741 Email: support@orin.com Web: www.orin.com

More information

EZ Bridge G Product Guide

EZ Bridge G Product Guide EZ Bridge 802.11G Product Guide I. Introduction Section - Product Information Product Name: EZ Bridge Model: 802.11G Item Number: 11-212 (NEMA-4 Box); 11-130 (PCB Kit) II. Technical Specs Network Standard:

More information

CL-8. User Guide and Technical Information

CL-8. User Guide and Technical Information CL- User Guide and Technical Information E7556 State Highway 23 and 33 Reedsburg, WI USA 53959 +1 (60) 524-0625 fax: +1 (60) 524-0655 Toll-Free: (00) 505-0625 www.sounddevices.com support@sounddevices.com

More information

POWER SERIES Plus Watt-VAR / Watt-Power Factor Digital Switchboard Meter User s Manual IM2492WVPF-1

POWER SERIES Plus Watt-VAR / Watt-Power Factor Digital Switchboard Meter User s Manual IM2492WVPF-1 POWER SERIES Plus Watt-VAR / Watt-Power Factor Digital Switchboard Meter User s Manual General Description The POWER SERIES Plus digital switchboard meters incorporate the latest DSP microprocessor technology.

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

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

PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates

PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates Model: SEN-420 User s Manual Version 1.00 WARRANTY REGISTRATION PixController, Inc. warrants products sold by it and guarantees

More information

CIKA DEVKIT35P Quick Start Guide

CIKA DEVKIT35P Quick Start Guide CIKA DEVKIT35P Quick Start Guide Pag. 1 of 12 CIKA DEVKIT35P Quick Start Guide Rev.1.0 All Rights Reserved. No part of this document may be photocopied, reproduced, stored in a retrieval system, or transmitted,

More information

Tattletale Micro Tracker

Tattletale Micro Tracker Model: PEGP55P User Guide User's Manual Thank you for purchasing the Tattletale Micro Tracker. Please first read over this manual for proper use. Save this manual and keep it handy. Power On Verify the

More information

Instruction Manual. Balanced Audio Upgrade Installation. iport IW-21/IW-22 Upgrade Kits. Balanced Audio Upgrade Kit. (iport IW-21)

Instruction Manual. Balanced Audio Upgrade Installation. iport IW-21/IW-22 Upgrade Kits. Balanced Audio Upgrade Kit. (iport IW-21) Introduction The iport IW Balanced Audio, Balanced Video, and RS-232 Upgrade Kits add functionality and capability to iport IW-21 and IW-22 models. Balanced Audio Upgrade Kit For use with iport IW-21 models.

More information

Vocia ELD-1. Operation Manual

Vocia ELD-1. Operation Manual Vocia Operation Manual Biamp Systems 9300 S.W. Gemini Drive, Beaverton, Oregon 97008 U.S.A. (503) 641-7287 www.biamp.com table of contents Vocia End of Line Device () features....3 setup and use...............................................................................

More information

FCC Warning. CE Mark Warning. VCCI Mark Warning

FCC Warning. CE Mark Warning. VCCI Mark Warning FCC Warning This equipment has been tested and found to comply with the regulations for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection

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

AC4G-D User s Manual

AC4G-D User s Manual AC4G-D User s Manual Entire contents of this manual 2004 Active Cool Ltd. Ashkelon, Israel. Reproduction in whole or in part without permission is prohibited. Active Cool and AC4G-D are registered of Active

More information

ETConcept Systems Engineering. User s Guide

ETConcept Systems Engineering. User s Guide Wiegand to RS485 Converter User s Guide Nov-08 Copyright 2008. All rights reserved including the right of reproduction in whole or in part in any form. Contents List of Accessories Included... 1 List

More information

Z.com Hosting Service Order

Z.com Hosting Service Order 1 Z.com Hosting Service Order This Z.com Hosting Service Order (hereinafter referred to as the Order ) is an integral part of the Master Service Agreement (hereinafter referred to as the Agreement or MSA

More information

TRENDnet User s Guide. Cover Page

TRENDnet User s Guide. Cover Page Cover Page Table of Contents Contents Contents... i Product Overview... 1 Package Contents... 1 TEG-ECSX... 2 TEG-ECTX... 2 TEG-ECSFP... 2 Product Hardware Features... 3 System Requirements... 3 Installing

More information

Domain Hosting Terms and Conditions

Domain Hosting Terms and Conditions Domain Hosting Terms and Conditions Preamble This document may be augmented or replaced by relevant sections of other parts of our Agreement, and should be read in conjunction with other supporting documents,

More information

THECHARGEHUB.COM. User Manual. For Square & Round Models

THECHARGEHUB.COM. User Manual. For Square & Round Models THECHARGEHUB.COM User Manual For Square & Round Models User Manual THECHARGEHUB.COM 7-Port USB Universal Charging Station Table of Contents General Safety Information...2 Care and Maintenance...3 Introduction...4

More information

Ant6. 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller. Technical Reference Manual PCB Rev 1.0.

Ant6. 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller. Technical Reference Manual PCB Rev 1.0. Ant6 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller Technical Reference Manual PCB Rev 1.0 www.soc-robotics.com Copyright 2008. SOC Robotics, Inc. 1 Manual Rev 0.9 Warranty Statement SOC Robotics

More information

Firmware Updates Model 24 / 44 / 42 Cryogenic Temperature Controllers

Firmware Updates Model 24 / 44 / 42 Cryogenic Temperature Controllers Firmware Updates Model 24 / 44 / 42 Cryogenic Temperature Controllers CRYOGENIC CONTROL SYSTEMS, INC. P.O. Box 7012 Rancho Santa Fe, CA 92067 Tel: (858) 756-3900 Fax: (858) 759-3515 www.cryocon.com Copyright

More information

SREDKey PCI 3.0 Encrypted Key Pad with MagStripe Card Reader USB Interface QuickStart Manual

SREDKey PCI 3.0 Encrypted Key Pad with MagStripe Card Reader USB Interface QuickStart Manual SREDKey PCI 3.0 Encrypted Key Pad with MagStripe Card Reader USB Interface QuickStart Manual AGENCY APPROVED Specifications for subpart B of part 15 of FCC rule for a Class A computing device. LIMITED

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

OPERATING AND SERVICE MANUAL. Universal Interface Device 47

OPERATING AND SERVICE MANUAL. Universal Interface Device 47 OPERATING AND SERVICE MANUAL Universal Interface Device 47 MAGNA-POWER ELECTRONICS, INC. 39 ROYAL ROAD, FLEMINGTON, NJ 08822 May 24, 2012 SAFETY NOTICE Universal Interface Device 47 (UID46) connects

More information