NATIONAL CONTROL DEVICES SCAN Series Quick Start Guide

Size: px
Start display at page:

Download "NATIONAL CONTROL DEVICES SCAN Series Quick Start Guide"

Transcription

1 NATIONAL CONTROL DEVICES SCAN Series Quick Start Guide Contact Closure Input Commands Enhanced Version

2 N A T I O N A L C O N T R O L D E V I C E S SCAN Series Contact Closure Input Commands Enhanced Version National Control Devices, LLC PO Box 455 Osceola, MO Phone Fax (866) Copyright 2013 All Rights Reserved. Notice: Portions of this manual require internet access.

3 Table of Contents Introduction... 1 Getting Started... 1 SCAN Series Hardware... 2 Base Station Software... 8 Standard Version Command Set Command Set Standard Version Command Set Enhanced Version Technical Support... Error! Bookmark not defined. Contact Information... Error! Bookmark not defined. Notice:... Error! Bookmark not defined.

4 Introduction N CD Devices with Contact Closure Input monitoring capabilities will use this command set to read no less than 8 contact closure inputs with a single query. This includes the ZSCAN series controllers and any NCD Devices equipped with a UXP Expansion Port and a USCS16, USCS32, or USCS48 contact closure input expansion board. This SCAN Series command set allows the user to read anywhere from 1 to 32 banks of 8 inputs in a single query. A single bank contains 8 inputs. Reading 32 banks will report the status of 256 inputs. This command has been enhanced to report more than one bank. Original ProXR Standard controllers are only capable of reading one bank of 8 inputs per query. The enhanced version allows you to include an optional parameter to read the selected bank plus 1 to 31 additional banks for a total of 32 banks per query. Getting Started Please refer to the hardware diagram for connecting your contact closure input device. Notice: All inputs labeled A are GROUND inputs, and all inputs labeled B are Contact Closure Inputs. Never apply a Voltage to any contact closure input with consulting a NCD Engineer. 1

5 SCAN Series Hardware Ultra Series ScanSwitch 16-Channel Contact Closure Detector Expansion Module (USCS16) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 2

6 Ultra Series ScanSwitch 32-Channel Contact Closure Detector Expansion Module (USCS32) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 3

7 Ultra Series ScanSwitch 48-Channel Contact Closure Detector Expansion Module (USCS48) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 4

8 USB 16-Channel Contact Closure Input Scanner Detector (ZSCAN16PROXR_USB) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 5

9 USB 32-Channel Contact Closure Input Scanner Detector (ZSCAN32PROXR_USB) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 6

10 USB 48-Channel Contact Closure Input Scanner Detector (ZSCAN48PROXR_USB) NOTE: All Inputs Labeled A are GROUND Inputs. All Inputs Labeled B are Contact Closure Inputs. NEVER APPLY A VOLTAGE TO ANY CONTACT CLOSURE INPUT WITHOUT CONSULTING A NCD ENGINEER! 7

11 Base Station Software Introduction NCD Devices with Contact Closure Input monitoring will use this command set to read no less than 8 contact closure inputs with a single query. This includes the ZSCAN series controllers and any NCD Devices equipped with a UXP Expansion Port and a USCS16, USCS32, USCS48 contact closure input expansion board. A single bank contains 8 inputs. All SCAN Series Devices are capable of Reading Banks 0 through 255 for a total of 256 firmware supported input banks (2048 total supported inputs). This command has been enhanced to report more than one bank. Original Pro XR Standard controllers are only capable of reading one bank of 8 inputs per query. The enhanced version allows you to include an optional parameter to read the selected bank plus 1 to 31 additional banks for a total of 32 banks per query. Base station Software Run the NCD Base Station software to communicate with your SCAN Series controller. After connecting the controller to your computer, select the correct port or IP Address for your controller. You will see the dialog box shown in the screen shot below. Select UXP SCAN Series Contact Closure Input Command Set as selected below. 8

12 Base Station Software This software will give you a binary representation of the status of the selected bank. Use the scroll bar at the top left to select the desired starting Bank. Click the Read Individual Banks button at the bottom left to read the status of the selected Bank. 9

13 Standard Version Command Set Command Set Standard Version Read Single Bank This command reads a single bank of inputs and reports a value from 0 to 255 indicating the status of 8 inputs in the selected bank. An optional parameter may be included to read from 1 to 31 additional banks for a maximum of 32 banks per query. Send Bytes: Byte 1: Byte 2: Byte 3: Function: Command Bank Decimal Values: Hex Values 0xFE 0xAF 0x00-0xFF Receive Byte: Decimal: (Up to 32 Bytes will be sent) Hex: 0x00-0xFF COMM Operator Examples: Device Reads the First 8 Contact Closure Inputs and Returns a Value of The controller will report the status of 8 inputs as a single byte of data. The following software method should be used to determine which inputs are actually high and low (Value = Byte Received from Controller; the "AND" function is a software function supported by most programming languages): If Value AND 1 = 1 then Bit 0 is ON If Value AND 2 = 2 then Bit 1 is ON If Value AND 4 = 4 then Bit 2 is ON If Value AND 8 = 8 then Bit 3 is ON If Value AND 16 = 16 then Bit 4 is ON If Value AND 32 = 32 then Bit 5 is ON If Value AND 64 = 64 then Bit 6 is ON If Value AND 128 = 128 then Bit 7 is ON Or you can do combinations to test multiple bits: If Value AND 3 = 3 then Bits 0 and 1 are ON If Value AND 129 = 129 then Bits 0 and 7 are ON If Value AND 7 = 7 then Bits 0, 1, and 2 are ON If Value AND 255 = 255 then All Bits are ON 10

14 Command Set Enhanced Version Read Single Bank This command reads a single bank of inputs and reports a value from 0 to 255 indicating the status of 8 inputs in the selected bank. An optional parameter may be included to read from 1 to 31 additional banks for a maximum of 32 banks per query. Send Bytes: Byte 1: Byte 2: Byte 3: Byte 4: Function: Command Bank More Decimal Values: Hex Values 0xFE 0xAF 0x00-0xFF 0x Receive Byte: Decimal: (Up to 32 Bytes will be sent) Hex: 0x00-0xFF COMM Operator Examples: Read 1 Byte: Device Reads the First 8 Contact Closure Inputs and Returns a Value of Read 3 Bytes: Device Read the First Bank Plus 2 More Banks and Returns 3 Bytes Read 5 Bytes: Device Reads Bank 5 Plus 4 More Banks (6, 7, 8, and 9) and Returns 5 Bytes The controller will report the status of 8 inputs as a single byte of data. The following software method should be used to determine which inputs are actually high and low (Value = Byte Received from Controller; the "AND" function is a software function supported by most programming languages): If Value AND 1 = 1 then Bit 0 is ON If Value AND 2 = 2 then Bit 1 is ON If Value AND 4 = 4 then Bit 2 is ON If Value AND 8 = 8 then Bit 3 is ON If Value AND 16 = 16 then Bit 4 is ON If Value AND 32 = 32 then Bit 5 is ON If Value AND 64 = 64 then Bit 6 is ON If Value AND 128 = 128 then Bit 7 is ON Or you can do combinations to test multiple bits: If Value AND 3 = 3 then Bits 0 and 1 are ON If Value AND 129 = 129 then Bits 0 and 7 are ON If Value AND 7 = 7 then Bits 0, 1, and 2 are ON If Value AND 255 = 255 then All Bits are ON 11

15 NCD Base Station Software Use the UXP SCAN Quality Control and Diagnostics to help identify problems with the controller. Select the appropriate number of inputs and begin testing by moving the program/run jumper to both positions. Once this test has passed, communication speed will increase (which makes testing a little faster). Next, connect a jumper wire to each input individually until you see PASS for each input. If a failure is detected, the corresponding input failures will be identified. If a failure is discovered, the device must be returned to NCD for repair services. 12

16 Technical Support T echnical support is available through our website, controlanything.com. Support is the way we connect NCD engineers to our customers. Click on the Support tab at the top of any page on our website to be taken to the Forum page. Here you can publicly post or review problems that customers have had, and learn about our recommended solutions. Our engineers monitor questions and respond continually throughout the day. Before requesting telephone technical support, we ask that customers please try to resolve their problems through Support first. However, for persistent problems, NCD technical support engineers will schedule a phone consultation. 13

17 Contact Information National Control Devices, LLC PO Box 455 Osceola, MO phone fax Open 9 a.m. - 4 p.m. CST Like National Control Devices on Facebook, and follow us on All orders must be placed online at our website, Notice: The only authorized resellers of NCD products are All other websites are not authorized dealers; we have noticed some retailers offering our products fraudulently. Copyright 2013 National Control Devices All Rights Reserved. 14

NATIONAL CONTROL DEVICES Potentionmeter Quick Start Guide

NATIONAL CONTROL DEVICES Potentionmeter Quick Start Guide NATIONAL CONTROL DEVICES Potentionmeter Quick Start Guide Control Up to 256 Channels of Potentiometer Outputs N A T I O N A L C O N T R O L D E V I C E S Potentiometer Control Up to 256 Channels of Potentiometer

More information

NATIONAL CONTROL DEVICES Scratchpad Memory Quick Start Guide

NATIONAL CONTROL DEVICES Scratchpad Memory Quick Start Guide NATIONAL CONTROL DEVICES Scratchpad Memory Quick Start Guide Store and Retrieve Non-Volatile Memory N A T I O N A L C O N T R O L D E V I C E S Scratchpad Memory Store and Retrieve Non-Volatile Memory

More information

NATIONAL CONTROL DEVICES. Fusion Digital Input/Output Quick Start Guide

NATIONAL CONTROL DEVICES. Fusion Digital Input/Output Quick Start Guide NATIONAL CONTROL DEVICES Fusion Digital Input/Output Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Fusion Digital I/O Quick Start Guide National Control Devices, LLC PO Box 455 Osceola,

More information

NATIONAL CONTROL DEVICES RS-232 Serial Quick Start Guide

NATIONAL CONTROL DEVICES RS-232 Serial Quick Start Guide NATIONAL CONTROL DEVICES RS-232 Serial Quick Start Guide Serial Communications Module N A T I O N A L C O N T R O L D E V I C E S RS-232 Serial Serial Communications Module National Control Devices, LLC

More information

Quick Start Guide. AD8 Relay Activator. NCD Base Station Event Generator. Copyright 2012 National Control Devices. All Rights Reserved.

Quick Start Guide. AD8 Relay Activator. NCD Base Station Event Generator. Copyright 2012 National Control Devices. All Rights Reserved. Quick Start Guide AD8 Relay Activator NCD Base Station Event Generator Copyright 2012 National Control Devices All Rights Reserved. NOTICE: Portions of this Manual REQUIRE Internet Access Page 2 Quick

More information

NATIONAL CONTROL DEVICES Fusion Remote Access Quick Start Guide

NATIONAL CONTROL DEVICES Fusion Remote Access Quick Start Guide NATIONAL CONTROL DEVICES Fusion Remote Access Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Fusion Remote Access Quick Start Guide National Control Devices, LLC PO Box 455 Osceola, MO 64776

More information

NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide

NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Push Notification - Serial Quick Start Guide National Control Devices, LLC PO Box 455 Osceola,

More information

NATIONAL CONTROL DEVICES API Codec Quick Start Guide

NATIONAL CONTROL DEVICES API Codec Quick Start Guide NATIONAL CONTROL DEVICES API Codec Quick Start Guide Protective Communication Layer NATIONAL CONTROL DEVICES API Codec Quick Start Guide Protective Communication Layer National Control Devices, LLC PO

More information

NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide

NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide Internet Access Module N A T I O N A L C O N T R O L D E V I C E S Wi-Fi Internet Access Module National Control Devices, LLC PO Box 455 Osceola, MO 64776

More information

NATIONAL CONTROL DEVICES. KFX Series Quick Start Guide

NATIONAL CONTROL DEVICES. KFX Series Quick Start Guide NATIONAL CONTROL DEVICES KFX Series Quick Start Guide NATIONAL CONTROL DEVICES NATIONAL CONTROL DEVICES KFX Series Quick Start Guide National Control Devices, LLC PO Box 455 Osceola, MO 64776 Phone 417.646.5644

More information

Quick Start Guide. ZR1x/ZR2x. Wireless Single / Dual Relay Controllers. Copyright 2012 National Control Devices. All Rights Reserved.

Quick Start Guide. ZR1x/ZR2x. Wireless Single / Dual Relay Controllers. Copyright 2012 National Control Devices. All Rights Reserved. Quick Start Guide ZR1x/ZR2x Wireless Single / Dual Relay Controllers Copyright 2012 National Control Devices All Rights Reserved. NOTICE: Portions of this Manual REQUIRE Internet Access Page 2 Quick Start

More information

NATIONAL CONTROL DEVICES

NATIONAL CONTROL DEVICES NATIONAL CONTROL DEVICES Lantronix XPortQuick Start Guide Standard Ethernet N A T I O N A L C O N T R O L D E V I C E S Lantronix XPort Standard Ethernet National Control Devices, LLC PO Box 455 Osceola,

More information

NATIONAL CONTROL DEVICES NCD Hardware Reference Quick Start Guide

NATIONAL CONTROL DEVICES NCD Hardware Reference Quick Start Guide NATIONAL CONTROL DEVICES NCD Hardware Reference Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S NCD Hardware Reference National Control Devices, LLC PO Box 455 Osceola, MO 64776 Phone 417.646.5644

More information

NATIONAL CONTROL DEVICES Push Notification - WiFi Quick Start Guide

NATIONAL CONTROL DEVICES Push Notification - WiFi Quick Start Guide NATIONAL CONTROL DEVICES Push Notification - WiFi Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Push Notification WiFi Quick Start Guide National Control Devices, LLC PO Box 455 Osceola,

More information

NATIONAL CONTROL DEVICES Fusion Essentials Quick Start Guide

NATIONAL CONTROL DEVICES Fusion Essentials Quick Start Guide NATIONAL CONTROL DEVICES Fusion Essentials Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Fusion Essentials Quick Start Guide National Control Devices, LLC PO Box 455 Osceola, MO 64776 Phone

More information

NATIONAL CONTROL DEVICES R4x/R8x Pro Quick Start Guide

NATIONAL CONTROL DEVICES R4x/R8x Pro Quick Start Guide NATIONAL CONTROL DEVICES R4x/R8x Pro Quick Start Guide RS-232 Networkable Relay Controllers N A T I O N A L C O N T R O L D E V I C E S R4x/R8x Pro RS-232 Networkable Relay Controllers National Control

More information

NATIONAL CONTROL DEVICES MirX Wireless Quick Start Guide

NATIONAL CONTROL DEVICES MirX Wireless Quick Start Guide NATIONAL CONTROL DEVICES MirX Wireless Quick Start Guide Relay Pair Series-Wireless N A T I O N A L C O N T R O L D E V I C E S MirX Relay Pair Series-Wireless National Control Devices, LLC PO Box 455

More information

NATIONAL CONTROL DEVICES ProXR Enhanced Quick Start Guide

NATIONAL CONTROL DEVICES ProXR Enhanced Quick Start Guide NATIONAL CONTROL DEVICES ProXR Enhanced Quick Start Guide Relay Control Command Set NATIONAL CONTROL DEVICES ProXR Enhanced Relay Control Command Set National Control Devices, LLC PO Box 455 Osceola, MO

More information

NATIONAL CONTROL DEVICES Fusion ProXR Advanced Quick Start Guide

NATIONAL CONTROL DEVICES Fusion ProXR Advanced Quick Start Guide NATIONAL CONTROL DEVICES Fusion ProXR Advanced Quick Start Guide Fusion Relay Control Command Set N A T I O N A L C O N T R O L D E V I C E S ProXR Advanced Fusion Relay Control Command Set National Control

More information

NATIONAL CONTROL DEVICES Fusion Reactor Quick Start Guide

NATIONAL CONTROL DEVICES Fusion Reactor Quick Start Guide NATIONAL CONTROL DEVICES Fusion Reactor Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Fusion Reactor Quick Start Guide National Control Devices, LLC PO Box 455 Osceola, MO 64776 Phone 417.646.5644

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 KNJN LLC http://www.knjn.com/ Document last revision on December 5, 2008 R22 KNJN I2C bus development boards Page 1 Table of Contents 1 The I2C bus...4

More information

RSB RS-232 Serial Booster

RSB RS-232 Serial Booster RSB RS-232 Serial Booster Users Guide Revision 1.01 B y R y a n S h e l d o n Copyright 1996, 1997, 1998, 1999, 2000, National Control Devices Disclaimer: NCD will not be responsible for any personal injury

More information

GW-7553 PROFIBUS/Modbus TCP Gateway

GW-7553 PROFIBUS/Modbus TCP Gateway GW-7553 PROFIBUS/Modbus TCP Gateway Quick Start User Guide 1. Introduction This manual introduces the GW-7553's basic setting and operating quickly, the user can refer to the user manual in the ICP DAS

More information

NATIONAL CONTROL DEVICES Reactor Relay Series Quick Start Guide

NATIONAL CONTROL DEVICES Reactor Relay Series Quick Start Guide NATIONAL CONTROL DEVICES Reactor Relay Series Quick Start Guide Autonomous Relay Controllers N A T I O N A L C O N T R O L D E V I C E S Reactor Relay Series Autonomous Relay Controllers National Control

More information

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter Congratulations on purchasing Hawking s HPS12U 1-Port Parallel + 2 USB Ports 10/100M Internet Print Server. The Hawking HPS12U is a powerful and convenient network printing solution that will connect your

More information

20-COMM-E EtherNet/IP Adapter Firmware v4.001

20-COMM-E EtherNet/IP Adapter Firmware v4.001 Release Note 20-COMM-E EtherNet/IP Adapter Firmware v4.001 This release note describes major revision 4, minor revision 1 of firmware for 20-COMM-E EtherNet/IP adapters. Introduction The following information

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 fpga4fun.com & KNJN LLC http://www.knjn.com/ Document last revision on January 1, 2008 R12 KNJN I2C bus development boards Page 1 Table of Contents

More information

Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers

Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers GU128x32-800 GU128x64-800 GU160x16-800 GU160x32-800 GU192x16-800 GU256x32-800 Device Features Control 256 Devices Simultaneously

More information

DeviceNet Network Analysis Using the NetDecoder Software Quick Start Guide

DeviceNet Network Analysis Using the NetDecoder Software Quick Start Guide DeviceNet Network Analysis Using the NetDecoder Software Quick Start Guide Copyright 2000 2010 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic

More information

ServoWare 7.4 Firware Upgrade. May 19, WPI, Inc., all rights reserved FlashCut CNC is a registered trademark of WPI, Inc.

ServoWare 7.4 Firware Upgrade. May 19, WPI, Inc., all rights reserved FlashCut CNC is a registered trademark of WPI, Inc. ServoWare 7.4 Firmware Upgrade Notices May 19, 2017 1997-2017 WPI, Inc., all rights reserved is a registered trademark of WPI, Inc. Disclaimer and its affiliates are not responsible for the safe installation

More information

WebRamp M3 Quick Start. for Windows and Macintosh

WebRamp M3 Quick Start. for Windows and Macintosh WebRamp M3 Quick Start for Windows and Macintosh Copyright 1997 Ramp Networks, Inc. All rights reserved. This publication, as well as the software described in it, is furnished under license and may only

More information

TEMPO ATA133. Macintosh PCI Host Adapter Card. Quick Start Guide for Tempo ATA133

TEMPO ATA133. Macintosh PCI Host Adapter Card. Quick Start Guide for Tempo ATA133 TEMPO ATA133 Macintosh PCI Host Adapter Card Quick Start Guide for Tempo ATA133 You Should Have The following items should be included in your product package: One Tempo ATA133 Macintosh PCI Host Adapter

More information

Table of contents. Rev 1.1

Table of contents. Rev 1.1 Rev 1.1 Table of contents 1. Operating conditions... 3 2. LED indicators... 3 2.1 Bootloader... 3 3. Graphical User Interface sections... 4 3.1 Communication Window... 4 3.2 Load/Save tab... 5 3.3 Read/Write

More information

PowerTrac USB and Link Users Guide Software Installation & Operation Manual

PowerTrac USB and Link Users Guide Software Installation & Operation Manual PowerTrac USB and Link Users Guide Software Installation & Operation Manual MAN-000038-00 REV A TABLE OF CONTENTS POWERTRAC USB USER... 1 POWERTRAC SOFTWARE INSTALLATION AND CONFIGURATION... 2 PREPARATIONS

More information

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

City National E Deposit SM User Guide

City National E Deposit SM User Guide City National E Deposit SM User Guide July 2016 Copyright 2016 by City National Bank Member FDIC All rights reserved. No part of this User Guide may be reproduced or transmitted in any form or by any means,

More information

Addendum to Verbatim Gateway Owner's Manual. Gateway Ethernet Module Setup. Version 5.0

Addendum to Verbatim Gateway Owner's Manual. Gateway Ethernet Module Setup. Version 5.0 Addendum to Verbatim Gateway Owner's Manual Gateway Ethernet Module Setup Version 5.0 Revision History Rev # Description Author/Editor Date 3 Draft. Re-write of 2.0 Davey Hudson 4/10/2015 4 Draft. Re-write

More information

NATIONAL CONTROL DEVICES Pulsar Series Quick Start Guide

NATIONAL CONTROL DEVICES Pulsar Series Quick Start Guide NATIONAL CONTROL DEVICES Pulsar Series Quick Start Guide Light Dimming Devices NATIONAL CONTROL DEVICES Pulsar Series Light Dimming Devices National Control Devices, LLC PO Box 455 Osceola, MO 64776 Phone

More information

Quick Start Manual G2-2 Series with Ethernet Interface

Quick Start Manual G2-2 Series with Ethernet Interface Getting Started This is a brief document designed to quickly get you started setting up your valve manifold with integrated G2-2 series EtherNet/IP communication protocol. 1) Initial Unpacking and Inspection

More information

HP Color LaserJet CM3530 MFP Series Fax

HP Color LaserJet CM3530 MFP Series Fax Fax my scan Send a fax 1 Place the original face-up in the document feeder or face-down on the glass. 2 Touch Fax. If prompted, type your user name and 3 Touch Fax Recipients. Enter a fax number. Touch

More information

KE18 PC Keyboard Encoder User Manual

KE18 PC Keyboard Encoder User Manual KE18 PC Keyboard Encoder User Manual Table of Contents Introduction to the KE18 1 Configuring the KE18 Jumpers 2 Interfacing to the KE18 I/O Header 4 Connection to Computer and Keyboard 5 KE18 Keycode

More information

20-COMM-B BACnet MS/TP Adapter Firmware v1.002

20-COMM-B BACnet MS/TP Adapter Firmware v1.002 20-COMM-B BACnet MS/TP Adapter Firmware v1.002 Release Note This release note describes major revision 1, minor revision 2 of firmware for 20-COMM-B BACnet MS/TP adapters. Introduction The following information

More information

InLinK HM Setup Software Installation & Operation Manual

InLinK HM Setup Software Installation & Operation Manual InLinK HM HART Protocol Modem Module with HART Device to Modbus Accumulator for OEM Applications 101-0014 Setup Software Installation & Operation Manual InLink-HM 101-0014 is a complete OEM HART protocol

More information

Addendum to Verbatim Gateway Owner's Manual. Verbatim Gateway EtherNet Module Setup. Version 4.0

Addendum to Verbatim Gateway Owner's Manual. Verbatim Gateway EtherNet Module Setup. Version 4.0 Addendum to Verbatim Gateway Owner's Manual Verbatim Gateway EtherNet Module Setup Version 4.0 Revision History Rev # Description Author/Editor Date 3 Draft. Re-write of 2.0 Davey Hudson 4/10/2015 4 Draft.

More information

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

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

More information

CDN220 HIGH DENSITY I/O ADAPTER USER GUIDE

CDN220 HIGH DENSITY I/O ADAPTER USER GUIDE CDN220 HIGH DENSITY I/O ADAPTER USER GUIDE 13022001 (c) Copyright DIP Inc., 1996 DIP Inc. P.O. Box 9550 MORENO VALLEY, CA 92303 714-924-1730 CONTENTS CDN220 PRODUCT OVERVIEW 1 CDN220 INSTALLATION 2 POWER

More information

MOTENC Axis PCI Motion & I/O Control Board. Reference Manual Rev 1A, April Copyright 2004 VITAL Systems Inc

MOTENC Axis PCI Motion & I/O Control Board. Reference Manual Rev 1A, April Copyright 2004 VITAL Systems Inc MOTENC-100 8-Axis PCI Motion & I/O Control Board Reference Manual Rev 1A, April-7-2004 Copyright 2004 VITAL Systems Inc www.vitalsystem.com This Page Intentionally Left Blank Table of Contents 1. OVERVIEW...

More information

QuickBooks Conversion Instructions

QuickBooks Conversion Instructions QuickBooks Conversion Instructions Please click your version of Quicken below to access instructions specific to your product. QuickBooks Windows 2013-2016 Web Connect... 2 QuickBooks for Mac 2013 2016

More information

MOTENC-Lite 4-Axis PCI Motion & I/O Control Board. Reference Manual Rev 1.1, June 20, Copyright 2005 VITAL Systems Inc

MOTENC-Lite 4-Axis PCI Motion & I/O Control Board. Reference Manual Rev 1.1, June 20, Copyright 2005 VITAL Systems Inc MOTENC-Lite 4-Axis PCI Motion & I/O Control Board Reference Manual Rev 1.1, June 20, 2005 Copyright 2005 VITAL Systems Inc www.vitalsystem.com This Page Intentionally Left Blank Table of Contents 1. OVERVIEW...

More information

ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL

ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL ACCESS CONTROL SOFTWARE V3.1 REFERENCE MANUAL 01/2004 Centaur is a registered trademark of Position Technology INC. Pro-Report, Tracker, FrontGuard and FrontView are trademarks of Position Technology Inc.

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: While RAMCHECK is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com). The PC programs software

More information

Deposit Wizard Panini Installation Guide

Deposit Wizard Panini Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

User Guide CipherUSB

User Guide CipherUSB T E C H N O L O G I E S User Guide CipherUSB (CA256USB) www.addonics.com v3.1.11 Technical Support If you need any assistance to get your unit functioning properly, please have your product information

More information

QuickBooks for Windows Conversion Instructions

QuickBooks for Windows Conversion Instructions QuickBooks for Windows Conversion Instructions QuickBooks for Windows 2011 2014 Direct Connect Table of Contents TABLE OF CONTENTS... 1 INTRODUCTION... ERROR! BOOKMARK NOT DEFINED. DOCUMENTATION AND PROCEDURES...

More information

QINGDAO WINTEC SYSTEM CO., LTD

QINGDAO WINTEC SYSTEM CO., LTD User Manual QINGDAO WINTEC SYSTEM CO., LTD Thank you for purchasing our multi-functional terminal. This manual will help you to know the functions and operations of the. About the Product is an all-in-one

More information

DP-300+ Fast Ethernet Multi-Port Print Server

DP-300+ Fast Ethernet Multi-Port Print Server This product can be setup using any current Web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.0 DP-300+ Fast Ethernet Multi-Port Print Server Before You Begin You will need an Ethernet-enabled

More information

2214 EVENT LOGGER MODULE FOR THE VX2200 SYSTEM

2214 EVENT LOGGER MODULE FOR THE VX2200 SYSTEM 2214 EVENT LOGGER MODULE FOR THE VX2200 SYSTEM CONTENTS PAGE Manual Introduction 3 Product Overview 3 Operation and Connection 3 RS232 Connection 3-4 RS485 Connection 3-4 2214 PCB layout 5 RS485 Bus Terminal

More information

Plus-X Dual IP-8 Adapter. Installation and Operation Manual

Plus-X Dual IP-8 Adapter. Installation and Operation Manual Plus-X Dual IP-8 Adapter Installation and Operation Manual Table of Contents Introduction... 1 Compatibility... 2 Unpacking... 2 Front Panel Indicators... 3 Hardware Configuration... 3 Installation...

More information

place an order or Review your Patterson Advantage benefits and account information.

place an order or Review your Patterson Advantage benefits and account information. If you have an existing username and password for the website, select the Sign In button or enter your credentials in the Sign In field. To sign up for a new online account, select the Sign In button or

More information

Addendum for Tempo HD (Without Drive)

Addendum for Tempo HD (Without Drive) Addendum for Tempo HD (Without Drive) You Should Have (Part Number THD-M) In addition to the parts listed on the Tempo HD quick start guide, the following items should be included in your product package:

More information

Tango. alpha nea. Thermometers and controllers with digital communication - Series AM

Tango. alpha nea. Thermometers and controllers with digital communication - Series AM Installed in Tango (standard) or alpha nea frames Modbus RTU communication over RS485 line Wide range of power supply Control knob for correction setting Can be installed in a multifunction frame Tango

More information

AEQUERY DATA CAPTURE SOFTWARE

AEQUERY DATA CAPTURE SOFTWARE FN:AEQUERY107M1.DOC AEQUERY DATA CAPTURE SOFTWARE DESCRIPTION AEQUERY is a data capture and control program for AE Series Production Monitor Displays. Systems with up to (32) AE44-503J, Dual Line Production

More information

Online Help. Protocol Trigger and Decode Adapted from the Protocol Trigger and Decode Online Help (May, 2005)

Online Help. Protocol Trigger and Decode Adapted from the Protocol Trigger and Decode Online Help (May, 2005) Online Help Protocol Trigger and Decode 077-0009-01 Adapted from the Protocol Trigger and Decode Online Help (May, 2005) www.tektronix.com Table of Contents General Safety Summary 3 Welcome to the Protocol

More information

BIUT TS2 Bus Interface Unit Tester. User's Manual Revision 1.0

BIUT TS2 Bus Interface Unit Tester. User's Manual Revision 1.0 BIUT- 820 TS2 Bus Interface Unit Tester User's Manual Revision 1.0 Table of Contents 1. Explanation of Symbols, Terms, and Abbreviations...3 2. Safety Information...5 3. Introduction...6 4. BIUT-820 Software

More information

1394 PCI Adapter Installation Guide

1394 PCI Adapter Installation Guide Introduction 1394 PCI Adapter Installation Guide The 1394 PCI Adapter is designed to add FireWire (1394a) interface to your PC computer for easy connection to DV camcorders, hard disk drives (self-powered),

More information

FRONTLINE TEST SYSTEM TM

FRONTLINE TEST SYSTEM TM FRONTLINE TEST SYSTEM TM CAN 2.0A QUICK START GUIDE Copyright 2000 2010 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this

More information

Trouble shooting the DeskCNC controller:

Trouble shooting the DeskCNC controller: Checking for a functional card. 1) Unplug/Disconnect all connections to the I/O and step and direction pins/terminals. 2) Apply regulated 5vdc to the +5 and gnd terminals. CHECK FOR CORRECT POLARITY WITH

More information

VersaMax* IC200BEM003. PROFIBUS Master Module. Ordering Information. Specifications. GFK-2739 April of their respective owners.

VersaMax* IC200BEM003. PROFIBUS Master Module. Ordering Information. Specifications. GFK-2739 April of their respective owners. April 2012 The VersaMax * IC200BEM003 PROFIBUS Master Module allows a VersaMax CPU005, CPUE05 or PROFINET Scanner (PNS) to send and receive data on a PROFIBUS-DP V1 network. The PROFIBUS Master module

More information

CarDAQ-M J2534-1&2 Module Quick Start Guide

CarDAQ-M J2534-1&2 Module Quick Start Guide CarDAQ-M J2534-1&2 Module Quick Start Guide CarDAQ-M has been carefully designed and tested to comply with OBDII protocols, which are used on most 1996 and newer cars and light trucks sold in the USA.

More information

in Berlin (Germany) Sponsored by Motorola Semiconductor NEC Electronics (Europe) Siemens Semiconductors Organized by

in Berlin (Germany) Sponsored by Motorola Semiconductor NEC Electronics (Europe) Siemens Semiconductors Organized by 4 th international CAN Conference icc 1997 in Berlin (Germany) Sponsored by Motorola Semiconductor NEC Electronics (Europe) Siemens Semiconductors Organized by CAN in Automation (CiA) international users

More information

ICC. Metasys N2 Master Driver Manual INDUSTRIAL CONTROL COMMUNICATIONS, INC Industrial Control Communications, Inc.

ICC. Metasys N2 Master Driver Manual INDUSTRIAL CONTROL COMMUNICATIONS, INC Industrial Control Communications, Inc. INDUSTRIAL CONTROL COMMUNICATIONS, INC. Metasys N2 Master Driver Manual January 5, 2018 2018 Industrial Control Communications, Inc. TABLE OF CONTENTS 1 Metasys N2 Master... 2 1.1 Overview... 2 1.2 Connections...

More information

T P G. Test Pattern Generator. Updated 7/12/ Firmware 03 (C) 2017 CraftyMech LLC.

T P G. Test Pattern Generator. Updated 7/12/ Firmware 03 (C) 2017 CraftyMech LLC. T P G Test Pattern Generator Updated 7/12/2017 - Firmware 03 (C) 2017 CraftyMech LLC http://craftymech.com Usage The Test Pattern Generator produces display patterns for use with Standard Resolution (15.7khz)

More information

LENOVO IDEACENTRE A310

LENOVO IDEACENTRE A310 You can read the recommendations in the user guide, the technical guide or the installation guide for LENOVO IDEACENTRE A310. You'll find the answers to all your questions on the LENOVO IDEACENTRE A310

More information

SQL Parsers with Message Analyzer. Eric Bortei-Doku

SQL Parsers with Message Analyzer. Eric Bortei-Doku SQL Parsers with Message Analyzer Eric Bortei-Doku Agenda Message Analyzer Overview Simplified Operation Message Analyzer Parsers Overview Desktop UI Demos Analyzing Local Ping Traffic Analyzing a Capture

More information

MobileFlex Version 1.0 Portable Technology Solutions, LLC

MobileFlex Version 1.0 Portable Technology Solutions, LLC MobileFlex Version 1.0 Portable Technology Solutions, LLC Telephone: 1-877-640-4152 Fax: 1-501-421-5085 http://www.ptshome.com support@ptshome.com This document and the software described by this document

More information

MODBUS EXPANSION CARD

MODBUS EXPANSION CARD 2100 MODBUS EXPANSION CARD MAP v2.1 FOR HARDWARE v2.0 ONLY FOR FIRMWARE v2.0, v4.0, v4.1, v4.3 PF2100 MODBUS EXPANSION CARD MAP v2.1 PROFIRE ENERGY INC. FIRMWARE VERSION HISTORY FIRMWARE VERSION HISTORY

More information

11Mbps Wireless LAN Smart Station Adapter

11Mbps Wireless LAN Smart Station Adapter 11Mbps Wireless LAN Smart Station Adapter Quick Start Guide Version 1.6 The next-generation wireless LAN device 11Mbps Wireless LAN Smart Station adapter, brings Ethernet-like performance to the wireless

More information

FRONTLINE TEST SYSTEM

FRONTLINE TEST SYSTEM FRONTLINE TEST SYSTEM SETUP AND QUICK START GUIDE ETHERTEST 04 Feb 09 300 DOC ET 000 Copyright 2000 2009 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on

More information

Release Notes SMART Product Drivers 10. About These Release Notes. Product Information

Release Notes SMART Product Drivers 10. About These Release Notes. Product Information PLEASE THINK BEFORE YOU PRINT Release Notes SMART Product Drivers 10 About These Release Notes These release notes document changes in SMART Product Drivers 10 (formerly SMART Board drivers 10) and its

More information

BCM2 Series Branch Circuit Monitors Quick Setup Guide

BCM2 Series Branch Circuit Monitors Quick Setup Guide BCM2 Series Branch Circuit Monitors Quick Setup Guide Safety Information DANGER! HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Follow safe electrical work practices. See NFPA 70E in the USA, or applicable

More information

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC eth000_large.jpg Using ICC EtherNet/IP Interface with Mitsubishi iq PLC Contents Contents... i FURTHER READING REFERENCE LIST... ii Chapter Chapter Chapter... -... -... -. Changing the IP Address of the

More information

G2-2 ControlNet 2005/2012 Series Technical Manual

G2-2 ControlNet 2005/2012 Series Technical Manual G2-2 ControlNet 2005/202 Series Technical Manual LT2005/202CNTECH- 0/03 www.numatics.com Table of Contents 2005/202 Series ControlNet Technical Manual PAGE About ControlNet... 3 Overview... 3 G2-2 ControlNet

More information

1) Examine exterior of package for signs of damage. Report any damage to shipping carrier.

1) Examine exterior of package for signs of damage. Report any damage to shipping carrier. I P MAC AD D RE S S Getting Started This is a brief document designed to quickly get you started setting up your valve manifold with an integrated Numatics G2-2 Series EtherNet/IP communication node. 1)

More information

NISSAN CONSULT and Windows 7 OS Microsoft ends XP support April 8, 2014

NISSAN CONSULT and Windows 7 OS Microsoft ends XP support April 8, 2014 NISSAN CONSULT and Windows 7 OS Microsoft ends XP support April 8, 2014 Reference: NPSB/14-018a Date: April 1, 2014 Attention: Service, Parts and IT Manager If the CONSULT laptops in your service department

More information

Secure Processing A Step by Step Guide

Secure Processing A Step by Step Guide Secure Processing A Step by Step Guide Protecting your theatre from fraudulent credit card activity requires two levels of security changes to your credit card account and additional hardware. This guide

More information

RS-232 E3C Networkable Hybrid I/O + A/D + LCD + Keypad + Terminal + Relay Controller

RS-232 E3C Networkable Hybrid I/O + A/D + LCD + Keypad + Terminal + Relay Controller IOADR8x IOADR16x RS-232 E3C Networkable Hybrid I/O + A/D + LCD + Keypad + Terminal + Relay Controller Hybrid Relay + I/O Controllers D Hybrid Controllers combine the features and command set of our IOAD168

More information

KEUSB24 PC Keyboard Encoder User Manual

KEUSB24 PC Keyboard Encoder User Manual KEUSB24 PC Keyboard Encoder User Manual Table of Contents Introduction to the KEUSB24 1 Computer Connections and Device ID Jumper 2 Interfacing to the KEUSB24 I/O Header 3 Status LED Connections 4 The

More information

Power Xpert C445 Motor Management Relay Cheat Sheets

Power Xpert C445 Motor Management Relay Cheat Sheets SYSTEM COMPONENT REQUIREMENTS To understand the architecture and functionalities of a complete C445 Motor Management Relay system (henceforth referred to as C445), we must understand the individual components

More information

Room Control Module (2000i-RCM) Interface Command Structure. for the

Room Control Module (2000i-RCM) Interface Command Structure. for the Room Control Module (2000i-RCM) Interface Command Structure for the 2000i-DVS Interactive Whiteboard 99-00544-00 Rev A0 FCC Warning This equipment has been tested and found to comply with the limits for

More information

Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers

Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers Display Setup & Programming Guide NCD RS-232 Networkable Graphic Display Controllers DMF50773NF-SLY 160x128 LED Backlit Graphic LCD DMF50773NB-FW 160x128 Blue CCFL Backlit Graphic LCD DMF50773NF-FW 160x128

More information

MicroTest III Quick Reference

MicroTest III Quick Reference MicroTest III Quick Reference Windows 95/98/NT Installation: 1. Insert the MicroTest III CD into your CD-ROM drive. 2. Follow the on-screen prompts to install. 3. MicroTest III has completed the installation

More information

20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002

20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002 Release Notes 20-COMM-E EtherNet/IP Adapter Firmware Revision 4.002 This release notes document describes major version 4, minor revision 2 of firmware for 20-COMM-E EtherNet/IP adapters. The following

More information

QUICK SETUP GUIDE. BCM2 Series Branch Circuit Monitors. Safety Information. Equipment Maintenance and Service. Raritan DANGER!

QUICK SETUP GUIDE. BCM2 Series Branch Circuit Monitors. Safety Information. Equipment Maintenance and Service. Raritan DANGER! QUICK SETUP GUIDE BCM2 Series Branch Circuit Monitors Safety Information DANGER! HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Follow safe electrical work practices. See NFPA 70E in the USA, or applicable

More information

PowerFlex 753 Drives (revision )

PowerFlex 753 Drives (revision ) Release Notes PowerFlex 753 Drives (revision 10.003) These release notes correspond to major revision 10, minor revision 3 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

AVICSYNC UpDate Procedure

AVICSYNC UpDate Procedure AVICSYNC UpDate Procedure Updating the Handset Please download the AVICSYNC application from Google Play store and install the application in your phone. Updating the Head Unit System Firmware Update Instructions

More information

Installation. Installation 1

Installation. Installation 1 Installation 1 Installation The SP35 printer is easy to install and use. It is also flexible; you can connect and use it in many different ways. Most often, one printer is connected to one PC. However,

More information

PL-85PE 85Mbps High Speed HomePlug Ethernet Adapter

PL-85PE 85Mbps High Speed HomePlug Ethernet Adapter PL-85PE 85Mbps High Speed HomePlug Ethernet Adapter Easy Start Version 1.0 Easy Start Page 1 of 20 Table of Contents Preliminary Pages Page Table of Contents...2 Chapter 1 Introduction...5 Chapter 2 Installation

More information

Wireless Print Server with 3G Mobile Video. Wireless G USB 2.0 Adapter

Wireless Print Server with 3G Mobile Video. Wireless G USB 2.0 Adapter Wireless G USB 2.0 Adapter Wireless Print Server with 3G Mobile Video System Requirements 10/100 Fast Ethernet Wired or 802.11b/g Wireless Network Printer with USB Port* Computer with: Windows XP (SP2)

More information

PCC Revision 3.3 Release Notes

PCC Revision 3.3 Release Notes PCC Revision 3.3 Release Notes Full version: 3.3.781.0 Includes notes from 3.0 and 3.1 Vision Research October 19 2018 100 Dey Rd. Wayne, NJ 07470, USA Tel: +1 973.696.4500 Toll Free: 1.800.737.6588 Revision

More information

RPM Utility Software. User s Manual

RPM Utility Software. User s Manual RPM Utility Software User s Manual Table of Contents 1. Introduction... 1 2. Installation... 2 3. RPM Utility Interface... 4 1. Introduction General RPM Utility program is an RPM monitoring, and management

More information