ambient XC RS232 Control Command Specification

Size: px
Start display at page:

Download "ambient XC RS232 Control Command Specification"

Transcription

1 ambient XC RS232 Control Command Specification Table of Contents ambient XC RS232 Control Command Specification...1 Goal...2 COM port properties...2 Initialisation of RS232 communication...2 Determine the protocol version...3 Control Protocol...4 Message format...4 Destinations...4 Message types...5 Connect...5 Response...5 Disconnect...6 Response...6 SetOverride...7 Response...8 Result codes...9 Set Saturation...10 Set Brightness...10 Special Command to Change the Palette Colours of the Current Light-Scene...13 ambient XC behaviour...13 Implementation remarks...15 Examples...15 Change the Current Light-Scene...15 Change the Brightness of the Current Light-Scene...16 Change the Palette of the Current Light-Scene

2 ambient XC RS232 Control Command Specification Goal The RS232 protocol allows : Override the schedule with a certain mode Return to the scheduled mode COM port properties To communicate over RS232 with the ambient XC, the following COM port properties should be set: Bits per second: 9600 Data bits: 8 Parity: None Stop bits: 1 XC RS232 Pinout DB 9 Connector on the XC: RX - Pin 3 TX - Pin 2 GND - Pin 5 Initialisation of RS232 communication To initialize the RS232 communication, the first packet that should be sent to the ambient XC should be the initialise packet (see below), with 10 data bytes, all set to zero. The ambient XC will not send a response to this message. Initialise packet Destination 0x63 ( c ) Message type 0x49 ( I ) Data length 0x0A Data bytes bytes 0x00 (10 times) ambx UK Ltd

3 Determine the protocol version The packet below allows an application to determine the RS232 protocol version of the product: GetDeviceInfo packet Destination 0x47 ( G ) Message type 0x47 ( G ) Data length 0x00 Response Destination 0x52 ( R ) Message type 0x47 ( G ) Data length 0x01 Protocol version 0x02 3

4 ambient XC RS232 Control Command Specification Control Protocol Message format Description Destination Message type Data length Data CRC Length 0-58 bytes The CRC is a byte by byte X-OR or the total packet (header+data). Destinations Destination RS232 source (PC/crestron/lutron controller) ambx network layer CTRL interface General Value 0x52 ( R ) 0x63 ( c ) 0x47 ( G ) The destinations are clarified in more detail in the picture below. Commands that are sent from the controlling device (e.g. a PC or a touch panel) should use G or c as destination (which one to use is detailed in the message structures below). Responses, sent from ambientxc to the controlling device use R as destination. RS232 source ambientxc R G c G or c R ambx UK Ltd

5 Message types Message type Reserved Connect Disconnect SetOverride Value 0x58 ( X ) 0x43 ( C ) 0x44 ( D ) 0x6F ( o ) Connect Destination 0x63 ( c ) Message type 0x43 ( C ) Data length 0x01 CRC 0x21 Response Destination 0x52 ( R ) Message type 0x43 ( C ) Data length 0x02 Result CRC Result OK Error CRC incorrect Result codes: see page 9. 5

6 ambient XC RS232 Control Command Specification Disconnect Destination 0x63 ( c ) Message type 0x44 ( D ) Data length 0x01 CRC 0x26 Response Destination 0x52 ( R ) Message type 0x44 ( D ) Data length 0x02 Result CRC Result: OK Error NotConnected CRC incorrect Result codes: see section. ambx UK Ltd

7 SetOverride Destination 0x63 ( c ) Message type 0x6F ( o ) Data length 0x07 ModeID ModeID Transition time Start conditions 4 bytes CRC For CRC values see Table 1 ModeID values: 0x00 0x0C (0 to 12). ModeID=0x00 means return to the schedule. Mode 1 to 12 relate to the ambient XC on screen modes, as depicted in Figure 1. Transition time: 0x (currently not supported) Start conditions: Boolean. False = 0x00, TRUE = 0x01 (typically TRUE) If set to false, the start conditions of the mode effects are ignored. Figure 1: ambient XC modes 7

8 ambient XC RS232 Control Command Specification Response Destination 0x52 ( R ) Message type 0x6F ( o ) Data length 0x02 Result CRC Result OK Error NotConnected ModeDoesNotExist CRC incorrect Result codes: see page 9. ambx UK Ltd

9 Mode Start CRC Mode Start CRC condition Condition 0x00 0x00 0x0b 0x07 0x00 0x0c 0x01 0x00 0x0a 0x07 0x01 0x0d 0x01 0x01 0x0b 0x08 0x00 0x03 0x02 0x00 0x09 0x08 0x01 0x02 0x02 0x01 0x08 0x09 0x00 0x02 0x03 0x00 0x08 0x09 0x01 0x03 0x03 0x01 0x09 0x0a 0x00 0x01 0x04 0x00 0x0f 0x0a 0x01 0x00 0x04 0x01 0x0e 0x0b 0x00 0x00 0x05 0x00 0x0e 0x0b 0x01 0x01 0x05 0x01 0x0f 0x0c 0x00 0x07 0x06 0x00 0x0d 0x0c 0x01 0x06 0x06 0x01 0x0c Table 1: CRC values for setoverride Result codes Description OK Error NotConnected ModeDoesNotExist CRC incorrect Value 0x00 0x01 0x04 0x07 0x08 9

10 ambient XC RS232 Control Command Specification Set Saturation Command Response <value> (02 XOR <value>) <returncode> (33 XOR <returncode>) <value> has the range is the normal value. Any values above that being over saturated (a tend towards a more primary colour). Where <aa> XOR <bb> is the bitwise exclusive OR of <aa> with <bb> as shown in the tables below: Set Brightness Command Response <value> (03 XOR <value>) <returncode> (33 XOR <returncode>) <value> has the range is the normal value. Any values above that being over-brightness (with a possible loss of colour definition). Where <aa> XOR <bb> is the bitwise exclusive OR of <aa> with <bb> as shown in the tables below: ambx UK Ltd

11 <value> (02 XOR <value>) <value> (02 XOR <value>) <value> (02 XOR <value>) A A 49 4B 8 0A 29 2B 4A B 2A 28 4B 49 0A 8 2B 29 4C 4E 0B 9 2C 2E 4D 4F 0C 0E 2D 2F 4E 4C 0D 0F 2E 2C 4F 4D 0E 0C 2F 2D F 0D A A 59 5B 18 1A 39 3B 5A B 3A 38 5B 59 1A 18 3B 39 5C 5E 1B 19 3C 3E 5D 5F 1C 1E 3D 3F 5E 5C 1D 1F 3E 3C 5F 5D 1E 1C 3F 3D F 1D

12 ambient XC RS232 Control Command Specification <value> (03 XOR <value>) <value> (03 XOR <value>) <value> (03 XOR <value>) B B 49 4A 8 0B 29 2A 4A A 2A 29 4B 48 0A 9 2B 28 4C 4F 0B 8 2C 2F 4D 4E 0C 0F 2D 2E 4E 4D 0D 0E 2E 2D 4F 4C 0E 0D 2F 2C F 0C B B 59 5A 18 1B 39 3A 5A A 3A 39 5B 58 1A 19 3B 38 5C 5F 1B 18 3C 3F 5D 5E 1C 1F 3D 3E 5E 5D 1D 1E 3E 3D 5F 5C 1E 1D 3F 3C F 1C (33 XOR <returncode>) <returncode> B 8 ambx UK Ltd

13 Special Command to Change the Palette Colours of the Current Light-Scene A special command has been added to allow the five palette entries for the current Light-Scene to be changed. This command has its own protocol as follows: Command Command bytes (in hex) Response bytes (in hex) Change Palette Colour A5 00 5A e 2f Offset R G B Where Offset is the offset into the palette entries, the first palette entry is 00 and each entry is 3 bytes so the second palette entry is offset 03 etc see below: Offset Entry 00 Palette 1 03 Palette 2 06 Palette 3 09 Palette 4 0c Palette 5 R, G and B are byte values for red green and blue respectively. ambient XC behaviour After disconnecting, the ambient XC can be in different states, dependent on commands that have been called. 13

14 ambient XC RS232 Control Command Specification XC state before connecting XC runs according to the timetable XC runs according to the timetable XC runs according to the timetable XC is in override mode XC is in override mode XC is in override mode Commands Connect Disconnect Connect Setoverride 0x01 0x0C Disconnect Connect Setoverride 0x01 0x0C SetOverride 0x00 Disconnect Connect Disconnect Connect Setoverride 0x01 0x0C Disconnect Connect Setoverride 0x01 0x0C SetOverride 0x00 Disconnect XC state after connecting XC runs according to the timetable XC runs in override mode (until a (scheduled) reboot happens). XC runs according to the timetable XC is in override mode XC is in override mode XC runs according to the timetable Note that after a reboot, the ambient XC automatically runs according to the time table. Reboots occur after uploading modes, uploading new firmware, and at the daily reboot time. ambx UK Ltd

15 Implementation remarks Note: the current implementation of the ambient XC RS232 protocol has minor deviations from the specification of Determine the protocol version, above The destination field in the responses can be both R and U. The protocol version can be different than 0x02. Examples In the examples below the command sent to the XC is in the Command bytes column. Each byte is represented by two hex digits; ten decimal being shown as 0a for example. These bytes are sent (as binary data not ascii) via the RS232 link to the XC. The XC will respond as shown in the Response bytes column across the same link. Change the Current Light-Scene Suppose it is required to change the current Light-Scene to number 5, then to Light-Scene 12. First a connection must be established: Command Command bytes (in hex) Response bytes (in hex) Connect Now the Light-Scene can be selected. Select Light-Scene 63 6f f 52 6f f The Light-Scene in slot 5 will now be controlling the lights. To change to Light-Scene to number 12 (0c hex) the following command can be issued (note there is no need to repeat the connect command unless a disconnect command has already been issued). 15

16 ambient XC RS232 Control Command Specification Select Light-Scene 63 6f 07 0c f f The Light-Scene in slot 12 will now be controlling the lights. To return control to the front-panel user a disconnect command is issued: Disconnect Change the Brightness of the Current Light-Scene Suppose it is required to change the brightness of the current Light-Scene to 63 (3f hex). If not already connected a connection must be established: Command Command bytes (in hex) Response bytes (in hex) Connect Now the brightness can be changed. Change Brightness f 3c To find the CRC value (3c in this example) the CRC table is consulted and the value corresponding to 3f in the <value> column is found in the (03 XOR <value>) column (3f in this case). ambx UK Ltd

17 Change the Palette of the Current Light-Scene Suppose we want to change the colour of the second palette entry (offset 03) to RGB 27, 126, 0 ( 1b 7e 00 ). The following command would be sent: Command Command bytes (in hex) Response bytes (in hex) Change Palette Colour A5 00 5A e 2f b 7e Note that if the XC is currently connected using the main protocol you do not need to disconnect before connecting with the palette change protocol. 04/29/13 01:54:55 PM 17

Planar Simplicity Series

Planar Simplicity Series Planar Simplicity Series RS232 PROTOCOL Document 020-1285-00 1. INTRODUCTION 1.1 Purpose The purpose of this document is to explain in detail the commands and steps that can be used to control a Planar

More information

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82)

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Table of Contents 1. INTRODUCTION... 1 1.1 PURPOSE... 1 1.2 DEFINITIONS, ABBREVIATIONS AND ACRONYMS... 1 2. COMMAND PACKET

More information

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 2 Art. no.:

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 2 Art. no.: Technical Documentation TORRIX RS485 with MODBUS Protocol Edition: 2016-05 Version: 2 Art. no.: 350187 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40 / 390

More information

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 CLOCKAUDIO MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 Clockaudio Limited, 9 Stratfield Park Elettra Avenue, WATERLOOVILLE Hampshire. UK Tel : +44 (0)2392 251193 Fax : +44 (0)2392 251201

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

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

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

CONNECTION TO A HOST COMPUTER

CONNECTION TO A HOST COMPUTER CONNECTION TO A HOST COMPUTER Foreword: Hardware data The Communication between the CUBE30TOUCH and an external PC may be done in two possible ways: 1- Using a USB connection: Connect a standard A-B USB

More information

Analyzing the command string for switch to input #

Analyzing the command string for switch to input # Marshall VSW-2200 Switcher Control Protocol Firmware Version: 3.3 Document edited 8-22-2016 (legacy command structures have been removed from this document) Serial Port (over USB) Setting: Baud rate :

More information

Generic RS232 protocol

Generic RS232 protocol Generic RS232 protocol Table of content 1 Introduction... 2 2 Description... 2 2.1 Hardware specification... 2 2.2 Communication Setting... 2 2.3 Command Message Reference... 3 3 Protocol 1 : with ID...

More information

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam BDP100/300 BD Players

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam BDP100/300 BD Players 23425 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam BDP100/300 BD Players POWER / STANDBY ULTRA HIGH PERFORMANCE 24-BIT DAC 1 Contents Introduction...3 Conventions...3

More information

JMY504M User's Manual

JMY504M User's Manual JMY504M 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

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player 23425 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player POWER / STANDBY ULTRA HIGH PERFORMANCE 24-BIT DAC ULTRA 1 Contents Introduction...3 Conventions...3

More information

Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier

Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier INTEGRATED AMPLIFIER PHONES AUX MUTE AUX PHONO STB PVR AV BD CD SAT POWER

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

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam D33 DAC

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam D33 DAC 23425 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam D33 DAC ULTRA HIGH PRECISION DIGITAL TO ANALOGUE CONVERTER D33 44.1 48 88.2 1 2 96 176.4 192 1 OPTICAL 2 1

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

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

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

Appendix) Specifications of Monitor & Control Rev. 4.0 July 13, 2016

Appendix) Specifications of Monitor & Control Rev. 4.0 July 13, 2016 Specifications of Monitor & Control July 13, 2016 1. Interface Specifications 1-1. FSK Communication M&C (1) Physical Interface IF Connector: N-type or F-type, female Combine with IF signal and 10MHz Reference

More information

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide Copyright 2008 IMS CONTENTS 1 INTRODUCTION... 3 2 MODULE CONNECTION... 3 2.1 I2C/Serial interface connector...4 2.2

More information

Page 1 MRK-D-0011, V2.0 Aeroqual SM50 User Guide

Page 1 MRK-D-0011, V2.0 Aeroqual SM50 User Guide Page 1 Table of Contents User Guide Revision History... 3 Description... 4 1. Operating Instructions... 4 1.1. Power... 4 1.2. Warm Up... 4 1.3. Standard Inputs and Outputs... 4 1.4. Using the Relay Output...

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

ET-TOUCH PAD 4x4. User s Manual of ET-TOUCH PAD 4x4

ET-TOUCH PAD 4x4. User s Manual of ET-TOUCH PAD 4x4 ET-TOUCH PAD 4x4 1. Features of Board ET-TOUCH PAD 4x4 - Be Capacitive Sensing Touch Key with 16 KEY 4x4 - Use +3.3VDC or +5VDC Power Supply - Display status of pressing keys by voice and LED that is on

More information

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Chapter 5 Table of Contents Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Modbus Serial Communications Overview 5 2 Modbus TCP Network Communications Overview 5 2 EtherNet/IP Network Communications

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

Futaba MDM166A display

Futaba MDM166A display Futaba MDM166A display Disclaimer This documentation based on try & error and should never be treated as official documentation. There is no guarantee that information listed in this document is complete

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

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

MDL100 protocol-1.doc 6/12/08

MDL100 protocol-1.doc 6/12/08 1/9 MDL100 RS232 communication protocol This document is a short description of protocol for message exchange beetwen Personal Computer and MDL100 via RS232. The RS232 must be set with the following parameters:

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

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 3 Art. no.:

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 3 Art. no.: Technical Documentation TORRIX RS485 with MODBUS Protocol Edition: 2017-03 Version: 3 Art. no.: 350187 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40 / 390

More information

Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with ModBus RTU Communication Protocol.

Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with ModBus RTU Communication Protocol. Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with ModBus RTU Communication Protocol. 1 Who Is This Guide For? The purpose of this guide is to show the correct procedure

More information

T7 Modbus Communication User Guide

T7 Modbus Communication User Guide Communication via RS232/RS485 Version 1.3 1/3/2012 1 of 17 Contents Version 1.0... 1 Terms and Conditions of License for use of gratuitous software... 3 1 General... 5 2 T7-1-MODx Registers... 6 3 T7 Modbus

More information

Lumio Release Note Lumio Multi-Touch Communication Protocol

Lumio Release Note Lumio Multi-Touch Communication Protocol Lumio Release Note Lumio Multi-Touch Communication Protocol Note Number RN00009 - Revision A0 Release Date Product Lumio Crystal Touch PCB Controller Abstract This note describes the Lumio Multi Touch

More information

XS S ERIES TM PMB US TM O PTION C ARD

XS S ERIES TM PMB US TM O PTION C ARD XS Series PMBus Option Card XS S ERIES TM PMB US TM O PTION C ARD Document: 40110r01 1 Contents 1 Introduction 4 2 Option Card Connectors 4 2.1 PMBus Address..............................................

More information

EcologicSense. NEXT-PM User Guide. Ecologic Sense. ZI Rousset 296, Avenue Georges Vacher, Rousset - France

EcologicSense. NEXT-PM User Guide. Ecologic Sense. ZI Rousset 296, Avenue Georges Vacher, Rousset - France EcologicSense ZI Rousset 296, Avenue Georges Vacher, 13790 Rousset - France Ecologic Sense NEXT-PM User Guide Last update 2018/05/12 Author JMR Version : 2.2 How to integrate the Next-PM Sensor? To be

More information

Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals.

Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals. Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals. 1 Who Is This Guide For? The purpose of this guide

More information

What is NXTCam. NXTCam Feature List. What you will need before using NXTCam. NXTCam v2 User Guide

What is NXTCam. NXTCam Feature List. What you will need before using NXTCam. NXTCam v2 User Guide NXTCam v2 User Guide What is NXTCam NXTCam is a real-time image processing engine. Think of it as a vision sub-system with on-board processor and a protocol interface that is accessible through a standard

More information

Dual Interface LCD Display Controller

Dual Interface LCD Display Controller Dual Interface LCD Display & Keypad Controller Product specification Nov 2013 V0.a ByVac Page 1 of 11 Contents 1. Introduction... 3 2. Features... 3 3. BV4618, Comparison... 3 3.1.1. BV4618... 3 3.1.2....

More information

Serial Communication Control Interface User s Manual

Serial Communication Control Interface User s Manual User s Manual Edition 1.0, September 2015 www.moxa.com/product For the following products: MD-219 Series MD-224 Series MD-226 Series MPC-2190 Series MPC-2197 Series MPC-2240 Series MPC-2247 Series MPC-2260

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev

Digi-Pas. Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules. Rev Installation and Operation Guidelines for DWL5000XY, DWL5500XY and DWL5800XY Tilt Sensor Modules Rev. 2.3 CONTENT 1. Introduction... 1 1.1. Overview... 1 1.2. Technical Specification...1 1.3. Dimension

More information

D-ILA Projector. DLA-Z1 Series DLA-RS4500 Series. External Command Communication Specification

D-ILA Projector. DLA-Z1 Series DLA-RS4500 Series. External Command Communication Specification D-ILA Projector DLA-Z1 Series DLA-RS4500 Series External Command Communication Specification Ver. 1.0 13/Jan/2017 JVCKENWOOD Corp. Projector Division (*)D-ILA is the trademark of JVCKENWOOD Corp. Document

More information

JMY501H User's Manual

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

More information

Optris CT/ CTlaser/ CTvideo communication interface

Optris CT/ CTlaser/ CTvideo communication interface Optris CT/ CTlaser/ CTvideo communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 115200) Data bits: 8 Parity: ne Stop bits: 1 Flow control:

More information

SAINT2. System Analysis Interface Tool 2. Emulation User Guide. Version 2.5. May 27, Copyright Delphi Automotive Systems Corporation 2009, 2010

SAINT2. System Analysis Interface Tool 2. Emulation User Guide. Version 2.5. May 27, Copyright Delphi Automotive Systems Corporation 2009, 2010 SAINT2 System Analysis Interface Tool 2 Emulation User Guide Version 2.5 May 27, 2010 Copyright Delphi Automotive Systems Corporation 2009, 2010 Maintained by: SAINT2 Team Delphi www.saint2support.com

More information

SPI Lasers UK Limited. Serial Command Reference for the PRISM Laser Platform

SPI Lasers UK Limited. Serial Command Reference for the PRISM Laser Platform SPI Lasers UK Limited Serial Command Reference for the PRISM Laser Platform 1 of 89 Table of Contents Introduction... Connecting to the OEM Fibre Laser... Data Link Layer... Frame Structure... Data Element...

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

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017 DL-10 User Manual RS-485 Remote Temperature and Humidity English Ver. 1.0, Jul. 2017 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of one year from

More information

Operate the Hydrolab SDI-12 / Modbus / RS232 TTY Communications Module (HL Series Sonde)

Operate the Hydrolab SDI-12 / Modbus / RS232 TTY Communications Module (HL Series Sonde) Operate the Hydrolab SDI-12 / Modbus / RS232 TTY Communications Module (HL Series Sonde) 04/2018, Edition 1 User Manual Overall Contents Part A Operate the Hydrolab SDI-12 Communications Module Part B

More information

on a 35 mm top-hat rail (in accordance with DIN EN TH35) Ambient temperature Operation: C Storage: C

on a 35 mm top-hat rail (in accordance with DIN EN TH35) Ambient temperature Operation: C Storage: C Data sheet PCD1.B1020-A20 E-Line RIO 16DI, 4Rel Starting with FW 1.08.xx The L-Serie E-Line RIO modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

More information

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA Revision 1.2 July 24, 2017 COM Protocol Manual for MDC and ADC www.mountztorque.com - 1080 N 11th St - San Jose CA 95112-408.292.2214 1 1 Overview and Communication Specifications 1.1 Overview If the PC

More information

Safety Application Note

Safety Application Note Safety Application Note MSR310 to ControlLogix with RS232 Bidirectional Communications IMPORTANT: A risk assessment should be performed to ensure that all task-hazard combinations have been identified

More information

EVShield Interface Specifications

EVShield Interface Specifications EVShield Advanced Development Guide v1.0 EVShield Interface Specifications Power Specs: EVShield can be powered from external power supply. Max Power Rating: 10.5 Volts DC Minimum 6.6 Volts DC needed to

More information

User Module. Modbus TCP2RTU. Application note

User Module. Modbus TCP2RTU. Application note User Module Modbus TCP2RTU Application note Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible problems,

More information

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual USB-ASC232 ASCII RS-232 Controlled USB Keyboard and Mouse Cable User Manual Thank you for purchasing the model USB-ASC232 Cable HAGSTROM ELECTRONICS, INC. is pleased that you have selected this product

More information

Rev 1.3, Air-Farm User Manual. CO2 / Temperature / Humidity Transmitter

Rev 1.3, Air-Farm User Manual. CO2 / Temperature / Humidity Transmitter Rev 1.3, 2018-06 Air-Farm User Manual CO2 / Temperature / Humidity Transmitter Features CO2, Temperature and Humidity measurement Three high sensitivity sensors RS485(MODBUS) Communication Analog Voltage

More information

Kramer Electronics, Ltd. USER MANUAL. Model: Cobra MX x16 Matrix Switcher / DA

Kramer Electronics, Ltd. USER MANUAL. Model: Cobra MX x16 Matrix Switcher / DA Kramer Electronics, Ltd. USER MANUAL Model: Cobra MX-1616 16x16 Matrix Switcher / DA Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 1 4 Cobra MX-1616 16x16 Matrix Switcher / DA Operation

More information

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Models covered: AVP700, AVR250, AVR300, AVR350 Contents Applicability... 2 Controlling Arcam A/V processors

More information

CSCI 2212: Intermediate Programming / C Chapter 15

CSCI 2212: Intermediate Programming / C Chapter 15 ... /34 CSCI 222: Intermediate Programming / C Chapter 5 Alice E. Fischer October 9 and 2, 25 ... 2/34 Outline Integer Representations Binary Integers Integer Types Bit Operations Applying Bit Operations

More information

POWERLINC PROGRAMMING MANUAL v1.2a

POWERLINC PROGRAMMING MANUAL v1.2a INTRODUCTION The PowerLinc from SmartHome will provide 12V 300mA DC and two-way power-line communication to any PowerLinc compatible OEM 1 unit. The PowerLinc can also be used as a direct TW523 replacement

More information

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam T32 Tuner

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam T32 Tuner 23425 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam T32 Tuner Contents Introduction...3 Conventions...3 Serial Cable Specification...3 transfer format...3 Command

More information

Instructions. Modbus RTU Card (WSIQ-COM-MB)

Instructions. Modbus RTU Card (WSIQ-COM-MB) Instructions (WSIQ-COM-MB) Contents 1 Warnings... 2 2 Important User Information... 2 3 Installation... 2 4 Operation... 3 5... 4 6 Specifications... 15 Product Compatibility The is suitable for use with

More information

CS 241 Data Organization Binary

CS 241 Data Organization Binary CS 241 Data Organization Binary Brooke Chenoweth University of New Mexico Fall 2017 Combinations and Permutations In English we use the word combination loosely, without thinking if the order of things

More information

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition FLAT WIDE DISPLAY PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition Table of Contents 1. Communication Parameter... 3 2. Pin Configuration... 3 3. Communication Data Format... 3 4. General Function... 5

More information

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL Edition:2A ODM- 88 DVI Matrix Router USER MANUAL ODM-88 Manual Page 2 ODM-88 Manual Page 3 Table of Contents 1 Introduction and Installation. 6 1.1 Key features... 6 1.2 ODM-88 Shipping Content... 6 1.3

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

Graphical LCD Display Datasheet EB

Graphical LCD Display Datasheet EB Graphical LCD Display Datasheet EB043-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 6 4. Testing this product... 7 5. Circuit description... 8 Appendix 1 Circuit

More information

Fingerprint_Protocol_All_English

Fingerprint_Protocol_All_English Fingerprint_Protocol_All_English 1. Protocol Format Port:UART - TTL, 19200bps, 1 Start bit, 1 Stop bit, None check bit 1.1 Data length = 8 bytes,data format as follow: Command 0xF5 CMD P1 P2 P3 Response

More information

1602 SMART LCD DISPLAY MODULE HCMODU0122

1602 SMART LCD DISPLAY MODULE HCMODU0122 62 SMART LCD DISPLAY MODULE HCMODU22 Revision.. DISCLAIMER This document is provided "as is". Hobby Components Ltd makes no warranties, whether express, implied or statutory, including, but not limited

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD SC004MBS 0x4 Characters MODBUS RTU Slave SC004MBS is a MODBUS slave device that receives data from a Master MODBUS device and display them on the panel. The is 0 x 4 characters in size and each character

More information

Titan Dot Matrix Display (A05)

Titan Dot Matrix Display (A05) Titan Dot Matrix Display (A05) Contents Communications... 3 Overview... 3 Read Contact Closure States Command... 5 Read Display Bounds Command 0x02... 6 Read Switch Setting Command 0x03... 6 Read Inventory

More information

RS485 MODBUS Module 8I8O

RS485 MODBUS Module 8I8O Expansion Module 8 digital inputs, 8 digital outputs Version 2.2 12/01/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the

More information

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

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

More information

OPTRIS CT/CTL communication interface

OPTRIS CT/CTL communication interface OPTRIS CT/CTL communication interface Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 9600) Data bits: 8 Parity: ne Stop bits: 1 Flow control: off The protocol

More information

JMY607H User's Manual

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

More information

SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE

SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE Innovative Technology assume no responsibility for errors, omissions, or damages resulting from the use of information contained within this

More information

RS485 MODBUS Module 8AO

RS485 MODBUS Module 8AO Version 1.3 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme

2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme 2a. Codes and number systems (continued) How to get the binary representation of an integer: special case of application of the inverse Horner scheme repeated (integer) division by two. Example: What is

More information

IQ Home Modbus-RTU Master

IQ Home Modbus-RTU Master IQ Home Modbus-RTU Master DPA RF Network ver IQRF 0x8A5F 1.0.xx (0x10xx) IQRF OS 4.02D IQRF DPA 3.02 IQRF RF Mode Default RF Channel LP or STD 52 (868.35 MHz) 2017 IQHome Kft. www.iqhome.org Contents 1.

More information

C3X1080 RS-232C CONTROL SPECIFICATIONS

C3X1080 RS-232C CONTROL SPECIFICATIONS SIM2 Multimedia C3X1080 RS-232C CONTROL SPECIFICATIONS Rev. 1.1 (30 January 2008) Contents Contents 2 1 Introduction 3 1.1 Setting up the RS-232C Serial connection........................... 3 1.2 Execution

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

VA-2002 RS232 Remote Interface Specification

VA-2002 RS232 Remote Interface Specification VA-2002 RS232 Remote Interface Specification 2003 Kramer Ltd. V2.1 Nov.2003 This document describes the communication protocol between the VA-2002 device and an host computer, for example a PC. A serial

More information

PCD1.E1000-A10. E-Line S-Serie RIO 12DI. Features. General technical data. Dimensions and installation

PCD1.E1000-A10. E-Line S-Serie RIO 12DI. Features. General technical data. Dimensions and installation ata sheet www.sbc-support.com PC1.E1000-A10 E-Line S-Serie RIO 12I The S-Serie E-Line RIO modules are controlled via the RS-485 serial communication protocols S-Bus and Modbus for decentralised automation

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

ZikoDrive ZD10UART Series Operating Manual

ZikoDrive ZD10UART Series Operating Manual ZikoDrive ZD10UART Series Operating Manual Introduction OverView This manual is intended to be used with the ZikoDrive ZD SERIES UART Motor controller running standard firmware (1.1) and includes the following

More information

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13

BV4505. IASI-Keypad Controller. Product specification. January 2009 V0.a. ByVac Page 1 of 13 Product specification January 2009 V0.a ByVac Page 1 of 13 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 3.1. Keypad Interface...3 4. Key Values Returned...3 5. Factory Reset...3

More information

LK Technical Manual. Revision: 2.0

LK Technical Manual. Revision: 2.0 LK204-25 Technical Manual Revision: 2.0 Contents Contents ii 1 Getting Started 1 1.1 Display Options Available................................... 1 1.2 Accessories...........................................

More information

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

Russound Controllers. RNET Protocol & Specifications RS-232 Communication. Document version

Russound Controllers. RNET Protocol & Specifications RS-232 Communication. Document version Russound Controllers RNET Protocol & Specifications RS-232 Communication Document version 1.00.01 1 Quick Reference Guide Feature CAS44 CAA66 CAM6.6 CAV6.6 Pg. Keypad Events 13 Source Control Events 14

More information

BV4501 IASI Twin Relay. Product specification. December 2008 V0.a. ByVac Page 1 of 12

BV4501 IASI Twin Relay. Product specification. December 2008 V0.a. ByVac Page 1 of 12 IASI Twin Relay Product specification December 2008 V0.a ByVac Page 1 of 12 Contents 1. Introduction...4 2. Features...4 3. Electrical Specification...4 4. Factory Reset...4 5. IASI Command set...5 5.1.

More information

VS-LC101/ VS-LC102 RS-232 command set

VS-LC101/ VS-LC102 RS-232 command set VS-LC101/ VS-LC102 RS-232 command set No Issue Date Description Apply Firmware 1 2015/09/14 First version. v3.1.5.28 2 2018/04/27 1. RS-232 command(control Protocol) will respond ACK 2. RC pass-through

More information

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

More information

Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with LD Standard Communication Protocol.

Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with LD Standard Communication Protocol. Hello Angles... A First Use Guide to the SOLAR Product Series: RS485 Interface with LD Standard Communication Protocol. 1 Who Is This Guide For? The purpose of this guide is to show the correct procedure

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

Mitsubishi Serial Driver Help Kepware Technologies

Mitsubishi Serial Driver Help Kepware Technologies Mitsubishi Serial Driver Help 2013 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Modem Setup 5 Bridging 5 First Word Low 6 Multi-level Networks 7 PLC Setup 8

More information

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm.

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm. Large Viewing Area 99mm x 24mm Large Character Size 4.84mm x 9.66mm Features 16x2 Large Characters LCD RS232 Interface Simple Serial Command Wide Range Voltage Operation ( 9-15V ) 8 User s Defined Characters

More information