One-Way Serial Data RF Module Developer Guide

Size: px
Start display at page:

Download "One-Way Serial Data RF Module Developer Guide"

Transcription

1 One-Way Serial Data RF Module Developer Guide Revision G

2 Preface Notice Copyright 2011 Inovonics Inovonics intends this manual for use by Inovonics customers only. All comments concerning the contents of this manual should be directed to the Inovonics marketing department. No part of this work covered by copyright may be reproduced in any form either graphically, electronically or mechanically; including photocopying, recording, taping, or storing in an information retrieval system without prior written permission from Inovonics. Note: Features and capabilities marked Future in this document are not implemented in current products. These capabilities are included for your application planning and design. Trademarks Inovonics and EchoStream are registered trademarks of Inovonics. All other brand names and product names used in this manual are trademarks, registered trademarks, or trade names of their respective holders. Technical Services Contact Information For Inovonics technical services: Phone: (800) ; (303) Revision G 2

3 Document Conventions The following notices are used throughout this document: Note: Emphasizes points, provides supplementary infomation, or indicates minor problems in an expected outcome. Caution: Indicates possible damage to equipment or loss of data, as well as potential problems in an expected outcome. Warning:Indicates the possibility of minor injury to oneself or others. Danger:Indicates the possibility of serious or fatal injury to oneself or others. Revision History Revision Level B C D E F G Revision Description Edited Serial I/O - UART logic-levels Edited Serial I/O - UART logic-levels ; edited cover and made changes to paragraph styles Minor copy edits; added integration graphic to overview section Edited Low Battery Condition ; edited Message Notes ; edited 0x59 Low Priority Payload Message from RAC to Two-Way Serial Data RF Module Added note that the application controller must be designed to recognize the RF module PTI; edited Industry Canada number per latest feedback Removed installation information so as to create separate installation instructions. Revision G 3

4 Table of Contents Preface 2 Notice... 2 Trademarks... 2 Technical Services Contact Information... 2 Document Conventions... 3 Revision History... 3 Chapter 1 Overview Introduction One-Way Serial Data RF Module Components Product Information...7 Chapter 2 Registration Registration Overview Registration Procedure from the End User s Perspective Registration Procedure from the Developer s Perspective Removing a Registered Device from the System... 9 Chapter 3 Message Information One-Way RF Messages Message Notes Configuration Commands x05 Set Check-In from the Remote Application Controller to the RF Module x25 Request EchoStream Reset from RAC to One-Way Serial Data RF Module One-Way Serial Data RF Module Inbound Payload Messages x58 High Priority Payload Message from RAC to One-Way Serial Data Revision G 4

5 RF Module x59 Low Priority Payload Message from RAC to Two-Way Serial Data RF Module Data Acknowledgement x06 Data Acknowledgement from One-Way Serial Data RF Module to RAC x15 Data Non-Acknowledgement from One-Way Serial Data RF Module to RAC Check-In Messages x1C Check-In Message from One-Way Serial Data RF Module to the Remote Application Controller Product Type Identifiers for EchoStream Devices Product Naming Conventions EchoStream Device Identifiers Table...16 Revision G 5

6 Chapter 1 Overview 1.1 Introduction EchoStream RF modules are designed to be easily interfaced with your electronic remote application controller (RAC). Your RAC contains application specific functionality and uses the RF module to send application-specific data over the wireless network. The RF module communicates with your application controller via a wireless connection, and your remote application controller via a serial connection, allowing the assimilation of any user-specific application into an EchoStream system. Once integrated with an existing product, an RF module provides you with complete EchoStream functionality. The E*1941XS, equipped with the UART logic-level serial connection, is primarily intended for use as a daughter board, interfacing directly with your RAC. Figure 1-1 One-Way System Components Revision G 6

7 Overview 1.2 One-Way Serial Data RF Module Components The E*1941XS is a one-way serial data transmitter, designed to physically interface with your product. Serial data sent to the E*1941XS from your remote application controller is formatted by the E*1941XS, and the data is then transmitted as an RF message to the network coordinator Product Information Revision G 7

8 Chapter 2 Registration 2.1 Registration Overview Every device is programmed with a four-byte unique identification (UID) number. The UID is sent with every message, indicating the device which transmitted it. The UID is made up of a one-byte market identification (MID) number and a three-byte serial number. The bar code label on each printed circuit board includes the eight digit serial number. For example the bar code label B-1 begins with the eight-digit serial number: Converting this number to hexadecimal yields: 0F Preceding this serial number with the MID (B2, the MID for security devices, for example) gives the UID: B2 0F 20 08, and will appear in every RF message sent by the device. The purpose of registration is to associate the unique ID in the wireless device with specific application functionality, such as a descriptive name, the location and point supervision. It is recommended that all wireless transmitters, transceivers and repeaters be registered. To ensure wireless devices are registered only when intended, the application controller should have a specific registration mode. 2.2 Registration Procedure from the End User s Perspective 1. The application controller is placed in registration mode, ready to associate the device s UID with application functionality. 2. The application controller prompts the end user to enter application specific information and send a registration message from the device. Revision G 8

9 Registration 3. The application controller receives the registration message, associates the device s UID with appropriate application information, and lets the end user know registration was successful. 2.3 Registration Procedure from the Developer s Perspective The developer must provide: 1. A means of initiating an inbound registration message from the device to the network coordinator. While in registration mode, the application controller should indicate when it is ready for the user to trigger a registration message from the device. A registration message is simply a reset message sent from the device. 2. A means of processing the message as it is passed from the RF gateway to the application controller. The registration message transmitted in the previous step will be received by the RF gateway and delivered serially to the application controller. The application controller must validate this message, extract the device s UID, and store it in the application database. Thereafter, the UID will be used to associate the wireless point with program functionality. 3. A means of letting the user know the registration message has been received by the application controller. At a minimum, the application controller should provide some indication that the registration was successful. Preferably, the UID of the registered device should be displayed. At this time the application controller may begin the setup process for the next point or may begin normal operation. This action is application specific. 2.4 Removing a Registered Device from the System To remove a registered wireless device from the system, the application controller is placed in registration mode. The user then selects the point to be deleted. Revision G 9

10 Registration When the user selects delete for that point, the application controller will adjust the database to remove all information, or replace the unique ID associated with that point with a unique ID of zero and set a flag to indicate that the point no longer has a device assigned to it. If a particular device has been registered to more than one point and the user wants to completely remove that device from the system, then the user must delete that device from each point to which it is registered. Revision G 10

11 Chapter 3 Message Information 3.1 One-Way RF Messages Message Notes The RF module only transmits radio messages following a serial instruction from the RAC. The E*1941XS does not report status with RF messages. All status reports are serial messages sent to the RAC. The format of EchoStream messages will vary depending on the message type. Always check the message class byte before attempting to determine the contents of a message. A number in parentheses following a data signifier represents the number of bytes the item contains. For example, unique ID (4) is a 4-byte field. The checksum is the lower eight bits of unsigned arithmetic sum of all previous bytes of the message. If the E*1941XS is instructed to send a high priority message and it has already sent one within the last 30 seconds, then the message will be sent as medium priority Configuration Commands x05 Set Check-In from the Remote Application Controller to the RF Module [0x34] - RF module configuration header [0x06] - Length of this message, excluding checksum Revision G 11

12 Message Information [0x05] - Subcommand to set the time between the supervisory checkin messages from the RF module to the RAC, and to enable/disable all RF module status messages. [SERIAL CHECK-IN TIME (2)] - In units of seconds, most significant byte first. [CFG] - Set byte to 0x01 to disable all status messages; set to 0x00 to enable all status messages, including tamper change of state and reset. [CKSUM] - Checksum x25 Request EchoStream Reset from RAC to One-Way Serial Data RF Module This message is from the RAC, instructing the RF module to transmit a predefined EchoStream reset message. The message may be used by the application controller for registration of the RF module into its network if the application controller is in registration mode. [0x25] - Request EchoStream reset command header. [0x03] - Message length, excluding checksum. [0x00] - Reserved, do not modify. [CKSUM] - Checksum One-Way Serial Data RF Module Inbound Payload Messages x58 High Priority Payload Message from RAC to One-Way Serial Data RF Module This message commands the one-way serial data RF module to relay a high priority message, such as an alarm or a change of state, to a network coordinator. The one-way serial data RF module transmits the payload exactly as it was received from the RAC, without processing. Caution: It is recommended that this message only be used to send high priority messages. Using it for low priority messages can cause system load issues. [0x58] - Header for inbound payload message. [LEN] - Message length, excluding checksum. [0x00] - Reserved, do not modify. [0x18] - Message class byte, do not modify. [Payload] - Variable size, 50 bytes maximum. [CKSUM] - Checksum. Revision G 12

13 Message Information x59 Low Priority Payload Message from RAC to Two-Way Serial Data RF Module This message commands the one-way serial data RF module to relay a low priority message, such as a check in message, to a network coordinator. The one-way serial data RF module transmits the payload exactly as it was received from the RAC, without processing. [0x59] - Header for inbound payload message. [LEN] - Message length, excluding checksum. [0x00] - Reserved, do not modify. [0x18] - Message class byte, do not modify. [Payload] - Variable size, 50 bytes maximum. [CKSUM] - Checksum. Note: For RF gateway message information, see the Commercial Mesh Developer Guide. 3.2 Data Acknowledgement x06 Data Acknowledgement from One-Way Serial Data RF Module to RAC The data acknowledgement from the one-way serial data RF module to the RAC indicates the one-way serial data RF module has received and processed the message and is ready for another. Note: The remote application controller must wait for the acknowledgement from the RF module before sending another serial message. [0x06] - Header for data acknowledgment from the one-way serial data RF module. [0x02] - Message length, excluding checksum. [0x08] - Checksum. Revision G 13

14 Message Information x15 Data Non-Acknowledgement from One-Way Serial Data RF Module to RAC The data non-acknowledgement (NAK) message is sent from the one-way serial data RF module when it cannot process a configuration message from the remote application controller. [0x15] - Header for data non-acknowledgement from RF module. [0x03] - Message length, excluding checksum. [ERROR] - One byte error code [0x01] - Checksum incorrect [0x02] - Unrecognized header [0x03] - Serial buffer full [0x04] - Timeout (incomplete message) [0x05] - Write error [0x06] - Read error [0x07] - Invalid data [0x08] - Unrecognized command [0x09-0xFF] - Reserved [CKSUM] - Checksum. 3.3 Check-In Messages One-way serial data RF modules send periodic check-in messages to ensure functionality. The time between messages is defined in the NVM section of the device and can be changed by the RAC. The RF module sends its check-in message serially to the RAC. The RAC should compose and send a low priority inbound payload message periodically to allow the application controller to supervise the end device x1C Check-In Message from One-Way Serial Data RF Module to the Remote Application Controller [0x1C] - Header for check-in message from one-way serial data RF module to RAC [0x05] - Message length, excluding checksum [DATA] - Number of messages sent to the RAC since the last check-in message [STAT1] - Reserved [Bit 7] - Reserved [Bit 6] - Reserved Revision G 14

15 Message Information [Bit 5] - Reserved [Bit 4] - Reserved [Bit 3] - Reserved [Bit 2] - Reserved [Bit 1] - Secondary alarm [Bit 0] - Primary alarm [STAT2] - [Bit 7] - Reserved [Bit 6] - Low battery [Bit 5] - Case tamper [Bit 4] - Supervision (no change of state since last check-in message) [Bit 3] - Reset [Bit 2] - Reserved [Bit 1] - Reserved [Bit 0] - Reserved [CKSUM] - Checksum. 3.4 Product Type Identifiers for EchoStream Devices Product Naming Conventions ES indicates EchoStream products with selectable 868 or 900 MHz operation. EN indicates EchoStream products that operate at 900 MHz only. EE indicates EchoStream products that operate at 868 MHz only. E* represents products available in both EE and EN versions. Revision G 15

16 Message Information EchoStream Device Identifiers Table Note: In cases where a system contains more than one product type a security system that includes RF modules, for instance the application controller must be able to recognize product type identifiers for all products within the system. Otherwise, the application controller will simply ignore those product types that it doesn t recognize. Product Description Market ID Product Type End Device Type E*1941XS One-Way Serial Data RF Module End Device, Serial Input 0xB2 N/A One-Way Revision G 16

EN6080. Area Control Gateway. User Manual

EN6080. Area Control Gateway. User Manual EN6080 Area Control Gateway User Manual Table of Contents Preface 4 Chapter 1 EN6080 Area Control Gateway Overview 6 1.1 Introduction... 6 1.2 Recommended System Requirements... 7 1.3 EN6080 Area Control

More information

Chipkin Automation Systems A member of BACnet International

Chipkin Automation Systems A member of BACnet International Chipkin Automation Systems A member of BACnet International CAS-2700-32 CAS Gateway: Inovonics DMP XR500 to BACnet- IP and Modbus-TCP Description The CAS-2700-32 Gateway connects to a daisy chained pair

More information

AN-881 APPLICATION NOTE

AN-881 APPLICATION NOTE APPLICATION TE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Flash/EE Memory Programming via LIN Protocol 4 by Aude Richard INTRODUCTION

More information

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification Application Note 3/2003 PC Master Software Communication Protocol Specification By Pavel Kania and Michal Hanak S 3 L Applications Engineerings MCSL Roznov pod Radhostem Introduction The purpose of this

More information

History of Firmware Revisions. i-scan. Standard-Reader ID ISCLR200. SWRN ISCLR200 V5.04.doc

History of Firmware Revisions. i-scan. Standard-Reader ID ISCLR200. SWRN ISCLR200 V5.04.doc History of Firmware Revisions i-scan Standard-Reader ID ISCLR200 SWRN ISCLR200 V5.04.doc NOTE Copyright 2000-2006 by FEIG ELECTRONIC GmbH Lange Strasse 4 35781 Weilburg-Waldhausen http://www.feig.de Edition:

More information

Control Panel. D9412GV4/D7412GV4/D7212GV4 v1.xx. Release Notes

Control Panel. D9412GV4/D7412GV4/D7212GV4 v1.xx. Release Notes Control Panel D9412GV4/D7412GV4/D7212GV4 v1.xx en Release Notes Control Panel Table of contents en 3 Table of contents 1 Introduction 4 1.1 About documentation 4 1.1.1 Bosch Security Systems, Inc. product

More information

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05 VeriColor Solo Identification System Command Users Manual Document ver. 1.13 Rev. 7/20/05 i ii PROPRIETARY NOTICE The information contained in this manual is derived from patent and proprietary data from

More information

EGON FAMILY PROGRAMMING NOTES

EGON FAMILY PROGRAMMING NOTES EGON FAMILY PROGRAMMING NOTES REV. January 2013 Welcome Thank you for choosing NAVIOP EGON Series products. We invite you to read this manual in full before proceeding to use the product. The purpose of

More information

HDV100A3 Command Response Protocol

HDV100A3 Command Response Protocol HDV100A3 Command Response Protocol Documentation Number: HDV100A3-4115m International Headquarters B+B SmartWorx 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General

More information

Embit Binary Interface - WMBus Specific Documentation. embit s.r.l.

Embit Binary Interface - WMBus Specific Documentation. embit s.r.l. Embit Binary Interface - WMBus Specific Documentation embit s.r.l. Document information Versions & Revisions Revision Date Author Comments 1.0 22/01/2010 A. Sala Initial version 1.1 22/01/2010 C. Biagi

More information

Tech note. Recommendations for EN1221S-60 Senior Living Pendant Power System Management

Tech note. Recommendations for EN1221S-60 Senior Living Pendant Power System Management Tech note Recommendations for EN1221S-60 Senior Living Pendant Power System Management Introduction This tech note provides important information and recommendations for monitoring and managing the power

More information

SI-103. Flood Sensor. User Manual

SI-103. Flood Sensor. User Manual SI-103 Flood Sensor User Manual Copyright and Disclaimer Copyright & Disclaimer No part of this publication may be reproduced in any form or by any means, whether electronic, mechanical, photocopying,

More information

Management Component Transport Protocol (MCTP) IDs and Codes

Management Component Transport Protocol (MCTP) IDs and Codes 1 2 3 4 Document Number: DSP0239 Date: 2009-11-03 Version: 1.1.0 5 6 Management Component Transport Protocol (MCTP) IDs and Codes 7 8 9 Document Type: Specification Document Status: DMTF Standard Document

More information

CubeSense. An integrated sun and nadir sensor module. Interface Control Document

CubeSense. An integrated sun and nadir sensor module. Interface Control Document CubeSense An integrated sun and nadir sensor module Interface Control Document Page: 2 Table of Contents List of Acronyms/Abbreviations... 3 1. Introduction... 4 2. Specifications... 5 3. Electrical Interface...

More information

Definition of PLR on the RS485-bus. Version 1.06

Definition of PLR on the RS485-bus. Version 1.06 Definition of PLR on the RS485-bus Version 1.06 Version 1.06 1/35 Contents 1 INTRODUCTION...4 1.1 MOTIVATION...4 1.2 SCOPE OF THE DOCUMENT...4 1.3 VALUES...4 2 ARCHITECTURAL OVERVIEW...5 2.1 BUS TOPOLOGY...5

More information

Management Component Transport Protocol (MCTP) IDs and Codes

Management Component Transport Protocol (MCTP) IDs and Codes 1 2 3 4 Document Identifier: DSP0239 Date: 2017-12-17 Version: 1.5.0 5 6 Management Component Transport Protocol (MCTP) IDs and Codes 7 8 9 10 Supersedes: 1.4.0 Document Class: Normative Document Status:

More information

Tech note. E*4080 IP Gateway Amazon Web Services MQTT Quick Start

Tech note. E*4080 IP Gateway Amazon Web Services MQTT Quick Start Tech note E*4080 IP Gateway Amazon Web Services MQTT Quick Start Introduction This guide will walk through the process of connecting your E*4080 IP gateway to the Amazon Web Services (AWS) Internet of

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 311x Document version: 6W102-20180323 Copyright 2016-2018, New H3C Technologies

More information

PRELIMINARY embit s.r.l.

PRELIMINARY embit s.r.l. Embit Binary Interface - LoRa TM -specific Documentation PRELIMINARY embit s.r.l. Document information Versions & Revisions Revision Date Author Comments 0.9l 2015-10-29 Embit Preliminary 0.9m 2015-12-17

More information

SCADAPack E Idec PLC Interface Manual

SCADAPack E Idec PLC Interface Manual SCADAPack E Idec PLC Interface Manual 2 SCADAPack E Idec PLC Interface Manual Table of Contents Part I Idec PLC Interface 3 1 Technical... Support 3 2 Safety... Information 4 3 Preface... 6 4 Overview...

More information

Modbus Map: System Control Panel (SCP) Device

Modbus Map: System Control Panel (SCP) Device Modbus Map: System Control Panel (SCP) Device 503-0251-01-01 Revision A.1 UNINTENDED OPERATION WARNING The use of this product with Modbus communications requires expertise in the design, operation, and

More information

MELSEC is registered trademark of Mitsubishi Electric Corporation. Other company and product names that appear in this manual are trademarks or

MELSEC is registered trademark of Mitsubishi Electric Corporation. Other company and product names that appear in this manual are trademarks or MELSEC is registered trademark of Mitsubishi Electric Corporation. Other company and product names that appear in this manual are trademarks or registered trademarks of the respective companies. Precautions

More information

UM2330 User manual. ST8500 boot. Introduction

UM2330 User manual. ST8500 boot. Introduction UM30 User manual ST8500 boot Introduction This user manual describes ST8500 bootloader functionalities and operations to be done for a correct device boot and the firmware images download. The following

More information

RCP+ Commands for Standard Integration Package Bosch Video IP. Specification

RCP+ Commands for Standard Integration Package Bosch Video IP. Specification RCP+ Commands for Standard Integration Package Bosch Video IP en Specification RCP+ Commands for Standard Integration Package Table of Contents en 1 Table of Contents 1 Introduction 5 1.1 RCP+ SDK 5 1.2

More information

User Guide For TP-LINK Powerline Adapters and Extenders

User Guide For TP-LINK Powerline Adapters and Extenders tpplc Utility User Guide For TP-LINK Powerline Adapters and Extenders REV1.0.0 1910011381 Contents About This Guide................................................... 1 Chapter 1. Get to Know About the

More information

WiMOD LR Base Host Controller Interface

WiMOD LR Base Host Controller Interface WiMOD LR Base Host Controller Interface Specification Version 1.7 Document ID: 4100/40140/0062 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Introduction Document Information File

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

DatraxRF Spread Spectrum Wireless Modem

DatraxRF Spread Spectrum Wireless Modem DatraxRF Spread Spectrum Wireless Modem Overview The DatraxRF 12, 96, and 192 modules are 100-milliwatt, frequency-hopping wireless modules that allow wireless communication between equipment using a standard

More information

You have accessed an older version of a Paradyne product document.

You have accessed an older version of a Paradyne product document. You have accessed an older version of a Paradyne product document. Paradyne is no longer a subsidiary of AT&T. Any reference to AT&T Paradyne is amended to read Paradyne Corporation. Paradyne 6700-A2-GB41-10

More information

F2MC-8FX EEPROM Library

F2MC-8FX EEPROM Library Fujitsu Microelectronics (Shanghai) Co., Ltd. Application Note MCU-AN- 500019-E-23 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95200 SERIES F2MC-8FX EEPROM Library APPLICATION NOTE Revision History Revision

More information

SI-102. PIR Motion Sensor. User Manual

SI-102. PIR Motion Sensor. User Manual SI-102 PIR Motion Sensor User Manual Copyright and Disclaimer Copyright & Disclaimer No part of this publication may be reproduced in any form or by any means, whether electronic, mechanical, photocopying,

More information

User Guide For TP-LINK Powerline Adapters and Extenders

User Guide For TP-LINK Powerline Adapters and Extenders tpplc Utility User Guide For TP-LINK Powerline Adapters and Extenders REV1.0.2 1910011561 Contents About This Guide................................................... 1 Chapter 1. Get to Know About the

More information

Ademco/Protection One 250P1-1 Programming Form

Ademco/Protection One 250P1-1 Programming Form Ademco/Protection One 250P1-1 Programming Form Local programming requires the use of a 2-line Alpha keypad connected to the keypad terminals on the control. Field Function Programmed Values [ ] = Default

More information

WiMOD LR Base Plus Host Controller Interface

WiMOD LR Base Plus Host Controller Interface WiMOD LR Base Plus Host Controller Interface Specification Version 1.2 Document ID: 4000/40140/0125 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Introduction Document Information

More information

COMMUNICATION M-BUS PROTOCOL PR 118

COMMUNICATION M-BUS PROTOCOL PR 118 COMMUNICATION M-BUS PROTOCOL PR 118 CE4DT CONTO D4 Pd 03/01/2017 Pag. 1/27 CONTENTS 1. Standard M-Bus telegrams (Mb2) 2 1.1 Request for Data (REQ_UD2 ) 2 1.2 Details of telegrams 1,2,3 6 1.2.1 Telegram

More information

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08 Model IR4000M HART Field Device Specification Multi-Point Monitor The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically

More information

Intecom. March

Intecom. March Intecom Intecom Systems PDI-1000S MKO Application Manual March 1994 590-2269-002 COMPANY PROPRIETARY STATEMENT All information contained herein is considered company proprietary and is restricted solely

More information

AFRecorder 4800R Serial Port Programming Interface Description For Software Version 9.5 (Last Revision )

AFRecorder 4800R Serial Port Programming Interface Description For Software Version 9.5 (Last Revision ) AFRecorder 4800R Serial Port Programming Interface Description For Software Version 9.5 (Last Revision 8-27-08) Changes from Version 9.2 1. The communication baud rate is raised to 9600. 2. Testing with

More information

Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S)

Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S) Russound Dual Tuners (ST2, ST2-XM, ST2-XM2, and ST2S) RNET Protocol & Specifications RS-232 Communication Document version 1.00.00 NOTE: This document is intended for ST2 Chassis Firmware Version 2.00.06

More information

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR This page intentionally left blank. HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART User Guide for Gassonic

More information

Comments and/or suggestions concerning this document are welcome and should be directed to:

Comments and/or suggestions concerning this document are welcome and should be directed to: &38/LQN3URWRFRO1R 3 'RFXPHQW1R5HYLVLRQ% 3(6$6ZLWFKLQJ6\VWHPV,QF $:\QQ'ULYH1RUWKZHVW +XQWVYLOOH$/ KWWSZZZSHVDFRP 6HUYLFHDQG2UGHULQJ$VVLVWDQFH 3(6$6ZLWFKLQJ6\VWHPV,QF $:\QQ'ULYH1RUWKZHVW +XQWVYLOOH$/86$

More information

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide PM290 POWERMETER Communication Protocols ASCII & Modbus Reference Guide PM290 Communication Protocols Communication protocol is a method of transferring information between different devices (i.e., the

More information

V7350 Unified Messaging Suite User Guide

V7350 Unified Messaging Suite User Guide V7350 Unified Messaging Suite User Guide VCX V7000 IP Telephony Solution System Release 5.0 Part Number 900-0195-01 AA Published August 2004 http://www.3com.com/ 3Com Corporation 350 Campus Drive Marlborough,

More information

Equitrac Embedded for Sharp OSA

Equitrac Embedded for Sharp OSA Equitrac Embedded for Sharp OSA 1.4 Setup Guide 2014 Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List September, 2014 Updated for Equitrac Office/Express 5.4 April 16, 2013 Updated

More information

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

S1R72U06 Application Note

S1R72U06 Application Note S1R72U06 Application Note Rev. 1.00 NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written permission of Seiko Epson. Seiko Epson reserves the right

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

More information

DataVU 5 - Interface Manual Modbus

DataVU 5 - Interface Manual Modbus DataVU 5 - Interface Manual Modbus 59482 Contents 1 Introduction 5 1.1 Preface... 5 1.2 Typographical conventions... 6 1.2.1 Warning signs... 6 1.2.2 Note signs... 6 1.2.3 Representation modes... 6 2

More information

Section 1 General Description. Section 3 How to Program Keypad. Section 2 Installation. CM-120TX Wireless Digital Keypads Installation Instructions

Section 1 General Description. Section 3 How to Program Keypad. Section 2 Installation. CM-120TX Wireless Digital Keypads Installation Instructions CM-120TX Wireless Digital Keypads Installation Instructions Package Contents - (1) Keypad and faceplate assembly - (1) Foam gasket (CM-120W only) - (2) #6-32 x 1 S/S Phillips screws - (2) #6-32 x 1 Tamperproof

More information

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter)

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) PR144 Rev A Fw. Version 2.00 16/02/2018 Pag. 1/17 1. Standard M-Bus telegrams... 3 1.1 Request for Data (REQ_UD2 )... 3 1.2 Details of telegrams 1,2,3...

More information

HawkEye 45T Display User Manual

HawkEye 45T Display User Manual HawkEye 45T Display User Manual Rev 1.0.1, December 2006 EM-20889-1V101 Safety Guidelines This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent

More information

$GDSWLYH0LFUR6\VWHPV

$GDSWLYH0LFUR6\VWHPV $GDSWLYH0LFUR6\VWHPV $/3+$,QGXVWULDO3URWRFRO Revision 3.2 9711-8814A Alpha Industrial Protocol-V3.2.doc Page 1 of 58 Table of Contents 1.0 Revision History... 6 2.0 Introduction... 7 3.0 Control-T and

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

Embit Binary Interface - IEEE Specific Documentation. embit s.r.l.

Embit Binary Interface - IEEE Specific Documentation. embit s.r.l. Embit Binary Interface - IEEE 802.15.4-Specific Documentation embit s.r.l. Document information Versions & Revisions Revision Date Author Comments 1.0 A. Sala First release 1.1 14/12/2012 C. Biagi Minor

More information

Digital Electronics A Practical Approach with VHDL William Kleitz Ninth Edition

Digital Electronics A Practical Approach with VHDL William Kleitz Ninth Edition Digital Electronics A Practical Approach with VHDL William Kleitz Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

Embedded Simply Blue Application Note

Embedded Simply Blue Application Note Embedded Simply Blue Application Note 1.0 Introduction SB_Custom has been created to give an embedded example of a Simply Blue device (LMX9820A, LMX9830 or LMX9838 based) communicating with a 16 bits microprocessor

More information

An SCTP-Protocol Data Unit with several chunks

An SCTP-Protocol Data Unit with several chunks SCTP for Beginners Section 2 SCTP Packets he protocol data units (PDU) of SCTP are called SCTP packets. If SCTP runs over IP (as described in RFC2960 ), an SCTP packet forms the payload of an IP packet.

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL CE4DMID31 / CE4DMID21 CONTO D4 Pd MID PR123 20/10/2016 Pag. 1/9 Contents 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format...

More information

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual 0 Picture 1: Demo board XTR-8LR100 Picture 2: Demo board XTR-8LR10 DEMO-BOARD XTR-8LR100 (Picture 1) e DEMO-BOARD XTR-8LR10 (Picture 2) is an evaluation board of the transceiver module XTR-8LR100 and module

More information

Transceiver IP Link Protocol rev.1

Transceiver IP Link Protocol rev.1 Category: Informational Y. Pavlenko D. Isaenko A. Andreev Rig Expert Ukraine ltd. Transceiver IP Link Protocol rev.1 Abstract This document specifies an application-level Transceiver IP Link Protocol (TILP)

More information

460 Presentation Audio Mixer

460 Presentation Audio Mixer CONTROL PROTOCOL Revision 2.1 - For 460 version 1.08 Command Protocol 2000-2002 Symetrix, Inc. All rights reserved. Printed in the United States of America The information in this guide is subject to change

More information

Wireless Sensor Networks. Data Communications Protocol

Wireless Sensor Networks. Data Communications Protocol Wireless Sensor Networks Data Communications Protocol Legal 2012 by All Rights Reserved 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093 www.microstrain.com support@microstrain.com

More information

AN-946 APPLICATION NOTE

AN-946 APPLICATION NOTE A-946 APPLICATIO OTE One Technology Way P.O. Box 9106 orwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Flash/EE Memory Programming via LI Protocol 6 by Aude Richard ITRODUCTIO

More information

USB Feature Specification: Shared Endpoints

USB Feature Specification: Shared Endpoints USB Feature Specification: Shared Endpoints SYSTEMSOFT CORPORATION INTEL CORPORATION Revision 1.0 October 27, 1999 USB Feature Specification: Shared Endpoints Revision 1.0 Revision History Revision Issue

More information

Enterprise. Enterprise. Administrator Guide MN-PCMVENTPR-EN-04 (REV. 02/09)

Enterprise. Enterprise. Administrator Guide MN-PCMVENTPR-EN-04 (REV. 02/09) h t t p : / / w w w. l a p l i n k. c o m / b u s i n e s s _ s o l u t i o n s Tel (USA): +1 (425) 952-6001 Fax (USA): +1 (425) 952-6002 E-mail us at CorpSales@laplink.com Tel (UK): +44 (0) 870-2410-983

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

CROSSREF Manual. Tools and Utilities Library

CROSSREF Manual. Tools and Utilities Library Tools and Utilities Library CROSSREF Manual Abstract This manual describes the CROSSREF cross-referencing utility, including how to use it with C, COBOL 74, COBOL85, EXTENDED BASIC, FORTRAN, Pascal, SCREEN

More information

DCH-122 PIR Motion Sensor

DCH-122 PIR Motion Sensor DCH-122 PIR Motion Sensor Better RF range, improve about 10 meters in indoor. Support 100 Kbps transmit speed, speed up communication. Add to/remove from Z-Wave TM Network There are two tamper keys in

More information

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Overview. Exercise 0: Implementing a Client. Setup and Preparation

Overview. Exercise 0: Implementing a Client. Setup and Preparation Overview This Lab assignment is similar to the previous one, in that you will be implementing a simple client server protocol. There are several differences, however. This time you will use the SOCK_DGRAM

More information

Access Control Unit User s Guide

Access Control Unit User s Guide NetAXS Access Control Unit User s Guide The configurations described in this document have not been reviewed by Underwriters Laboratories Inc. June 2007 2007 Honeywell. All rights reserved. 800-00233,

More information

0.1. [0x8A] Read Configuration

0.1. [0x8A] Read Configuration 0.1. [0x8A] Read Configuration The Read Configuration Protocol is defined to query the complete or parts of reader configuration. This protocol is an extension of [0x80] Read Configuration and realizes

More information

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5 15693-RW-TTL-PCB1 13.56Mhz ISO15693 reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES...3 2. PINNING INFORMATION......4 3. BAUD RATE SETTING......5 4. COMMUNICATION PROTOCOL......5

More information

CEL MeshConnect ZICM35x Test Tool User Guide

CEL MeshConnect ZICM35x Test Tool User Guide User Guide 0011-00-17-02-000 CEL MeshConnect ZICM35x Test Tool User Guide CEL MeshConnect ZICM35x Test Tool User Guide Introduction CEL s MeshConnect EM357 Mini Modules combine high performance RF solutions

More information

Developing Plug-and-Play COM Ports using TI Plug-and-Play Controllers

Developing Plug-and-Play COM Ports using TI Plug-and-Play Controllers Developing Plug-and-Play COM Ports using TI Plug-and-Play Controllers Heinz-Peter Beckemeyer July 1997 SLLAE02 IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products

More information

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

More information

Mobile Connect for USA Mobility Pagers for BlackBerry

Mobile Connect for USA Mobility Pagers for BlackBerry User Guide for Mobile Connect for USA Mobility Pagers for BlackBerry Amcom Software, Inc. Copyright Mobile Connect 3.5 Document Version 1.0 Last Saved Date: September 19, 2013 Copyright 2003-2013 Amcom

More information

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation Equitrac Embedded for Sharp OSA 1.4 Setup Guide 2012 Equitrac Corporation Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List November 1, 2012 Updated for Equitrac Office/Express 4.2.5

More information

The following modifications have been made to this version of the DSM specification:

The following modifications have been made to this version of the DSM specification: NVDIMM DSM Interface Revision V1.6 August 9, 2017 The following modifications have been made to this version of the DSM specification: - General o Added two tables of supported Function Ids, Revision Ids

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 62591 Edition 1.0 2010-04 colour inside Industrial communication networks Wireless communication network and communication profiles WirelessHART IEC 62591:2010(E) THIS PUBLICATION

More information

Version. Table of Contents

Version. Table of Contents NAP Protocol 1.0 Version Version Date By Comment v1.0 24.01.2011 JP Release version of NAP documentation. Table of Contents 1 Basic concepts...3 1.1 Usage info...3 1.2 Length byte...3 1.3 Literal characters...4

More information

Multi-batch Function (/BT)

Multi-batch Function (/BT) User s Manual Model GX10/GX20/GP10/GP20/10 Multi-batch Function (/BT) User s Manual IM 04L51B01-03EN 3rd Edition Introduction Thank you for purchasing the SMARTDAC+ GX10/GX20/GP10/GP20 (hereafter referred

More information

WiMOD LR Base Host Controller Interface

WiMOD LR Base Host Controller Interface WiMOD LR Base Host Controller Interface Specification Version 1.10 Document ID: 4100/40140/0062 IMST GmbH Carl-Friedrich-Gauß-Str. 2-4 47475 KAMP-LINTFORT GERMANY Introduction Document Information File

More information

B Interface description 12.01/

B Interface description 12.01/ B 95.3530.2 Interface description 12.01/00340396 Contents 1 Introduction 1.1 Preface... 3 1.2 Typographical conventions... 4 1.2.1 Warning signs... 4 1.2.2 Note signs... 4 1.2.3 Presentation... 4 2 Protocol

More information

ComTroll 120 GLM GSM modem for sending SMS alarms from LineTroll fault Indicators

ComTroll 120 GLM GSM modem for sending SMS alarms from LineTroll fault Indicators ComTroll 120 GLM GSM modem for sending SMS alarms from LineTroll fault Indicators User Manual For software versions from 2.22 and newer Page 1 This document describes the COMTROLL 120 GSM Communication

More information

Amcom Mobile Connect Select for BlackBerry

Amcom Mobile Connect Select for BlackBerry User Guide for Amcom Mobile Connect Select for BlackBerry Amcom Software, Inc. Copyright Amcom Mobile Connect Select 3.2 Document Version 1.0 Last Saved Date: September 18, 2012 Copyright 2003-2012 Amcom

More information

H3C S6800 Switch Series

H3C S6800 Switch Series H3C S6800 Switch Series OpenFlow Command Reference New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 2609 and later Document version: 6W103-20190104 Copyright 2019, New H3C Technologies

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

Automatic transfer switch

Automatic transfer switch Automatic transfer switch Modbus communication Protocol LINE 1 LINE 2 Q1 LOAD Q2 AUT RESET OFF _ OK MENU MENU AUT + MAN IR COM IEC 60947-6-1 Part. LE09507AA_EN-09/16-01 GF Automatic transfer switch EN

More information

Integrated for Océ Setup Guide

Integrated for Océ Setup Guide Integrated for Océ Setup Guide Version 1.2 2016 OCE-20160914 Equitrac Integrated for Océ Setup Guide Document History Revision Date September 14, 2016 Revision List New supported devices/card reader web

More information

Model Ultima OPIR-5. Infrared Open Path Gas Detector HART Field Device Specification. Instruction Manual

Model Ultima OPIR-5. Infrared Open Path Gas Detector HART Field Device Specification. Instruction Manual Model Ultima OPIR-5 Infrared Open Path Gas Detector HART Field Device Specification The information and technical data disclosed in this document may be used and disseminated only for the purposes and

More information

AsReader DeskTop UHF RFID Reader Command Reference v1.11

AsReader DeskTop UHF RFID Reader Command Reference v1.11 AsReader DeskTop UHF RFID Reader Command Reference v1.11 Asterisk, Inc. 2017-12-15 Content 1. COMMUNICATION INTERFACE SPECIFICATION... 3 2. PROTOCOL DESCRIPTION... 3 3. DATA BLOCK FORMAT... 4 3.1 COMMAND

More information

Aeroflex Colorado Springs Application Note

Aeroflex Colorado Springs Application Note Aeroflex Colorado Springs Application Note AN-SPW-005-001 Configuration of the UT200SpW4RTR Table 1: Cross Reference of Applicable Products Product Name: Manufacturer Part SMD # Device Internal PIC Number

More information

Co-Ordinated Retail Market Message Guide

Co-Ordinated Retail Market Message Guide Co-Ordinated Retail Market Message Guide ROI Implementation - Meter Works Document Information Business Area: Status: Author/s: ESB Networks Final ESBN Version Number: 3.1 Reason for Change Co-Ordinated

More information

Kinetis Bootloader to Update Multiple Devices in a Field Bus Network

Kinetis Bootloader to Update Multiple Devices in a Field Bus Network Freescale Semiconductor, Inc. Document Number: AN5204 Application Note Rev. 0, 01/2016 Kinetis Bootloader to Update Multiple Devices in a Field Bus Network 1. Introduction This application note describes

More information

NL6000 Wireless Modem NL6000 User Manual Rev 1.1

NL6000 Wireless Modem NL6000 User Manual Rev 1.1 NL6000 Wireless Modem NL6000 User Manual Rev 1.1 WWW.RFNEULINK.COM 6. Procedures This section includes step-by-step procedures for configuring all the parameters that control the operation of the NL6000.

More information

On Control SUSA v1.1 MODBUS Functions

On Control SUSA v1.1 MODBUS Functions Summary of functions: Function code 0x03 Read holding registers and Function code 0x04 Read input registers (both functon codes are equivalent): Register address: 0x0000..0x0102 (0..258) 0x0200..0x0281

More information

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05 WRTU Client User Manual Date: 29 May, 2014 Document Revision: 1.05 2014 by BiPOM Electronics, Inc. All rights reserved. WRTU Client User Manual. No part of this work may be reproduced in any manner without

More information

RC1170-RC232 USER MANUAL

RC1170-RC232 USER MANUAL RC1170-RC232 USER MANUAL Overview: Introducing RC11XX-RC232 RF Transceiver boards for the data transmission using RF. Where RC11xx transceiver modules are compact surface-mounted high performance modules

More information