Electronic Valve Actuator. SEVA Modbus RTU Communication Protocol Setup. User Manual. RCV-UM EN-01 (September 2018)

Size: px
Start display at page:

Download "Electronic Valve Actuator. SEVA Modbus RTU Communication Protocol Setup. User Manual. RCV-UM EN-01 (September 2018)"

Transcription

1 Electronic Valve Actuator SEVA Modbus RTU Communication Protocol Setup RCV-UM EN-01 () User Manual

2 Electronic Valve Actuator, SEVA Modbus RTU Communication Protocol Setup CONTENTS Scope of This Manual 3 Supported Features 3 SoloCUE Flow Device Manager Software 3 Supported Features 3 Wiring 4 RS485 Output 4 Communication Settings 5 Setting IP Address and Subnet Mask 5 Registers/Starting Address 7 Function Codes 7 Word Order/Endian 7 Modbus Registers 8 Holding Registers 8 Troubleshooting 9 Page 2 RCV-UM EN-01

3 Scope of This Manual SCOPE OF THIS MANUAL This document describes the supported features of Modbus RTU and how these features are related to the Smart Electronic Valve Actuators (SEVA). This document also describes the type of data that is accessible over Modbus RTU and any special considerations. This document is intended for readers who have a general understanding of Modbus RTU protocol. This document is intended to complement other documentation for SEVA 100 and SEVA 200. Supported Features The Modbus RTU card on the SEVA 100 and SEVA 200 supports Modbus RTU messaging for commonly used parameters in the device. SoloCUE Flow Device Manager Software Go to our website, to download the software. Supported Features The Smart Electronic Valve Actuators (SEVA) have an option for the Modbus RTU protocol with an EIA-485 port. This document describes the type of data that is accessible over Modbus RTU and any special considerations. This document is intended for readers who have a general understanding of Modbus RTU. This document is intended to complement other documentation for SEVA 100 and SEVA 200. RCV-UM EN-01 Page 3

4 Wiring WIRING WARNING DO NOT OPEN WHILE AN EXPLOSIVE ATMOSPHERE IS PRESENT. DISCONNECT POWER BEFORE OPENING. AVERTISSEMENT NE PAS OUVRIR DANS UNE ATMOSPHÈRE EXPLOSIVE. DÉCONNECTER LA SOURCE D'ALIMENTATION AVANT L'OUVERTURE. The optional Modbus RTU card can be ordered with the SEVA 100 and SEVA 200 units and includes an EIA-485 port. The Modbus RTU option comes with an additional board to simplify wiring in the field. To install the Modbus RTU wiring: 1. Thread the Modbus RTU wiring through the cable port on the right side of the actuator. 2. Wire the adapter terminal board according to the chart below. Terminal Signal Description 1 GND Bus polarization, ground (isolated) 5 B-Line RS-485 B-Line (+) 9 A-Line RS-485 A-Line (-) Terminal 9 Terminal 5 Terminal 1 Cable Entry 3. When the terminal board is wired, connect it to the Modus RTU protocol card on the SEVA control board. 4. Slide a mini flat head screwdriver (1/8 in.) through the cable entry to secure the terminal board adapter. Push-button 1 Push-button 2 Push-button 3 Push-button 4 Rotary switch USB J4 Analog I/O 9 - AOUT GRN 8 - AOUT SHIELD 6 - AIN_GND 5 - AIN 1+ Protocol daughter board RS485 Output The RS485 feature allows up to 126 transmitters to be placed on a single three-wire cable up to 4000 feet. All transmitters are assigned a unique numeric address that allows all of the transmitters on the cable network to be independently accessed. The RS485 transmitter is galvanically isolated to prevent current flow to the other SEVA boards. Use a shielded twisted-pair cable no less than 24 AWG for connecting devices on an RS485 network. Page 4 RCV-UM EN-01

5 Communication Settings COMMUNICATION SETTINGS You can download SoloCUE (the setup software for SEVA) from Before using the software, make sure that the USB programming cable is connected to the SEVA and the computer with the software. While connected, the frequency outputs are disabled. Setting IP Address and Subnet Mask To set up the meter for Modbus RTU. 1. Press + to add device or select Device > Add Device from the menu bar. 2. Select either Auto or Manual scan mode to identify the SEVA device. For the Manual mode, select the Com Port the device is connected to, then select the Baud Rate. 3. Click Scan to find the device. RCV-UM EN-01 Page 5

6 Communication Settings 4. Click the checkbox under Add to Device List. 5. Click OK to add the selected device. The Device Setup screen displays. 6. Select the Communication tab. 7. Verify that the baud rate, parity, stop bits and word order (endian) match the master device. Set the address (1 127). Use the table in Holding Registers on page 7 to map each address. Select which parameters the master device can write to: All coil outputs and read/write holding registers Coil outputs only (resets) None (read only). Page 6 RCV-UM EN-01

7 Registers/Starting Address REGISTERS/STARTING ADDRESS It is important to know whether the master device uses function codes with starting addresses or registers/coils. It is important to know whether the master device uses starting addresses or registers/coils as these numbers are offset by 1. For example, holding register is starting address 00 (hex). Function Codes The SEVA 100 and 200 transmitter support the following function codes as applicable: Function Code 3 Read Holding Registers 4xxxx Address Range (Holding Registers Function Code 6 Single Register 4xxxx Address Range (Holding Registers Function Code 17 Report Slave ID Identification string with Manufacturer, Firmware Version and Model Code. Word Order/Endian Each Modbus holding register represents a 16-bit integer value (2 bytes). The official Modbus standard defines Modbus as a big-endian protocol where the most significant byte of a 16-bit value is sent before the least significant byte. For example, the 16-bit hex value of 1234 is transferred as Beyond 16-bit values, the protocol itself does not specify how 32-bit (or larger) numbers that span over multiple registers should be handled. It is very common to transfer 32-bit values as pairs of two consecutive 16-bit registers in little-endian word order. For example, the 32-bit hex value of is transferred as The register bytes are still sent in bigendian order per the Modbus protocol, but the 16-bit registers are sent in little-endian order. As long as the transferring and receiving device transmit the data in the same manner, it does not matter in which order the words are sent. The word order is fixed to little Endian in the SEVA. RCV-UM EN-01 Page 7

8 Modbus Registers MODBUS REGISTERS Holding Registers Instance Name Description ADI No. (Instance#) Holding Register ID Decimal Register Hex Access Data Type No. of Bytes Min Value Max Value Enumeration 1 FdBk Pos Perc Feedback signal in percent of span 0x Read Float N/A 2 Calc Thrust Instantaneous calculated thrust value (LBF) 0x Read Float /200 N/A 3 Calculated Instantaneous calculated speed Speed (steps/sec) 0x Read Float N/A 4 Max Thrust Maximum thrust capacity at current Cap speed setting 0x Read Float /200 N/A 5 Max Speed Current maximum speed setting 0x Set Float N/A 6 Cmd Pos Commanded position in percent 0x Perc of span Float N/A 7 Tag Info Device tag information 0x Char 16 N/A 8 Temperature C Internal device temperature ( C) 0x Read Float 4 N/A 9 Triple Point Status of the triple point input 0x Read Enum = No change 1 = Open 2 = Close 3 = Inactive 4 = Mid 10 Serial Number Device serial number 0x2A Read Char 16 N/A 11 Version Number Device firmware version 0x2B Read Char 16 N/A 12 Hardware Rev Device hardware revision 0x2C Read Char 16 N/A 13 Model Code Device model code 0x2D Read Char 16 N/A 14 Device Descrip Device description 0x2E Read Char 16 N/A 0 = Close 30 1 = Open Response of device upon command Sig. Loss 2 = Hold Position singal loss (functional in 4-20 Run 0x3E Enum Config mode Only) 3 = Target Value Sig. Loss Value Fail Safe Config Fail Safe Value Fail Safe Time Target value upon signal loss in percent of span Response of device upon loss of AC main power (24V DC backup power must be present) 0x3F x Target value upon power loss 0x Delay time in seconds following a loss of power before fail safe action occurs 0x Float N/A Enum = Inactive (off) 1 = Close 2 = Open 3 = Hold Position 4 = Target Value Float N/A Float N/A Page 8 RCV-UM EN-01

9 Troubleshooting TROUBLESHOOTING Symptoms Possible Causes Recommended Action No communication Transmit and receive are Check the network wiring from the meter. wired incorrectly. Baud rate does not match master. Check the baud rate of the master and ensure the baud rate of the meter matches the master. The master is often a PLC or BAS. If it does not match, change the Baud Rate setting in the Modbus RTU Communication menu. Parity and stop bits do not Check that the settings are compatible with the master. If it does not match, change Intermittent communication Unable to read specific parameters correctly Unable to write specific parameters match the master Slave address is not unique. Another device is on the network with the same address Cable is not terminated properly Cable or chain longer than 4000 feet Cable is not properly shielded Cable routed near power cables such a variable frequency drives Cable is not terminated properly Cable or chain longer than 4000 feet Word order (endian) or data type/format Transmitter is set up for read only or is set up for read and write only to resets Word order (endian) or data type/format the Parity or Stop Bit setting in the Modbus RTU Communication menu. Check the addresses of the other devices on the network. Check that the slave address is not 1. For Modbus RTU on EIA-485 network, devices can be daisy chained together. The two devices on the end of the chain need to have terminated resistors. Terminating resistors can be enabled through the Modbus RTU Communication menu. For Modbus RTU on EIA-485 network, the full length of the network cannot exceed 4000 feet. Check the length of the cabling. Communication cables must have shielding to protect the quality of the communication signals from electromagnetic interference (EMI). Check that the cable has a shield. Typically, one end of the shield drain is connected to a clean ground to dissipate EMI and prevent ground loops. However, depending on the ground quality, cable length and type of interference, other methods can be employed. Cables carrying high currents cause a high degree of electromagnetic interference that can interfere with the quality of the communication signals. Route signal cables away from power cables. For Modbus RTU on EIA-485 network, devices can be daisy chained together. The two devices on the end of the chain need to have terminated resistors. Terminating resistors can be enabled through the Modbus RTU Communication menu. For Modbus RTU on EIA-485 network, the full length of the network cannot exceed 4000 feet. Check the length of the cabling. In Modbus RTU, floating point, long integers and string character registers may have the word order (endian) swapped. Check the data type and endian of the master and verify that the register in the meter matches the matches. If it does not match, change the Word Order setting in the Modbus RTU Communication menu. These settings are commonly used to prevent accidental or unauthorized changes to the a device over a network. Check the Access setting in the Modbus RTU menu. In Modbus RTU, floating point, long integers and string character registers may have the word order (endian) swapped. Check the data type and endian of the master and verify that the register in the meter matches the matches. If it does not match, change the Word Order setting in the Modbus RTU Communication menu. RCV-UM EN-01 Page 9

10 Electronic Valve Actuator, SEVA Modbus RTU Communication Protocol Setup INTENTIONAL BLANK PAGE Page 10 RCV-UM EN-01

11 User Manual INTENTIONAL BLANK PAGE RCV-UM EN-01 Page 11

12 Electronic Valve Actuator, SEVA Modbus RTU Communication Protocol Setup Control. Manage. Optimize. Research Control is a registered trademark of Badger Meter, Inc. Other trademarks appearing in this document are the property of their respective entities. Due to continuous research, product improvements and enhancements, Badger Meter reserves the right to change product or system specifications without notice, except to the extent an outstanding contractual obligation exists Badger Meter, Inc. All rights reserved. The Americas Badger Meter 4545 West Brown Deer Rd PO Box Milwaukee, WI México Badger Meter de las Americas, S.A. de C.V. Pedro Luis Ogazón N 32 Esq. Angelina N 24 Colonia Guadalupe Inn CP México, DF México Europe, Eastern Europe Branch Office (for Poland, Latvia, Lithuania, Estonia, Ukraine, Belarus) Badger Meter Europe ul. Korfantego Knurów Poland Europe, Middle East and Africa Badger Meter Europa GmbH Nurtinger Str Neuffen Germany Europe, Middle East Branch Office Badger Meter Europe PO Box Dubai Silicon Oasis, Head Quarter Building, Wing C, Office #C209 Dubai / UAE Slovakia Badger Meter Slovakia s.r.o. Racianska 109/B Bratislava, Slovakia Asia Pacific Badger Meter 80 Marine Parade Rd Parkway Parade Singapore Switzerland Badger Meter Swiss AG Mittelholzerstrasse Bern Switzerland

Electronic Valve Actuator. SEVA EtherNet/IP Communication Protocol Setup. User Manual. RCV-UM EN-03 (September 2018)

Electronic Valve Actuator. SEVA EtherNet/IP Communication Protocol Setup. User Manual. RCV-UM EN-03 (September 2018) Electronic Valve Actuator SEVA EtherNet/IP Communication Protocol Setup RCV-UM-02382-EN-03 () User Manual Electronic Valve Actuator, SEVA EtherNet/IP Communication Protocol Setup CONTENTS Scope of This

More information

Valve Positioners. SRD960 Universal Positioner. Quick Start Guide. POS-QS EN-02 (May 2018)

Valve Positioners. SRD960 Universal Positioner. Quick Start Guide. POS-QS EN-02 (May 2018) Valve Positioners SRD960 Universal Positioner POS-QS-00502-EN-02 () Quick Start Guide Valve Positioners, SRD960 Universal Positioner CONTENTS Mounting the Positioner.................................................................

More information

Registering and Using an EDS File in Rockwell Automation Studio 5000

Registering and Using an EDS File in Rockwell Automation Studio 5000 RCT 1000 Coriolis EtherNet/IP Setup Registering and Using an EDS File in Rockwell Automation Studio 5000 OVERVIEW Studio 5000 (formally RSLogix 5000) is the design software used to program and configure

More information

Transmitters. Model 310 Programmable Analog. User Manual. XMT-UM EN-07 (July 2015)

Transmitters. Model 310 Programmable Analog. User Manual. XMT-UM EN-07 (July 2015) Transmitters Model 310 Programmable Analog XMT-UM-01653-EN-07 () User Manual Transmitters, Model 310 Programmable Analog CONTENTS Description 3 Scope and Purpose 3 Mechanical Installation 3 Location 3

More information

Turbine Flow Meter Solutions. Rugged, Accurate and Reliable.

Turbine Flow Meter Solutions. Rugged, Accurate and Reliable. Turbine Flow Meter Solutions Rugged, Accurate and Reliable. Turbine Flow Meter Solutions Accurate, Consistent, Reliable and Informative Badger Meter offers the Blancett family of turbine flow meters to

More information

Series 380 Btu System. 380CS/HS Meter. User Manual. SEN-UM EN-05 (May 2015)

Series 380 Btu System. 380CS/HS Meter. User Manual. SEN-UM EN-05 (May 2015) Series 380 Btu System 380CS/HS Meter SEN-UM-01628-EN-05 () User Manual Series 380 Btu System, 380CS/HS Meter CONTENTS Introduction.........................................................................

More information

M-Series M2000. HART Bi-Directional Communication Protocol Data Access. User Manual. MAG-UM EN-03 (February 2015)

M-Series M2000. HART Bi-Directional Communication Protocol Data Access. User Manual. MAG-UM EN-03 (February 2015) M-Series M2000 HART Bi-Directional Communication Protocol Data Access MAG-UM-01408-EN-03 () User Manual M-Series M2000, HART Bi-Directional Communication Protocol Data Access Page ii MAG-UM-01408-EN-03

More information

Flow Monitor. B2800 Standard. User Manual. DSY-PM EN-04 (March 2017)

Flow Monitor. B2800 Standard. User Manual. DSY-PM EN-04 (March 2017) Flow Monitor B2800 Standard DSY-PM-00276-EN-04 () User Manual Flow Monitor, B2800 Standard CONTENTS Scope of This Manual............................................. 3 Unpacking and Inspection.........................................

More information

User Manual. Industrial Registers. Model ER-9 Digital Resettable Totalizer and Rate of Flow Indicator, Plus Pulse Output

User Manual. Industrial Registers. Model ER-9 Digital Resettable Totalizer and Rate of Flow Indicator, Plus Pulse Output Industrial egisters Model E-9 Digital esettable Totalizer and ate of Flow Indicator, Plus Pulse Output EG-UM-00836-EN-11 () User Manual Industrial egisters, Model E-9 Digital esettable Totalizer Page ii

More information

Flow Monitor. B2800 Standard. User Manual. DSY-PM EN-02 (May 2015)

Flow Monitor. B2800 Standard. User Manual. DSY-PM EN-02 (May 2015) Flow Monitor B2800 Standard DSY-PM-00276-EN-02 () User Manual Flow Monitor, B2800 Standard CONTENTS Scope of This Manual 3 Unpacking and Inspection 3 Safety 3 Terminology and Symbols 3 Considerations 3

More information

Hybrid Ultrasonic. DXN Portable Ultrasonic Measurement System. Badger Meter. Firmware Update Manual. HYB-PM EN-02 (May 2013)

Hybrid Ultrasonic. DXN Portable Ultrasonic Measurement System. Badger Meter. Firmware Update Manual. HYB-PM EN-02 (May 2013) Hybrid Ultrasonic DXN Portable Ultrasonic Measurement Badger Meter HYB-PM-00095-EN-02 (May 2013) Firmware Manual DXN Portable Ultrasonic Measurement Page ii May 2013 Firmware Manual CONTENTS UPGRADING

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

RS 485 Mini Modbus 1AO

RS 485 Mini Modbus 1AO RS 485 Mini Modbus 1AO Version 1.0 14/08/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

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

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 2 Art. no.:

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 2 Art. no.: Technical Documentation TORRIX RS485 with MODBUS Protocol Edition: 2016-05 Version: 2 Art. no.: 350187 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40 / 390

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

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

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

VISY-Command. Technical Documentation. with Modbus Protocol. Edition: Version: 1 Art. no.:

VISY-Command. Technical Documentation. with Modbus Protocol. Edition: Version: 1 Art. no.: Technical Documentation with Modbus Procol Edition: 2017-04 Version: 1 Art. no.: 350253 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Germany Tel.: +49 / 40 / 39 82 07-0 Fax: +49 / 40 / 390 63 39

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

RS485 MODBUS Module 8I8RO

RS485 MODBUS Module 8I8RO Expansion Module 8 digital inputs, 8 relay outputs Version 1.0 3.12.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device.

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

SDM-8I8O. Expansion Module 8 digital inputs, 8 digital outputs. Manufactured for

SDM-8I8O. Expansion Module 8 digital inputs, 8 digital outputs. Manufactured for Version 1.2 20.01.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

Instruction Manual. Save These Instructions. Centrifugal Compressor Control System. Model Xe-145F Modbus. Instruction Manual

Instruction Manual. Save These Instructions. Centrifugal Compressor Control System. Model Xe-145F Modbus. Instruction Manual 80446685 Revision B April 2013 Centrifugal Compressor Control System Model Xe-145F Modbus Instruction Manual Instruction Manual Save These Instructions Contents OVERVIEW...................................................................................................

More information

Flow Monitor. B2800XP Explosion Proof Flow Monitor Standard. User Manual. DSY-PM EN-03 (March 2017)

Flow Monitor. B2800XP Explosion Proof Flow Monitor Standard. User Manual. DSY-PM EN-03 (March 2017) Flow Monitor B2800XP Explosion Proof Flow Monitor Standard DSY-PM-00277-EN-03 () User Manual Flow Monitor, B2800XP Explosion Proof Flow Monitor Standard CONTENTS Scope of This Manual 3 Unpacking and Inspection

More information

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 3 Art. no.:

TORRIX RS485. Technical Documentation. with MODBUS Protocol. Edition: Version: 3 Art. no.: Technical Documentation TORRIX RS485 with MODBUS Protocol Edition: 2017-03 Version: 3 Art. no.: 350187 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40 / 390

More information

ACS Stepper _10_Modbus LINEAR SOLUTIONS MADE EASY

ACS Stepper _10_Modbus LINEAR SOLUTIONS MADE EASY MODBUS RTU & TCP PROGRAMMER S GUIDE ACSI ACS Stepper ACS Servo 3600-4169_10_Modbus LINEAR SOLUTIONS MADE EASY Tolomatic reserves the right to change the design or operation of the equipment described herein

More information

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017

DL-10. User Manual. RS-485 Remote Temperature and Humidity. English Ver. 1.0, Jul. 2017 DL-10 User Manual RS-485 Remote Temperature and Humidity English Ver. 1.0, Jul. 2017 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of one year from

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

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

For more information Contact with details of the application.

For more information Contact with details of the application. Eaton Corporation Telecommunications Power Solutions Email: dc.info@eaton.com www.eaton.com/telecompower Application Note AN0107 SC200 Modbus Server Last updated 20 January 2017 Applicable products SC200

More information

FNL Modbus TCP Interface

FNL Modbus TCP Interface FNL Modbus TCP Interface Users Manual V0.1 17.06.2009 Project No.: 5304 Doc-ID.: FNL Modbus TCP Interface-UM-V0.1 Status: Released COMSOFT d:\windoc\icp\doku\hw\fnl\modbus tcp\version_0.1\fnl_modbus_tcp_e.doc

More information

R1M-GH THERMOCOUPLE & DC INPUT MODULE MODEL. Remote I/O R1M Series. (16 points)

R1M-GH THERMOCOUPLE & DC INPUT MODULE MODEL. Remote I/O R1M Series. (16 points) Remote I/O R1M Series THERMOCOUPLE & DC INPUT MODULE (16 points) MODEL MODEL & SUFFIX CODE SELECTION R1MGH2T MODEL Modbus protocol I/O TYPE GH2 : Thermocouple or DC input, 16 points FIELD TERMINAL TYPE

More information

Serial Connection of HC900 Hybrid Controller to 900CS Control Station

Serial Connection of HC900 Hybrid Controller to 900CS Control Station Note: Ethernet connections will provide faster performance than RS-485 HC900 1. Remove HC900 CPU and set S2 Dip Switches for RS-485 unterminated Replace CPU & follow instructions per Installation and User

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

Installation & Operation Manual. IMPORTANT: This manual contains important information. READ AND KEEP FOR REFERENCE. Series 380 Impeller Btu System

Installation & Operation Manual. IMPORTANT: This manual contains important information. READ AND KEEP FOR REFERENCE. Series 380 Impeller Btu System Series 380 Impeller Btu System 380CS/HS IMPORTANT: This manual contains important information. READ AND KEEP FOR REFERENCE. PN: 880102-0001 Rev. 4 (7-11) Installation & Operation Manual Series 380 Impeller

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

HRM-0800 Instruction Manual

HRM-0800 Instruction Manual HRM-0800 Instruction Manual Table of Contents 1 Highway Addressable Remote Transducer (HART ) 4 2 General Specifications 5 3 Dimensions: 6 4 General Description 7 4.1 Introduction 7 4.2 Purpose 8 4.3 Functions

More information

Oldham OLCT 200 Revision 1

Oldham OLCT 200 Revision 1 HART Field Device Specification: Oldham OLCT 200 Revision 1 Initial release: 13 April 2011 Current release: 13 April 2011 Part Number: 77036008 Revision: 02.1 HART is a registered trademark of the HART

More information

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Chapter 5 Table of Contents Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Modbus Serial Communications Overview 5 2 Modbus TCP Network Communications Overview 5 2 EtherNet/IP Network Communications

More information

installation Operation ADDRESS product diagram H8030/8031 INSTALLATION GUIDE

installation Operation ADDRESS product diagram H8030/8031 INSTALLATION GUIDE 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 H8030-0100- 100 H8030-0300-

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

Version Action Author Date

Version Action Author Date Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013 1.2 Status bits, current noise floor GP 29.08.2013 1.3 Using EG100 as a

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

MPU-32 AND FPU-32 TIA-485 NETWORK

MPU-32 AND FPU-32 TIA-485 NETWORK 3714 Kinnear Place Saskatoon, SK Canada S7P 0A6 Ph: (306) 373-5505 Fx: (306) 374-2245 www.littelfuse.com/protectionrelays MPU-32 AND FPU-32 TIA-485 NETWORK SEPTEMBER 5, 2006 PRELIMINARY Publication: MPU-32/FPU-32

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

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD

SC2004MBS 20x4 Characters MODBUS RTU Slave LCD SC004MBS 0x4 Characters MODBUS RTU Slave SC004MBS is a MODBUS slave device that receives data from a Master MODBUS device and display them on the panel. The is 0 x 4 characters in size and each character

More information

iologik R2140 User s Manual

iologik R2140 User s Manual User s Manual Edition 7.1, January 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

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

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

More information

Product Data Sheet. Flow Monitor. B3000 Series DESCRIPTION OPERATION FEATURES APPLICATIONS

Product Data Sheet. Flow Monitor. B3000 Series DESCRIPTION OPERATION FEATURES APPLICATIONS Flow Monitor 3000 Series DESCRIPTION The 3000 Series flow monitor is a flexible, durable, easy-to-use platform for your flow metering applications. Our trusted flow metering technology now offers a new

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

Modbus Protocol For TGP03 / THP03

Modbus Protocol For TGP03 / THP03 [ 公司地址 ] Modbus Protocol For TGP03 / THP03 V2.0 Introduction This document describes the protocol detail of Modbus for TGP03 / THP03 Hardware interface - The interface on the sensor is RS-485. - Hardware

More information

Topic: The PLC link function of DVP series PLCs

Topic: The PLC link function of DVP series PLCs Topic: The PLC link function of DVP series PLCs Applicable model Keyword DVP-EH3 series, DVP-SV2 series, DVP-ES2/EX2 series, DVP-SX2 series, DVP-SA2 series, DVP-SS2 series, DVP-SE series, DVP-10MC series,

More information

RS485 I/O Expansion System

RS485 I/O Expansion System RS485 I/O Expansion System USER GUIDE User Guide Your Feedback Please We always want you to feel that you made the right decision to use our products. If you have suggestions, comments, compliments or

More information

I/O Module. Modbus Manual DMB Series.

I/O Module. Modbus Manual DMB Series. I/O Module Modbus Manual DMB Series www.drago-automation.de Before Startup When operating the signal converter, certain parts of the module can carry dangerous voltage! Ignoring the warnings can lead to

More information

MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287. Installation and Operations Manual Section 50

MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287. Installation and Operations Manual Section 50 MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287 Installation and Operations Manual 00-02-0651 09-01-09 Section 50 In order to consistently bring you the highest quality, full featured products,

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

RS485 IO Slim Module MOD-ETH

RS485 IO Slim Module MOD-ETH Expansion Module gateway Modbus TCP Version 1.0 01.12.2015 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information

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

Turbine Flow Meter. MC4000 Handheld Hydraulic System Analyzer. User Manual. TST-UM EN-03 (February 2015)

Turbine Flow Meter. MC4000 Handheld Hydraulic System Analyzer. User Manual. TST-UM EN-03 (February 2015) Turbine Flow Meter MC4000 Handheld Hydraulic System Analyzer TST-UM-00017-EN-03 () User Manual Turbine Flow Meter, MC4000 Handheld Hydraulic System Analyzer Page ii User Manual CONTENTS Product Unpacking

More information

Deutschmann Module Unigate. CL-Profibus DP. Modbus - Profibus DP Programmer s Manual

Deutschmann Module Unigate. CL-Profibus DP. Modbus - Profibus DP Programmer s Manual Deutschmann Module Unigate CL-Profibus DP Modbus - Profibus DP Programmer s Manual Profibus General Information To use the Deutschmann Unigate CL Module, the script must be programmed on the module. Additionally,

More information

DELTA CONTROLS CORPORATION

DELTA CONTROLS CORPORATION HART Field Device Specification: DELTA CONTROLS CORPORATION MODEL 173 REV 3.0 Document 00-17335, rev. A Initial release: 2 January 2019 Current release: 2 January 2019 Author: Ted Keys Delta Controls Corporation

More information

MX200 SERIES Modbus Card 50P GE Zenith Controls. Operation and Maintenance Manual 50R-2200B 12/00

MX200 SERIES Modbus Card 50P GE Zenith Controls. Operation and Maintenance Manual 50R-2200B 12/00 g MX200 SERIES Modbus Card 50P-1105 GE Zenith Controls 50R-2200B 12/00 Operation and Maintenance Manual Table of Contents Overview...01 Page LED Indicator...02 Installation...03 Installing the Network

More information

Modbus. Interface. Description ISO 9001:2008

Modbus. Interface. Description ISO 9001:2008 Certified Company 0110100010001010111000 Modbus 1010010101110101010100 Interface 1010101010101010101010 Description 1000110010101010001010 1010100101010010101000 0010101000110100101000 0010101111000101001000

More information

AL2-MBU Advanced Manual

AL2-MBU Advanced Manual AL2-MBU Advanced Manual REVISION 003.08 December 2008 REVISION LIST 001.08 January 2008 Preliminary version 002.08 June 2008 First official release 003.08 December 2008 New feature: Force Multiple Coils

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

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

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

More information

ORP Arc Sensors. Modbus RTU Programmer s Manual. Firmware version: ERXUM031. ORP Arc Sensors Modbus RTU Programmer s Manual (ERXUM031)

ORP Arc Sensors. Modbus RTU Programmer s Manual. Firmware version: ERXUM031. ORP Arc Sensors Modbus RTU Programmer s Manual (ERXUM031) ORP Arc Sensors RTU Programmer s Manual Firmware version: ERXUM031 624465/01 page 1 / 70 Important Notice All rights reserved. No part of this document may be reproduced, stored in a retrieval system,

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

GW-7238D J1939 to Modbus TCP Server / RTU Slave Gateway

GW-7238D J1939 to Modbus TCP Server / RTU Slave Gateway GW-7238D J1939 to Modbus TCP Server / RTU Slave Gateway User s Manual www.icpdas.com 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one

More information

IF96017 MODBUS COMMUNICATION PROTOCOL

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

More information

LUMIPLUS MODBUS MANUAL V1.0. Fluidra, S.A All Rights Reserved.

LUMIPLUS MODBUS MANUAL V1.0. Fluidra, S.A All Rights Reserved. LUMIPLUS MODBUS MANUAL V1.0 Fluidra, S.A. 2013. All Rights Reserved. All the trademarks are registered by Fluidra SA and/or its affiliates, or its respective owners. Fluidra SA and its licensors will own

More information

IntesisBox Modbus Server M-Bus

IntesisBox Modbus Server M-Bus IntesisBox Modbus Server M-Bus User Manual r1.1 eng Issue date: 10/2017 Intesis Software S.L.U. 2017 All Rights Reserved. Information in this document is subject to change without notice. The software

More information

NGC-40-BRIDGE. Control and Monitoring Modules for use with the nvent Raychem NGC-40 System Installation Instructions

NGC-40-BRIDGE. Control and Monitoring Modules for use with the nvent Raychem NGC-40 System Installation Instructions NGC-40-BRIDGE Control and Moniting s f use with the nvent Raychem NGC-40 System Installation Instructions B C D A DESCRIPTION The nvent RAYCHEM NGC-40-BRIDGE module provides the interface between a panel's

More information

Modbus RTU Serial Communication User Manual

Modbus RTU Serial Communication User Manual Modbus RTU Serial Communication User Manual Version: BA-2017.07.05 ASV Stübbe GmbH & Co.KG Print-No.: 301244 Hollwieser Straße 5 MA EN Rev001 32602 Vlotho Germany Phone: +49 (0) 5733-799-0 Fax: +49 (0)

More information

iologik R1200 Series User s Manual

iologik R1200 Series User s Manual User s Manual Edition 3.2, November 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Rosemount 5708 Series 3D Solids Scanner Integration with DeltaV

Rosemount 5708 Series 3D Solids Scanner Integration with DeltaV Rosemount 5708 Series 3D Solids Scanner Integration with DeltaV Introduction..............................................................page 1 Specifications.............................................................

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

HRT-710. User s Manual Version HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1

HRT-710. User s Manual Version HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1 TM HRT-710 User s Manual Version 1.23 HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

IntesisBox Modbus Server KNX

IntesisBox Modbus Server KNX IntesisBox Modbus Server KNX User Manual r1.0 eng Issue date: 09/2017 Intesis Software S.L.U. 2017 All Rights Reserved. Information in this document is subject to change without notice. The software described

More information

BACnet Protocol Converter Kit for Use with Bacharach MultiZone Gas Monitors. Installation Manual

BACnet Protocol Converter Kit for Use with Bacharach MultiZone Gas Monitors. Installation Manual P/N: 3015-5609 Revision 0 6/21/2011 1. Scope BACnet Protocol Converter Kit for Use with Bacharach MultiZone Gas Monitors Installation Manual The FieldServer ProtoNode is a BACnet protocol converter accessory

More information

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09 Application Note Title AN-ODE-01 E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/08 1.03 Revised to new format PAE 09/03/09 General This document

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

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR This page intentionally left blank. HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART User Guide for Gassonic

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

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

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 TM HART 710 User s Manual Version 1.00 HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period

More information

Title Aperio Online Configuration Guide. Category Aperio/Platform

Title Aperio Online Configuration Guide. Category Aperio/Platform Jörgen Frejd ST-001322 A 2012-06-25 1 (28) ASSA ABLOY Jörgen Frejd ST-001322 A 2012-06-25 2 (28) 1 Table of Contents 1 TABLE OF CONTENTS... 2 2 REVISION HISTORY... 3 3 INTRODUCTION... 3 3.1 Purpose...

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

Beijer Electronics has no obligation to supply the holder with updated versions.

Beijer Electronics has no obligation to supply the holder with updated versions. 1 Function and area of use The Programmable I/O (PIO) combines CODESYS control with the opportunity to build control systems to the exact size and specifications for the I/O signals involved. In this document

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

The benefits are ease of set-up, more data available for the user from the drive, fast control, and state of the art technology.

The benefits are ease of set-up, more data available for the user from the drive, fast control, and state of the art technology. APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

MODBUS Message Protocol MODEL FT3

MODBUS Message Protocol MODEL FT3 MODBUS Message Protocol FOR MODEL FT3 THERMAL MASS FLOWMETER & TEMPERATURE TRANSMITTER Fox Thermal Instruments, Inc. 399 Reservation Road Marina, CA 93933 (831) 384-4300 Fax: (831) 337-5786 104985, Revision

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

Deutschmann Module Unigate. CL-Profibus DP. Modbus - Profibus DP Programmer s Manual

Deutschmann Module Unigate. CL-Profibus DP. Modbus - Profibus DP Programmer s Manual Deutschmann Module Unigate CL-Profibus DP Modbus - Profibus DP Programmer s Manual Profibus General Information To use the Deutschmann Unigate CL Module, the script must be programmed on the module. Additionally,

More information

M3-61B DeviceNet Slave Module. M3-61B DeviceNet Slave Module CONTROL TECHNOLOGY CORPORATION

M3-61B DeviceNet Slave Module. M3-61B DeviceNet Slave Module CONTROL TECHNOLOGY CORPORATION CONTROL TECHNOLOGY CORPORATION M3-61B DeviceNet Slave Module M3-61B DeviceNet Slave Module Copyright 2008-2010 Control Technology Corporation All Rights Reserved. Blank Control Technology Corporation 2

More information

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08 Model IR4000M HART Field Device Specification Multi-Point Monitor The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically

More information

Arc Module SU ph. Modbus RTU Programmer s Manual. Firmware version: EPHUM070. Arc Module SU ph Modbus RTU Programmer s Manual (EPHUM070)

Arc Module SU ph. Modbus RTU Programmer s Manual. Firmware version: EPHUM070. Arc Module SU ph Modbus RTU Programmer s Manual (EPHUM070) Arc Module SU ph RTU Programmer s Manual Firmware version: EPHUM070 627143/00 page 1 / 56 Important Notice All rights reserved. No part of this document may be reproduced, stored in a retrieval system,

More information