POWERKEY PRO & POWERKEY

Size: px
Start display at page:

Download "POWERKEY PRO & POWERKEY"

Transcription

1 POWERKEY PRO & POWERKEY J1939 PROGRAMMERS MANUAL

2 Contents WARNING... 4 Introduction... 5 Keypad Functionality... 5 Default Configuration... 5 Programming Protocol... 5 Group Function Definitions 7 Keypad Contact Status/Led Command (0x01)... 7 Dim Level (0x02)... 8 Back Light Level (0x03)... 8 Set ECU Source Address (0x70)... 8 Periodic Status Transmission (0x71)... 9 Event Status Transmission (0x72)... 9 LED Acknowledgement (0x73)... 9 Address Claim (0x74) Heartbeat (0x75) Heart Beat Message Format Periodic Key Message Period (0x77) Start Demo Mode (0x7A) Set Backlight Startup (0x7B) Set Led Dim Startup (0x7C) Enter Boot Mode (0XF0) Configuration Tool Commands...14 Basic Command Structure...14 CAN ID Used For Commands from the Configuration Software Command Message Data Descriptions Continuation Frames Data Time between main command and continuation frames must be greater than 1ms but not more than 5ms. This also is the time between continuation frames Keypad Response Structure CAN ID Used For Keypad Responses Keypad Response Data Bytes Continuation of response frames data Configuration Commands Set Periodic transmission

3 Get Periodic transmission Set maximum power value Get maximum power value Set Virtual key values Get Virtual Key Values Set Virtual LED Values Get Virtual LED Values Get Model ID Configuration Commands Continuation Set LED Reply Get LED Reply Set CAN and RS485 Address Get CAN and RS485 Address Set Event Key Status Enable Get Event Key Status Enable Configuration Commands Continuation Set Default Dim Level Get Default Dim Level Set Backlight Level Get Backlight Level Get Number of LEDS Configuration Commands Continuation Get LED States Get Number of Switches Get Serial Number Set Startup Keys Message Get Startup Keys Message Get Software Revision Set CAN Address Get CAN Address Revision Record

4 WARNING IMPROPER SELECTION, IMPROPER USE AND/OR FAILURE OF THE POWERKEY PRO PRODUCTS DESCRIBED HEREIN OR RELATED ITEMS CAN CAUSE DEATH, PERSONAL INJURY AND PROPERTY DAMAGE. This document and other information from Digital Switching Systems, LLC, provide product and/or system options for further investigation by users having technical expertise. It is important to analyze all aspects of the application, including consequences of any failure. Due to the variety of operating conditions and applications for these product(s), the manufacturer of the application is solely responsible for making the final selection of the product(s) and system(s) and assuring that all performance, safety and warning requirements of the application are met. The products described herein, including without limitation, product features, specifications, designs, availability and pricing, are subject to change by Digital Switching Systems, LLC at any time without notice. 04

5 INTRODUCTION This document describes the PowerKey Pro (PKP) keypad s functionalility, default configuration and programmable parameters. KEYPAD FUNCTIONALITY The PowerKey Pro is a microcontroller based momentary contact keypad with LED illumination that can be interfaced to CAN and RS485 networks. Keypad contact closures are monitored by the microcontroller and their occurrence is transmitted on the CAN and/or RS485 interface. LED illumination states are received over the CAN and/or RS485 interface by the microcontroller, which then illuminates the LEDs accordingly. DEFAULT CONFIGURATION The PowerKey Pro keypad s default configuration is as follows: The keypad s amber LEDs flash instantenously at power-up The contact type is set to momentary The Green and Red indicator LEDs are set to OFF Back lighting is set to off The CAN source address is set to 0x21 The Keypad Identifier is set to 0x21 Periodic Status Transmission is disabled Event Status Transmission is enabled LED Acknowledgement is disabled Address Claim Transmission is disabled Demo Mode is disabled PROGRAMMING PROTOCOL Parameter group numbers (PGNs) and group functions are used to control/command the PowerKey Pro keypad. The following sections define the proprietary format used by Digital Switching Systems (DSS) for NMEA 2000 Addressable Proprietary Single Frame (SF) parameter group (PGN 61184), as well as the assigned group functions/commands. 05

6 Proprietary Single Frame Parameter Group PGN is defined by both J1939 and NMEA This parameter group number (PGN) is also known in J1939 as Proprietary A. DSS has defined this parameter group as a group function type of parameter group. A Group function parameter group uses an enumerated Group Function field to identify the purpose of the parameter group. Typically, the remaining fields in the parameter group following the group function field are defined specifically for that group function. The general format of the parameter group definition is shown below. DSS Proprietary SF Group Function (PGN 61184) (Based on NMEA 2000 Proprietary SF A General Message Format) This proprietary message is defined as a group function with a maximum available payload of 5 bytes # Field Name Size Description 1 Manufacturer Code 11 bits Field 1-3 make up the Definer Tag that ensures the definition of 2 Reserved 2 bits (each bit set to logical 1 ) 3 Industry Group 3 bits Marine = 4 4 Group Function 1 byte See Assigned Group Function Codes TBD TBD TBD Allocated/defined in accordance with group function code TBD TBD TBD (for a total of 5 bytes) The first three bytes of the parameter group are always encoded as shown in the following diagram. This diagram illustrates one aspect of CAN data transmissions that is frequently misunderstood. CAN data bytes are transmitted LSB first, and fields are defined according to the bit order defined by transmission. For fields that overlap byte boundaries, the higher order bits are mapped into the lower bits of the next byte before the next field is mapped / transmitted. As Transmitted As Returned in Data Bytes Byte 1 Byte 2 Byte MSB LSB MSB LSB MSB LSB Manufacturer Code Reserved Industry Group Group Function On each receipt of the PGN 61184, the receiving keypad first tests to see if the Destination address in the CANId matches the keypad s own address, and to see if the Definer Tag in the first two data bytes matches the DSS manufacturer and industry code. The third byte of each frame is the group function byte used to determine the format and use of any remaining data bytes. 06

7 GROUP FUNCTION DEFINITIONS This section contains data format definitions for assigned group functions defined for the DSS Proprietary SF Parameter Group (PGN 61184). Field numbers may not directly map to byte positions. Unused bits and bytes are set to all 1 s (0xFF). Keypad Contact Status/Led Command (0x01) This group function is used to send contact status from or receive LED commands by a keypad. The group function is defined differently depending on whether it is sent from or received by a keypad ECU. Contact Status: Broadcast with Destination Address = 255 from a Source Address assigned to a keypad. LED Command: Addressed to a specific keypad Destination Address. # Byte # Field Name Size Description 4 2 Group Function 1 byte Keypad Contact Status/LED Command = 0x01 Remaining Field Defined Only When Transmitted From A Keypad ECU Source Address (Keypad Transmit) 5 3 Key Code/ID 1 byte Contact Identifier For Red LED Key Code = Key Number For Green LED Key Code = Key Number + n (where n = total number of keys on keypad) Example: PKP2400 has 8 keys, therefore n = 8. The Key Code for Key #3 is 0x03 for the Red LED And 0x0B for the Green LED. 6 4 Contact State 1 byte 0x00 = [Turn off, Disable, Reset] 0x01 = [Turn on, Enable, Set] 0x02 = [Blink RED] 7 5 Keypad Identifier 1-byte Valid range 0x21 to 0x2F 8 6 Contact Process Type 1-byte 0x01 = Momentary 07

8 Dim Level (0x02) This group function transmits the desired LED illumination level when on. The illumination level is given as an integer value from 0 no illumination, to 64 full illumination. Transmitted level applies to all LEDs. 4 2 Group Function 1 byte Dim Level = 0x LED Brightness 1 byte Valid range 0 to 64 Back Light Level (0x03) This group function transmits the desired LED back lighting level when on. The back lighting level is given as an integer value from 0 no back lighting, to 64 full back lighting. Transmitted level applies to all LEDs. 4 2 Group Function 1 byte Back light Level = 0x LED Brightness 1 byte Valid range 0 to 64 Set ECU Source Address (0x70) This group function is used to change the ECU CAN Source Address and/or keypad identifier. Either or both the Source Address or Keypad Identifier may be changed independently. It is required that only the one keypad be connected to the Bus when changing the keypad address. 4 2 Group Function 1 byte Set ECU Source Address = 0x CAN Source Address 1 byte Valid range 0 to 252 Values 253 and 254 reserved Value 255 = No change. 6 4 Keypad Identifier 1 byte Valid range 0x21 to 0x2F Value =0xFF = No change 08

9 Periodic Status Transmission (0x71) This group function enables or disables periodic ECU status transmissions at a rate of 10 messages per second. For example, a keypad may transmit the status of all contacts periodically; this enables or disables that feature. 4 2 Group Function 1 byte Configuration Periodic Status Transmission = 0x Periodic Status Transmission Flag 1 byte 0x00 = [Off, Disabled, Reset] 0x01 = [On, Enabled, Set] Event Status Transmission (0x72) This group function enables or disables event driven ECU status transmissions. For example, a keypad may transmit the status of a contact at the time that the contact changes state (opens or closes); this enables or disables that feature. 4 2 Group Function 1 byte Configuration Event Status Transmission = 0x Event Status Transmission 1 byte 0x00 = [Off, Disabled, Reset] 0x01 = [On, Enabled, Set] LED Acknowledgement (0x73) This group function enables or disables the transmission of an LED Acknowledgement. For example, a keypad may transmit an acknowledgement each time an LED Command is received; this enables or disables that feature. 4 2 Group Function 1 byte Configuration LED Acknowledgement = 0x LED Acknowledge 1 byte 0x00 = [Off, Disabled, Reset] 0x01 = [On, Enabled, Set] 09

10 Address Claim (0x74) This group function enables or disables the CAN Address claim when the keypad boots up 4 2 Group Function 1 byte Configuration Address Claim = 0x Address Claim 1 byte 0x00 = [Off, Disabled, Reset] 0x01 = [On, Enabled, Set] Heartbeat (0x75) This group function enables or disables the transmission of Heartbeat message. This message is transmitted 10 times per second. It is designed to indicate to other devises on the bus that this unit continues to function. 4 2 Group Function 1 byte Configuration Heartbeat = 0x Enable Bit 1 Byte Enables or Disables the Heart Beat 0 = Disable 1 = Enable 6 4 Heart Beat Period in 10ms tics 1 Byte Sets the Heartbeat Period time is in 10ms tics. With a range from 100ms to 2.55 seconds Heart Beat Message Format 4 2 Group Function 1 byte Heart Beat = 0xF9 5 3 Toggle Bit 1 Byte Bit Toggles [0/1] every message sent; used to indicate new message 10

11 Periodic Key Message Period (0x77) This group function sets the period time for the Key status messages. This does not enable or disable the keys periodic status messages. 4 2 Group Function 1 byte Configuration Message Period = 0x Key Status Period (10ms ticks) 1 byte This contains the period value in 10ms tics. Minimum value is 10 (100ms); maximum is 255 ( 2.55 sec) Start Demo Mode (0x7A) This group function puts the keypad into a demo mode. The key pad reverts back to normal once a valid CAN message is received. 4 2 Group Function 1 byte Configuration Demo Mode = 0x7A 5 3 Demo Mode 1 byte 0x00 = [Off, Disabled, Reset] 0x01 = [On, Enabled, Set] Set Backlight Startup (0x7B) This group function sets the value of the backlight when the system resets. The value is 0 63 for 0 to 100% of the backlight range. 4 2 Group Function 1 byte Configuration Set Backlight = 0x7B 5 3 LED Brightness 1 byte Valid range 0 to 64 11

12 Set Led Dim Startup (0x7C) This group function sets the value of the LED Dim when the system resets. The value is 0 63 for 0 to 100% of the LED DIM range. 4 2 Group Function 1 byte Configuration Set Dim Level = 0x7C 5 3 LED Brightness 1 byte Valid range 0 to 64 12

13 Enter Boot Mode (0XF0) This group function places the keypad into boot mode which allows keypad to be programmed. 4 2 Group Function 1 byte Boot Loader Command = 0xF0 13

14 CONFIGURATION TOOL COMMANDS The command used by the configuration tool has CAN message definitions different from previous allowing for more powerful commands. This is allowed due to the fact that the keypad is the only device connected on the CAN buss during setup and no other device will be effected by commands. This also allows room for future changes without effecting existing messages during normal operation. BASIC COMMAND STRUCTURE The basic commands consist of the command sent by the configuration software and the keypad responses with either acknowledge or requested data. Commands can be of multiple frames commands with data lengths that cannot fit into a single CAN message. 0x18EF1000 Byte Number CAN ID Used For Commands from the Configuration Software This indicates a message from the master configuration software (0x00) to the keypads command device (0x10) Description Command Message Data Descriptions 0 Command Byte allows up to 239 commands (0x10 0xFF) 1 Number of frames to follow. Zero indicates single frame command 2-7 Command related data Continuation Frames Data Time between main command and continuation frames must be greater than 1ms but not more than 5ms. This also is the time between continuation frames. 0 Indicates frame count first frame is 1 etc. 1-7 Contains command data for this frame 14

15 0x18EF0010 Byte Number KEYPAD RESPONSE STRUCTURE CAN ID Used For Keypad Responses. Indicates a message from the keypad command device (0x10) to The configuration software (00) Description Keypad Response Data Bytes 0 Echo s the requested command 1 Number of frames to follow. Zero indicates single frame response. 2 Response Status. 0x06 Command accepted 0x01 Command not understood 0x02 Command data out of range 0x03 Command not used in this model 0x15 Command not accepted due to command rules 3-7 Data returned that is requested by command Continuation of response frames data 0 Indicates frame count first frame is 1 etc. 1-7 Contains Response data for this frame 15

16 Command Byte 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x19 Configuration Commands Description Set Periodic transmission Data 0 = Enable/Disable Individual key status periodic transmission Data 1 = Enable/Disable Heart beat periodic transmission Data 2 = Period between Key status ( time in 10ms slices 100ms to 2.55 seconds) Data 3 = Period between heart beat ( time in 10ms slices 100ms to 2.55 seconds) Get Periodic transmission Data 0 = Enable/Disable Individual key status periodic transmission Data 1 = Enable/Disable Heart beat periodic transmission Data 2 = Time period between Key status ( time in 10ms slices max 2.55 seconds) Data 3 = Time period between heart beat ( time in 10ms slices max 2.55 seconds) Set maximum power value Data 0 = Power in percentage of maximum. Range 0-100% Get maximum power value Data 0 = Power in percentage of maximum. Range 0-100% Set Virtual key values Keys are set in 4 bytes Byte 0 Key Code (Virtual Number) Byte 1 Key Type ( Momentary or Latching) Byte 2 Logic Sense ( 0 or 1 for contact closed ) Byte 3 Actual Key Number Keys are set one at a time. Get Virtual Key Values This requests all the virtual key settings for the keypad. (Using above Command Structure) Set Virtual LED Values LEDS are in sets of 2 Bytes Byte 0 Led Code (Virtual Number) Byte 1 Actual LED Number Get Virtual LED Values This requests all the virtual LED settings for the keypad. Get Model ID Returns the stored Model ID as a string of 16 bytes. 16

17 Command Byte 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F Configuration Commands Continuation Description Set LED Reply Enables / Disables CAN acknowledge message after LED command Byte 0 0 = Disable, 1 = Enable Get LED Reply Returns the present state of the Reply setting Byte 0 0 = Disable, 1 = Enable Set CAN and RS485 Address Sets the keyboard address used in CAN and RS485 Byte 0 = CAN Address Byte 1 = RS485 Address Get CAN and RS485 Address Returns the present address of the CAN and RS485 Byte 0 = CAN Address Byte 1 = RS485 Address Set Event Key Status Enable Sets whether Key change event triggers CAN Message Byte 0 0 = Disable, 1 = Enable Byte 1 = Periodic Status Byte 2 = Periodic Period Get Event Key Status Enable Sets state of whether Key change event triggers CAN Message Byte 0 0 = Disable, 1 = Enable Byte 1 = Periodic Status Byte 2 = Periodic Period 17

18 Command Byte 0x20 0x21 0x22 0x23 0x24 Configuration Commands Continuation Description Set Default Dim Level This sets the DIM level default values Valid numbers must be 0-63 Byte(0) = Present Dim Level Byte(1)= Startup DIM Level Get Default Dim Level This returns the present Default DIM Level Byte(0) = Present Dim Level Byte(1) = Default Dim Level Set Backlight Level Sets the backlight level LEDs Valid Number must be 0-62 Byte(0) = LED Backlight Level Byte(1)= LED Backlight Startup Level Get Backlight Level Gets the stored backlight Level Byte(0) = LED Backlight Level Byte(1) = LED Backlight Startup Level Get Number of LEDS Gets the total number of LEDS Byte = Number of LEDS 18

19 Command Byte 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C Configuration Commands Continuation Description Get LED States Returns the present LED State for each LED 0 = OFF, 1 = ON, 2 = Blink OFF, 3 = Blink On Each data byte contains 4 LED states each occupies Two bits. MSB contains lowest LED. Get Number of Switches Gets the total Number of Switches Byte(0) = Number of switches Get Serial Number Returns Binary value of key boards SN Returns 0xFFFFFF if not set. Byte(0) = MSB (0x??XXXX) Byte(1) = (0xXX??XX) Byte(2) = (0xXXXX??) Set Startup Keys Message This command enables/disables the sending of all the keys during power up. The Enable / Disable is sent in Byte (0) Get Startup Keys Message This command returns the setting of the startup message enable. Byte(0) = 0; Disabled Byte(0) = 1; Enabled Get Software Revision This command retrieves the Firmware revision, The value is returned in three bytes Byte(0) = Major Revision Byte(1) = Minor Revision Byte(2) = Sub Minor Revision Set CAN Address This command sets the CAN address of the device. Available range is 1 to 15. And corresponds to actual addresses of 0x21 to 0x2F Get CAN Address This command retrieves the CAN address of the connected key pad. Valid range of 0x21 to 0x2F 19

20 Revision Record Date Rev Filename Comment A PowerKey Pro Programmers Manual Initial Release B PowerKey Pro Programmers Manual Modified Table, page C PowerKey Pro Programmers Manual REVC Updated Paragraph 2, page D PowerKey Pro Programmers Manual REVD Corrected Errors and updated for REV-C software release _6 PowerKey Pro Programmers Manual REV5_6 Added additional capabilities for new PKP platform, including the new PKP2200 keypad. 20

J1939 USER MANUAL POWERKEY PRO SERIES

J1939 USER MANUAL POWERKEY PRO SERIES J1939 USER MANUAL POWERKEY PRO SERIES PKP-2600-SI www.blinkmarine.com - info@blinkgroup.com Summary: 1. How to connect CAN bus:... 2 2. Reference... 2 3. Message header description... 3 4. General Data

More information

PowerKey 1000 J1939 user manual

PowerKey 1000 J1939 user manual PowerKey 1000 J1939 user manual 1/15 PK1000_J1939_UM_REV1.0 www.blinkmarine.com Summary: 1. How to connect Deutsch 4 pin:... 3 2. Reference... 3 3. Message header description... 4 4. General Data Format...

More information

J1939 user manual. Summary: PowerKey pro series

J1939 user manual. Summary: PowerKey pro series J1939 user manual PowerKey pro series Summary: 1. How to connect CAN bus:... 2 2. Reference... 2 3. Message header description... 3 4. General Data Format... 3 5. Default Settings... 4 6. Key Contact state

More information

PowerKey and PowerKey pro serier. J1939 Programmers Manual

PowerKey and PowerKey pro serier. J1939 Programmers Manual PowerKey and PowerKey pro serier. J1939 Programmers Manual Summary: 1. How to connect CAN bus:... 2 2. Reference... 2 3. Message header description... 3 4. General Data Format... 3 5. Default Settings...

More information

PKP-2200-SI J1939 USER MANUAL THE PRESENT MANUAL IS FOR REFERENCE ONLY AND MIGHT BE NOT UP TO DATE TO THE LATEST VERSION.

PKP-2200-SI J1939 USER MANUAL THE PRESENT MANUAL IS FOR REFERENCE ONLY AND MIGHT BE NOT UP TO DATE TO THE LATEST VERSION. PKP-2200-SI J1939 USER MANUAL THE PRESENT MANUAL IS FOR REFERENCE ONLY AND MIGHT BE NOT UP TO DATE TO THE LATEST VERSION. PLEASE CONTACT US FOR GETTING THE MOST UPDATED FILE Via Montefeltro, 6 20156 Milano

More information

Touch Encoder. Interface Control Document (CANBUS J1939 Protocol)

Touch Encoder. Interface Control Document (CANBUS J1939 Protocol) Touch Encoder Interface Control Document (CANBUS J1939 Protocol) Questions? Please contact TE@Grayhill.com 1 June 13, 2018 Revision History Revision Date Description A 2/19/2018 B 2/27/2018 Original Release

More information

PKP2300-Motorsport. Summary:

PKP2300-Motorsport. Summary: PKP2300-Motorsport Summary: 1. How to connect Deutsch 4 pin:... 2 2. Reference... 2 3. Default settings... 2 4. Keys state message... 3 5. LEDs message... 4 6. Identifier 600+CANIDh... 4 7. Revision History...

More information

UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification

UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification UPB US1-40 Single Rocker Wall Switch with Dimmer Firmware Specification V 1.0 5/18/05 Revision History Spec. Rev. Date Firmware Rev. Description 1.0 5/18/05 V2.12 Originated from US2 spec V1.9 Table of

More information

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values.

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values. ecode Series MODBUS Protocol Preface This document describes the implementation of the MODBUS protocol in the Scancon ecode Series of communicating encoders. It is not intended to be a description of the

More information

Venstar Thermostat Adapter

Venstar Thermostat Adapter Developer Venstar Thermostat Adapter v001 Developer Venstar Thermostat Adapter Version 001 May 23, 2013 Revision History Rev Date Comments 001 05/23/13 Initial Release Page 1 of 13 Table of Contents 1

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

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

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

GIGAVAC Contactors J1939 Protocol

GIGAVAC Contactors J1939 Protocol GIGAVAC Contactors J1939 Protocol Documentation Revision: 7 See the last page for different revisions change history and apply to the firmware revisions to each update. Product Models: GXCAN15/16, MXCAN15/16.

More information

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History Developer INSTEON Thermostat v012 Developer INSTEON Thermostat Version 012 June 19, 2012 Revision History Rev Date Comments 001 10/28/11 Initial Release 002 11/4/11 Updated formatting in some sections

More information

Digi-Star ISOBUS / CAN Application Notes

Digi-Star ISOBUS / CAN Application Notes Digi-Star ISOBUS / CAN Application Notes Document D4000 Communication Interface REVISED for the Scale Link 2000 Series of ISOBUS Scale Products (SL2110-ISO & SL2140-ISO) D4000 REV S 09 July 2018 1 Table

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

Developer Notes for KeypadLinc Line

Developer Notes for KeypadLinc Line Developer Notes for KeypadLinc Line Version 003 April 16, 2013 Revision History Rev Date Comments 001 1/11/13 Initial Release 002 1/22/13 Update s 003 4/16/13 Updated s Table of Contents 1 SUPPORTED DEVICES...

More information

Micro Module Shutter. Micro Module Shutter

Micro Module Shutter. Micro Module Shutter Developer Notes Micro Module Shutter Micro Module Shutter (XXXXX - Dev 0x01 / Sub 0xXX) Version 001 June 28, 2012 Revision History Rev Date Comments 001 6/28/12 Initial Release Table of Contents Firmware

More information

UPB US2-40 Series Quad Rocker Wall Switch with Dimmer Firmware Specification

UPB US2-40 Series Quad Rocker Wall Switch with Dimmer Firmware Specification UPB US2-40 Series Quad Rocker Wall Switch with Dimmer Firmware Specification V 1.3 5/13/05 Revision History Spec. Rev. Date Firmware Rev. Description 1.1 4/19/05 V1.00 Adapted from US1/2 spec v1.9. Changes:

More information

INSTEON Hidden Door Sensor

INSTEON Hidden Door Sensor Developer Notes INSTEON Door Sensor Developer Notes INSTEON Hidden Door Sensor Version 005 October 18, 2013 Revision History Rev Date Comments 001 4/15/13 Initial Release 002 8/2/13 Updated s 003 9/6/13

More information

CaMate Series User s Manual

CaMate Series User s Manual CaMate Series User s Manual 2017/11/17 Rev0.1 1. Introduction... 4 1.1 Configuration & Control... 4 2. Windows Application Software... 6 2.1 Configuration/Status Page... 9 2.1.1 Apply change... 9 2.1.2

More information

CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE

CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE INSTRUCTION MANUAL IM149-U v0.92 CTT MODBUS-RTU COMMUNICATION PROTOCOL TEMPERATURE MONITOR DEVICE Firmware version: v3.0 or higher MODBUS PROTOCOL Modbus is a master-slave communication protocol able to

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

Home Automation, Inc. Omni-Link. Serial Protocol Description

Home Automation, Inc. Omni-Link. Serial Protocol Description Home Automation, Inc. Omni-Link Serial Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes the use of this information for the sole purpose

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

Manual. BMV - NMEA 2000 drop cable

Manual. BMV - NMEA 2000 drop cable Manual EN BMV - NMEA 2000 drop cable Copyrights 2010 Victron Energy B.V. All Rights Reserved This publication or parts thereof may not be reproduced in any form, by any method, for any purpose. For conditions

More information

Application Note: Using Modbus With the Conext CL Series. Important Safety Instructions

Application Note: Using Modbus With the Conext CL Series. Important Safety Instructions : Using Modbus With the Conext CL Series 976-0317-01-01 Rev A Important Safety Instructions READ AND SAVE THESE INSTRUCTIONS - DO NOT DISCARD This document contains important safety instructions that must

More information

Tag4M Getting Started

Tag4M Getting Started 1 Tag4M Datasheet Cores Electronic LLC 9806 Llano Estacado Lane Austin, TX, 78759 Tel: +1 (512) 905 0181 info@tag4m.com www.tag4m.com Tag4M Getting Started Introduction Thank you for your purchase of Tag4M

More information

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION PR 121 rev. 0 11/11/2011 Pagina 1 di 9 ELECTRICITY ENERGY METER FIRMWARE 1.6 Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format

More information

SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24)

SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24) Developer Notes SwitchLinc 2-Wire Dimmer v004 Developer Notes SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24) Version 003 April 23, 2012 Revision History Rev Date Comments 001 1/27/12

More information

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG

EZ Protocol. Communication Protocol for EZPLC. For use of EZAutomation and AVG Customers with EZPLC Products. Copyright 2005 AVG EZ Protocol Communication Protocol for EZPLC For use of EZAutomation and AVG Customers with EZPLC Products Copyright 2005 AVG EZAutomation www.ezautomation.net 1-877-774-EASY EZ Protocol... 3 1. Intoduction...

More information

Modbus Map: Conext System Control Panel (SCP) Device

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

More information

1 Firmware Description

1 Firmware Description 1 Firmware Description 1.1 INSTEON s Supported 1.1.1 length common INSTEON commands: Assign to ALL-Link Group Description: Sent when holding down the SET Button for 3 seconds on the device. Blinks the

More information

PRODUCT RELIABILITY HOST COMMUNICATIONS PACKET STRUCTURE SPECIFICATION. % of Initial Brightness (New Module) NOTE. <type><data_length><data><crc> type

PRODUCT RELIABILITY HOST COMMUNICATIONS PACKET STRUCTURE SPECIFICATION. % of Initial Brightness (New Module) NOTE. <type><data_length><data><crc> type Hardware v1.0 / Firmware s1.3 / Data Sheet v1.0 PRODUCT RELIABILITY ITEM SPECIFICATION Note: We recommend that the backlight of white LED backlit modules be dimmed or turned off during periods of inactivity

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

ArduCAM-M-2MP Camera Shield

ArduCAM-M-2MP Camera Shield 33275-MP ArduCAM-M-2MP Camera Shield 2MP SPI Camera Hardware Application Note Rev 1.0, Mar 2015 33275-MP ArduCAM-M-2MP Hardware Application Note Table of Contents 1 Introduction... 2 2 Typical Wiring...

More information

Eaton E32 3-switch modules

Eaton E32 3-switch modules Technical TD07002002E Supersedes March 2011 Description Page Contents Description Page 1 System description...2 2 Rocker switch modules...2 2.1 Lighting...2 2.2 Rocker circuits...2 2.3 Dimensions and cutout...3

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

Technical Documentation 0630

Technical Documentation 0630 0630 Digital Pressure Transmitter Protocol 1-6-30-628-058 SUCO Robert Scheuffele GmbH & Co. KG, Keplerstraße 12-14, 74321 Bietigheim-Bissingen, Tel.:+49-7142-597-0, Fax: +49-7142-597-19 Web: www.suco.de,

More information

IF96017 MODBUS COMMUNICATION PROTOCOL

IF96017 MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 04/07/14 Pagina 1 di 9 MULTIFUNCTION FIRMWARE 1.00 COMMUNICATION PROTOCOL IF96017 MODBUS COMMUNICATION PROTOCOL 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format

More information

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 11/11/2011 Pagina 1 di 11 ELECTRICITY ENERGY METER FIRMWARE 1.3 CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format 2.3 Description

More information

AN434: CP2110/4 Interface Specification

AN434: CP2110/4 Interface Specification The Silicon Laboratories CP2110 and CP2114 are USB devices that comply with the USB-defined HID (Human Interface Device) class specification. The USB host communicates with HID devices through the use

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

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

Device: MOD This document Version: 1.0. Matches module version: v1. Date: 24 February Description: MP3 Audio Module

Device: MOD This document Version: 1.0. Matches module version: v1. Date: 24 February Description: MP3 Audio Module Device: MOD-1021 This document Version: 1.0 Matches module version: v1 Date: 24 February 2014 Description: MP3 Audio Module MOD-1021 v1 datasheet Page 2 Contents Introduction... 3 Features... 3 Connections...

More information

Using an I 2 C EEPROM During MSC8157 Initialization

Using an I 2 C EEPROM During MSC8157 Initialization Freescale Semiconductor Application Note AN4205 Rev. 0, 11/2010 Using an I 2 C EEPROM During MSC8157 Initialization The MSC8157 family allows you to use an I 2 C EEPROM to to initialize the DSP during

More information

Solutions - Homework 2 (Due date: October 4 5:30 pm) Presentation and clarity are very important! Show your procedure!

Solutions - Homework 2 (Due date: October 4 5:30 pm) Presentation and clarity are very important! Show your procedure! Solutions - Homework 2 (Due date: October 4 th @ 5:30 pm) Presentation and clarity are very important! Show your procedure! PROBLEM 1 (28 PTS) a) What is the minimum number of bits required to represent:

More information

2G Actuator Communications Protocol Document Rotary & Linear Actuators

2G Actuator Communications Protocol Document Rotary & Linear Actuators 2752 Capitol Drive Suite #103 Sun Prairie, WI 53590 2150080 2G Actuator Packets - Rotary & Linear Revision AI Date 4/25/2018 2G Actuator Communications Protocol Document Rotary & Linear Actuators DOCUMENT

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

Operator Interface User Manual Rev 1.0

Operator Interface User Manual Rev 1.0 Operator Interface User Manual Rev 1.0 Page 1 of 24 Overview: This document describes how to use the INC, LLC. Operator Interface. Please reference the CANopen software specifications document for more

More information

CANopen. Network configuration. Operating instructions Software. Integration of Bürkert devices in CANopen networks

CANopen. Network configuration. Operating instructions Software. Integration of Bürkert devices in CANopen networks CANopen Network configuration Integration of Bürkert devices in CANopen networks Operating instructions Software Content CANopen quick guide 4 I. Setting the "CANopen" bus mode on the device 4 II. Setting

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

Nuvoton Touch Key Series NT1160 Datasheet

Nuvoton Touch Key Series NT1160 Datasheet Nuvoton Touch Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

NMEA2000 to Modbus Gateway Part No User Manual

NMEA2000 to Modbus Gateway Part No User Manual NMEA2000 to Modbus Gateway Part No. 3155 User Manual Revision 1.21 Offshore Systems UK Ltd Unit 11 Milton Business Centre Wick Drive, New Milton, BH25 6RH, UK www.osukl.com Page 2 of 55 Contents 1 Introduction...

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

Serial Boot Loader For CC2538 SoC

Serial Boot Loader For CC2538 SoC Serial Boot Loader For CC2538 SoC Document Number: SWRA431 Version 1.1 TABLE OF CONTENTS 1. PURPOSE... 3 2. FUNCTIONAL OVERVIEW... 3 3. ASSUMPTIONS... 3 4. DEFINITIONS, ABBREVIATIONS, ACRONYMS... 3 5.

More information

RS485 MODBUS Module 16I-M

RS485 MODBUS Module 16I-M Version 2.0 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

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board Interface design document 6-2011 MODBUS Protocol Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board 1 T a b l e o f c o n t e n t s 1 TABLE OF CONTENTS... 2 1.1 TABLES...

More information

Interfacing with ANT General Purpose Chipsets and Modules

Interfacing with ANT General Purpose Chipsets and Modules Interfacing with General Purpose Chipsets and Modules D00000794 Rev 1.3 Dynastream Innovations Inc. July 6, 2007 P +1 403.932.4620 F +1 403.932.6521 2 of 16 Copyright Information and Usage Notice This

More information

Operating Instructions

Operating Instructions Operating Instructions CM4 Serial Communication Protocol CM4 Protocol License Agreement Carefully review the following terms and conditions before proceeding. In the event that you do not agree to these

More information

Electrohydraulic Actuators PVE-CI, Series 6

Electrohydraulic Actuators PVE-CI, Series 6 Technical Information Electrohydraulic Actuators PVE-CI, Series 6 powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev Oct 2017 Minor edits 0104 Jun 2017 Appended Accessory table

More information

NOVOtechnik. Content. TIM CANopen Gebrauchsanleitung TIM CANopen user manual SIEDLE GRUPPE

NOVOtechnik. Content. TIM CANopen Gebrauchsanleitung TIM CANopen user manual SIEDLE GRUPPE Content 9 CANopen 2 9.1 EDS Files 2 9.2 Features 2 9.2.1 Basic information 2 9.2.2 Basics based on CiA DS-301, V4.02 2 9.2.3 Basics based on CiA DSP-406, V3.2 3 9.2.4 Basics SDO communication 3 9.2.5 Basics

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

HelmView 450 Model HV450. Operation Manual Section 78

HelmView 450 Model HV450. Operation Manual Section 78 HelmView 450 Model HV450 Operation Manual 00-02-0870 2015-04-16 Section 78 In order to consistently bring you the highest quality, full-featured products, we reserve the right to change our specifications

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

Home Automation, Inc. Omni-Link II. Protocol Description

Home Automation, Inc. Omni-Link II. Protocol Description Home Automation, Inc. Omni-Link II Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes the use of this information for the sole purpose

More information

BNI DNT Z001 DeviceNet IO-Link Master User s Guide

BNI DNT Z001 DeviceNet IO-Link Master User s Guide BNI DNT-52-1-Z1 DeviceNet IO-Link Master User s Guide Contents 1 Notes 3 1.1. About this guide 3 1.2. Structure of the guide 3 1.3. Typographical conventions 3 Enumerations 3 Actions 3 Syntax 3 Cross-references

More information

TECH TIP. Tritex Modbus Protocol Specification

TECH TIP. Tritex Modbus Protocol Specification Tritex Modbus Protocol Specification Introduction This document describes Tritex s implementation of the MODBUS communication protocol used for transferring data between a serial host and an Exlar drive.

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

Sens it Discovery. Payload Structure. 1

Sens it Discovery. Payload Structure.   1 Sens it Discovery Payload Structure www.sensit.io 1 Table of Contents 1. About this document...3 2. Messages Protocol...3 3. Data Payload...4 3.1. Structure...4 3.2. Battery Level...6 3.3. Button Alert...6

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

Technical Specification. Third Party Control Protocol. AV Revolution

Technical Specification. Third Party Control Protocol. AV Revolution Technical Specification Third Party Control Protocol AV Revolution Document AM-TS-120308 Version 1.0 Page 1 of 31 DOCUMENT DETAILS Document Title: Technical Specification, Third Party Control Protocol,

More information

Aeon Labs Nano Dimmer

Aeon Labs Nano Dimmer Aeon Labs Nano Dimmer (Z-Wave Nano Dimmer) Page 1 Change history Revision Date Change Description 1 08/10/2016 Initial draft. 2 10/20/2016 Update 3 10/28/2016 Update 4 10/31/2016 Update 5 11/01/2016 Update

More information

Aeon Labs Smart Switch 6 (Z-Wave Smart Switch 6)

Aeon Labs Smart Switch 6 (Z-Wave Smart Switch 6) Aeon Labs Smart Switch 6 (Z-Wave Smart Switch 6) Change history Revision Date Change Description 1 3/30/2015 Initial draft. 2 6/1/2015 Update 3 6/10/2015 Update 4 7/02/2015 Update LED indication Aeon Labs

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions User Manual Table of Contents TABLE OF CONTENTS... 1 INSTALLATION GUIDE... 2 SCREEN SETTINGS... 2 INTRODUCTION... 3 CONNECTING TO THE MODULE... 3 MODULE QUICK SETUP TAB... 4 MBUS PACKET GENERATOR TAB...

More information

Member of the ams Group

Member of the ams Group Cambridge CMOS Sensors is now Member of the ams Group The technical content of this Cambridge CMOS Sensors (CCS) document is still valid. Contact information: Headquarters: ams AG Tobelbader Strasse 30

More information

Communication protocols description of. Hx4xx and Hx3xx regulators with RS485 and RS232 communication interface

Communication protocols description of. Hx4xx and Hx3xx regulators with RS485 and RS232 communication interface Communication protocols description of Hx4xx and Hx3xx regulators with RS485 and RS232 communication interface Copyright: COMET System, Ltd. It is prohibited to copy and edit this manual and make any changes

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL BOZZA_V04 Conto D6-Pd 05/12/2017 Pag. 1/15 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP.

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP. Date: 9 October 2007 www.quicksilvercontrols.com Modbus Protocol Included files: Modbus Protocol.qcp Modbus CRC.xls The Modbus protocol may be implemented in either an ASCII format or RTU format. QuickSilver

More information

EEPROM Emulation with the ez80f91 MCU. Discussion

EEPROM Emulation with the ez80f91 MCU. Discussion Application Note EEPROM Emulation with the ez80f91 MCU AN015803-0608 Abstract This Application Note describes a method to utilize a portion of Zilog s ez80acclaimplus! MCU s Flash memory to emulate the

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

IO-Link parameter description

IO-Link parameter description Application Note IO-Link parameter description A brief explanation of the contents - identification - parameter and commands - block parameterization - teach-in - process data - using different pressure

More information

Q.link protocol ver Q.link protocol. QuickWood Automation /16

Q.link protocol ver Q.link protocol. QuickWood Automation /16 Q.link protocol QuickWood Automation 2003 1/16 1 Revision history Version Date Responsible 1.0 03-10-16 JUK Document created 2/16 Table of Contents 1 Revision history...2 2 References...4 3 Introduction...4

More information

SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm )

SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm ) SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm ) Features 16 x 2 Large Characters RS485 Serial Interface Programmable Device Address Programmable

More information

HP channel analog to CAN (mode = 0) or 6/8 key inputs to CAN (mode = 1)

HP channel analog to CAN (mode = 0) or 6/8 key inputs to CAN (mode = 1) Technical manual for HP8451 6 analog to CAN (mode = 0) or 6/8 key inputs to CAN (mode = 1) Date: 2017-04-08\KT Table of content 1) CAN bus protocol... 3 2) Analog conversion specifications... 3 2.1.1)...

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

AND8386/D. Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE

AND8386/D. Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE INTRODUCTION This application note describes how to bootload BelaSigna 250 through its I 2 C interface when it does not have an EEPROM

More information

Modbus TCP + Ethernet EN

Modbus TCP + Ethernet EN Version 0.10 2015 dieentwickler Elektronik GmbH Linzer Straße 4, 4283 Bad Zell / AUSTRIA Telefon: +43 7263 20900-0, Telefax: +43 7263 20900-4 office@dieentwickler.at, www.dieentwickler.at Preface Table

More information

Application Note: JN-AN-1003 JN51xx Boot Loader Operation

Application Note: JN-AN-1003 JN51xx Boot Loader Operation Application Note: JN-AN-1003 JN51xx Boot Loader Operation This Application Note describes the functionality of the boot loaders for the NXP, JN514x and wireless microcontrollers, covering the following

More information

The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software

The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software The Extended MBR (version 1.05) (dated: 01 Nov 2018) by Benjamin David Lunt Copyright (c) Forever Young Software 1984-2018 http://www.fysnet.net You may distribute this document in its entirety and/or

More information

TIP815. ARCNET Controller. Version 1.0. User Manual. Issue September 2009

TIP815. ARCNET Controller. Version 1.0. User Manual. Issue September 2009 The Embedded I/O Company TIP815 ARCNET Controller Version 1.0 User Manual Issue 1.0.7 September 2009 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101 4058 0 Fax: +49 (0)

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL MFD4E06 - NEMO-D4e PR146 08/03/2018 Pag. 1/16 CONTENTS 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameter description... 3 2.2 Data format... 4 2.3 Description

More information

OPTIGRID MOTORIZATION USB HID CLASS INTERFACE INSTRUCTION. Approved by:... Steve Mounnarat, Director of Engineering

OPTIGRID MOTORIZATION USB HID CLASS INTERFACE INSTRUCTION. Approved by:... Steve Mounnarat, Director of Engineering OPTIGRID MOTORIZATION USB HID CLASS INTERFACE INSTRUCTION Prepared by:... Mark Knudson, Software Engineer 20 APRIL 2007 Approved by:... Steve Mounnarat, Director of Engineering Version Authorized Date

More information

Technical manual for HP9642. CAN bus keypad & LED. Firmware version 1.0. Date: \KT-HP

Technical manual for HP9642. CAN bus keypad & LED. Firmware version 1.0. Date: \KT-HP Technical manual for HP9642 CAN bus keypad & LED Firmware version 1.0 Date: 2014-12-12\KT-HP Table of content 1) DIP switch... 2 2) CAN bus protocol... 3 2.1) Setup... 3 2.1.1) General setup:... 3 2.2)

More information

OCEANIC SYSTEMS NMEA2000 AC MODBUS GATWAY Part Numbers: 3155 USER MANUAL

OCEANIC SYSTEMS NMEA2000 AC MODBUS GATWAY Part Numbers: 3155 USER MANUAL OCEANIC SYSTEMS NMEA2000 AC MODBUS GATWAY Part Numbers: 3155 USER MANUAL Document revision 1.21 1 Introduction...3 1.1 Product Features...3 2 Installation...4 2.1 Unpacking the box...4 2.2 Choosing the

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

CANBus Data Interface Rev R Lithionics LLC

CANBus Data Interface Rev R Lithionics LLC NeverDie Battery Management System (BMS) CANBus Data Interface Rev. 8.0.00 R1 2018 Lithionics LLC If your BMS is equipped with the optional CANBus interface, you can connect the BMS to any CANBus compatible

More information

Sigma DeviceNet Tool Change Systems USER S GUIDE Rev 05

Sigma DeviceNet Tool Change Systems USER S GUIDE Rev 05 Sigma DeviceNet Tool Change Systems USER S GUIDE 94018 Rev 05 648 Saratoga Road Glenville, NY 12302 USA Phone: 518 384 1000 Fax 518 384 1200 www.arobotics.com 1. PRECAUTIONS 1 Sigma DNET Module 1 2.0 DNET

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