Interface Module XC Modbus Protocol Converter / User Manual

Size: px
Start display at page:

Download "Interface Module XC Modbus Protocol Converter / User Manual"

Transcription

1 Page 1 from 10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax General The Interface Module XC Modbus is designed for use with the EMH LZQJ-XC and DMTZ-XC meters. The module is equipped with a RS485 (2 wires) interface. The module can be plugged easily into the module compartment of the meter. It can be mounted or exchanged during operation (without breaking approval seal). An integrated Modbus interface provides a simple means of connecting multi-energy meters. This makes multi-energy applications an affordable proposition for domestic use. Due to the communication, the modules are suitable for a lot of control centres. Compatible meters LZQJ-XC (special meter for industrial applications): - Standard meter for direct connection - Transformer connection version Cl. B (Cl. 1) - Precision meter Cl. C (Cl. 0.5S) - Precision meter Cl. 0,2S DMTZ-XC (industry meter) Functions RS-485 (2 wires) interface for bi-directional communications Protocol converter for meter data (max. 125 values) into Modbus-Format (non transparent data readout) Transmission protocol: Modbus RTU (8N1) Internal communication interface for the transfer service data (TS) between the meter and the interface module Internal power supply from meter Exchangeable during the meter operation Safety Notes The owner of the interface modules is responsible that all persons engaged on work with the modules: Are competent and qualified in accordance with national regulations (see ISSA "Guideline for Assessing the Competence of Electrically Skilled Persons"). Have read and understood the relevant sections of the user manual. Strictly observe the safety regulations (according to the following section) and the instructions in the individual chapters. The owner of the modules is also responsible for: The protection of persons. The prevention of material damage. The training of personnel. The following safety regulations must be observed at all times: Devices which have fallen down should not be installed, even if no damage is apparent, and should be returned for testing to an authorised service centre (internal damage possible). Modules must never be cleaned with running water or high pressure devices. Water can cause short-circuits or damage el. components.

2 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Page 2 from 10 Installation Hints The installation must be done in a way, that even in the case of cable break no dangerous voltages are applied to touchable parts of the module. Generally, meters are delivered with the communication modules installed. The fitting of a meter with a communication module is, therefore, an exception and can be necessary e.g. when a module needs to be replaced. Strictly observe the safety regulations! The interface module is exchangeable during the meter operation. Fit the interface module in the meter as follows: Installation of the interface module: 1. Check the interface module. 2. Remove the terminal cover [5]. 3. Open the transparent module cover [1]. 4. Insert the interface module [3] carefully at the place provided in the meter [2]. 5. Push the module in to the internal contacts. 6. Connect the cable. 7. Close the transparent module cover [1]. 8. Close the terminal cover [5]. Removing of the interface module: 9. Remove the terminal cover [5]. 10. Open the transparent module cover [1]. 11. Disconnect the cable. 12. Remove the interface module. 13. Close the transparent module cover [1]. 14. Close the terminal cover [5]. LED Displays Three LED s display the current operating status of the module and give information about the data transfer. Power/Tx Rx Error green yellow red Status and communication via Modbus interface: LED signals, that the module is supplied with power LED goes off during transmit data via Modbus (RS485) interface Communication via Modbus (RS485) interface: receive data Communication error (internal meter interface), LED flashes in 3 sec. cycle

3 Page 3 from 10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Communication (Modbus RTU, Protocol Converter) The interface port RS485 is conforming to Modbus Application Protocol V1.1b : Modbus RTU (Remote Terminal Unit). Fixed baud rate from the 2 nd electrical interface (see EMH COMBI-TOOL-Software: communication interfaces, set please the data transmission at a fixed baud rate without baud rate changeover), data format: 8N1; The following rules define the protocol for information transfer between a Modbus MASTER and the Interface Module XC Modbus: The module supports only the Modbus RTU Mode of Transmission : Read Holding Registers. Transmission settings: 8N1 (1 start bit, 8 data bits, no parity, 1 stop bit). All communications on the RS485 bus conform to a MASTER/SLAVE scheme. In this scheme, information and data is transferred between a Modbus MASTER device (e.g. AMR Software) and up to 32 SLAVE devices (Modbus Interface Module XC). The MASTER initiates and controls all information transfer on the communications loop. A SLAVE device never initiates a communications sequence. All communications activity on the loop occurs in the form of PACKETS. A packet is a serial string of 8 bit / byte. The maximum number of bytes contained within one packet is 255. All packets transmitted by a MASTER are REQUESTS. All packets transmitted by a SLAVE are RESPONSES. At most one SLAVE can respond to a single request from a MASTER. The Modbus module supports the Function Code 3 (Read Holding Registers) with signed 32 bit values (Signed Int32, Type D). All values includes 2 words (registers) with 16 bits each: first register (even register addresses: 0,2,4,6...) for high-word and second register (odd register addresses: 1,3,5,7...) for low-word. Example: Value = Hex (32 bit := 4 Byte) start at register address 20: Register address Value Type of value Hex (:= 4660 Dec ) 16 bit, High-Word Hex (:= Dec ) 16 bit, Low-Word := = The Modbus module uses for ID-Address the first data value in the service data list (TS): register addresses 0 and 1. For setting the value use please the EMH COMBI-TOOL-Software. Possible value range: 1 to F7 Hex := 1 to 247 Dec / Value outside of this range: ID-Address := 1 (default) Example: Value (ID-Address) = B Hex (:= Dec ) starts at register address 0: Register address Value Hex 1 007B Hex (:= 123 Dec )

4 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Page 4 from 10 Every Modbus packet consists of four fields (Request := eight bytes): Slave Address Field (ID-Address): one byte between 1 and F7 Hex ; (:= 1 to 247 Dec ) Function Field: one byte (:= 3 / fix, Read Holding Registers) Modbus register address (start register) := address in the device Data Field: Request: four bytes (start register: 2 bytes, # of registers: 2 bytes) Response: (1 + 2 n) bytes (counter: 1 byte, n registers: 2 n bytes) Error Check Field (Checksum): two bytes, a 16-bit Cyclic Redundancy Check (CRC-16: Cyclic Redundancy Check) Example: ID-Address: 123 Dec (:= 7B Hex ) / start register: 14 Dec (00 0E Hex ) / # of registers: 2 (:= one 32 bit value) Request: Response: ID-Addr. Function Start register # of registers CRC FB E AE 52 ID-Addr. Function # Register 1 Register 2 CRC FB B Value = 59 Dec ( B Hex ) Accepting the meter data The Modbus module reads the service data list (TS) from the meter periodically (interval between two readings: ca. 0.5 seconds) and creates an internal table with 16 bit registers (words): first data value from meter is saved at register 0 and 1 (ID-Address). Via Modbus is it possible to read all this registers. Values at empty registers := FFFF Hex (:= Dec ). All meter values between curved brackets (OBIS coded) will be transformed to 32 bit values. Possible range of the values: to ( Dec to Dec ). Wrong values := -1 (FFFFFFFF Hex ).

5 Page 5 from 10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Parameterisation of the meter (EMH COMBI-TOOL-Software) At the first read the read all data from the meter (via optical IR interface): Baud rate The Interface Module XC Modbus uses the same baud rate like the communication interface at the meter. For setting use please the EMH COMBI-TOOL-Software: menu Meter Interfaces Electrical supplement / aditional interface: For correct working set please a fixed bad rate (e.g baud). If you use the baud rate changeover according to mode C: the communication is possible with 300 baud only. For the addressing set the value optionally or ignore. Reset Note: The EMH LZQJ-XC meter performs automatically a daily reset at 00:00 in the interface module.

6 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Page 6 from 10 Service Data / (Service Table TS) and Modbus ID-Address For setting the meter data list use menu Lists Reading lists Service Table TS: Note 1: The Modbus module uses for ID-Address the first data value in the service data list (TS): register addresses 0 and 1. In this example we use the identification number 1 (OBIS 0.0.1) for ID-Address: menu Meter Meter ID OBIS Register 0.0.1, e.g. value 123 (:= ): Note 2: Only the first 125 values from the service data list (TS) will be used.

7 Page 7 from 10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Example for read out meter data: Service data TS (/4! with completion character CR LF): /EMH4\@\201LZQJL001VE 0.0.1( ) Address/Start register: 0, Value: (0.00*kW) Address/Start register: 2, Value: (0.00*kvar) Address/Start register: 4, Value: (0.00*kVA) Address/Start register: 6, Value: (0.02*A) Address/Start register: 8, Value: (0.01*A) Address/Start register: 10, Value: (0.01*A) Address/Start register: 12, Value: (0.59*V) Address/Start register: 14, Value: (0.50*V) Address/Start register: 16, Value: (246.07*V) Address/Start register: 18, Value: (0.00*P/S) Address/Start register: 20, Value: (50.01*Hz) Address/Start register: 22, Value: 5001 C.86.0( ) Address/Start register: 24, Value: C.86.6(B05800F0) Address/Start register: 26, Value: Modbus registers: Register address 0 0 Value 1 007F Hex (:= 0123 Dec ) B Hex (:=59 Dec ) Hex (:=50 Dec ) F Hex (:=24607 Dec ) Hex (:=5001 Dec ) Hex (:= 584 Dec ) 25 84D6 Hex (:= Dec ) Comments OBIS-Register 0.0.1: 123 (:= , Modbus ID-Address) OBIS-Register 1.25: 0 kw (:= 0 + 0) OBIS-Register 3.25: 0 kvar (:= 0 + 0) OBIS-Register 9.25: 0 kva (:= 0 + 0) OBIS-Register 31.25: 0.02 A (:= 0 + 2) OBIS-Register 51.25: 0.01 A (:= 0 + 1) OBIS-Register 71.25: 0.01 A (:= 0 + 1) OBIS-Register 32.25: 0.59 V (:= ) OBIS-Register 52.25: 0.50 V (:= ) OBIS-Register 72.25: V (:= ) OBIS-Register 13.25: 0 P/S (:= 0 + 0) OBIS-Register 14.25: 50,01 Hz (:= ) OBIS-Register C.86.0: (:= ( ) ) 26 0 OBIS-Register C.86.6: (:= , characters B and 27 E290 Hex (:= Dec ) F will be clear in the string B05800F0) 28 FFFF Hex (:= Dec ) 29 FFFF Hex (:= Dec )... FFFF Hex Not used registers

8 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Page 8 from 10 Technical data: Housing: Polycarbonate housing with terminals for using with EMH LZQJ-XC and DMTZ-XC meters for residential and industrial applications Degree of protection: IP20 (according to IEC 60529) Protection class: 2 Temperature range: Relative humanity: -25 C to +55 C (operational) -40 C to +80 C (storage temperature) 0..95%, non-condensing Dimensions: Ca. 50mm x 105mm x 27mm (W x H x D) Nominal voltage: Battery: Installation: Internal power supply from LZQJ-XC or DMTZ-XC meter None Exchangeable during the meter operation LED displays: 3 LEDs: (green) Power/Tx: power / transmit data (yellow) Rx: receive data (red) Error: internal communication error Interface: Baud rate: Data format: Data readout: RS485 (2 wires) according to ANSI/TIA/EIA-485-A to baud (fixed baud rate) 8N1 Internal service data list / table TS: see EMH COMBI-TOOL-Software; (readout via /4! CR LF); Note: only the first 125 values will be used Transmission protocol: Modbus RTU, Function Code 3 Order number: #12415 Accessories: Bus Master / Repeater / Mini-Master AMR-Software: SIGLON Field Control Center: Meter2SCADA

9 Page 9 from 10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Dimensions Note: if necessary, the 120Ω termination can be activated (position ON);

10 Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Phone Fax Page 10 from 10 Terminal assignment Terminal block: Terminal Description A+ RS485 A+ (Modbus) B- RS485 B- (Modbus) Baer Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Germany Phone: +49 (0) Fax: +49 (0) Internet: Subject to change without notice! Version 2.01

Interface Module XC Level Converter / User Manual

Interface Module XC Level Converter / User Manual Page 1 from 8 General The Interface Module XC is designed for use with the EMH LZQJ-XC and DMTZ-XC meters. The module is equipped with a M-Bus (passive) interface (M-Bus level converter / transparent).

More information

TS2M-Bus Protocol Converter / User Manual

TS2M-Bus Protocol Converter / User Manual Page 1 from 10 General The Protocol Converter TS2M-Bus is designed for use with the EMH LZQJ-XC and DMTZ-XC meters. The module is equipped with one RS485 interface (to the meter) and one M-Bus passive

More information

M-Bus-Logger Data Logger

M-Bus-Logger Data Logger Data Logger User Manual Doc.-No.: E102303517074 Bär Industrie-Elektronik GmbH Siemensstr. 3 D-90766 Fürth Phone: +49 (0)911 970590 Fax: +49 (0)911 9705950 Internet: www.baer-gmbh.com COPYRIGHT Copyright

More information

UniMod Intelligent Communication for all Metering Application

UniMod Intelligent Communication for all Metering Application Intelligent Communication for all Metering Application The Solution for Data Communication The different devices of our family support transparent data communication with all needed different interfaces

More information

Meter Bus. Intelligent Communication

Meter Bus. Intelligent Communication Meter Bus Intelligent Communication Data Transmission System The M-Bus system (Meter Bus) is a data transmission system for acquiring, evaluating, optimizing and controlling energy and process data (e.g.

More information

E65C CU-E20, E22. User Manual. Communication Industrial and Commercial

E65C CU-E20, E22. User Manual. Communication Industrial and Commercial Communication Industrial and Commercial CU-E20, E22 E65C User Manual E65C CU-E20, E22 communication units provide Ethernet communication between E650 or E850 meters and a central system. Date: 06.11.2009

More information

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map 70022-05-XX PROTOCOL DOCUMENT 04/2007 PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map This document explains the Modbus protocol on the ION6200 meter. The ION6200 meter

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

TR600 with RS485 Appendix 1

TR600 with RS485 Appendix 1 c ZIEHL industrie elektronik GmbH + Co KG Daimlerstraße 13, D 74523 Schwäbisch Hall + 49 791 504-0, info@ziehl.de, www.ziehl.de Temperature Relays and MINIKA Mains Monitoring Digital Panelmeters MINIPAN

More information

UniMod Ethernet. LAN-Modem. Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Germany

UniMod Ethernet. LAN-Modem. Bär Industrie-Elektronik GmbH Siemensstr. 3 D Fürth Germany LAN-Modem Operation Manual E121711217066 Bär Industrie-Elektronik GmbH Siemensstr. 3 D-90766 Fürth Germany Phone: +49 (0)911 970590 Fax: +49 (0)911 9705950 Internet: www.baer-gmbh.com COPYRIGHT Copyright

More information

RS-FX-N01 wind transmitter user's Guide (485type)

RS-FX-N01 wind transmitter user's Guide (485type) RS-FX-N01 wind transmitter user's Guide (485type) Issue:. V1. 0 1 2 Context 1. Introduction...4 2. Installation instructions... 5 3. Configure the software installation and use...7 4. Communication Protocol...

More information

RS-FS-N01 Wind speed transmitter user's Guide (485type)

RS-FS-N01 Wind speed transmitter user's Guide (485type) RS-FS-N01 Wind speed transmitter user's Guide (485type) Issue: V1.0 1 2 Context 1. Introduction... 4 2. Installation instructions...5 3. Configure the software installation and use... 6 4. Communication

More information

CEM M-RS485 INSTRUCTION MANUAL (M014B A)

CEM M-RS485 INSTRUCTION MANUAL (M014B A) Communications interface CEM M-RS485 INSTRUCTION MANUAL (M014B01-03-14A) 2 SAFETY PRECAUTIONS Follow the warnings described in this manual with the symbols shown below. DANGER Warns of a risk, which could

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. 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. This manual

More information

User Manual V1.1. SDM120-Modbus(mV) Single-Phase Multifunction DIN rail Meter

User Manual V1.1. SDM120-Modbus(mV) Single-Phase Multifunction DIN rail Meter SDM120-Modbus(mV) Single-Phase Multifunction DIN rail Meter Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting

More information

IFC 100 Supplementary instructions

IFC 100 Supplementary instructions IFC 100 Supplementary instructions Signal converter for electromagnetic flowmeters Description of Modbus interface Electronic Revision: ER 3.0.xx Modbus version: 1.0.xx KROHNE CONTENTS IFC 100 1 Important

More information

CEM-C6 INSTRUCTION MANUAL (M187B B)

CEM-C6 INSTRUCTION MANUAL (M187B B) Multifunctional Energy Meter INSTRUCTION MANUAL (M187B01-03-18B) 2 SAFETY PRECAUTIONS Follow the warnings described in this manual with the symbols shown below. DANGER Warns of a risk, which could result

More information

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160 Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2 Level Indicator L150 and L160 Electrical Safety This equipment complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements

More information

DKM-407 DIN RAIL TYPE NETWORK ANALYZER

DKM-407 DIN RAIL TYPE NETWORK ANALYZER DKM-407 User Manual DKM-407 DIN RAIL TYPE NETWORK ANALYZER DESCRIPTION The DKM-407 is a DIN rail mounted precision and low cost unit allowing measurement and remote monitoring of AC parameters of a distribution

More information

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250 User Guide IM/C250 MOD_3 Modbus (RTU) Communications Option C250 and V250 Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements for electrical

More information

RAD-DO8-IFS. I/O extension module, eight digital transistor outputs. Data sheet. 1 Description

RAD-DO8-IFS. I/O extension module, eight digital transistor outputs. Data sheet. 1 Description I/O extension module, eight digital transistor outputs Data sheet 105364_en_00 PHOENIX CONTACT 2013-03-26 1 Description The I/O extension module can be used in conjunction with Radioline wireless modules

More information

MultiCube. Modbus Data Tables. August Northern Design (Electronics) Ltd Bradford UK

MultiCube. Modbus Data Tables. August Northern Design (Electronics) Ltd Bradford UK MultiCube Modbus Data Tables August 2005 Modbus Data Tables Northern Design (Electronics) Ltd Bradford UK 1. Introduction This document is intended as a supplement to the MultiCube Modbus Options Installation

More information

USER MANUAL 2012 V1.1

USER MANUAL 2012 V1.1 SMART MINI POWER SDM630 USER MANUAL 2012 V1.1-1 - Installation and Operation Instructions Important Safety Information is contained in the Maintenance section. Familiarise yourself with this information

More information

RAD-DI8-IFS. I/O extension module with 8 digital inputs or 2 pulse inputs. INTERFACE Data sheet. 1 Description

RAD-DI8-IFS. I/O extension module with 8 digital inputs or 2 pulse inputs. INTERFACE Data sheet. 1 Description I/O extension module with 8 digital inputs or 2 pulse inputs INTERFACE Data sheet 0483_en_00 PHOENIX CONTACT 203-04-05 Description The I/O extension module can be used in conjunction with Radioline wireless

More information

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID PRELIMINARY DATA SHEET RI-D35-100 Series Single Phase Multifunction Energy Meter (MID Certified) MID direct connected Two pulse outputs LED pulse indication High definition LCD display with white backlight

More information

VD SERIES CONTROLLERS (VERSION4.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide

VD SERIES CONTROLLERS (VERSION4.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide VD SERIES CONTROLLERS (VERSION4.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide 1. COMMUNICATION FUNCTIONS 1.1 General -----------------------------------------------------------------------------------------1

More information

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page Title page GE Digital Energy D90 Plus Line Distance Protection System Communications guide D90 Plus firmware revision:.9x GE publication code: 60-9070-F (GEK-3469) GE Digital Energy 650 Markland Street

More information

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6 1 /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 Electrical Safety This equipment complies with the

More information

Jiaxing Eastron Electronic Instruments Co.,Ltd. Tel: Fax:

Jiaxing Eastron Electronic Instruments Co.,Ltd. Tel: Fax: SDM220-MBUS Single-Phase Two Module DIN rail Meters Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs MBUS Din rail mounting 36mm 100A direct

More information

BCT SERIES CONTROLLERS (VERSION 3.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide

BCT SERIES CONTROLLERS (VERSION 3.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide BCT SERIES CONTROLLERS (VERSION 3.0) RS-485 COMMUNICATION INSTRUCTION MANUAL MODBUS Protocol Reference Guide 1. COMMUNICATION FUNCTIONS 1.1 General -----------------------------------------------------------------------------------------

More information

RS485 MODBUS Module 6RO

RS485 MODBUS Module 6RO 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

B Interface description 12.01/

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

More information

CURRENT PROTECTION RELAY SMPR-1

CURRENT PROTECTION RELAY SMPR-1 CURRENT PROTECTION RELAY SMPR-1 1.- ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol

More information

ENERCEPT H8035/H8036 DANGER NOTICE CAUTION. Networked Power Transducer (Modbus RTU) INSTALLATION GUIDE QUICK INSTALL TABLE OF CONTENTS

ENERCEPT H8035/H8036 DANGER NOTICE CAUTION. Networked Power Transducer (Modbus RTU) INSTALLATION GUIDE QUICK INSTALL TABLE OF CONTENTS POWER MONITORING ENERCEPT Networked Power Transducer (Modbus RTU) DANGER US Patent No. 6,373,238 HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Follow safe electrical work practices. See NFPA 70E in

More information

SMI2. RS485 Display. User guide

SMI2. RS485 Display. User guide EN SMI2 RS485 Display User guide SMI2_2016.07_0134_EN All rights reserved Subject to technical changes and misprints Contents 1 Safety guidelines... 2 2 Intended use... 3 3 Specification... 4 4 Functional

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

User Manual V2.6. SDM120-Modbus. Single-Phase Multifunction DIN rail Meter

User Manual V2.6. SDM120-Modbus. Single-Phase Multifunction DIN rail Meter SDM120-Modbus Single-Phase Multifunction DIN rail Meter Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting

More information

HP 48 I/O Technical Interfacing Guide

HP 48 I/O Technical Interfacing Guide HP 48 I/O Technical Interfacing Guide HP 48 I/0 Technical Interfacing Guide CONTENTS INTRODUCTION... 3 WIRED SERIAL I/O HARDWARE... 3 CABLE WIRING... 3 SERIAL FORMAT... 5 Example: an 'H' (48 hex)... 5

More information

SPM33. MODBUS Protocol and register List V1.5

SPM33. MODBUS Protocol and register List V1.5 SPM33 MODBUS Protocol and register List V1.5 ZHUHAI PILOT TECHNOLOGY CO.,LTD 目 录 1. Introduction... 1 1.1 Purpose of the Communication Protocol... 1 1.2 Version of Communication Protocol... 1 2. Detailed

More information

Baer Meter2SCADA. Meter2SCADA

Baer Meter2SCADA. Meter2SCADA Baer Meter2SCADA Meter2SCADA 1 Meter2SCADA Bär Industrie-Elektronik GmbH 2017 System overview electricity, water, gas, heat,. Metering Systems Protocols IEC 1107, VDEW (IEC 62056-21) DLMS (IEC 62056-46-53-61-62)

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

SDM530-Modbus USER MANUAL 2015 V1.5. Three Phase Multi-function DIN rail meter. Eastron SDM530-Modbus User Manual

SDM530-Modbus USER MANUAL 2015 V1.5. Three Phase Multi-function DIN rail meter. Eastron SDM530-Modbus User Manual SDM530-Modbus Three Phase Multi-function DIN rail meter Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting

More information

RS485 MODBUS Module 8AO

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

More information

Energy Management Energy Transducer Type ET112

Energy Management Energy Transducer Type ET112 Energy Management Energy Transducer Type Single phase energy transducer Class 1 (kwh according to EN62053-21 Class B (kwh according to EN50470-3 Accuracy ±0.5% RDG (current/voltage Direct current measurement

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

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU...

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU... MAGX2 RTU User Guide -0- V1.5 23-01-2018 List of Contents 1. INTRODUCTION... 2 1.1 DEFINITIONS AND ABBREVIATIONS... 2 1.2 REFERENCES... 2 2. TECHNICAL DATA... 3 2.1 GENERAL MODBUS RTU... 4 3. COMMISSIONING...

More information

SPM90 MODBUS PROTOCOL AND REGISTER LIST V1.0

SPM90 MODBUS PROTOCOL AND REGISTER LIST V1.0 SPM90 MODBUS PROTOCOL AND REGISTER LIST V1.0 目 录 1. Introduction... 1 1.1 Purpose of the Communication Protocol... 1 1.2 Version of Communication Protocol... 1 2. Detailed Description of the SPM90 Modbus

More information

Modbus MS Card User manual

Modbus MS Card User manual www.eaton.com Modbus MS Card User manual Modbus MS Card User Manual 34009048XT_EN/AB Page 1/46 Contents 1 INTRODUCTION 4 2 PRESENTATION 5 2.1 OVERVIEW 5 2.1.1 Functions 5 2.2 TECHNICAL CHARACTERISTICS

More information

Advant OCS. The Compact and Cost Effective Advant Controller. Advant Controller 210. Open Control System

Advant OCS. The Compact and Cost Effective Advant Controller. Advant Controller 210. Open Control System Advant OCS Open Control System Advant Controller 210 The Compact and Cost Effective Advant Controller Advant Controller 210 is a small, cost-effective system belonging to the Advant Controller family.

More information

ASTAT XB/XBm Remote Operator

ASTAT XB/XBm Remote Operator ASTAT XB/XBm Remote Operator User Manual 1 Introduction 1.1 Important User Information Observe all necessary safety precautions when controlling the soft starter remotely. Alert personnel that machinery

More information

Technical data. Safety notes. Product features

Technical data. Safety notes. Product features Technical data sheet BKN230-MOD 11-00002.F Communication and power supply unit for motorised fire dampers Communication via RTU (RS-48) AC 230 V supply via Euro plug Power is supplied to the actuators

More information

JUMO ecoline O-DO/NTU

JUMO ecoline O-DO/NTU JUMO ecoline O-DO/NTU Digital sensors for turbidity and oxygen measurement Modbus interface description 20261300T92Z003K000 V1.01/EN/00692386 Contents Contents 1 Safety information...............................................

More information

ECA 73 M-Bus combi module for the ECL Comfort 300S controller. Installation and User Guide

ECA 73 M-Bus combi module for the ECL Comfort 300S controller. Installation and User Guide ECA 73 M-Bus combi module for the ECL Comfort 300S controller Installation and User Guide DH-SMT/DK VI.KN.Y2.02 Danfoss 08/2008 ECA 73, M-Bus combi module for the ECL Comfort 300S Table of Contents 1.

More information

SDM120C. Single-Phase Energy Meters. RS485 Modbus RTU. User Manual V1.0

SDM120C. Single-Phase Energy Meters. RS485 Modbus RTU. User Manual V1.0 SDM120C Single-Phase Energy Meters RS485 Modbus RTU Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting 17.5mm

More information

Appendix to the Operating Instructions RMx621 with ModBus Interface V Connection to ModBus-IDA System

Appendix to the Operating Instructions RMx621 with ModBus Interface V Connection to ModBus-IDA System Operating Instructions Appendix to the Operating Instructions RMx621 with ModBus Interface V3.03.00 Connection to ModBus-IDA System BA231R/09/en/08.09 71027031 MS Word Endress+Hauser 2 Contents 1 General...

More information

Modbus Protocol. for VASCO, VASCO Solar and MIDA devices. manmodbus_eng_00

Modbus Protocol. for VASCO, VASCO Solar and MIDA devices. manmodbus_eng_00 Protocol for VASCO, VASCO Solar and MIDA devices manmodbus_eng_00 Index 1. introduction... 3 2. on Nastec devices... 3 3. Transmission modes... 3 4. Connections... 3 5. Programming... 4 6. Index list...

More information

EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors

EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors EZ-LIGHT K50 Modbus Series Pick-to-Light Sensors Datasheet Compact, single-point devices for error-proofing of bin-picking operations Fixed field and polarized retroreflective models Capacitive touch models

More information

IB IL 120 DI 1. Function. INTERBUS Inline Terminal With One Digital Input in the 120 V AC Voltage Area. Data Sheet 5764B

IB IL 120 DI 1. Function. INTERBUS Inline Terminal With One Digital Input in the 120 V AC Voltage Area. Data Sheet 5764B INTERBUS Inline Terminal With One Digital Input in the 120 V AC Voltage Area Data Sheet 5764B 09/2000 # % $ This data sheet is only valid in association with the INTERBUS Inline System Manual IB IL SYS

More information

Meter Centraliser Alarm Centraliser Unit LM50-TCP (Code M31521) INSTRUCTION MANUAL (M A)

Meter Centraliser Alarm Centraliser Unit LM50-TCP (Code M31521) INSTRUCTION MANUAL (M A) Meter Centraliser Alarm Centraliser Unit LM50-TCP (Code M31521) INSTRUCTION MANUAL (M9813380120-A) 1.- BASIC INSTRUCTIONS 1.1.- Checks on receipt. This manual assists in the installation and handling of

More information

Metal Debris Sensor Manual. Index. 1. Brief Introduction. 2. Main Technical Parameters

Metal Debris Sensor Manual. Index. 1. Brief Introduction. 2. Main Technical Parameters Metal Debris Sensor Manual YHY1-1 Series Index 1. Brief Introduction 2. Main Technical Parameters 3. Sensor Installation 3.1 Mechanical Installation 3.2 Electrical Connection 4. Wiring & Configuration

More information

Multi-Measuring-Interface MMI 6000

Multi-Measuring-Interface MMI 6000 Multi-Measuring-Interface MMI 6000 M M I - 6000 MMI 6000 Multi-Measuring Interface Program Enter Manual of operation V 8.0 E Version 8.0 / 01.12.2016 Contents Section 1 General remarks 3 Section 2 Technical

More information

Modbus Module. Data sheet. Communication module for MULTICAL 403 and MULTICAL 603

Modbus Module. Data sheet. Communication module for MULTICAL 403 and MULTICAL 603 Data sheet Modbus Module Communication module for MULTICAL 403 and MULTICAL 603 Modbus RTU communication Communication speed up to 115200 bits/s Programmable data, communication speed and parity settings

More information

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for Version 1.0 5.02.2014 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

Operating instructions. ProcessLine analogue module AC / / 2012

Operating instructions. ProcessLine analogue module AC / / 2012 Operating instructions ProcessLine analogue module AC2916 739089 / 01 06 / 2012 Contents 1 Safety instructions... 3 2 Functions and features... 4 3 Operating and display elements... 4 4 Electrical connection...

More information

Technical Specifications. Multi Function Meter

Technical Specifications. Multi Function Meter Technical Specifications of Multi Function Meter (SPM300) Class 0.5S Sai PowerrZerve 29/3B, Rajalakshmi Nagar, 1 st Main Road, Velachery Bye Pass, Chennai 600 042. Website :www.spowerz.com Email : info@spowerz.com

More information

MU110-6U. Analog output module 6 channel. User guide

MU110-6U. Analog output module 6 channel. User guide MU110-6U Analog output module 6 channel User guide MU110-6U_2016.12_0221_EN All rights reserved Subject to technical changes and misprints akytec GmbH Vahrenwalder Str. 269 A 30179 Hannover Тел.: +49 (0)

More information

Conto D1 MODBUS COMMUNICATION PROTOCOL

Conto D1 MODBUS COMMUNICATION PROTOCOL ENERGY METER Conto D1 MODBUS COMMUNICATION PROTOCOL 4/03/15 Pagina 1 di 7 FIRMWARE CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description of CRC calculation

More information

1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882

1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882 1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882 This manual is intended for use in support of installation, commissioning and configuration of the 1/32-DIN Temperature

More information

Belimo Gateway MP to Modbus RTU - UK24MOD

Belimo Gateway MP to Modbus RTU - UK24MOD Product information UK24MOD MODBUS RTU Belimo Gateway MP to Modbus RTU - UK24MOD Contents Complete overview 2 Technical data 3 Safety notes 4 Product features 4 Installation and commissioning 4 Electrical

More information

OMS Vol.2 Primary Elster Implementation

OMS Vol.2 Primary Elster Implementation All rights reserved by Elster GmbH Elster GmbH R&D Residental Gas Metering Strotheweg 1 49504 Lotte (Bueren) T: +49 (0)541/1214-0 F: +49 (0)541/1214-370 OMS Vol.2 Primary 2.0.0 Elster Implementation AE.02:02.01:01.01

More information

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

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

More information

SDM530CT-Modbus USER MANUAL 2015 V1.6. Three Phase Multi-function DIN rail meter. Eastron SDM530CT-Modbus User Manual

SDM530CT-Modbus USER MANUAL 2015 V1.6. Three Phase Multi-function DIN rail meter. Eastron SDM530CT-Modbus User Manual SDM530CT-Modbus Three Phase Multi-function DIN rail meter Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting

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

Profibus Gateway 3E V Technical Bulletin

Profibus Gateway 3E V Technical Bulletin Profibus Gateway 3E V1.0.0 Technical Bulletin TECHNICAL BULLETIN 2 Profibus Gateway 3E Liability for errors and misprints excluded. V1.0.0en/23.06.16 TECHNICAL BULLETIN Profibus Gateway 3E V1.0.0en/23.06.16

More information

Transmission/ reception tables

Transmission/ reception tables Transmission/ reception tables Message Exchange When in Transmit Only mode, the Control and Transmission tables are filled in prior to executing the EXCHx instruction, and can be of type %KW or %MW. No

More information

Optidrive VTC Modbus RTU Register Map

Optidrive VTC Modbus RTU Register Map Application Note AN-VTC- 39 Optidrive VTC Modbus RTU Register Map Author: Ning Xu, Invertek Drives Ltd Revision: 2.21 6 September 2006 General This document details the Modbus RTU memory mapping implemented

More information

U niversal Measuring Device UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs. Digital I/O

U niversal Measuring Device UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs. Digital I/O U niversal Measuring Device Little Fieldbus Giant Modbus / Profibus Harmonics Memory Analogue outputs Digital I/O Modem Recorder Profibus Modbus PC I/O Universal Measuring Device Application Application

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

More information

How to set-up and read MOBBUS

How to set-up and read MOBBUS How to set-up and read MOBBUS Before anything can be read from the RTU, the meter must be programmed. During programming up to 16 of the thousands of displays in the meter can be assigned to the RTU. The

More information

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for Version 1.0 16.05.2014 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

AS-i Safety Relay Output Module with Diagnostic Slave and 1 EDM Input

AS-i Safety Relay Output Module with Diagnostic Slave and 1 EDM Input Safety + standard I/O in one module Safety relay output with galvanically isolated contact sets, approved up to 230 V IEC 61508 SIL 3, EN ISO 13849-1/PLe Kat 4, EN 62061 SIL 3 Protection category IP20

More information

Modbus Communications October Programming Meters fitted with the Modbus option have two additional stages in the front panel programming menu.

Modbus Communications October Programming Meters fitted with the Modbus option have two additional stages in the front panel programming menu. Modbus Communications October 2005 1 Programming Meters fitted with the Modbus option have two additional stages in the front panel programming menu. br 9600 Baud Rate Addr 25 Unique Modbus Address In

More information

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw www.gc5.pl Table of content 1 Introduction... 4 1.1 Revision history... 5 1.2 Safety rules... 5 1.3 Technical specifications... 6 1.4

More information

NXT4 Three phase meter for commercial, industrial and advanced residential applications

NXT4 Three phase meter for commercial, industrial and advanced residential applications EMH metering GmbH & Co. KG Neu-Galliner Weg 1 19258 Gallin GERMANY Tel. +49 38851 326-0 Fax +49 38851 326-1129 E-Mail info@emh-metering.com Web www.emh-metering.com Tel. +49 38851 326-1930 (Technical Support)

More information

AS-i Safety Relay Output Module with Diagnostic Slave

AS-i Safety Relay Output Module with Diagnostic Slave AS-i Safety Relay Output Module with Diagnostic Slave User Manual...supports the requirements for AS-i Safety up to SIL3 Revision date: 2016-03-9 Subject to modifications without notice. Generally, this

More information

MODBUS Protocol Specification. MODBUS Protocol Specification V2.0

MODBUS Protocol Specification. MODBUS Protocol Specification V2.0 MODBUS Protocol Specification V2.0 MODBUS APPLICATION PROTOCOL SPECIFICATION V1.0 CONTENTS 1 Introduction. 1.1 Scope of this document.. 1.2 Protocol overview.. 1.3 Contacts... 2 Modbus transmission modes...

More information

B+G E-Tech User Manual for SDM630 SDM630. Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 2013 V1.

B+G E-Tech User Manual for SDM630 SDM630. Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 2013 V1. SDM630 Din Rail Smart Energy Meter for Single and Three Phase Electrical Systems USER MANUAL 203 V. Important Safety Information is contained in the Maintenance section. Familiarize yourself with this

More information

Mounting and operating instructions KEMPER KTS-ComLog module

Mounting and operating instructions KEMPER KTS-ComLog module Mounting and operating instructions KEMPER KTS-ComLog module Figure 955 02 001 Table of Contents 1 General instructions:... 1 2 Safety instructions... 1 3 Technical information... 2 3.1 Dimensions and

More information

Carbon Monoxide Sensor - ModBus

Carbon Monoxide Sensor - ModBus Introduction The CO Sensor uses an electrochemical sensor to monitor CO level in a range of 0 to 500 ppm and communicates via an RS-485 network configured for ModBus protocol. Before Installation Read

More information

Type 6150 AS-Interface Module. Type 3372 Electropneumatic Actuator with AS-interface module. Mounting and Operating Instructions EB 6150 EN

Type 6150 AS-Interface Module. Type 3372 Electropneumatic Actuator with AS-interface module. Mounting and Operating Instructions EB 6150 EN Type 6150 AS-Interface Module Type 3372 Electropneumatic Actuator with AS-interface module Mounting and Operating Instructions EB 6150 EN Edition July 2013 Definition of the signal words used in these

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

Automatic transfer switch

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

More information

AUD-340 Installation Guide

AUD-340 Installation Guide F0123456789ABC DE AUD-340 Installation Guide INPUTS CONTROL OUTPUT 24V DC 48V LINE 2 AUDIO IR RS232 COM 70V 100V 1 3 DIGITAL L R AUDIO 2.5A MAX TX RX 1 2 3 INPUT SELECT LINE BASS TREBLE MUTE 1 Safety Precautions

More information

DIN Rail Smart Meter for Single and Three Phase Electrical Systems

DIN Rail Smart Meter for Single and Three Phase Electrical Systems SDM630-Modbus V2 DIN Rail Smart Meter for Single and Three Phase Electrical Systems Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, etc. Bi-directional measurement IMP & EXP Two pulse outputs

More information

mbc082 Bus Converter

mbc082 Bus Converter BUS CONVERTER RS485 TO 1-WIRE BUS mbc082 mbc082 Bus Converter Document. 10910, Revision - February 2007 2007 CMC Industrial Electronics Ltd. This page intentionally left blank. mbc082 Bus Converter Technical

More information

MX350 Automatic Transfer Control System Communications Guide

MX350 Automatic Transfer Control System Communications Guide Title page GE Consumer & Industrial Multilin MX350 Automatic Transfer Control System Communications Guide MX350 revision: 1.1x Manual P/N: 1601-9072-A1 GE publication code: GEK-113498 Copyright 2008 GE

More information

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 USER MANUAL Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 Table of contents 1 General... 3 1.1 Safety instructions... 3 2 Purpose... 4 3 Specifications... 5 3.1 Electrical specifications

More information

Technical Specifications. Dual Source Energy Meter (EB / DG)

Technical Specifications. Dual Source Energy Meter (EB / DG) Technical Specifications of Dual Source Energy Meter (EB / DG) (SPMG300) Class 0.5S Sai PowerrZerve 29/3B, Rajalakshmi Nagar, 1 st Main Road, Velachery Bye Pass, Chennai 600 042. Website :www.spowerz.com

More information

Electro-Mechanical Counters

Electro-Mechanical Counters Electro-Mechanical Counters measuring monitoring analysing Input: pulse counter Display: 5, 6, 7 and 8 digits plastic Panel mounted : 4.5 V DC ; V DC ; 4 V DC ; 5 V AC ; 0 V AC KOBOLD offices exist in

More information

U niversal Measuring Device NEW! UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs.

U niversal Measuring Device NEW! UMG 96 S. Little Fieldbus Giant. Modbus / Profibus. Harmonics. Memory. Analogue outputs. U niversal Measuring Device NEW! Little Fieldbus Giant Modbus / Profibus Harmonics Memory Analogue outputs Digital I/O Modem Recorder Profibus Modbus PC I/O Universal Measuring Device Application Application

More information