XS S ERIES TM PMB US TM O PTION C ARD

Size: px
Start display at page:

Download "XS S ERIES TM PMB US TM O PTION C ARD"

Transcription

1 XS Series PMBus Option Card XS S ERIES TM PMB US TM O PTION C ARD Document: 40110r01 1

2 Contents 1 Introduction 4 2 Option Card Connectors PMBus Address Programming/ID Connector - J PMBus Connector - PL PMBus Alert SDA - Serial Data Line SCL - Serial Clock Line PMBus Control GND - Signal GND Parallel Operation PMBus Communication PMBus Linear Format Linear Format Decoding Supported Commands VOUT MODE (0x20) - [READ BYTE] READ VOUT (0x8B) - [READ WORD] READ IOUT (0x8C) - [READ WORD] READ TEMPERATURE 1 (0x8D) - [READ WORD] MFR REVISION (0x9B) - [READ BLOCK (2 Bytes)] PMBUS REVISION (0x9D) - [READ BYTE] MFR ID (0x99) - [READ BLOCK (8 Bytes)] MFR MODEL (0x99) - [READ BLOCK (5 Bytes)] Packet Error Checking Troubleshooting 13 List of Figures 1 PMBus Option Card Connections PMBus Connector Pinout Linear Format Data Structure List of Tables 1 Document Revision History Address Structure Available Address Space Xsolo Model Selection VOUT MODE Command Data Structure PMBUS REVISION Command Data Structure Document: 40110r01 2

3 7 MFR ID Command Data Structure MFR MODEL Command Data Structure Document: 40110r01 3

4 1 Introduction The Power Management Bus (PMBus TM ) is an open standard which defines a means of communication for power conversion devices. It defines a full set of commands and data structures required by power control and management components. The XS Series TM PMBus interface card extends the capabilities of any XS Series power converter to allow communication of operating parameters such as output voltage, output current and internal temperature with other PMBus enabled devices. For more information about PMBus, please see the System Management Interface Forum website Revision Date ECN # Details n/a First Release E0560 Update for new PCB layout and functions. Table 1: Document Revision History 2 Option Card Connectors 2.1 PMBus Address The PMBus standard utilizes 7 bits for addressing. The XS Series PMBus option card allows the user to modify the lower 3 bits of this address, leading to a fixed part of the address and a variable part of the address. The fixed part of the address consists of the 4 most significant bits A6, A5, A4 and A3 and always equals The variable part of the address consists of the 3 least significant bits A2, A1 and A0 and these bits can be modified by the placement of jumpers on the corresponding 3 pin headers. A6 A5 A4 A3 A2 A1 A A2 A1 A0 Table 2: Address Structure Determined by the position of the jumper link. Jumper in = logic 0; Jumper out = logic 1. The address lines for A2, A1 and A0 are internally pulled up by resistors and therefore default to logic 1 (the default address = = 0x17). The placement of a jumper on a header pulls the corresponding address line to a logic 0. If multiple option cards are to be used in parallel (see section 2.4 on page number 8) on the same bus then each option card will need to be assigned a unique address through the fitting of one or more jumpers according to Table 3 below. In total, 8 unique addresses are available which limits the maximum amount of devices on a single bus to 8. Document: 40110r01 4

5 Figure 1: PMBus Option Card Connections A6 A5 A4 A3 A2 A1 A0 PMBus Address / OUT 1 / OUT 1 / OUT 0x / OUT 1 / OUT 0 / IN 0x / OUT 0 / IN 1 / OUT 0x / OUT 0 / IN 0 / IN 0x / IN 1 / OUT 1 / OUT 0x / IN 1 / OUT 0 / IN 0x / IN 0 / IN 1 / OUT 0x / IN 0 / IN 0 / IN 0x10 Table 3: Available Address Space Document: 40110r01 5

6 2.2 Programming/ID Connector - J1 As this option card is compatible with multiple models of Xsolo employing different ranges of output voltage and current, the card needs to be configured to match the model into which it is being fitted. Pins 3 and 4 of this connector are used to identify the model of Xsolo. This is necessary to ensure that the output voltage and current readings are scaled correctly. For all 24V models of Xsolo (i.e. XS and XS ), these pins should be left open. For all 48V models (i.e. XS and XS ), a jumper should be fitted across J1 pins 3 and 4. This connector is also used for the purpose of downloading of firmware to the device. Header Position OUT IN Models XS , XS XS , XS Table 4: Xsolo Model Selection 2.3 PMBus Connector - PL1 This 8 pin connector is used to connect the PMBus option card to the bus. The pinout of this connector is as follows: Document: 40110r01 6

7 ; Figure 2: PMBus Connector Pinout 1. PMBus Alert. 2. SDA. 3. SCL. 4. PMBus Control. 5. NC. 6. NC. 7. NC. 8. GND PMBus Alert This is an optional output signal which allows a PMBus slave device to interrupt the host in response to status changes etc. As this behaviour is not supported by the PMBus option card, it is unnecessary to make a connection to this pin. Document: 40110r01 7

8 2.3.2 SDA - Serial Data Line This is the data line over which all serial communication takes place. It is essential that this pin is connected to the PMBus SDA line SCL - Serial Clock Line This is the clock line which synchronizes all serial communication over the PMBus. It is essential that this pin is connected to the PMBus SCL line. The XS Series PMBus option card is designed to operate with a PMBus clock frequency of 100KHz PMBus Control This is an optional input signal on a PMBus device which allows to unit to be enabled/disabled in response to commands received over the serial bus. As the PMBus option card does not support any such commands, it is unnecessary to make a connection to this signal GND - Signal GND This should be connected to GND or Signal Return of the PMBus Host device. 2.4 Parallel Operation It is possible to connect up to 8 PMBus option cards on the same bus for simultaneous communication with multiple XS Series power converters from a single host. To do this, simply connect all required PMBus signals (i.e. SDA, SCL & GND) in parallel. Each PMBus option card must then be assigned a unique address following the procedure shown in section 2.1 on page number 4. Document: 40110r01 8

9 3 PMBus Communication 3.1 PMBus Linear Format The XS Series PMBus interface utilizes the linear data format defined in the PMBus Specification to represent voltage, current and temperature readings. This format presents real world units (Amps, Volts, Degrees) to the host system in a manner which is less computationally difficult for the host system than the alternative direct system. The data returned consists of the following: An 11 bit, two s complement mantissa. A 5 bit, two s complement exponent (scaling factor). These combine to form a two byte word as follows: Figure 3: Linear Format Data Structure Linear Format Decoding To understand the decoding of the linear format data to obtain the real-world measurement, we will work through an example of an output voltage measurement: Document: 40110r01 9

10 Sample Data: Returned Byte 1 = 0xDB Returned Byte 2 = 0x12 The first step is to extract the exponent data: 0xDB12 in binary format= Exponent bits = converted from two s complement = -5. The exponent in this example is therefore -5. The second step is to extract the mantissa data: 0xDB12 converted to binary = Mantissa bits = converted from two s complement = 786. The Mantissa in this example is therefore 786. The final step is simply to calculate the real world value using the two figures obtained above and the formula: Y = X (2 N ) Where: Y = The real-world value to be calculated e.g. output voltage (in Volts) in this example. X = The Mantissa obtained above e.g. 768 in this example. N = The Exponent obtained above e.g. -5 in this example. V out = 768 (2 5 ) = Volts The exact same process is used to calculate output current and temperature readings. Document: 40110r01 10

11 3.2 Supported Commands The full list of commands currently supported by the XS Series PMBus interface are as follows: VOUT MODE (0x20) READ VOUT (0x8B) READ IOUT (0x8C) READ TEMPERATURE 1 (0x8D) PMBUS REVISION (0x98) MFR ID (0x99) MFR MODEL (0x9A) MFR REVISION (0x9B) Commands can return either: a BYTE, a WORD or a BLOCK (multiple bytes including a byte count) as indicated below VOUT MODE (0x20) - [READ BYTE] The VOUT MODE command is used to obtain information about the format of voltage measurements which are returned by a PMBus TM device if this information is not already known. The data returned from this command consists of a single byte. The first three bits determine if the device is using the Linear, VID or direct modes for data representation. The remaining five bits give additional information, depending on the data format. Mode Bits [7:5] Bits [4:0] Linear bit mantissa which is returned as part of the output voltage data. VID 001 VID Code Identifier Direct 010 Always set to Table 5: VOUT MODE Command Data Structure For this device, the data format is fixed as linear mode with an exponent of -5 so the data returned by this command shall always be = 0x1B. Attempts to write to this parameter shall be negatively acknowledged (NACKed) READ VOUT (0x8B) - [READ WORD] This command returns an output voltage measurement (in Volts) formatted in linear format as described in section 3.1 on page 9. Document: 40110r01 11

12 3.2.3 READ IOUT (0x8C) - [READ WORD] This command returns an output current measurement (in Amps) formatted in linear format as described in section 3.1 on page READ TEMPERATURE 1 (0x8D) - [READ WORD] This command returns a temperature measurement (in degrees celsius) from the on-board temperature sensor of the interface module. It is formatted in linear format as described in section 3.1 on page MFR REVISION (0x9B) - [READ BLOCK (2 Bytes)] This command returns the revision of firmware which is running on the PMBus Option Card PMBUS REVISION (0x9D) - [READ BYTE] This command returns the revision of PMBus to which the device is compliant. Bits [7:5] indicate the revision of PMBus Specification Part I to which the device is compliant. Bits [3:0] indicate the revision of PMBus Specification Part II to which the device is compliant (Bit 4 = don t care]). The permissible values are shown in Table 6. Bits [7:5] Part I Revision Bit [4] Bits [3:0] Part II Revision X X X Table 6: PMBUS REVISION Command Data Structure MFR ID (0x99) - [READ BLOCK (8 Bytes)] This command simply returns a string of ASCII encoded characters in hexadecimal format which identify the manufacturer of the PMBus device. Byte 0 Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 Byte 7 HEX DATA 0x45 0x58 0x43 0x45 0x4c 0x53 0x59 0x53 ASCII DATA E X C E L S Y S Table 7: MFR ID Command Data Structure MFR MODEL (0x99) - [READ BLOCK (5 Bytes)] This command simply returns a string of ASCII characters in hexadecimal format which identifies the model of the PMBus device. Document: 40110r01 12

13 Byte 0 Byte 1 Byte 2 Byte 3 Byte 4 HEX DATA 0x58 0x53 0x4F 0x4C 0x4F ASCII DATA X S O L O Table 8: MFR MODEL Command Data Structure 3.3 Packet Error Checking Packet Error Checking (PEC) is an optional feature of SMBus/PMBus in which an error code byte is appended to each transaction. The PMBus option card is designed to operate without PEC so this feature should be disabled if present on the PMBus host device. 4 Troubleshooting No data is returned from the PMBus option card in response to issued commands (i.e. no ACK or NACK): 1. Check that the address which the PMBus host is trying to communicate with has been correctly programmed on the PMBus option card according to the procedure in section 2.1 on page 4. The simplest configuration is obtained by ensuring all 3 links are removed which will guarantee an address of 0x17 (hexadecimal) or 23 (decimal). 2. Verify that the signals SDA, SCL and GND have been correctly connected to the PMBus host. 3. Verify that the PMBus host device is not configured to use Packet Error Checking (PEC) as this is unsupported by the PMBus option card. Note: PMBus compliant master devices are required to be able to auto-detect the PEC status and act accordingly however some SMBus/PMBus interface GUIs have the option to fix the PEC mode which would cause communication failure. 4. Verify that the PMBus host device is configured to use a bus speed of 100KHz. 5. Verify that the PMBus host device is configured to pull up the signals SDA and SCL. The returned output voltage and/or current measurements are very inaccurate: 1. Ensure that the jumper placement on connector J1 is appropriate for the model of Xsolo according to Table 4 on page number 6. For other support options, please visit Document: 40110r01 13

1 Introduction Revision History... 4

1 Introduction Revision History... 4 Contents 1 Introduction 4 1.1 Revision History............................................. 4 2 Connectors 4 2.1 J1011 - PMBus Addressing........................................ 5 2.1.1 Parallel Operation........................................

More information

HDS Series I2C Application Notes

HDS Series I2C Application Notes HDS Series I2C Application Notes I2C Bus Interface Introduction The I2C interface of the HDS series of power supplies allows remote control and monitoring and provides the following features: 1) Retrieving

More information

AC/DC Modular Power Supply Series PMBus APPLICATION NOTES

AC/DC Modular Power Supply Series PMBus APPLICATION NOTES QM AC/DC Modular Power Supply Series PMBus APPLICATION NOTES Contents 1. Overview of the PMBus Interface... 3 2. Hardware Interface... 3 3. Setting the PMBus Address... 4 4. Supported PMBus Commands...

More information

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface Revision 1.0 28 March 2005 www.powersig.org 2005 System Management Interface Forum,

More information

KNJN I2C bus development boards

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

More information

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 iaq-engine Indoor Air Quality sensor

Manual iaq-engine Indoor Air Quality sensor Manual iaq-engine, Version 2.0 May 2011 (all data subject to change without notice) Manual iaq-engine Indoor Air Quality sensor Digital and analog I/O SMD type package Product summary iaq-engine is used

More information

KNJN I2C bus development boards

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

More information

3E Design Kit Evaluation Board

3E Design Kit Evaluation Board ROA 128 5077 User Guide 155-ROA 128 5077 Rev PB2 Copyright Ericsson AB 2012. All rights reserved Disclaimer No part of this document may be reproduced in any form without the written permission of the

More information

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point.

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point. V 2.3 Revised /23/18 OEM-ORP Embedded ORP Circuit Reads Range Response time ORP -19.9mV 19.9mV 1 reading every 420ms Supported probes Calibration Temp compensation Data protocol Default I 2 C address Operating

More information

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used to connect devices such as microcontrollers, sensors,

More information

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface

PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface Revision 1.1 5 February 2007 www.powersig.org 2007 System Management Interface Forum,

More information

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 2.4 Nov 2011 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1. Clock and Data Transitions:... 5 3-2.

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

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.93 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

Specification E2 Interface

Specification E2 Interface Specification E2 Interface Version 4.1 Name Date Created: Robert Mayr. 15.04.2011 Checked: Haider A. 15.04.2011 Approved: Reason for change: Text corrections TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Overview..................................................................................................................

More information

PMBus. Specification

PMBus. Specification PMBus Power System Management Protocol Specification Part I General Requirements, Transport And Electrical Interface Revision 1.2X 6 September 2010 www.powersig.org 2010 System Management Interface Forum,

More information

Eval Kit Manual. DN[Document ID] AS6200. Adapter Board AS6200-WL_EK_AB. ams Eval Kit Manual Page 1

Eval Kit Manual. DN[Document ID] AS6200. Adapter Board AS6200-WL_EK_AB. ams Eval Kit Manual Page 1 Eval Kit Manual DN[Document ID] AS6200 Adapter Board AS6200-WL_EK_AB ams Eval Kit Manual Page 1 Content Guide 1 Introduction... 3 1.1 Kit Content... 3 2 Getting Started... 4 3 Hardware Description... 4

More information

AN-1383 Application Note

AN-1383 Application Note 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 ADP1046A EEPROM Programming by Navdeep Singh Dhanjal, Hossain Opal, and Subodh Madiwale

More information

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

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

More information

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

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet

EPT-200TMP-TS-U2 TMP102 Temperature Sensor Docking Board Data Sheet EPT-2TMP-TS-U2 TMP12 Temperature Sensor Docking Board Data Sheet This docking board is based on the TMP12 Temperature Sensor chip from Texas Instruments. It can measure the ambient temperature between

More information

^2 Accessory 42PCI ^1 USER MANUAL. ^3 PMAC2-PC MACRO Interface Board. ^4 3Ax xUxx. ^5 September 30, 2003

^2 Accessory 42PCI ^1 USER MANUAL. ^3 PMAC2-PC MACRO Interface Board. ^4 3Ax xUxx. ^5 September 30, 2003 ^1 USER MANUAL ^2 ^3 PMAC2-PC MACRO Interface Board ^4 3Ax-603503-xUxx ^5 September 30, 2003 i Single Source Machine Control Power // Flexibility // Ease of Use 21314 Lassen Street Chatsworth, CA 91311

More information

Application Note 304. Flex Power Modules. Microcontroller Programming for 3E Digital Products

Application Note 304. Flex Power Modules. Microcontroller Programming for 3E Digital Products pplication Note 304 Flex Power Modules Microcontroller Programming for 3E Digital Products Introduction bstract The 3E Digital products can be configured, controlled and monitored through a digital serial

More information

Using the PMBus Adapter with Platform Manager 2

Using the PMBus Adapter with Platform Manager 2 ugust 2014 Introduction Technical Note TN1297 The Platform Manager 2 is a fast-reacting, programmable logic based hardware management controller. Platform Manager 2 is an integrated solution combining

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.5 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

Thermo 6 click PID: MIKROE-2769

Thermo 6 click PID: MIKROE-2769 Thermo 6 click PID: MIKROE-2769 Thermo 6 click is a precise and versatile ambient temperature measurement click board, based on the Maxim Integrated MAX31875 temperature sensor. This sensor has a great

More information

GIGAVAC Contactors I 2 C Communication

GIGAVAC Contactors I 2 C Communication Document Revision: 3 GIGAVAC Contactors I 2 C Communication Product models: MXST15/16-mm-ss, delay on break contactors. Attention: Read this instruction entirely for a top-level-feel of what you prefer

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS75A 9- to 12-bit Selectable, ±0.5 C Accurate Digital Temperature Sensor DATASHEET See Errata in Section 12. Features Single 1.7V to 5.5V Supply Measures Temperature -55 C to +125 C Highly Accurate

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

Manual iaq-core Indoor Air Quality sensor module

Manual iaq-core Indoor Air Quality sensor module Manual iaq-core Indoor Air Quality sensor module I²C interface SMD type package Reflow capable Product summary The iaq-core is used to measure VOC levels and provide CO 2 equivalent and TVOC equivalent

More information

NHD-0216K3Z-NS(RGB)-FBW-V3

NHD-0216K3Z-NS(RGB)-FBW-V3 NHD-0216K3Z-NS(RGB)-FBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0216-2 Lines x 16 Characters K3Z- Model N- Transmissive S(RGB)- Side LED Backlights (Red-Green-Blue) F- FSTN(-) B-

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

I2C-AI418S I2C Bus Voltage and Current Analog Input Board

I2C-AI418S I2C Bus Voltage and Current Analog Input Board I2C-AI48 I2C Bus Voltage and Current Analog Input Board Features 4 Channels Of Analog Inputs MCP3424, 2,4,6 and 8-Bit Voltage Input: -5V, -V Current Input: -2mA, 4-2mA, -4mA I2C Bus Interface Khz, 4Khz,

More information

LCD2041 Technical Manual. Revision: 2.1

LCD2041 Technical Manual. Revision: 2.1 LCD2041 Technical Manual Revision: 2.1 Contents Contents ii 1 Getting Started 1 1.1 Display Options Available................................... 1 1.2 Accessories...........................................

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard RFID MODULE Mifare Read/Write Module CM030 User Manual Version 2.1 Apr 2010 chenmingcard www.chenmingcard.com 1 1 CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1.

More information

USB-I2C USB to I2C Communications Module Technical Specification

USB-I2C USB to I2C Communications Module Technical Specification Page 1 of 7 USB-I2C USB to I2C Communications Module Technical Specification The USB-I2C module provides a complete interface between your PC and the I2C bus. The module is self powered from the USB cable

More information

SRF02 Ultrasonic range finder Technical Specification

SRF02 Ultrasonic range finder Technical Specification SRF02 Ultrasonic range finder Technical Specification I2C Mode For Serial mode click here I2C Communication To use the SRF02 in I2C mode, make sure nothing is connected to the mode pin, it must be left

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

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications Real Time Clock with Temperature Sensor and RS485/Modbus Comunications April 29, 2014 Power 8 20 VDC @ less than 100 MA. Battery connect jumper RS485 Bus Load Jumpers Model: RTC-TI2C Page 1 of 6 Features:

More information

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13 General Purpose I/O Product specification Mar 2010 V0.a ByVac Page 1 of 13 Contents 1. Introduction... 3 2. Features... 3 3. Physical Specification... 3 3.1. JP7... 3 3.2. Control Interface... 4 3.3. Serial

More information

Application Note 152 July Power System Management Addressing AN Michael Jones

Application Note 152 July Power System Management Addressing AN Michael Jones July 2016 Power System Management Addressing Michael Jones Introduction The foundation of all PMBus applications, including LTC Power System Management (PSM), is the ability for the PMBus master (system

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards User manual relates to Hardware revision 1.0 Firmware versions 1.0 to 1.1.1 Table of contents: 1 Introduction 3 2 Mechanical

More information

NXShield Interface Specifications

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

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

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

Power Stamp; Main Stamp Unit Specification

Power Stamp; Main Stamp Unit Specification Power Stamp; Main Stamp Unit Specification 1\ Function and feature specification This description defines the footprint and function of the standard PSA MAIN STAMP power converter that is to be used in

More information

LB5900 Series Power Sensor SPI & I2C Interface Guide

LB5900 Series Power Sensor SPI & I2C Interface Guide LB5900 Series Power Sensor SPI & I2C Interface Guide TABLE OF CONTENTS TABLE OF CONTENTS... 1 NOTICE... 4 GENERAL... 5 Sensor Power... 6 Data Line Electrical Specifications... 6 Commands, Data Transmission

More information

Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005

Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005 Introduction To The PMBus Presented By Robert V. White, Artesyn Technologies; Chair, PMBus Specification Working Group May 2005 www.powersig.org 2005 System Management Interface Forum. All Rights Reserved

More information

TIP111. Motion Controller with Absolute Encoder Interface (SSI) User Manual. The Embedded I/O Company. Version 1.1. Issue 1.4 September 2005 D

TIP111. Motion Controller with Absolute Encoder Interface (SSI) User Manual. The Embedded I/O Company. Version 1.1. Issue 1.4 September 2005 D The Embedded I/O Company TIP111 Motion Controller with Absolute Encoder Interface (SSI) Version 1.1 User Manual Issue 1.4 September 2005 D75111800 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek /

More information

User Manual for TeraRanger Evo with: USB and I2C/UART backboard

User Manual for TeraRanger Evo with: USB and I2C/UART backboard Copyright 2017 User Manual for TeraRanger Evo with: USB and I2C/UART backboard Hardware revision 1.0 Firmware revision 1.0.0 1/13 Copyright 2017 Table of contents: 1 Introduction 3 2 Mechanical integration

More information

GRAVITECH GROUP

GRAVITECH GROUP GRAVITECH.US uresearch GRAVITECH GROUP Description The I2C-TMP board is a 6-pin CMOS 12- bit digital temperature sensor device using I 2 C bus. There are no external components required. Only two signal

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

User Manual for. TeraRanger Evo with: USB and I2C/UART backboard

User Manual for. TeraRanger Evo with: USB and I2C/UART backboard User Manual for TeraRanger Evo with: USB and I2C/UART backboard (Hardware revision 1.0, Firmware revision 1.0.0) Technical support: support@teraranger.com S a l e s a n d c o m m e r c i a l s u p p o

More information

ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module

ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module User Manual V1.4 Copyright 2009 Diamond Systems Corporation 1255 Terra Bella Avenue Mountain View, CA 94043 USA Tel (650) 810-2500 Fax (650)

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

I2C-AI418ML I2C-bus Voltage and Current Analog Input Board with over-voltage protection

I2C-AI418ML I2C-bus Voltage and Current Analog Input Board with over-voltage protection I2C-I48ML I2C-bus Voltage and Current nalog Input Board with over-voltage protection Features 4 channels of analog inputs MCP3424, 2,4,6 and 8-bit Input voltage range: -5V, -V Input current range: -2m,

More information

User-configurable Resolution. 9 to 12 bits (0.5 C to C)

User-configurable Resolution. 9 to 12 bits (0.5 C to C) AT30TS74 9- to 12-bit Selectable, ±1.0 C Accurate Digital Temperature Sensor DATASHEET Features Single 1.7V to 5.5V Supply Measures Temperature From -55 C to +125 C Highly Accurate Temperature Measurements

More information

I2C-IN830M, I2C-IN830MA 8-Input Optocouplers I2C-bus, DIN rail supports

I2C-IN830M, I2C-IN830MA 8-Input Optocouplers I2C-bus, DIN rail supports I2C-IN83M, I2C-IN83MA 8-Input Optocouplers I2C-bus, DIN rail supports Features PCF8574 and PCF8574A I2C chips upport khz I2C bus frequency On-board I2C bus pull-up resistors Address by 3 jumpers for use

More information

SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual

SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual Rev 2.1 1 Texas Instruments 11/19/2012 Contents SERDESUB 913ROS... 1 DS90UB913Q Serializer and DS90UB914Q

More information

GLC24064 Technical Manual. Revision: 2.0

GLC24064 Technical Manual. Revision: 2.0 GLC24064 Technical Manual Revision: 2.0 Contents Contents ii 1 Getting Started 1 1.1 Display Options Available..... 1 1.2 Accessories......... 2 1.3 Features.... 4 1.4 Connecting to a PC..... 5 1.5 Installing

More information

CANgineBerry Quickstart

CANgineBerry Quickstart Raspberry Pi 3 setups 1 CANgineBerry Quickstart for revision 1.02 or higher Rev. 1.02 of 3 rd April 2018 Published by Embedded Systems Academy GmbH Bahnhofstraße 17 D-30890 Barsinghausen, Germany www.esacademy.com

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

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN-Gray B- 6:00 Optimal View

More information

User Manual for TeraRanger Evo single point distance sensors and backboards

User Manual for TeraRanger Evo single point distance sensors and backboards User Manual for TeraRanger Evo single point distance sensors and backboards Table of contents: 1 Introduction 3 2 Mechanical integration 3 2.1 Mechanical design 4 2.2 Sensor handling during system assembly

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

RS232-ADC16/24 Manual

RS232-ADC16/24 Manual RS232-ADC16/24 Manual Version 1.11 Copyright taskit GmbH 2009 www.taskit.de Page 1/22 Table of contents 1 Features...3 2 Introduction...3 3 Bringing into service...4 4 Application Sample...5 5 Frame layout...6

More information

MAX6653 Evaluation System/Evaluation Kit

MAX6653 Evaluation System/Evaluation Kit 9-908; Rev 0; 7/0 MAX665 Evaluation System/Evaluation Kit General Description The MAX665 evaluation system (EV system) consists of a MAX665 evaluation kit (EV kit) and a companion Maxim system management

More information

Application Note: AZD025 IQ Switch - ProxSense TM Series I2C Example Code for the IQS222

Application Note: AZD025 IQ Switch - ProxSense TM Series I2C Example Code for the IQS222 1. Introduction Application Note: AZD025 IQ Switch - ProxSense TM Series I2C Example Code for the IQS222 The IQS222 uses a 100 KHz bi-directional 2-wire bus and data transmission protocol. The serial protocol

More information

ambient XC RS232 Control Command Specification

ambient XC RS232 Control Command Specification 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

More information

I 2 C Application Note in Protocol B

I 2 C Application Note in Protocol B I 2 C Application Note in Protocol B Description This document is a reference for a possible coding method to achieve pressure, temperature, and status for SMI part readings using I 2 C. This SMI Protocol

More information

DS1870 LDMOS BIAS CONTROLLER EV KIT

DS1870 LDMOS BIAS CONTROLLER EV KIT GENERAL DESCRIPTION The DS1870 EV Kit provides hardware and Window s compatible software to simplify the evaluation of the DS1870 LDMOS Bias Controller. FEATURES Includes test socket for solderless connectivity

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

JUN 18 Rev 3

JUN 18 Rev 3 Application Specification 114-133115 21 JUN 18 Rev 3 AmbiMate MS4: Application software in Python and for Arduino NOTE All numerical values are in metric units [with U.S. customary units in brackets].

More information

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 CONTENTS 1 INTRODUCTION... 3 2 INTERFACE DESIGN... 4 2.1 Connectivity... 5 2.2 Analog Interface... 6 2.3 I 2 C Interface... 7 2.4 I 2 C Operations...

More information

Modern Robotics Inc. Sensor Documentation

Modern Robotics Inc. Sensor Documentation Sensor Documentation Version 1.0.1 September 9, 2016 Contents 1. Document Control... 3 2. Introduction... 4 3. Three-Wire Analog & Digital Sensors... 5 3.1. Program Control Button (45-2002)... 6 3.2. Optical

More information

Parallax LSM9DS1 9-axis IMU Module (#28065)

Parallax LSM9DS1 9-axis IMU Module (#28065) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical:support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D The Embedded I/O Company TIP812-20 SERCOS IP with 2 Encoder Interfaces Version 1.0 User Manual Issue 1.3 September 2006 D75812820 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 Phone: +49-(0)4101-4058-0 25469 Halstenbek,

More information

BV4601. Serial & I2C Twin Relay. Product specification. Sep V0.a. ByVac Page 1 of 10

BV4601. Serial & I2C Twin Relay. Product specification. Sep V0.a. ByVac Page 1 of 10 Product specification Sep. 2013 V0.a ByVac Page 1 of 10 Contents 1. Introduction... 3 2. Features... 3 3. Electrical interface... 3 3.1. Sideways Stackable... 3 3.2. Power Supply... 3 4. Relays... 4 5.

More information

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance. User Manual INTRODUCTION Thank you for choosing our product. The accessories described in this manual are of the highest quality, carefully designed and built in order to ensure excellent performance.

More information

TPMC310. Conduction Cooled PMC Isolated 2 x CAN Bus. Version 1.1. User Manual. Issue June 2014

TPMC310. Conduction Cooled PMC Isolated 2 x CAN Bus. Version 1.1. User Manual. Issue June 2014 The Embedded I/O Company TPMC310 Conduction Cooled PMC Isolated 2 x CAN Bus Version 1.1 User Manual Issue 1.1.6 June 2014 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101

More information

MANHATTAN PROGRAMMING GUIDE IR38060/IR38062/IR38063/IR38064

MANHATTAN PROGRAMMING GUIDE IR38060/IR38062/IR38063/IR38064 MANHATTAN PROGRAMMING GUIDE IR38060/IR38062/IR38063/IR38064 IMPORTANT: THE IC MUST BE TRIMMED BEFORE ATTEMPTING TO PROGRAM USER AND MFR SECTIONS There are several ways to program (configure) the Manhattan

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. VFD2041 Technical Manual Revision: 1.0 Contents Contents ii 1 Introduction

More information

AND9032. How to Read Temperature Through I 2 C Bus for NCT75-based Thermostat APPLICATION NOTE

AND9032. How to Read Temperature Through I 2 C Bus for NCT75-based Thermostat APPLICATION NOTE How to Read Temperature Through I 2 C Bus for -based Thermostat APPLICATION NOTE Introduction The is a twowire serially programmable temperature sensor with an over temperature/interrupt output pin to

More information

SRF08 Ultra sonic range finder Technical Specification

SRF08 Ultra sonic range finder Technical Specification SRF08 Ultra sonic range finder Technical Specification Communication with the SRF08 ultrasonic rangefinder is via the I2C bus. This is available on popular controllers such as the OOPic and Stamp BS2p,

More information

I2C interface Tutorial

I2C interface Tutorial UG108: Praxis II January 2013 Asian Institute of Technology Undergraduate Program Handout: I2C interface Instructor: Chaiyaporn Silawatchananai, Matthew N. Dailey I2C interface Tutorial Introduction: In

More information

ATC-AD8100K. 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL Version 1.

ATC-AD8100K. 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL Version 1. ATC-AD8100K 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL 791-16-000-4000 Version 1.6 May 2003 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ

More information

GRAVITECH GROUP

GRAVITECH GROUP GRAVITECH.US uresearch GRAVITECH GROUP Description The I2C-OSC board is an 8-pin CMOS 1KHz 68MHz Programmable Oscillator device using I 2 C bus. There are no external components required. Only two signal

More information

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

Specification for Spektrum Bi-Directional SRXL

Specification for Spektrum Bi-Directional SRXL HORIZON HOBBY, LLC. Specification for Spektrum Bi-Directional SRXL Based on the Multiplex v2.9 2016 November 10 Specification for Spektrum Bi-Directional SRXL 1 INTRODUCTION This document is intended to

More information

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Fusion-4. Speed Control and Alarm for DC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. SmartFan Fusion-4 Speed Control and Alarm for DC Fans The driving force of motor control & electronics cooling. P/N FUS300-F DC Controls SmartFan Fusion-4 is a digital fan speed control and alarm that

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

Compass Module 3-Axis HMC5883L (#29133)

Compass Module 3-Axis HMC5883L (#29133) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 6248333 Fax: (916) 6248003 Sales: (888) 5121024 Tech Support: (888) 9978267

More information

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9 Product specification December 2008 V0.a ByVac 2006 ByVac Page 1 of 9 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 4. I2C set...4 5. The LCD Set...5 5.1. 1...5 5.2. 2...5

More information

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001 PMC-DA816 8 Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL 796-10-000-4000 Version 1.0 June 2001 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283 USA Tel: (480) 838-2428 Fax:

More information

AK-DS2482S-100. Reference manual. Copyright 2016 Artekit Italy All rights reserved

AK-DS2482S-100. Reference manual. Copyright 2016 Artekit Italy All rights reserved AK-DS2482S-100 Reference manual Copyright 2016 Artekit Italy All rights reserved Contents About this document... 3 Revision history... 3 Contact information... 3 Life support policy... 3 Copyright information...

More information

SmartFan Vortex. I2C Speed Control for 12 VDC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling.

SmartFan Vortex. I2C Speed Control for 12 VDC Fans CONTROL RESOURCES INCORPORATED. The driving force of motor control & electronics cooling. The driving force of motor control & electronics cooling. SmartFan Vortex I2C Speed Control for 12 VDC Fans DC Controls P/N VOR5I400F SmartFan Vortex is an I2C fan speed control and alarm designed for

More information

INTERFACE CONTROL DOCUMENT

INTERFACE CONTROL DOCUMENT STUDENTS SPACE ASSOCIATION THE FACULTY OF POWER AND AERONAUTICAL ENGINEERING WARSAW UNIVERSITY OF TECHNOLOGY INTERFACE CONTROL DOCUMENT November 2016 Issue no. 2 (March 2017) Changes Date Changes Pages/Section

More information