FSa0626 Project Notes

Size: px
Start display at page:

Download "FSa0626 Project Notes"

Transcription

1 FSa0626 Project Notes How to test the data 1. From the main menu of ruinet select A for Data Arrays Array Name Array Type Set to zero each time any data in the array is updated. Index Number To look at the details for an array type its index number. In this example, there has been no fresh data written to DA_4xxxx_01 for 18 seconds. eg type: 01<Enter> (if greater than 99 then type 01<Enter> and then use the G key to goto the specific array.

2 2. Look at the config file. Observe where the data is served from. Map_Descriptors Map_Descriptor_Name,Data_Array_Name,Data_Array_Offset,Function,Node_Name,Data_Type,Address Voltage Va-n,DA_Float_01,001,Server,VirtualSentron,AI,001 Voltage Vb-n,DA_Float_01,002,Server,VirtualSentron,AI,002 Data Array and offset

3 3. Now find that array in the list. In this example Array index=03. You see this screen Offset 0 Offset 7 The value in offset 1 is 220. The value in offset 2 is 219.

4 Rev Jul07 Please read this document to completion. It has important info. Please read section 8 Possible Issues Modbus Meter The following notes are intended to 1. help you with your startup 2. allow you to make minor changes if required 3. explain the configuration file We will make any changes necessary and you a revised configuration. Simply ask us. You do not need make changes yourself if you do not feel comfortable 1. Prep for Testing Modbus Consider taking the manuals with you to site. If you have a USB 485 converter for your laptop then download and install this software you can use it to test the Modbus data from the meter. modbus scanner 2. FieldServer Tools and Procedures Please read steps 1 and 2 of the attached support procedure document. Install the tools in prep for site work.

5 3. Settings Modbus The FieldServer has been configured to work with these default settings in the Meter. The following notes show you what to change in the configuration file. Connections Port,Baud,Parity,Data_Bits,Stop_Bits,Protocol,Handshaking,Poll_Delay R1,19200,None,8,2,Modbus_RTU,None,0.100s R1=Serial #1 Must correspond to Meter Nodes Node_Name,Node_ID,Protocol,Port, Sentron,126,Modbus_RTU,R1,

6 4. Wiring Modbus

7 5. Settings N2 Connections Port,Baud,Data_Bits,Parity,Protocol,Line_Drive_On,Line_Drive_Off R2,19200,8,None,Metasys_N2,0.001s,0 Serial Port #2 Must correspond to the settings on the N2 trunk. N2 Device Address is set with the Node_ID below. Use the address allocated or change the address by changing the configuration. Nodes Node_Name,Node_ID,Protocol VirtualSentron,25,Metasys_N2 N2 Device Address

8 6. Wiring N2

9

10 7. N2 Map and Data objects N2 Object N2 Object Sentron PAC3200 Modbus Address Modbus Address Description Unit FieldServer internal Storage Register Type DataArray DataArrayOffset AI 1 2 Voltage Va n V Float DA_FLOAT_01 1 AI 2 4 Voltage Vb n V Float DA_FLOAT_01 2 AI 3 6 Voltage Vc n V Float DA_FLOAT_01 3 AI 4 8 Voltage Va b V Float DA_FLOAT_01 4 AI 5 10 Voltage Vb c V Float DA_FLOAT_01 5 AI 6 12 Voltage Vc a V Float DA_FLOAT_01 6 AI 7 14 Current a A Float DA_FLOAT_01 7 AI 8 16 Current b A Float DA_FLOAT_01 8 AI 9 18 Current c A Float DA_FLOAT_01 9 AI Apparent Power a kva Float DA_FLOAT_01 10 AI Apparent Power b kva Float DA_FLOAT_01 11 AI Apparent Power c kva Float DA_FLOAT_01 12 AI Active Power a kw Float DA_FLOAT_01 13 AI Active Power b kw Float DA_FLOAT_01 14 AI Active Power c kw Float DA_FLOAT_01 15 AI Reactive Power a kvar Float DA_FLOAT_01 16 AI Reactive Power b kvar Float DA_FLOAT_01 17 AI Reactive Power c kvar Float DA_FLOAT_01 18 AI Power Factor a Decimal Float DA_FLOAT_01 19 AI Power Factor b Decimal Float DA_FLOAT_01 20

11 AI Power Factor c Decimal Float DA_FLOAT_01 21 AI THD R Voltage a % Float DA_FLOAT_01 22 AI THD R Voltage b % Float DA_FLOAT_01 23 AI THD R Voltage c % Float DA_FLOAT_01 24 AI THD R Current a % Float DA_FLOAT_01 25 AI THD R Current b % Float DA_FLOAT_01 26 AI THD R Current c % Float DA_FLOAT_01 27 AI Frequency Hz Float DA_FLOAT_01 28 AI Average Voltage Vph n V Float DA_FLOAT_01 29 AI Average Voltage Vph ph V Float DA_FLOAT_01 30 AI Average Current A Float DA_FLOAT_01 31 AI Total Apparent Power kva Float DA_FLOAT_01 32 AI Total Active Power kw Float DA_FLOAT_01 33 AI Total Reactive Power kvar Float DA_FLOAT_01 34 AI Total Power Factor Decimal Float DA_FLOAT_01 35 AI Amplitude Unbalance Voltage % Float DA_FLOAT_01 36 AI Amplitude Unbalance Current % Float DA_FLOAT_01 37 AI Working hours counter Unsigned long DA_U32_01 1 AI Demand Active Power Import kw Float DA_FLOAT_01 90 AI Demand Reactive Power Import kvar Float DA_FLOAT_01 91 AI Active Energy Import Tariff 1 kwh Float DA_FLOAT_ AI Active Energy Import Tariff 2 kwh Float DA_FLOAT_ AI 102 AI 103 AI Reactive Energy Import Tariff 1 kvarh Float DA_FLOAT_ AI Reactive Energy Import Tariff 2 kvarh Float DA_FLOAT_ AI 106 AI 107

12 AI Apparent Energy Tariff 1 kvah Float DA_FLOAT_ AI Apparent Energy Tariff 2 kvah Float DA_FLOAT_01 109

13 8. Possible Issues 8.1 Modbus Address Offset May need to be adjusted by 1. The vendor manual does not provided specific enough information. When the FieldServer reads it reads the 2 nd holding register. Most vendors describe that as offset 1 (offset by 1 from the 1 st ). This vendor seems to call that offset 2. If the offset in the configuration is wrong, expect Modbus connection errors. Bad Values We have to convert two Modbus registers to form one floating point. The vendor manual is not precise so we don t know for sure what order to combine the registers. In this section we move 16 bit info using conversion formulae to a new location. Moves, Source_Data_Array,Source_Offset,Target_Data_Array,Target_Offset,Length,Function DA_4xxxx_01,1,DA_Float_01,1,74,2.i16-1.float DA_4xxxx_01,80,DA_U32_01,1,02,2.i16-1.i32 DA_4xxxx_01,90,DA_Float_01,90,04,2.i16-1.float DA_4xxxx_01,100,DA_Float_01,100,20,2.i16-1.float It may be necessary to use some other functions which combine the two 16 bit values in the opposite way.

14 Moves, Source_Data_Array,Source_Offset,Target_Data_Array,Target_Offset,Length,Function DA_4xxxx_01,1,DA_Float_01,1,74,2.i16-1.float-sw DA_4xxxx_01,80,DA_U32_01,1,02,2.i16-1.i32-sw DA_4xxxx_01,90,DA_Float_01,90,04,2.i16-1.float-sw DA_4xxxx_01,100,DA_Float_01,100,20,2.i16-1.float-sw

Acuvim II Series Power Meter SNMP Protocol User's Manual

Acuvim II Series Power Meter SNMP Protocol User's Manual Acuvim II Series Power Meter SNMP Protocol User's Manual Copyright 2018 V2.00 This manual may not be altered or reproduced in whole or in part by any means without the expressed written consent of Accuenergy.

More information

EMS_ _Measure_MonoPh_R_2P_ModbusTable_LG_EN_v1.01.xlsx

EMS_ _Measure_MonoPh_R_2P_ModbusTable_LG_EN_v1.01.xlsx EMS_ 19 19_Measure_MonoPh_R_2P_ModbusTable_LG_EN_v1.01.xlsx GENERAL MODBUS TABLE ORGANIZATION Starting of the Group Starting of the Group System Version System Version Group Name (Text) Group Code Group

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

PM Multifunction meter Cat No. F3N200 - ModbusTable BT EN v1.01.xls

PM Multifunction meter Cat No. F3N200 - ModbusTable BT EN v1.01.xls PM Multifunction meter Cat No. FN200 - ModbusTable BT EN v.0.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Group s Starting of the Group s System Version (Release) System Version (Build) Group

More information

EMDX3 Multifunction meter Cat No ModbusTable LGR EN v1.01.xls

EMDX3 Multifunction meter Cat No ModbusTable LGR EN v1.01.xls GENERAL MODBUS TABLE ORGANIZATION Starting of the Starting of the Group s Group s System Version (Release) System Version (Build) Group Name (Text) Group Code Group Complexity Group Version 36096 8D00

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

SENTRON. Power Monitoring Device SENTRON PAC3200. Introduction. Safety instructions 2. Description 3. Operation planning 4.

SENTRON. Power Monitoring Device SENTRON PAC3200. Introduction. Safety instructions 2. Description 3. Operation planning 4. Introduction 1 Safety instructions 2 SENTRON Power Monitoring Device Manual Description 3 Operation planning 4 Installation 5 Connection 6 Startup 7 Operator control 8 Parameterize 9 Maintenance and servicing

More information

EM133 Multifunction Meter

EM133 Multifunction Meter EM133 Multifunction Meter Modbus Communications Protocol Reference Guide BG0493 Rev. A6 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

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

DNP3 Communications Protocol

DNP3 Communications Protocol Powermeter and Power Quality Analyzer PM174 DNP3 Communications Protocol Reference Guide BG0413 Rev. A3 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

SERIES PM172EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM172EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM172EH POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

SERIES PM172 POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM172 POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM172 POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

MODBUS APPLICATION MANUAL DKM-411

MODBUS APPLICATION MANUAL DKM-411 MODBUS APPLICATION MANUAL DKM-411-1 - COPYRIGHT NOTICE Any unauthorized use or copying of the contents or any part of this document is prohibited. This applies in particular to trademarks, model denominations,

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

FAQ collection for PAC3100/3200/4200

FAQ collection for PAC3100/3200/4200 PAC3100/3200/4200 FAQ collection for PAC3100/3200/4200 Cluster-FAQ Edition (2012 6 ) PAC PAC 7KM Key Words PAC 7KM Multifunction power meters I CS LS TS Page 2-22 PAC3100/PAC3200/PAC4200... 5 Q1: PAC3200...5

More information

EM133-R Residential Multifunction Meter

EM133-R Residential Multifunction Meter EM133- esidential Multifunction Meter Modbus Communications Protocol eference Guide BG0520 ev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

PM130 Powermeters Reference Guide Modbus Communications Protocol

PM130 Powermeters Reference Guide Modbus Communications Protocol PM130 Powermeters Reference Guide Modbus Communications Protocol BG0310 Rev. A1 SERIES PM130 POWERMETERS COMMUNICATIONS Modbus Communications Protocol REFERENCE GUIDE Every effort has been made to ensure

More information

Digital Multifunction Meters. Digital Multifunction Meters

Digital Multifunction Meters. Digital Multifunction Meters Digital Multifunction Meters Digital Multifunction Meters DIGITAL MULTIFUNCTIOL METERS SECTION INDEX 1. MFM 3410 3420 3430 3440 6100 & 2000 - Multifunctional Instrument Series 2. EM 3490, 3490SS, 3490DS

More information

USER S MANUAL. Gateway DLMS-MODBUS for ITRON/ACTARIS SL7000 with RS232 P/N: GW-DLMS-232-SL7. Edition 2.0

USER S MANUAL. Gateway DLMS-MODBUS for ITRON/ACTARIS SL7000 with RS232 P/N: GW-DLMS-232-SL7. Edition 2.0 USER S MANUAL Gateway DLMS-MODBUS for ITRON/ACTARIS SL7000 with RS232 P/N: GW-DLMS-232-SL7 Edition 2.0 MARCOM SRL Phone +390450204747 Email: info@marcomweb.it Via Mezzacampagna 52 (int. 29) www.marcomweb.it

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

MODBUS APPLICATION MANUAL DFC-0124

MODBUS APPLICATION MANUAL DFC-0124 MODBUS APPLICATION MANUAL DFC-0124-1 - COPYRIGHT NOTICE Any unauthorized use or copying of the contents or any part of this document is prohibited. This applies in particular to trademarks, model denominations,

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

Series PM172 Powermeters Modbus Communications Protocol

Series PM172 Powermeters Modbus Communications Protocol Series PM172 Powermeters Modbus Communications Protocol eference Guide BG0400 ev. A5 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer is

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Modbus Communications Protocol eference Guide BG0427 ev. A4 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

FS Driver for XML HVAC Building Automation Schedules

FS Driver for XML HVAC Building Automation Schedules Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8705-14 Driver for XML HVAC Building Automation Schedules APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May

More information

C192PF8-RPR. Power Factor Manager & Reactive Power Regulator Reference Guide. Modbus. Communications Protocol. BG0348 Rev. A1

C192PF8-RPR. Power Factor Manager & Reactive Power Regulator Reference Guide. Modbus. Communications Protocol. BG0348 Rev. A1 C192PF8-RPR Power Factor Manager & Reactive Power Regulator Reference Guide Modbus Communications Protocol BG0348 Rev. A1 C192PF8-RPR POWER FACTOR MANAGER AND REACTIVE POWER REGULATOR COMMUNICATIONS Modbus

More information

POWER PATROL SAVE MONEY - SAVE TIME - SIMPLIFY YOUR JOB. what s inside?

POWER PATROL SAVE MONEY - SAVE TIME - SIMPLIFY YOUR JOB. what s inside? POWER PATROL what s inside? Understanding your Energy Management Needs Why Rogowski Coils? Power Patrol vs. the Competition About the Power Patrol UNDERSTANDING YOUR APPLICATION REQUIREMENTS The first

More information

Modbus Communications Protocol

Modbus Communications Protocol Series PM172 Powermeters PM172P/PM172E/PM172EH Modbus Communications Protocol eference Guide BG0400 ev. A6 Every effort has been made to ensure that the material herein is complete and accurate. However,

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

SENTRON. Expansion module PAC RS485. Introduction. Safety notes 2. Description 3. Assembling 4. Parameter assignment/addressing.

SENTRON. Expansion module PAC RS485. Introduction. Safety notes 2. Description 3. Assembling 4. Parameter assignment/addressing. Introduction 1 Safety notes 2 SENTRON Expansion module Manual Description 3 Assembling 4 Parameter assignment/addressing 5 Configuration 6 Service and maintenance 7 Alarm, error, and system messages 8

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

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

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

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

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

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

CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B B)

CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B B) Power analyzer CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B01-03-16B) 2 Safety precautions Follow the warnings described in this manual with the symbols shown below. DANgeR Warns of a risk, which could

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

Easy Networking for Power Monitoring. network based MONITORING SOLUTIONS

Easy Networking for Power Monitoring. network based MONITORING SOLUTIONS Easy Networking for Power Monitoring network based MONITORING SOLUTIONS Monitoring Real-Time Power Information with Internet Explorer The ability to network an electrical distribution system is an overlooked

More information

Modbus Communications Protocol

Modbus Communications Protocol Powermeter and Power Quality Analyzer PM174 Modbus Communications Protocol eference Guide BG0414 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

Technical data sheet. PowerLogic power-monitoring units EM3500 series DIN Rail meter

Technical data sheet. PowerLogic power-monitoring units EM3500 series DIN Rail meter Technical data sheet PowerLogic power-monitoring units series DIN Rail meter The Series DIN Rail Meter combines exceptional performance and easy installation to deliver a cost-effective solution for power

More information

Power analyzer CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B A) MEASURING EQUIPMENT

Power analyzer CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B A) MEASURING EQUIPMENT Power analyzer CVM-B100 CVM-B150 INSTRUCTION MANUAL (M010B01-03-18A) MEASURING EQUIPMENT 2 SAFETY PRECAUTIONS Follow the warnings described in this manual with the symbols shown below. DANGER Warns of

More information

HMI software. gems 3100 Multi-Channel Power Meter

HMI software. gems 3100 Multi-Channel Power Meter HMI software gems 3100 Multi-Channel Power Meter gems 3100 installed in local distribution panels as well as a main electric distribution panel has the features to manage facilities by metering and monitoring

More information

PM210v Multi-Function Panel Meter. Modbus Reference. DAE Instrument Corp.

PM210v Multi-Function Panel Meter. Modbus Reference. DAE Instrument Corp. DAE Instrument Corp. v312 11 Multi- Panel Meter Modbus Reference Revision 2.6.1e Updated 2015/1/22 Prepared By: David Ling Firmware: v312 Table of Contents General Information! 3 Register Tables! 4 Real

More information

PQM - Power Quality Monitoring

PQM - Power Quality Monitoring UMG 96S PQM - Power Quality Monitoring The little field bus giant Universal flush-mounting measuring instruments of the UMG 96S product family are mainly designed for use in low and medium voltage distribution

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

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

Smart Energy & Power Quality Solutions. UMG 96S Universal flush-mounting measuring instrument

Smart Energy & Power Quality Solutions. UMG 96S Universal flush-mounting measuring instrument Smart Energy & Power Quality Solutions UMG 96S Universal flush-mounting measuring instrument UMG 96S UMG 96S Universal flushmounting measuring instrument Universal flush-mounting measuring instruments

More information

Modbus Communications Protocol

Modbus Communications Protocol Power Quality and evenue Meter EM720/EM720T Modbus Communications Protocol eference Guide BG0457 ev. A6 Every effort has been made to ensure that the material herein is complete and accurate. However,

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

FU2200B FU2200B V Ethernet Power Meter with Data Logger. Features. Applications

FU2200B FU2200B V Ethernet Power Meter with Data Logger. Features. Applications FU2200B 0-800V Ethernet Power Meter with Data Logger FU2200B is a three-phase multifunction power and energy meter manufactured by GFUVE. The meter provide excellent value for monitoring power and energy

More information

Modbus Communications Protocol

Modbus Communications Protocol Powermeter and Power Quality Analyzer PM175 Modbus Communications Protocol eference Guide BG0416 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

TNY Series-Multifunction Panel Meter

TNY Series-Multifunction Panel Meter PROCOM TNY Series-Multifunction Panel Meter Rev.-01 TNY Series-Multifunction Panel Meter 1. Introduction : INDEX 2. Features : 3. Model Selection : 4. Specification : 5. Integer Flow : 6. Auxiliary Supply

More information

EM300 Series. ET300 Series

EM300 Series. ET300 Series EM300 Series and ET300 Series COMMUNICATION PROTOCOL Version 2 Revision 9 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

NEW. DM-4 Power Quality Recorder. Rugged Remote User Interface with Memory TRUE

NEW. DM-4 Power Quality Recorder. Rugged Remote User Interface with Memory TRUE 99 Washington Street Melrose, MA 02176 Fax 781-665-0780 TestEquipmentDepot.com DM-4 Power Quality Recorder CAT 600V TRUE RMSz The DM-4 addresses the needs of the most demanding Power Quality professionals.

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

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

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

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

UMG 511. Class A EN UMG 511 Class A power quality analyzer. according to EN50160, IEEE 519, ITIC, IEC Areas of application

UMG 511. Class A EN UMG 511 Class A power quality analyzer. according to EN50160, IEEE 519, ITIC, IEC Areas of application UMG 511 Class A EN 50160 UMG 511 Class A power quality analyzer according to EN50160, IEEE 519, ITIC, IEC 61000-4-30 The UMG 511 power quality analyzer is particularly suitable for monitoring power quality

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

Smart Energy & Power Quality Solutions. UMG 505 Power analysis, LON and I/O-Vielfalt

Smart Energy & Power Quality Solutions. UMG 505 Power analysis, LON and I/O-Vielfalt Smart Energy & Power Quality Solutions UMG 505 Power analysis, LON and I/O-Vielfalt UMG 505 UMG 505 Power analysis, LON and I/O-Vielfalt Power analysers of the UMG505 product family are mainly designed

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

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

Measuring Devices and

Measuring Devices and Measuring Devices and E-Counters Introduction /2 Energy management systems /3 Measuring devices and E-counters E-Counters /6 PAC1500 three-phase counters /9 PAC1500 single-phase counters /12 Expansion

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

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

SERIES PM130EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE

SERIES PM130EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE SERIES PM130EH POWERMETERS COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

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

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH SATEC ASCII Communications Protocol eference Guide BG0426 ev. A3 Every effort has been made to ensure that the material herein is complete and accurate.

More information

Energy meters Single phase electrical energy meters WM1-6 / WM1M6

Energy meters Single phase electrical energy meters WM1-6 / WM1M6 Energy meters Single phase electrical energy meters WM1-6 / WM1M6 o Single phase direct connected DIN-rail mounting meter o Class 1 for active energy according to EN 62053-21 and B according to EN 50470-3

More information

Ceiec Electric Technology

Ceiec Electric Technology PMC-330 Digital Three-Phase Energy Meter User Manual Version: V1.4A 02/09/2012 Ceiec Electric Technology This manual may not be reproduced in whole or in part by any means without the express written permission

More information

BFM-II BFM-II BRANCH FEEDER MONITOR. Highlights

BFM-II BFM-II BRANCH FEEDER MONITOR. Highlights BRANCH FEEDER MONITOR SATEC s is the second generation of Branch Feeder Monitor, providing energy management for multi-point power solutions. Ideal for both new and retrofit projects, the automatically

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

Usage of the digital inputs of SENTRON PACs

Usage of the digital inputs of SENTRON PACs 1 QUESTION Where and how can I use the digital inputs of the SENTRON PAC meters? What are the guidelines and restrictions? 2 ANSWER The digital inputs (DIs) of the SENTRON PACs can be separated into Dry

More information

Modbus Communications Protocol

Modbus Communications Protocol Branch Feeder Monitor BFM66 Modbus Communications Protocol eference Guide BG ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer is

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

FS FST OPC Server for FieldServers

FS FST OPC Server for FieldServers A Sierra Monitor Company Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8707-06 FST OPC Server for FieldServers APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after

More information

PM130 Powermeters Reference Guide ASCII Communications Protocol

PM130 Powermeters Reference Guide ASCII Communications Protocol PM130 Powermeters Reference Guide ASCII Communications Protocol BG0309 Rev. A1 SERIES PM130 POWERMETERS COMMUNICATIONS ASCII Communications Protocol REFERENCE GUIDE Every effort has been made to ensure

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

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

Series PM172 Powermeters PROFIBUS DP Communications Protocol

Series PM172 Powermeters PROFIBUS DP Communications Protocol Series PM172 Powermeters POFIBUS DP Communications Protocol eference Guide BG0405 ev. A2 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer

More information

Revenue Grade General Specifications

Revenue Grade General Specifications Revenue Grade General Specifications Distributed by Electro-Meters Co. Ltd. DESCRIPTION The is a Revenue Grade, Data Logging power meter with a broad range of metering and monitoring capabilities. It is

More information

Modbus Communications Protocol

Modbus Communications Protocol ezpac Substation Automation Unit SA310/SA320/SA330 Modbus Communications Protocol GOST 13109-97 extensions eference Guide BG0476 ev. A4 Every effort has been made to ensure that the material herein is

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

AcquiSuite Ally 48 Advanced Branch Circuit Monitor

AcquiSuite Ally 48 Advanced Branch Circuit Monitor AcquiSuite Ally 48 Advanced Branch Circuit Monitor AMC48-MD AMC48-ED Split Core CT Split Core CT Ally Rogowski Rope CT DESCRIPTION The AcquiSuite Ally 48 is the perfect companion to the data acquisition

More information

E N E R G Y M E T E R S

E N E R G Y M E T E R S ENERGY METERS For efficient management of energy consumption In a global scenario in which energy must be monitored and managed efficiently, LOVATO Electric presents its updated series of energy meters

More information

3 PHASE POWER ANALYZER

3 PHASE POWER ANALYZER SD card real time data recorder with harmonic measurement 3 PHASE POWER ANALYZER Model : DW-6095 Your purchase of this 3 PHASE POWER ANALYZER marks a step forward for you into the field of p r e c i s

More information

Modbus Communications Protocol

Modbus Communications Protocol ezpac Substation Automation Unit SA310/SA320/SA330 Modbus Communications Protocol eference Guide BG0339 ev. A7 Every effort has been made to ensure that the material herein is complete and accurate. However,

More information

THREE PHASE ELECTRONIC WATT-HOUR METER VSE3T

THREE PHASE ELECTRONIC WATT-HOUR METER VSE3T THREE PHASE ELECTRONIC WATT-HOUR METER VSE3T TECHNICAL DOCUMENTS Apply for three phase electronic watt-hour meter VSE3T o 230/400V - 5(6)A o 230/400V - 50(100)A o (100-120) V/(173-208)V - 5(6)A 1 / 20

More information

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH

Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH Series PM130 PLUS Powermeters PM130P/PM130E/PM130EH IEC60870-5-101/104 Communications Protocol Reference Guide BG0503 Rev. A3 Every effort has been made to ensure that the material herein is complete and

More information

FS Modbus Plus

FS Modbus Plus A Sierra Monitor Company (Supplement to the FieldServer Instruction Manual) FS-8700-02 Modbus Plus APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May 1, 2001 Instruction Manual

More information

DIRIS A. Multifunction measurement units for managing your electrical networks

DIRIS A. Multifunction measurement units for managing your electrical networks DIRIS A Multifunction measurement units for managing your electrical networks Monitor your networks to optimise availability and consumption Growing increasingly important for industrial and service sectors

More information

UMG 96RM. UMG 96RM Universal measurement instrument. Areas of application

UMG 96RM. UMG 96RM Universal measurement instrument. Areas of application UMG 96RM UMG 96RM Universal measurement instrument The UMG 96RM is a very compact and powerful universal measurement device designed for use in low and medium voltage distribution systems. In addition

More information

Series PM174 Powermeter and Power Quality Analyzer PROFIBUS DP Communications Protocol

Series PM174 Powermeter and Power Quality Analyzer PROFIBUS DP Communications Protocol Series PM174 Powermeter and Power Quality Analyzer POFIBUS DP Communications Protocol eference Guide BG0449 ev. A1 Every effort has been made to ensure that the material herein is complete and accurate.

More information

FS Barrington Lanstar Serial Driver

FS Barrington Lanstar Serial Driver Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8705-26 Barrington Lanstar Serial Driver APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after Aug 20, 2012 2014 Chipkin

More information

Electronic Submeter with Advanced WiFi Ethernet Capability

Electronic Submeter with Advanced WiFi Ethernet Capability SH RK 100S Electronic Submeter with Advanced WiFi Ethernet Capability AGGRESSIVE TECHNOLOGY W NEIndustry Leading Technology High Performance Metering Technology 0.2% Accuracy Class Revenue Certifiable

More information

DATA SHEET. Advanced Energy Meter, AEM 380 & AEM 305

DATA SHEET. Advanced Energy Meter, AEM 380 & AEM 305 DATA SHEET Advanced Energy Meter, AEM 380 & AEM 305 Easy installation MID-approved 5 optional communication interfaces Phase error detection Low power consumption Two tariffs Two-pulse output DEIF A/S

More information

AcuRev Multi-Circuit Power and Energy Meter. Shop for Accuenergy products online at:

AcuRev Multi-Circuit Power and Energy Meter.   Shop for Accuenergy products online at: AcuRev 2000 Multi-Circuit Power and Energy Meter ISO9001 Certified Comply to IEC 62053-21 Measurement Standard Support up to 18 Individual Channels for Energy Measurement Multifunction Power Metering,

More information

VMU-C EM FTP. FTP and HTTP COMMUNICATION PROTOCOL. rev From FW A9 onward. October 15 th, Energy Management

VMU-C EM FTP. FTP and HTTP COMMUNICATION PROTOCOL. rev From FW A9 onward. October 15 th, Energy Management VMU-C EM FTP FTP and HTTP COMMUNICATION PROTOCOL rev. 1.0.5 From FW A9 onward October 15 th, 2015 1 2 1 Introduction 1.1 Abstract The purpose of this new feature is to enable a FTP based communication

More information