NATIONAL CONTROL DEVICES API Codec Quick Start Guide

Size: px
Start display at page:

Download "NATIONAL CONTROL DEVICES API Codec Quick Start Guide"

Transcription

1 NATIONAL CONTROL DEVICES API Codec Quick Start Guide Protective Communication Layer

2 NATIONAL CONTROL DEVICES API Codec Quick Start Guide Protective Communication Layer 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 What is the API Codec?...1 Device Identification... 2 API in Base Station... 3 Base Station: API Codec...4 Getting Started... 5 Coding Commands in API Format... 5 Standard Command:...5 Send in API Encoded Format:...5 Calculating the Checksum:...6 Checksum Notes:...6 API Codec Options:... 7 API Timeout...7 Testing for API Support...7 Notes from NCD Developers...9 Technical Support Contact Information Notice:... 11

4 Chapter 1 Introduction What is the API Codec? T he API Codec is a faster, more reliable method of communicating to NCD devices, particularly when working with network- or wireless-based devices. The API Codec makes communications more resilient to errors and eliminates timeout requirements of standard communication methods. While you will benefit from speed and reliability, data must be encoded and decoded to fully support the API Codec. If you are working with TCP/IP or Wireless communications, you might want to consider using the API Codec to handle all communication functions. The API Codec will wrap standard commands with a Header, Byte Counter, and a Checksum, which eliminates the need for timeout command processing (the standard method of communications which stalls processing of commands). To better understand why the API Codec was created, it is important to understand standard timeout based communications. Timeout based communications means you send your command to the controller, the controller waits until you stop sending data, times out, processes your command, and reports data back to the host computer. The API Codec eliminates the Timeout (and delay) from the standard protocol. Because the API Codec includes a checksum, invalid data is automatically discarded to prevent false processing of commands. The API Codec does not interfere with standard communications in any way. If you send a standard command to an API capable controller, you will get a standard response. If you send an API Encoded command to an API capable controller, you will get an API Encoded response. So any controller that supports the API Codec is 100 percent backward compatible with standard communication protocols. The API Codec should be thought of as a new layer of communications that operates 100 percent independent of standard communication protocols. Your software may be written with a mix of API and Standard communication functions. Commands that require optimal reliability can be sent using API communications while standard communications can be used to preserve compatibility with older portions of your software. 1

5 Device Identification Not all controllers support the API Codec. Click Device Identification and look at the API Support status field. All NCD devices with firmware version 3.2 or later will support API Communications. If your controller supports the API Codec, the word Supported will be displayed as shown below: 2

6 API in Base Station Beginning with Version 3.2 of Base Station, the Base Station software attempts to communicate all commands in API format if API mode is supported. The Use API Mode when Possible check box will be checked by default and all subsequent portions of Base Station will communicate in API mode when possible. The top of all forms that support API will indicate (API Mode) as shown here indicating all communication is formatted in API Format. You may turn this off by unchecking the Use API Mode when Possible on the main Base Station screen. 3

7 Base Station: API Codec To help users better-understand the API Codec, a new control panel was created that allows you to enter commands in Standard Format and encode/decode the responses. This is a valuable learning tool for users who may wish to learn and troubleshoot the API Codec. Move the Slider to select how many bytes you would like to send. This value should match the number of bytes in the standard command. In the example above, the Standard command that we want to encode is 254, 166 (two bytes). By clicking the blue Encode button as shown above, these data are wrapped with a Header, Number of Bytes, and is finished with a checksum (a value of 80 shown above). When a command is sent in API format, the controller responds in API format. In this case, the controller will report back 8 bytes indicating the 8-bit A/D values of analog inputs 1-8 (not supported by all controllers). The controller will respond with a header byte of 170, followed by the number of bytes to expect (8), followed by 8 bytes of data, concluding with a checksum of 210 as shown above. The API decoded data that you actually want to obtain and use is shown at the bottom text field ( ). 4

8 Chapter 2 Getting Started Coding Commands in API Format Coding Commands in API Format is easy. Let s take a simple command and encode it for API Communications. The command 254, 33 is used to test twoway communications. If we send this command to the controller, the device will return 85 in Run Mode, 86 in Configuration Mode, and 87 in Security Lockdown Mode. Standard Command: Send Bytes: Byte 1: Byte 2: Function: Test Two-Way Communications Decimal Value Receive Byte: 85 Send in API Encoded Format: Send Bytes: Byte 1: Byte 2: Byte 3: Byte 4: Byte5: Decimal Value Byte 1: 170 Enter API Encoding Format Command Byte 2: 2 Contains the Number of Bytes in the Command that will be sent to the controller Byte 3: 254 Standard Command (Byte 1 of 2) Byte 4: 33 Standard Command (Byte 2 of 2) Byte 5: 203 LSB Checksum ( )=459 (459 AND 255)=203 When an API Command is sent, the controller will send all responses to your commands in API Mode. You will receive the following bytes from the controller: Receive Bytes: Byte 1: 170 Controller will encode the Response Beginning with 170 as a Header Byte 2: 1 Number of Bytes to expect from the Controller Byte 3: is the actual data byte you will receive from the controller Byte 4: 1 LSB Checksum Value of Response ( )=257 (257 AND 255)=1 5

9 Calculating the Checksum: In order to use the API Codec, it is important that you properly calculate the Checksum for both coding and decoding API communications. The Checksum is very easy to calculate. Simply add all bytes together (including the Header Byte 170, and the Byte that indicates of number of bytes in the packet) then use the Mathematical AND function to isolate the Least Significant Byte: 459 AND 255 = AND 255 = 1 Checksum Notes: Some standard commands (Non-API) may require a Checksum to process properly. This checksum must be wrapped into the API Codec, so essentially these commands will have two checksums. The first checksum will be required as part of the original command, the second checksum will be required by the API Codec. Make sure both checksums are included or the API Codec will not function properly. 6

10 API Codec Options: API Timeout There is only one important parameter that may be changed for the API Codec. The API Timeout Parameter (shown at the bottom of Device Configuration). When API Mode is entered, API mode will automatically timeout and exit if a complete API Command is not received within the default timeout period. We have chosen 10 Seconds as the API Timeout period, as this is ideal for network communications that may experience delays between packets. You may set the API Timeout to 0, which means API Mode will NEVER Timeout. Testing for API Support To ask the controller if API Mode is supported, read EEPROM Location 246 and Test Bit 8 (the most significant bit). If Bit 8 is High, API is supported by the controller. Please refer to the EEPROM Quick Start Guide for complete details. 7

11 Updated API Structure for E3C DropNet Devices In September of 2015, an updated API Protocol was introduced to cover E3C DropNet Devices, which is included with ALL devices sold as E3C DropNet Devices. The current API Protocol is still valid, and works with all DropNet devices without interruption; however, a shortcut was introduced to consolidate device targeting and command processing as a single unified command. By using the updated API Structure, users may effectively target and control a device using one command. Older versions of firmware required two commands: One for targeting a device and one for controlling a device. Using the updated API Structure for E3C DropNet Devices, you can effectively double communication speed with minimal changes to the API Structure. This portion of the guide explains the updated API Packet Structure: 171 Header Byte for updated E3C DropNet Structure 0 Device you would like to control (0-255 Valid Range) 3 Number of Bytes to Send in the Command 254 Header Byte for Command 131 Toggle Relay Command 0 Apply Command to the first Relay 46 Checksum Calculations do NOT Change Note: To simplify integration of this new packet structure, Checksums are calculated EXACTLY as before. The 171 does NOT recalculate the checksum, checksum is calculated as though the header byte were 170. The Device Number is NOT included in the Checksum calculations. Note: Each E3C DropNet Device MUST be configured with a DIFFERENT E3C Device Number. Use our Base Station Software and choose: Device Configuration to set the device number. 8

12 Notes from NCD Developers The API Codec has greatly improved the reliability of the NCD product line. When the API Codec was first implemented in device firmware, several small malfunctions began to appear across many versions of firmware. We discovered some firmware routines were not 100 percent independent of other unrelated routines. While bugs were never proven in standard communications despite exhaustive testing, API helped us red flag and repair all Leaky routines. The resulting theoretical reliability of NCD Products has taken a major step forward since the introduction of the API Codec. You will also notice the Device Configuration and Device Identification now operate much faster than before, thanks in large part to the API Codec. Base Station software was HEAVILY modified to include support for API Communications while maintaining backward compatibility with older devices. In addition, Ethernet Connect ME users will now be able to use Base Station Version 3.2 or later to DIRECTLY communicate with these devices WITHOUT the use of RealPort. The API Codec has paved the way for future commands that will only process in API mode; in fact, Base Station currently uses a few undocumented commands that are only available in API Mode for memory alteration. Go into device configuration of your controller with API Mode turned off then go into device configuration on your controller with API Mode turned on the speed difference is credited to API Mode in combination with a few new special commands. We hope all users of ProXR Enhanced and Taralist controllers will review their current version of firmware. If you are running any firmware version that does not indicate 3.2 or greater, we invite you to return your controller to us for a FREE firmware upgrade (inside the continental United States). While not required, we think you will greatly benefit from the improvements made with all versions of ProXR Enhanced, Taralist, and Base Station software. Taralist users may see a version number as high as 21. This was first generation firmware which only supported 3 digits. Version 3.2 or later is actually a newer version of firmware for these controllers as this version number actually support 6 digits. ProXR Standard firmware is now closed and will not be modified or enhanced beyond Base Station software improvements due to memory limitations of ProXR Standard microprocessors. If you are running ProXR Standard, we are able to convert your controller to ProXR Enhanced. Please contact us for details 9

13 Chapter 3 Technical Support T echnical support is available through our website, controlanything.com. AccessNCD is the way we connect NCD engineers to our customers. Click on the AccessNCD button located on the top right of the header of each page of our website. For technical support and application information, contact Travis Elliott, our technical engineer. If you feel that you have discovered a bug in the firmware of our controllers, contact Ryan Sheldon, our hardware developer. If you have programming-related questions or have discovered a bug in our software, please contact Shirui Xu, our software engineer. Click the Tech Support Staff tab and click on the appropriate engineer link for assistance. Click on our Forum tab if you would like to post publicly or review problems that other customers have had and our recommended solutions. 10

14 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 AccessNCD first. However, for persistent problems, NCD technical support engineers will schedule a phone consultation. Contact Information National Control Devices, LLC PO Box 455 Osceola, MO phone fax Open 9 a.m. - 4 p.m. CST 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. 11

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 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

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

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 SCAN Series Quick Start Guide

NATIONAL CONTROL DEVICES SCAN Series Quick Start Guide NATIONAL CONTROL DEVICES SCAN Series Quick Start Guide Contact Closure Input Commands Enhanced Version 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

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

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 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 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 - 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

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 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 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 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

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 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 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

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

MicroStrain LXRS Wireless Base Station EEPROM Map

MicroStrain LXRS Wireless Base Station EEPROM Map MicroStrain LXRS Wireless Base Station EEPROM Map EEPROM Address (Decimal) EEPROM Address (Hexidecimal) Nomenclature Valid Ranges Factory Init Value 0 0 Reserved - 65535-2 2 Reserved - 65535-4 4 Reserved

More information

Model Information, Status, and Statistics

Model Information, Status, and Statistics Overview, page 1 Display Model Information Screen, page 1 Status Menu, page 2 Overview This chapter describes how to use the following menu and screen on the Cisco Unified IP Phone 7931G to view model

More information

User s Guide. I 2 C Bus Serial EEPROM Programmer Software for MCC ASCII Interface I 2 C Bus Host Adapters.

User s Guide.  I 2 C Bus Serial EEPROM Programmer Software for MCC ASCII Interface I 2 C Bus Host Adapters. User s Guide I 2 C Bus Serial EEPROM Programmer Software for MCC ASCII Interface I 2 C Bus Host Adapters Version 2 10101000 I 2 C Bus 01001010 www.mcc-us.com Introduction The MCC iburner I 2 C Bus Serial

More information

cctalk Product Manual for Ardac Elite

cctalk Product Manual for Ardac Elite cctalk Product Manual for Ardac Elite Issue : 1.0 Last Updated : 24/10/08 This document is the copyright of Money Controls Ltd and may not be reproduced in part or in total by any means, electronic or

More information

Fundtech JRE 1.7 Update 45 Issues and Resolution

Fundtech JRE 1.7 Update 45 Issues and Resolution Fundtech JRE 1.7 Update 45 Issues and Resolution 10/17/2013 Summary of Issues Oracle released JRE 1.7 update 45 in the late morning of 10/15/2013. Changes in this version of the JRE created the following

More information

DirectNET Host. Communications Programs. In This Chapter...

DirectNET Host. Communications Programs. In This Chapter... Communications Programs In This Chapter.... Why do you need a communications program? Modes of Operation Protocol Components Controlling the Communications Initiating the Request Acknowledging the Request

More information

Using lejos communication for games

Using lejos communication for games Using lejos communication for games Timo Paukku Dinnesen (timo@daimi.au.dk) University of Aarhus Aabogade 34, 8200 Aarhus N, Denmark June 3, 2005 1 Contents 1 Introduction 3 2 Game communication 3 3 The

More information

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

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

More information

Fisher ROC Plus Ethernet Driver Help Kepware, Inc.

Fisher ROC Plus Ethernet Driver Help Kepware, Inc. Fisher ROC Plus Ethernet Driver Help 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 7 Device Setup 13 Scan Mode 15 Timings and Timeouts 16 Automatic Demotion 17 Automatic

More information

Allworx 5.1 Release Notes

Allworx 5.1 Release Notes Allworx 5.1 Release Notes (Server 5.1.2.6) (Client 5.1.0.3) (OfficeSafe 5.1.0.3) Installation Tips 1) It is valid to upgrade from any previous customer release to this Allworx 5.1 release. 2) You should

More information

VideoCenter User s Manual

VideoCenter User s Manual VideoCenter User s Manual About this Manual This manual documents the VideoCenter revision V1.0.8. For a complete revision history, see the Eurotech support forum. Organization of this Manual The manual

More information

ACCESS 4.0 Addendum. Product Manual

ACCESS 4.0 Addendum. Product Manual ACCESS 4.0 Addendum Product Manual ACCESS 4.0 Firmware addendum The ACCESS manual describes operation of firmware 3.x. Firmware 4.x adds significant new features and changes the default behavior of the

More information

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE...

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE... Content 1 OVERVIEW...1 1.1FEATURES...1 1.2 PACKETCONTENTS...3 1.3 SYSTEM REQUIREMENTS... 1.4 FACTORY DEFAULTS...4 1.5 WARNINGS AND CAUTIONS...4 2 HARDWARE DESCRIPTION... 6 3 HARDWARE INSTALLATION...8 4

More information

Universal Communicator User Manual

Universal Communicator User Manual Revision B NKK SWITCHES 7850 E. Gelding Drive Scottsdale, AZ 85260 1-877-2BUYNKK (877-228-9655) 480-991-0942 FAX (480) 998-1435 e-mail All Rights Reserved Worldwide NKK Switches

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

Interface The exit interface a packet will take when destined for a specific network.

Interface The exit interface a packet will take when destined for a specific network. The Network Layer The Network layer (also called layer 3) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the Network

More information

Fisher ROC Plus Serial Driver Help Kepware Technologies

Fisher ROC Plus Serial Driver Help Kepware Technologies Fisher ROC Plus Serial Driver Help 2014 Kepware Technologies 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 6 Device Setup 7 Tag Import Settings 7 Address Specification 8 Operator Identification

More information

Lecture 7: Ethernet Hardware Addressing and Frame Format. Dr. Mohammed Hawa. Electrical Engineering Department, University of Jordan.

Lecture 7: Ethernet Hardware Addressing and Frame Format. Dr. Mohammed Hawa. Electrical Engineering Department, University of Jordan. Lecture 7: Ethernet Hardware Addressing and Frame Format Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks MAC Addresses The shared medium in a LAN

More information

HARRIS MATCHETTE SOLUTIONS. The New EZSpirits POS

HARRIS MATCHETTE SOLUTIONS. The New EZSpirits POS HARRIS MATCHETTE SOLUTIONS The New EZSpirits POS CHAPTER 1 The new EZSpirits POS The new EZSpirits POS is coming. It brings a new look, a new feel, new functionality, but the same core operations that

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide PIGCHAMP, LLC Enterprise Edition Installation Guide JUNE 2016 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Network Layer IPv4, Format and Addressing,, IPv6 Prof. Lina Battestilli Fall 2017 Chapter 4 Outline Network Layer: Data Plane 4.1 Overview of Network layer

More information

REVIEW: A LOOK AT A PORTABLE USB3 NETWORK TAP WIRESHARK HEROES SERIES VISIT

REVIEW: A LOOK AT A PORTABLE USB3 NETWORK TAP WIRESHARK HEROES SERIES VISIT REVIEW: A LOOK AT A PORTABLE USB3 NETWORK TAP WIRESHARK HEROES SERIES VISIT WWW.PROFITAP.COM INTRODUCTION JASPER BONGERTZ TECHNICAL CONSULTANT FOR AIRBUS DEFENCE A while ago I wrote a post for LoveMyTool

More information

Business Data Networks and Security 10th Edition by Panko Test Bank

Business Data Networks and Security 10th Edition by Panko Test Bank Business Data Networks and Security 10th Edition by Panko Test Bank Chapter 2 Network Standards 1) Internet standards are published as. A) RFCs B) IETFs C) TCP/IPs D) Internet Protocols Question: 1a Objective:

More information

HAI Network Communication Protocol Description

HAI Network Communication Protocol Description Home Automation, Inc. HAI Network Communication Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes the use of this information for the

More information

TECHNICAL BRIEF. Data Integrity During a File Copy TECHNICAL BRIEF

TECHNICAL BRIEF. Data Integrity During a File Copy TECHNICAL BRIEF Data Integrity During a File Copy June 2018. Copyright Datadobi, all rights reserved. Datadobi believes the information in this publication is accurate as of its publication date. The information is subject

More information

Verity Central Quick Reference Manual. Document ID A04

Verity Central Quick Reference Manual. Document ID A04 Verity Central Quick Reference Manual Document ID 6620-003-A04 Welcome to Verity Central. This Quick Reference Manual is intended to be used in tandem with the Verity Central Technical Reference Manual,

More information

Implement VTP. LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008

Implement VTP. LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008 Implement VTP LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake on my PowerPoint

More information

PLX51-HART-4I. 4-Channel HART Input Multidrop Field Device USER MANUAL

PLX51-HART-4I. 4-Channel HART Input Multidrop Field Device USER MANUAL PLX51-HART-4I 4-Channel HART Input Multidrop Field Device USER MANUAL November 27, 2018 Page 2 of 88 CONTENTS 1. Preface... 5 1.1. Features... 5 1.2. Additional Information... 5 1.3. References... 6 1.4.

More information

Optec Pyxis Help 1 / 56

Optec Pyxis Help 1 / 56 Optec Pyxis Help 1 / 56 Table of contents Introduction... 3 License... 4 What's new... 6 Getting Started... 7 System requirements... 7 Installation... 9 Setup... 10 Adding new Instances... 14 Troubleshooting...

More information

NCMail: Microsoft Outlook User s Guide

NCMail: Microsoft Outlook User s Guide NCMail: Microsoft Outlook 2003 Email User s Guide Revision 1.0 11/10/2007 This document covers how to use Microsoft Outlook 2003 for accessing your email with the NCMail Exchange email system. The syntax

More information

This document describes the sampled flow (sflow) feature and configuration steps to implement sflow.

This document describes the sampled flow (sflow) feature and configuration steps to implement sflow. This document describes the sampled flow (sflow) feature and configuration steps to implement sflow. Prerequisites for, page 1 Restrictions for, page 1 Information About sflow, page 1 How to Provision

More information

Lufkin Modbus Serial Driver Help Kepware Technologies

Lufkin Modbus Serial Driver Help Kepware Technologies Lufkin Modbus Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Cable Diagram 5 Modem Setup 6 Block Sizes 6 Framing 7 Error

More information

Note, if you're seeing the "You need to upgrade your Adobe Flash Player to watch this video" error, you've come to the right place.

Note, if you're seeing the You need to upgrade your Adobe Flash Player to watch this video error, you've come to the right place. NO COMPUTER CLUB MEETING THIS FRIDAY, 5/ 24/12 due to the holiday. ****************************************************************** ******************************** YouTube videos won't play? Videos

More information

Enterprise Call Recorder ECR Station Viewer

Enterprise Call Recorder ECR Station Viewer Enterprise Call Recorder ECR Station Viewer User Guide Algo ECR Version 2.3 Document #:ECR-SV-02 sales@algosolutions.com support@algosolutions.com www.algosolutions.com About this Manual This User Guide

More information

APPLICATION NOTES. M1 Audio Control. Basic control of distributed audio Systems using the M1 Control

APPLICATION NOTES. M1 Audio Control. Basic control of distributed audio Systems using the M1 Control PRODUCT APPLICATION NOTES M1 Audio Control Basic control of distributed audio Systems using the M1 Control COMPATIBLE AUDIO DISTRIBUTION CONTROLLERS Russound - CAM & CAV series only (RNET) Proficient -

More information

Starting Interface Configuration (ASA 5505)

Starting Interface Configuration (ASA 5505) CHAPTER 13 Starting Interface Configuration (ASA 5505) This chapter includes tasks for starting your interface configuration for the ASA 5505, including creating VLAN interfaces and assigning them to switch

More information

Observer Probe Family

Observer Probe Family Observer Probe Family Distributed analysis for local and remote networks Monitor and troubleshoot vital network links in real time from any location Network Instruments offers a complete line of software

More information

GETTING STARTED. Our Tutorial Video, Transcribed for you PERRLA Support. Copyright 2012, PERRLA LLC All Rights Reserved

GETTING STARTED. Our Tutorial Video, Transcribed for you PERRLA Support. Copyright 2012, PERRLA LLC All Rights Reserved PERRLA GETTING STARTED Our Tutorial Video, Transcribed for you PERRLA Support Copyright 2012, PERRLA LLC All Rights Reserved http://www.perrla.com Page 1 Getting Started This video assumes you ve already

More information

ProfileUnity with FlexApp Technology

ProfileUnity with FlexApp Technology ProfileUnity with FlexApp Technology Guide for Upgrading Versions Prior to 5.5 Introduction This guide has been authored by experts at Liquidware in order to provide information and guidance concerning

More information

Unleashing the Power of DCC

Unleashing the Power of DCC Command Station LZ100 1 Unleashing the Power of DCC LZ100 Command Station Operations Manual Version 3.2 art. no. 20101 revised February 2001 Version 3.2 2 Command Station LZ100 Getting started To get started

More information

XBee Starter Kit Getting Started Guide

XBee Starter Kit Getting Started Guide XBee 802.15.4 Starter Kit Getting Started Guide 90002160_A 6/20/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi web site, a Digi International Company,

More information

Fisher ROC Plus Serial Driver Help Kepware, Inc.

Fisher ROC Plus Serial Driver Help Kepware, Inc. Fisher ROC Plus Serial Driver Help 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 7 Device Setup 13 Scan Mode 15 Timings and Timeouts 16 Automatic Demotion 17 Automatic

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

Get to know your Modem 1. Modem Technical Overview 3

Get to know your Modem 1. Modem Technical Overview 3 User Manual Get to know your Modem 1 Modem Technical Overview 3 Managing your Modem Settings How to view your Modem settings 5 Understanding the front page 6 Changing your Modem login password 7 Upgrading

More information

4.0 95/98, NT 4.0, 2000, ME, XP

4.0 95/98, NT 4.0, 2000, ME, XP 17741 MITCHELL NORTH, IRVINE CALIFORNIA 92614 USA PHONE: (949) 833-3355 FAX: (949) 833-0322 INTERNET: http://www.genovation.com Email: support@genovation.com POS-PAGE 854 Programmable 120-Key PS/2 Pass

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA May 2012 202-10524-04 2012 NETGEAR, Inc. All rights reserved No part of this publication maybe reproduced, transmitted,

More information

Table of Contents. How SmartLINQ Works Fault Code Indicators What the Driver Sees Sample Notification... 5

Table of Contents. How SmartLINQ Works Fault Code Indicators What the Driver Sees Sample  Notification... 5 Table of Contents Peterbilt SmartLINQ Manual How SmartLINQ Works... 3 Fault Code Indicators What the Driver Sees... 4 Sample Email Notification... 5 What to Do After the Email Notification... 6 PACCAR

More information

ROC Plus Protocol. Specification Manual. Form A6127. Flow Computer Division. Part Number D301180X0012 January 2007

ROC Plus Protocol. Specification Manual. Form A6127. Flow Computer Division. Part Number D301180X0012 January 2007 Form A6127 Part Number D301180X0012 January 2007 ROC Plus Protocol Specification Manual Flow Computer Division Website: www.emersonprocess.com/flow Revision Tracking Sheet January 2007 This manual is periodically

More information

ReadMe.pdf for GWSetup, Version GageWay Interface Firmware, Version 2.45

ReadMe.pdf for GWSetup, Version GageWay Interface Firmware, Version 2.45 ReadMe.pdf for GWSetup, Version 1.0.1.24 GageWay Interface Firmware, Version 2.45 Copyright 2002-2011 MicroRidge Systems, Inc. All rights reserved. Contents Part 1 Technical Support & Company Information

More information

Configuring RTP Header Compression

Configuring RTP Header Compression Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted. Header compression reduces network overhead and speeds up the transmission of either Real-Time

More information

URCOM. User s Manual

URCOM. User s Manual URCOM User s Manual V1.1 TechTools PO BOX 462101 Garland, TX 75046 (972) 272-9392 FAX: (972) 494-5814 www.tech-tools.com support@tech-tools.com Table of Contents INTRODUCTION 1 INSTALLATION 1 Verify UniROM

More information

2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS Collision Free Protocols 2.3 FDDI 2.4 DATA LINK LAYER DESIGN ISSUES 2.5 FRAMING & STUFFING

2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS Collision Free Protocols 2.3 FDDI 2.4 DATA LINK LAYER DESIGN ISSUES 2.5 FRAMING & STUFFING UNIT-2 2.1 CHANNEL ALLOCATION 2.2 MULTIPLE ACCESS PROTOCOLS 2.2.1 Pure ALOHA 2.2.2 Slotted ALOHA 2.2.3 Carrier Sense Multiple Access 2.2.4 CSMA with Collision Detection 2.2.5 Collision Free Protocols 2.2.5.1

More information

User s Manual. USB Bluetooth Dongle

User s Manual. USB Bluetooth Dongle User s Manual USB Bluetooth Dongle Briefing Note: Please do not insert USB Bluetooth Adaptor before installation of software. Screenshots have been taken in Windows XP, and will slightly differ to Windows

More information

1. SELECTING NEW PROTOCOLS

1. SELECTING NEW PROTOCOLS MDS inet 900 Transceiver MANUAL SUPPLEMENT Applies to: MDS manual 05-2806A01 Microwave Data Systems Inc., 175 Science Parkway, Rochester, NY 14620 USA Tel: +1 (585) 242-9600, FAX: +1 (585) 242-9620, Web:

More information

Chapter 4 Network Layer: The Data Plane

Chapter 4 Network Layer: The Data Plane Chapter 4 Network Layer: The Data Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see

More information

BSc Year 2 Data Communications Lab - Using Wireshark to View Network Traffic. Topology. Objectives. Background / Scenario

BSc Year 2 Data Communications Lab - Using Wireshark to View Network Traffic. Topology. Objectives. Background / Scenario BSc Year 2 Data Communications Lab - Using Wireshark to View Network Traffic Topology Objectives Part 1: (Optional) Download and Install Wireshark Part 2: Capture and Analyze Local ICMP Data in Wireshark

More information

Table of Contents. How SmartLINQ TruckTech+ Works Fault Code Indicators What the Driver Sees Sample Notification...

Table of Contents. How SmartLINQ TruckTech+ Works Fault Code Indicators What the Driver Sees Sample  Notification... Table of Contents How SmartLINQ TruckTech+ Works...................... 3 Fault Code Indicators What the Driver Sees... 4 Sample Email Notification... 5 What to Do After the Email Notification... 6 PACCAR

More information

WiFi Advisor Wireless LAN Analyzer Quick Start Guide. October 2015 Revision OCT-2015 Technical Assistance: GO VIAVI /

WiFi Advisor Wireless LAN Analyzer Quick Start Guide. October 2015 Revision OCT-2015 Technical Assistance: GO VIAVI / WiFi Advisor Wireless LAN Analyzer Quick Start Guide October 2015 OCT-2015 Technical Assistance: 1.844.GO VIAVI / 1.844.468.4284 1 Contents 1. WiFi Advisor Wireless LAN Analyzer Overview... 4 2. The WFED-300AC

More information

Requirements Instructions Configuring Cat ET to use the Wireless CA3 Radio... 12

Requirements Instructions Configuring Cat ET to use the Wireless CA3 Radio... 12 Getting Started Table of Contents INTRODUCTION... 2 PC, COMMUNICATION HARDWARE, AND CABLE REQUIREMENTS... 3 SETTING UP THE COMMUNICATION ADAPTER 3... 5 Requirements... 5 Configuring Cat Electronic Technician

More information

Hierarchical Routing. Our routing study thus far - idealization all routers identical network flat no true in practice. administrative autonomy

Hierarchical Routing. Our routing study thus far - idealization all routers identical network flat no true in practice. administrative autonomy Hierarchical Routing Our routing study thus far - idealization all routers identical network flat no true in practice scale: with 50 million destinations: can t store all dest s in routing tables! routing

More information

MAGX2 TCP/IP, Wi-Fi, Bluetooth remote application

MAGX2 TCP/IP, Wi-Fi, Bluetooth remote application MAGX2 TCP/IP, Wi-Fi, Bluetooth remote application MAGX2 BT, Wi-Fi, TCP/IP Application 0 V1.1 2016-07-29 List of Contents 1. INTRODUCTION... 2 1.2 SYSTEM REQUIREMENTS... 2 2. INSTALLATION INFORMATION...

More information

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 LIN Support. Introduction. Firmware. Hardware. Inc.

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 LIN Support. Introduction. Firmware. Hardware. Inc. ADVANCED VEHICLE TECHNOLOGIES, Inc. AV Inc. AVT-718 LIN Support This document describes LIN mode operations for the AVT-718 interface. LIN mode was first introduced in the AVT-718 firmware version 2.6.

More information

EE-379 Embedded Systems and Applications Introduction to Ethernet

EE-379 Embedded Systems and Applications Introduction to Ethernet EE-379 Embedded Systems and Applications Introduction to Ethernet Cristinel Ababei Department of Electrical Engineering, University at Buffalo Spring 2013 Note: This course is offered as EE 459/500 in

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

Speedometer Tester Software Operation Manual

Speedometer Tester Software Operation Manual Speedometer Tester Software Operation Manual Table of Contents Table of Contents... 2 Software Installation... 3 Hardware Connection... 4 Re-Configuring The Serial Interface... 4 Re-Configuration Prompts...

More information

Perceptive AP Invoice Processing Solutions

Perceptive AP Invoice Processing Solutions Perceptive AP Invoice Processing Solutions Readme Version 11.x Written by: Product Documentation, R&D Date: February 10, 2014 2014 Perceptive Software. All rights reserved Perceptive Software is a trademark

More information

Epson KDS Setup Guide

Epson KDS Setup Guide Epson KDS Setup Guide Contents Epson KDS Setup Guide... 5 Setting Up the Hardware... 6 About the Epson Kitchen Display System (KDS)... 6 KDS Hardware and Software Requirements... 6 Setting Up a Direct

More information

User Manual. Unpacking and Setup

User Manual. Unpacking and Setup User Manual USB Print Server LPV2-USB-TX1 Unpacking and Setup This section provides unpacking and setup information for the USB Print Server. Unpacking Open the shipping carton of the Switch and carefully

More information

WebNet HandPunch User Guide for Attendance on Demand. (Download at

WebNet HandPunch User Guide for Attendance on Demand. (Download at WebNet HandPunch User Guide for Attendance on Demand (Download at http://www.attendanceondemand.com/webnet_handpunch_userguide.pdf ) Introduction... 4 WebNet HandPunch Features... 4 Supported RSI HandPunch

More information

Agilent PSA Spectrum Analyzer Firmware Upgrade Procedure

Agilent PSA Spectrum Analyzer Firmware Upgrade Procedure A Agilent PSA Spectrum Analyzer Firmware Upgrade Procedure Purpose This document provides a step-by-step procedure for installing firmware and measurement personalities into an Agilent PSA Series Spectrum

More information

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android Frequently Asked Questions Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android FAQs 2 Setup 2 Basics 4 Connectivity 8 Calls 9 Contacts and Directory Search 16 Voicemail 17 Recents 22 Feedback

More information

SPBUS PROTOCOL SPECIFICATION

SPBUS PROTOCOL SPECIFICATION SPBUS PROTOCOL SPECIFICATION TABLE OF CONTENTS 1 PURPOSE 3 PRELIMINARIES 4 Abbreviations 4 Numeric notations 4 INTRODUCTION 5 SPBUS network 6 SPBUS network architectures 6 Timing considerations 7 MESSAGE

More information

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU.

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU. December 2010 PAC8000 8521-RT-DE RTU Controller This release consists of firmware release 2.12 for the 8521-RT-DE RTU Controller and DNP Control Package release 2.14. It provides a performance enhancement

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

Programming 3 rd Party BACnet Controllers in CBAS

Programming 3 rd Party BACnet Controllers in CBAS Programming 3 rd Party BACnet Controllers in CBAS BACnet MS/TP Programming a 3 rd Party BACnet MS/TP Channel and Controller is much like programming a BASnet channel of VAVs. You need an 8X or other Host

More information

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server SmartLinx EtherNet/IP instruction and use APPLICATION GUIDE Objective: Show the user how to configure and use an EtherNet/IP SmartLinx communication module. AG082415 While every effort was made to verify

More information

IVS 2.0 Software Manual for Air, Vac & Water Machines

IVS 2.0 Software Manual for Air, Vac & Water Machines IVS 2.0 Software Manual for Air, Vac & Water Machines Development Draft Ver. 7.13.07 Table of Contents PREFACE...1 CHAPTER 1-INCORPORATING IVS 2.0 INTO YOUR BUSINESS...2 Overview... 2 Menu Selections...

More information

XPA XpressNET Phone Adaptor

XPA XpressNET Phone Adaptor XpressNet Phone Adapter 1 The XPA provides an interface between any device that can generate DMTF tones (such as a cordless phone) and an XpressNet. This operating manual describes the operation and use

More information

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.1

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.1 Job Reference Guide SLAMD Distributed Load Generation Engine Version 1.8.1 December 2004 Contents 1. Introduction...3 2. The Utility Jobs...4 3. The LDAP Search Jobs...11 4. The LDAP Authentication Jobs...22

More information