installation Operation ADDRESS product diagram H8030/8031 INSTALLATION GUIDE

Size: px
Start display at page:

Download "installation Operation ADDRESS product diagram H8030/8031 INSTALLATION GUIDE"

Transcription

1 POWER MONITORING INSTALLATION GUIDE H8030/8031 H8030/8031 Modbus Energy Meter Networked kw/kwh Transducer Product Identification Model Max Amps CT Size Enhanced Data Stream Meters H H Small H n H n 0 Installer s Specifications Input Primary Voltage 08 to 480 VAC Line-to-Line Number of Phases Monitored 1 Frequency 50/60Hz Maximum Primary Current 100 or 300A cont. Internal Isolation 000VAC RMS Case Insulation 600VAC Temperature Range 0 to 60 C (3 to 140 F) Humidity Range 0 to 95% non-condensing Accuracy ±1% of reading from 10% to 100% of the CT rated current (accomplished by matching the CT with the meter and calibrating them as a unit) Output Physical Characteristics RS485, -wire plus common Baud Rate 9600 Protocol Modbus RTU CT Split-core, 100 or 300A quick install Disconnect and lock out power before installation. 1. Choose a Modbus address not currently in use and set this address using the switches on the bottom of the CT.. Connect the voltage leads to the source to be monitored. 3. Snap the CT onto the conductor. 4. Connect the RS-485 wires (observe polarity). 5. Reconnect power. dimensions Z050-0C PAGE Veris Industries USA or / support@veris.com mm mm mm mm mm mm 4.7

2 Operation The H8030 and H8031 single-phase power transducers monitor energy parameters from aggregate kw (demand) and kwh (consumption) to power factor. With two platforms to choose from (Energy Only or Enhanced Data Stream), the applications for the H8030/31 Series are diverse, including energy management, performance contracting, demand limiting and cooling plant optimization. The H8030/31 Series combines a microprocessor-based power meter and a high accuracy split-core instrument-grade current transformer (CT) in a single unit. Because the electronics are integral to the CT, and power can be monitored on up to 63 loads using a single RS-485 drop, hardware and installation costs are greatly reduced. product diagram installation Disconnect and lock out power before installation Choose a Modbus address not currently in use and set this address using the Address Selection Switches on the bottom of the CT (see 4 Product Diagram) ADDRESS. Connect the voltage leads to the conductors, at a location that is not normally turned off. Connect voltage leads on the Line side of the conductor. MODBUS RS-485 LINE Enercept To additional MODBUS Devices Snap the CT onto the conductor. If the application can exceed 0 times the rated CT current, use wire ties to secure the I-bar to the CT housing. This CT automatically detects phase reversal, so CT orientation is not important. Wire tie 1. Voltage Leads: input range is 08 to 480VAC L-L.. Fuses: maximum current draw 60mA. Fuses provided by the factory are rated 1/A. 00 KAIC. Replace only with fuses of the same type and rating. 3. Modbus connection port 4. Status LED: blink codes: slow green for normal operation; slow red for incorrect wiring or low power factor (less than 0.5); fast red for max. current exceedance. 5. Address selection switch: set to assign an address prior to wiring. 6. Fuse Pack 4. Connect the RS-485 wires (observe polarity). 5. For information regarding software setup, see the Modbus protocol specifications available at 6. Check power reading. Expected power: kw = Volts x Amps x PF / 1000 kw = Horsepower x ex.:.4 kw = 40 VAC x 10 Amps x 1.0 / 1000 Z050-0C PAGE 009 Veris Industries USA or / support@veris.com 03095

3 notes 1. DO NOT GROUND THE SHIELD INSIDE THE ELECTRICAL PANEL. All Modbus wires, including the shield should be insulated to prevent accidental contact to high voltage conductors.. The Modbus cable should be mechanically secured where it enters the electrical panel. 3. All Modbus devices should be connected together in a daisy-chain fashion. The first and last devices in the chain should have a 10Ω terminating resistor between (+) and (-). See diagram below. 4. The Modbus cable should be shielded twisted pair wire BELDEN 110A or similar 5. The user must clear the H8031 Demand register via their BAS at the desired interval (the H8031 does not support an interval schedule). Clearing Integer registers will reset Floating point register as well. Output H8030 kw, consumption Reset kwh kw, demand H8031 kw, consumption kw, demand VAR, reactive power VA, apparent power Power factor Average demand Minimum demand Maximum demand Voltage, L-L Voltage, L-N Amps, average current WARNING: After wiring the Modbus cable, remove all scraps of wire or foil shield from the electrical panel. This could be DANGEROUS if wire scraps come into contact with high voltage wires! 10Ω Terminator SHIELD SHIELD SHIELD S S Z050-0C PAGE Veris Industries USA or / support@veris.com 03095

4 Address selection switches DO NOT USE ZERO! Z050-0C PAGE Veris Industries USA or / support@veris.com 03095

5 communications setup This table lists the addresses assigned to each data point. Registers are read Most Significant Byte (MSB) first. 3-bit floating point values are encoded per IEEE Standard 754. For floating point format variables, each data point appears twice because two 16-bit addresses are required to hold a 3-bit float value. The 16 bit Most Significant Word (MSW) is in the lower address of the register pair, while the least Significant Word (LSW) is in the upper address. Modbus RTU function codes supported: 3=read holding registers; 6=preset single register; 17=report Slave I.D. Integer Registers Modbus Addr Typical Offset Units Description KWH Energy Consumption, LSW KWH Energy Consumption, MSW KW Demand (power) VAR Reactive Power VA Apparent Power Power Factor VOLTS Voltage, line to line AMPS Current KW Demand (power), phase A Power Factor, phase A VOLTS Voltage, phase A-B AMPS Current, phase A KW Average Demand KW Minimum Demand KW Maximum Demand Float Registers Modbus Addr Typical Offset Units Description FLOAT: UPPER 16 bits FLOAT: LOWER 16 bits KWH Energy Consumption X KWH Energy Consumption X KWH Energy Consumption (same 4057) X KWH Energy Consumption (same 4058) X 4061 KW Demand (power) X 406 KW Demand (power) X VA Apparent Power X VA Apparent Power X KW Demand (power), phase A X KW Demand (power), phase A X Power Factor, phase A X Power Factor, phase A X VOLTS Voltage, phase A-B X 4088 VOLTS Voltage, phase A-B X AMPS Current, phase A X AMPS Current, phase A X KW Average Demand X KW Average Demand X KW Minimum Demand X KW Minimum Demand X KW Maximum Demand X KW Maximum Demand X Modbus addresses in the 4xxxx format follow the Modicon protocol specification for point addressing. The actual address sent is the value shown, minus In other words, the leading 4 is omitted, and the remaining 4-digit number is decremented so that point is requested with a value of zero in the actual Modbus communication. Some Modbus implementations require point addresses to be specified beginning at 0 or 40000, instead of Programming code may also require addresses that correspond to actual values transmitted, so a value of zero is used to request data beginning at Modbus address In many applications, a single Modbus command is used to read all of the data available from the meter. For integers, the beginning address is (or zero in the actual Modbus command), and for floats the first address used would typically be 4059 (or 58 in the actual Modbus command). Although the first float appears at address 4057, it is not necessary to read this value because it is a duplicate copy of the kwh value (required by the product firmware). When a block of data is read, the typical offset values index to the data within the block. Z050-0C PAGE Veris Industries USA or / support@veris.com 03095

6 using integer data types Unlike the floating-point data type, the integer data type can only represent whole numbers between 0 and To convert a data point value into the number it represents, the value must be multiplied by a constant, as indicated in the table below. Please note: some data points require different multipliers for each amperage range, while others, e.g. volts and power factor, use the same multiplier regardless of the amperage range of the product. Addr Units 100A 300A kwh kwh kw VAR VAR E Volts Amps 3.906E kw E Volts Amps 3.906E kw kw kw As an alternative to the previous table, it may be convenient to invert the values for use as divisors, where the integer value returned by the meter is divided by a number from the table below. In most cases, the divisors are a more compact number. Addr Units 100A 300A kwh kwh 9.77E-4.44E kw VAR VA Volts Amps kw Volts Amps kw kw kw Z050-0C PAGE Veris Industries USA or / support@veris.com 03095

7 Float Multipliers troubleshooting Addr Units 100A/300A Multiplier 4057 kwh 4058 kwh 4059 kwh 4060 kwh 4061 kw 406 kw 4065 VA 4066 VA 4075 kw 4076 kw Volts Volts Amps Amps kw kw kw kw kw kw Problem Status LED does not blink Power meter interferes with another device Modbus. Readings seem highly inaccurate. Meter goes offline when load is switched off. Status LED blinks red. Solution Check fuses and voltage connections. Status LED should blink regardless of CTs, Modbus connections, and DIP switch setting. Set DIP switches to a different Modbus address which is not in use. In most cases, incorrect wiring will cause the STATUS LED to blink RED (slowly). However, a power factor lower than 0.5 could cause the LED to blink this way, even if the unit is installed properly. It does not matter which side of the CT faces towards the load. Check actual current with Amp clamp. Expected power is: kw = Volts x Amps x 1.73 x PF / 1000; kw = Horsepower x (PF is usually 0.7 to 0.95 depending on the nature of the load) Compare this to the kw. If current is below 7% of full scale maximum for the CT, use a smaller CT or wrap each wire through the CT multiple times Voltage leads must be connected on the Line side of the conductor. The power meter cannot communicate without voltage. If the LED blinks quickly (i.e., about 5 blinks in two seconds) the CT used is too small. Replace with a larger CT. If the LED blinks slowly (i.e., about 1 blink in two seconds) the CT is not installed on the correct conductor, or the power factor is less than 0.5. The meter can accurately measure these low PFs, but few loads operate normally at such a low power factor. Z050-0C PAGE Veris Industries USA or / support@veris.com 03095

Enercept H8035/H8036 Modbus Energy Meter Networked kw/kwh Transducers

Enercept H8035/H8036 Modbus Energy Meter Networked kw/kwh Transducers POWER MONITORING INSTALLATION GUIDE Enercept H8035/H8036 Modbus Energy Meter Networked kw/kwh Transducers US Patent No. 6,373,238 Installer's Specifications Input Voltage 208 to 480 VAC Number of Phases

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

INSTALLATION GUIDE OPERATION INSTALLATION PRODUCT DIAGRAM H8025/8026. Disconnect and lock out power before installation.

INSTALLATION GUIDE OPERATION INSTALLATION PRODUCT DIAGRAM H8025/8026. Disconnect and lock out power before installation. POWER MONITORING ENERCEPT Networked (N2 BUS) Power Meters DANGER US Patent No. 6,373,238 IND. CONT. EQ. UL 508 HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Follow safe electrical work practices. See

More information

VERIS H8035 and H8036

VERIS H8035 and H8036 VERIS H8035 and H8036 MODBUS IMPLEMENTATION SPECIFICATION OVERVIEW This document describes the implementation of Modbus protocol used in the Veris H8035 and H8036 power meters. It is intended to assist

More information

H704-42(H)(E), H704-42/1(H)(E)

H704-42(H)(E), H704-42/1(H)(E) POWER MONITORING INSTALLATION GUIDE H704-42(H)(E), H704-42/1(H)(E) Branch Current Monitor DANGER NOTICE Installer's Specifications General: Operating Temp. Range 0 to 60 C (32 to 140 F) (

More information

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0 GNM3D Series COMMUNICATION PROTOCOL Version 1 Revision 0 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input Registers)...

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1 EM210 COMMUNICATION PROTOCOL Version 3 Revision 1 June 4 th, 2014 Index 1.1 Introduction...3 1.2 MODBUS functions...3 Function 03h (Read Holding Registers)...3 Function 04h (Read Input Registers)...4 Function

More information

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM21 COMMUNICATION PROTOCOL Version 1 Revision 0 April 7 th, 2008 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input Registers)...4

More information

MIC-2 MKII, Multi-instrument DATA SHEET

MIC-2 MKII, Multi-instrument DATA SHEET MIC-2 MKII, Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional)

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3 EM210 COMMUNICATION PROTOCOL Version 3 Revision 3 November 13 th, 2015 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 Function 03h (Read Holding Registers)... 3 Function 04h (Read Input Registers)...

More information

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 1

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 1 EM24-DIN COMMUNICATION PROTOCOL Version 3 Revision 1 July 15 th, 2008 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

EM300 Series. ET300 Series

EM300 Series. ET300 Series EM300 Series and ET300 Series COMMUNICATION PROTOCOL Version 2 Revision 11 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read

More information

EM24-DIN PFA, PFB & X models

EM24-DIN PFA, PFB & X models EM24-DIN PFA, PFB & X models COMMUNICATION PROTOCOL Version 4 Revision 0 December 03 th, 2012 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function

More information

MIC-2 Multi-instrument DATA SHEET

MIC-2 Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional) Profibus DP (optional) I/O modules

More information

EM271 COMMUNICATION PROTOCOL. Version 0 Revision 0

EM271 COMMUNICATION PROTOCOL. Version 0 Revision 0 EM271 COMMUNICATION PROTOCOL Version 0 Revision 0 May 12 th, 2014 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input Registers)...

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

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM270 COMMUNICATION PROTOCOL Version 1 Revision 0 October 4 th, 2013 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input

More information

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0 EM23-DIN COMMUNICATION PROTOCOL Version 0 Revision 0 January 14 th, 2013 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide MODBUS FLOW AND ENERGY MEASUREMENT F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0725-2

More information

GE Industrial Solutions. DET-756 Installation Instructions ASPMETER Panelboard Monitoring System

GE Industrial Solutions. DET-756 Installation Instructions ASPMETER Panelboard Monitoring System GE Industrial Solutions DET-756 Installation Instructions SPMETER Panelboard Monitoring System Safety If SPMETER products are used in installations with circuits higher than the product ratings, the circuits

More information

SDM630M CT USER MANUAL 2016 V4.7. DIN Rail Energy Meter for Single and Three Phase Electrical Systems

SDM630M CT USER MANUAL 2016 V4.7. DIN Rail Energy Meter for Single and Three Phase Electrical Systems SDM630M CT DIN Rail Energy Meter for Single and Three Phase Electrical Systems Measures kwh Kvarh, KW, Kvar, KVA, P, F, PF, Hz, dmd, V, A, THD,etc. Bi-directional measurement IMP & EXP Two pulse outputs

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

MIC-2 MKII & MIC-2 MKII DIN, Multi-instrument DATA SHEET

MIC-2 MKII & MIC-2 MKII DIN, Multi-instrument DATA SHEET & DIN, Multi-instrument DATA SHEET Measurements All 3-phase AC measurements True RMS 4-Quadrant energy Power Quality Analysis Replaces analogue meters RS-485 Modbus RTU protocol TCP/IP Modbus (optional)

More information

SEM3 - Embedded Micro Metering Module

SEM3 - Embedded Micro Metering Module SEM - Embedded Micro Metering Module Quick Reference Guide and Installation Instructions Scan QR Code for more information usa.siemens.com/sem Installation! DANGER Hazardous Voltage. Will cause death or

More information

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide MODBUS D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 www.onicon.com sales@onicon.com 03-18 0657-9

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

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016 Interface Definition RISH EM 2340/1320/30/40 1 2-60-006-00-00494_Rev. D - 8/2016 2 Section DIGITAL MULTIFUNCTION INSTRUMENT Contents 1. Introduction Programmable Multi-function Energy Meter Installation

More information

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 0

EM24-DIN COMMUNICATION PROTOCOL. Version 3 Revision 0 EM24-DIN COMMUNICATION PROTOCOL Version 3 Revision 0 March 25 th, 2008 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

EM100 Series and ET100 Series

EM100 Series and ET100 Series EM100 Series and ET100 Series COMMUNICATION PROTOCOL Version 2 Revision 6 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read

More information

PFC-10 Power Factor Controller

PFC-10 Power Factor Controller PFC-10 Power Factor Controller Instruction Manual Ver. 6.0 / 2002 (2-2005 update) Table of Contents Page Subject 3 Starter ion 4-5 Installation Notes 6-7 Terminals Review & Control Wiring 8 Front-panel

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

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module -wire Bridge Connection Excitation for to 30 Ω Load Cells 00 Volt (3-way) Isolation Excellent Accuracy (0.0%) DIP Switch Configuration Digital Input Tare Calibration RS8 Modbus RTU Superior Flexible Power:

More information

EM26-96 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM26-96 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM26-96 COMMUNICATION PROTOCOL Version 1 Revision 0 February 5 th, 2007 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input

More information

INSTALLATION DKM-409 NETWORK ANALYSER WITH HARMONIC MEASUREMENT AND SCOPEMETER. Before installation:

INSTALLATION DKM-409 NETWORK ANALYSER WITH HARMONIC MEASUREMENT AND SCOPEMETER. Before installation: DKM-409 NETWORK ANALYSER WITH HARMONIC MEASUREMENT AND SCOPEMETER The DKM-409 is a precision instrument designed for displaying various AC parameters in 3-phase distribution panels. Thanks to its isolated

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

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

A Modbus Pulse Input Module Obvius, LLC. Installation and Operation Manual

A Modbus Pulse Input Module Obvius, LLC. Installation and Operation Manual A8911-23 Modbus Pulse Input Module Obvius, LLC Installation and Operation Manual Date Jun 21, 2010 Page 1 A8911-23 Copyright Information Copyright 2006-2010 by Obvius Obvius and AcquiSuite are trademarks

More information

AcquiSuite Ally 12 & 48 Advanced Multi-Circuit Meter

AcquiSuite Ally 12 & 48 Advanced Multi-Circuit Meter AcquiSuite Ally 12 & 48 Advanced Multi-Circuit Meter Install Guide Revision C (12/18) DANGER HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Revision C (12/18) Turn off all power supplying equipment

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

1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2

1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2 1.Eastron SDM230Modbus Smart Meter Modbus Protocol Implementation V1.2 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

UniPak UP448 Bridge Input Isolating Signal Conditioner

UniPak UP448 Bridge Input Isolating Signal Conditioner 6-wire Bridge Connection Excitation for to 350 Ω Load Cells 500 Volt (3-way) Isolation Excellent Accuracy (0.0%) DIP Switch Configuration Digital Input Tare Calibration RS85 Modbus RTU Superior Flexible

More information

MANUAL INSTALLATION. Multi-Variable Monitor. MVM Series. Issue Date: 02/07/ Price Industries Limited. All rights reserved.

MANUAL INSTALLATION. Multi-Variable Monitor. MVM Series. Issue Date: 02/07/ Price Industries Limited. All rights reserved. MANUAL INSTALLATION Multi-Variable Monitor MVM Series Issue Date: 02/07/18 2018 Price Industries Limited. All rights reserved. TABLE OF CONTENTS Product Overview General...1 MVM Specifications...1 Included

More information

Integral Electronics with Local Menu System

Integral Electronics with Local Menu System Integral Electronics with Local Menu System THERMAL INSTRUMENT COMPANY Trevose, PA 215-355-8400 New Menu Features & Benefits Available with either Hart Communication or Modbus output Visibility to current

More information

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2.

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2. Section 1.0 Introduction 1.1 Important user information... 2 1.2 General... 2 1.3 Manual description...2 Contents Section 2.0 Specification 2.1 General technical data...3 2.2 Dimensions...3 Section 3.0

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

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

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

More information

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE INSTRUCTIONS MODBUS RTU MODULE for use with WSIQ2/WSE WorldWide Electric Corporation Phone: 1-8-88-2131 Fax: 1-8-711-1616 www.worldwideelectric.net Product Compatibility This communications module is suitable

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

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

Installation and Programming Manual

Installation and Programming Manual PMN Manual PMN Installation and Programming Manual This Manual describes the PMN PowerLogic Modbus Plus Network module, its uses and set up. Effective: 12 August, 1999 Niobrara Research & Development Corporation

More information

USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL

USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL SENECA S.r.l. Via Austria 26 35127 Z.I. - PADOVA (PD) - ITALY Tel. +39.049.8705355 8705355 Fax

More information

i-meter EM Series & i-meter MF Series Installation and User Manual

i-meter EM Series & i-meter MF Series Installation and User Manual i-meter EM Series & i-meter MF Series Installation and User Manual 1125 Squires Beach Road, Pickering, Ontario L1W 3T9 ph.905-839-9199 f. 905-839-9198 service@intellimeter.on.ca www.intellimeter Rev 1.0

More information

User manual PROFIBUS C/Q 15/96 MCU

User manual PROFIBUS C/Q 15/96 MCU Page 1 of 12 SUMMARY 1. DESCRIPTION.... 2 2. AVAILABLE VARIABLES... 3 3. MODULES DESCRIPTION... 5 4. PROFIBUS WIRING... 10 5. ADDRESS SETTING.... 10 6. STATUS LED INDICATIONS... 11 7. TROUBLE SHOOTING...

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

PoolPak SWHP Series ECCIII Modbus RTU BAS Interface DOCUMENT #: SVW05-ECCIIIMODBUS

PoolPak SWHP Series ECCIII Modbus RTU BAS Interface DOCUMENT #: SVW05-ECCIIIMODBUS PoolPak SWHP Series ECCIII Modbus RTU BAS Interface DOCUMENT #: SVW05-ECCIIIMODBUS-20180530 UPDATED: MAY 2018 INTRODUCTION PoolPaks equipped with the ECCIII controller can be directly connected to a Modbus

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

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter Standard Options Model 4100 Position Indicating Meter A percent-of-full-travel meter is supplied with a trim potentiometer resistor, terminal block and connectors. A potentiometer is required in the actuator

More information

DTS 310. DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter. Page 1. Measurlogic MQ A

DTS 310. DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter. Page 1. Measurlogic MQ A DTS 310 DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter Page 1 1 PRODUCT OVERVIEW... 3 1.1 SUPPLIED ITEMS... 3 1.2 DOCUMENT CONVENTIONS... 4 1.3 PRODUCT SPECIFICATION... 4 1.3.1 Current

More information

Series 3000 User Manual and Product Features

Series 3000 User Manual and Product Features Series 3000 User Manual and Product Features PN: OXA3501-890000 Revision 1.0 Technical Specifications 1.1 Model Number Description 1. Meter Series S3 Series 3000 meter Figure 1: Series 3000 model number

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

COMMUNICATION MODBUS PROTOCOL

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

More information

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

GE Power Management. MMII Intelligent MCC Controller

GE Power Management. MMII Intelligent MCC Controller A concept that will offer reduced overall installed cost and production efficiency through information availability to operators and maintenance. Presentation Overview 6 Applications 6 Protection and Control

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

4 Is this model available for special primary current and special primary voltage?

4 Is this model available for special primary current and special primary voltage? Category: Sales 1 Is it possible to exchange the backlights? The backlights are LED, no need to exchange. Fukuyama Works, Mitsubishi Electric Corporation March, 2018 2 Which standards does this model support?

More information

AP25-3DO PROTOCOL. Modbus Guide - Issue 1.0 SUBJECT TO CHANGE WITHOUT NOTICE

AP25-3DO PROTOCOL. Modbus Guide - Issue 1.0 SUBJECT TO CHANGE WITHOUT NOTICE MODBUS PROTOCOL IMPLEMENTATION AP25-3DO www.sifamtinsley.co.uk NEW PRODUCT Multifunction Meters Transducers & Isolators Temperature Controllers Converters & Recorders Digital Panel Meters Current Transformers

More information

ANALIZZATORE DI RETE TRIFASE 90A

ANALIZZATORE DI RETE TRIFASE 90A ANALIZZATORE DI RETE TRIFASE 90A ADR-D 400 D90 Manuale d Uso User Manual THREE-PHASE NETWORK ANALYSER 90A Table of contents Safety instructions pag. 16 Technical specifications pag. 17 Description pag.

More information

EM24_E1. (Ethernet) COMMUNICATION PROTOCOL. Version 0 Revision 1.2

EM24_E1. (Ethernet) COMMUNICATION PROTOCOL. Version 0 Revision 1.2 EM24_E1 (Ethernet) COMMUNICATION PROTOCOL Version 0 Revision 1.2 Index 1 INTRODUCTION... 3 1.1 1.2 Introduction... 3 Modbus functions... 3 1.2.1 Function 03h (Read Holding Registers) and 04h (Read Input

More information

System-10 BTU Meter MODBUS RTU Network Interface Installation Guide

System-10 BTU Meter MODBUS RTU Network Interface Installation Guide MODBUS ONICON Flow and Energy Measurement System-10 BTU Meter MODBUS RTU Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0653-13

More information

IIM Warwick Court. Williamsburg VA REV 5

IIM Warwick Court. Williamsburg VA REV 5 1 1-757-258-3939 100 Warwick Court Williamsburg VA 23185 REV 5 2 Technical Specification >Accuracy Better than + 1% over a range of 1.5 to 200 amperes with power factor ranging from 1 to 0.5 Approved by

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

DPM-3221 Digital DC Power Meter with data logging capability.

DPM-3221 Digital DC Power Meter with data logging capability. Introduction DPM-3221 Digital DC Power Meter with data logging capability. User Manual As a digital DC power meter, it measures the real time DC Voltage (5-60V), DC Current (0-200 A with the correct shunt),

More information

DPM Digital DC Power Meter with Data logging capability. User Manual

DPM Digital DC Power Meter with Data logging capability. User Manual DPM-3232 Digital DC Power Meter with Data logging capability User Manual Introduction As a digital DC power meter, it measures the real time DC Voltage (5-60V), DC Current (0-60A), Watt, and it also displays

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

Gateway BACnet IP/MS-TP slave KNX TP Code: EK-BJ1-TP-IP / EK-BJ1-TP-MSTP

Gateway BACnet IP/MS-TP slave KNX TP Code: EK-BJ1-TP-IP / EK-BJ1-TP-MSTP writing single and multiple -bit registers (Coil and Status) as well as 6-bit registers (Holding and Input). It is also possible to read and write multiple registers containing -bit floating point values

More information

QUICK SETUP GUIDE PMC-1000, PMC-1001, PMM-1000, PMB PM Series Power Meter. Safety Information. Equipment Maintenance and Service.

QUICK SETUP GUIDE PMC-1000, PMC-1001, PMM-1000, PMB PM Series Power Meter. Safety Information. Equipment Maintenance and Service. PM Series Power Meter QUICK SETUP GUIDE PMC-1000, PMC-1001, PMM-1000, PMB-1960 Safety Information DANGER! HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH Follow safe electrical work practices. See NFPA

More information

Copyright Extract from Conditions of Sale Safety Warning

Copyright Extract from Conditions of Sale Safety Warning KD420 User Manual Copyright 2004-2013 KK Systems Ltd. No reproduction of any part of this document, in any form, is allowed without prior written permission from KKSystems Ltd. All other copyrights and

More information

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM DL1 INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM Contents 1 Dual Load Digital meters Modbus Protocol implementation 3 1.1 Modbus

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

Transmitters RHT-WM-485-LCD, RHT-DM-485-LCD and RHT-P LCD

Transmitters RHT-WM-485-LCD, RHT-DM-485-LCD and RHT-P LCD Transmitters RHT-WM-485-LCD, RHT-DM-485-LCD and RHT-P10-485-LCD TEMPERATURE AND HUMIDITY TRANSMITTER INSTRUCTIONS MANUAL V1.0x D 1 INTRODUCTION The RHT-WM-485-LCD, RHT-DM-485-LCD and RHT-P10-485-LCD transmitters

More information

PACSystems* RX3i IC694ALG233

PACSystems* RX3i IC694ALG233 November 2015 PACSystems* RX3i IC694ALG233 Advanced Diagnostics Analog Current Input Module 16 Channel The PACSystems* RX3i 16-Channel Analog Current Input module provides 16 single-ended input channels.

More information

Multifunction Transducer MT440

Multifunction Transducer MT440 Multifunction Transducer MT440 Voltage and current auto range measurements up to 600V, 12.5A Universal wide auxiliary power supply range 24 300 Vdc, 40 276 Vac Power accuracy class 0.5 (EN 60 688), Up

More information

Tempco Instruction Manual

Tempco Instruction Manual Tempco Instruction Manual 1/16 DIN Solid State Temperature Controller Relay Output Solid State Output For Heating Model Numbers: TEC-901, TEC-902, TEC-905 Temperature controls in this series are designed

More information

DEIF A/S. MIC Multi-instrument G. Data sheet. Features. Accuracy. Measurements. Installation. Intelligent. Display. Communication DEIF A/S

DEIF A/S. MIC Multi-instrument G. Data sheet. Features. Accuracy. Measurements. Installation. Intelligent. Display. Communication DEIF A/S Multi-instrument 4921210107G Features Measurements All 3-phase AC measurements True RMS Replaces analogue meters Intelligent Suitable for all 3-phase network topologies Replaces transducers Accuracy U,

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

T2314, T2414. Instruction Manual

T2314, T2414. Instruction Manual Atmospheric pressure transmitter T2314, T2414 with RS232 / RS485 serial output Instruction Manual Instruction Manual Device type Pressure Output Galvanic isolated output T2314 RS232 - T2414 RS485 Device

More information

USER MANUAL Z-SG / Z-SG-L. Advanced Digital Strain gauge converter. Via Austria, PADOVA ITALY

USER MANUAL Z-SG / Z-SG-L. Advanced Digital Strain gauge converter. Via Austria, PADOVA ITALY USER MANUAL Z-SG / Z-SG-L Advanced Digital Strain gauge converter SENECA s.r.l. Via Austria, 26 35127 PADOVA ITALY Tel. +39.049.8705355 8705359 Fax. +39.049.8706287 Web site: www.seneca.it Technical assistance:

More information

Quantum III. Compact DC Drive Package. Slitter DC Drive Package. Quantum III

Quantum III. Compact DC Drive Package. Slitter DC Drive Package. Quantum III Compact DC Drive Package The delivers a DC drive package that integrates the intelligence of the Mentor II with a space saving design that incorporates many accessories typically required in the North

More information

Measurement Systems Datascan Installation and User Guide

Measurement Systems Datascan Installation and User Guide Measurement Systems Datascan Installation and User Guide Supplied By Contents Contents 1. INTRODUCTION... 1 1.1 GENERAL... 1 1.2 DATASCAN MODULE RANGE... 1 1.2.1 Measurement Processors... 1 1.2.2 Analog

More information

Controls Division. Mounting. Mounting Terminal connections main circuit. Terminal connections control circuit. Insulation characteristics

Controls Division. Mounting. Mounting Terminal connections main circuit. Terminal connections control circuit. Insulation characteristics Data sheet Energy meter with integrated Serial Modbus interface Controls Division ALD1 Energy meters with an integrated Serial RS485 Modbus interface allow direct reading of all relevant data, such as

More information

Features. Conducted Emission. Radiated Emission. Line Regulation. Load Regulation. Safety. Cooling. Input Connectors.

Features. Conducted Emission. Radiated Emission. Line Regulation. Load Regulation. Safety. Cooling. Input Connectors. Specifications: Input Voltage ( 1 phase ) ( 3 phase ) No of Phases Input Frequency 230VAC ( 170 ~ 265 ) Code: 1P200 208VAC ( 170 ~ 265 ) Code: 3P208 415VAC ( 342 ~ 460 ) Code: 3P400 1phase or 3phase Wye

More information

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

Smart Energy Meter. Benefits and Main Features. User Manual Revision English OB (100)A

Smart Energy Meter. Benefits and Main Features. User Manual Revision English OB (100)A User Manual Revision 2.001 English Smart Energy Meter OB737 0.5-10(100)A Benefits and Main Features Three phase metering Standard DIN rail Format (DIN43880) EN50470-3 Class B. IEC62053-21 Import & Export

More information

Features. Conducted. Emission. Line Regulation. Load Regulation. Safety. Cooling. Input Connectors. Overvoltage Protection. Phase Loss.

Features. Conducted. Emission. Line Regulation. Load Regulation. Safety. Cooling. Input Connectors. Overvoltage Protection. Phase Loss. Features Specifications: High Power Density 3.3KW in 2U 1 phase 240vac input 3 phase input 208VAC / 415VAC options Power Factor Correction Output voltage up to 600V, current up to 400A Built-in RS232 /

More information

Data Collecting Device. ProData. Operating Instructions. Dip Switches. Interface. Mode RS485- PT LON. Interface Analogue Input 0-20mA

Data Collecting Device. ProData. Operating Instructions. Dip Switches. Interface. Mode RS485- PT LON. Interface Analogue Input 0-20mA Data Collecting Device ProData Operating Instructions Digital Inputs 9-16 Dip Switches Modbus Address Dip Switches Interface Mode Supply Voltage 24V DC Relay Outputs Digital Inputs 1-8 LON Analogue Input

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

SMARTRAIL X100 Protocol

SMARTRAIL X100 Protocol Smart Process & Control Ltd 11 Totman Close Brook Road Industrial Estate Rayleigh, Essex SS6 7UZ Customer Service: 01268 773422 www.smartprocess.co.uk SMARTRAIL X100 Protocol 1. SMARTRAIL X100 Protocol

More information

TrueString Gateway MODBUS Map. June 2017 Version 1.01

TrueString Gateway MODBUS Map. June 2017 Version 1.01 TrueString Gateway MODBUS Map June 2017 Version 1.01 Contents Introduction... 3 MODBUS TCP Settings... 3 MODBUS RTU Settings... 3 Supported MODBUS Function s... 3 Supported MODBUS Exception s... 4 Supported

More information

PowerLogic power-monitoring units. Power Meter PM500. Technical data sheet 2006

PowerLogic power-monitoring units. Power Meter PM500. Technical data sheet 2006 PowerLogic power-monitoring units Technical data sheet 2006 Functions and characteristics E90463 The PowerLogic PM500 Power Meter provides all measurement capabilities required to monitor an electrical

More information

Electrical Energy Meter with integrated Serial Modbus interface

Electrical Energy Meter with integrated Serial Modbus interface Electrical Energy Meter with integrated Serial Modbus interface EEM230-D-MO Electrical energy meter with an integrated serial RS485 Modbus interface allow direct reading of all relevant data, such as energy

More information