Laststufenschalter. Supplement. Betriebsanleitung. Device Profile Document MODBUS

Size: px
Start display at page:

Download "Laststufenschalter. Supplement. Betriebsanleitung. Device Profile Document MODBUS"

Transcription

1 Laststufenschalter Voltage Regulator TAPCON VACUTAP 230 VRAVT I HD Betriebsanleitung Supplement Device Profile Document MODBUS

2 Alle Rechte bei Maschinenfabrik Reinhausen Weitergabe sowie Vervielfältigung dieses Dokumentes, Verwertung und Mitteilung seines Inhalts sind verboten, soweit nicht ausdrücklich gestattet. Zuwiderhandlungen verpflichten zu Schadenersatz. Alle Rechte für den Fall der Patent-, Gebrauchsmuster- und Geschmacksmustereintragung vorbehalten. Nach Redaktionsschluss der vorliegenden Dokumentation können sich am Produkt Änderungen ergeben haben. Änderungen der technischen Daten bzw. Konstruktionsänderungen sowie Änderungen des Lieferumfanges bleiben ausdrücklich vorbehalten. Grundsätzlich sind die bei der Abwicklung der jeweiligen Angebote und Aufträge übermittelten Informationen und getroffenen Vereinbarungen verbindlich. Die Originalbetriebsanleitung wurde in deutscher Sprache erstellt.

3 Table of Contents 1 General Introduction Abbreviations used Communication Interface Ports Settings on the voltage regulator RS RS Ethernet (RJ45) Optical Fiber Protocol specification Function codes Exception codes MODBUS adressing model Device Data Points Coils Input Status Holding Registers Input Registers...19 Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 3

4

5 1 General 1.1 Introduction This implementation of the MODBUS communication protocol (ASCII and RTU mode) in the TAPCON 230 AVT is based on the Modicon MODBUS 1 Protocol Reference Guide, PI-MBUS-300 Rev. J, copyright 1996 by Modicon Inc. This document details the implementation subset available in a TAPCON 230 AVT voltage controller equipped with the optional communication interface module (CI-module). Refer to the documentation of TAPCON 230 AVT available at Maschinenfabrik Reinhausen or for additional information on the TAPCON 230 AVT voltage controller. 1.2 Abbreviations used Abbreviation ASCII IP LSW MSW RTU SCADA Table 1 Definition American Standard Code for Information Interchange Internet Protocol Least Significant Word Most Significant Word Remote Terminal Unit Supervisory Control and Data Acquisition Abbreviations used 1 MODBUS is registered trademark of Modicon, Inc. Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 5

6

7 2 Communication Interface Ports Ethernet Optical Fiber RS 485 RS 232 Figure 1 Communication Interface Ports For data transfer via MODBUS protocol the voltage regulator provides the follwing communication interface ports: Table 2 RS-232 RS-485 Ethernet (RJ45) Optical Fiber 9 pin female SUB-D connector Pin 2: TxD Pin 3: RxD Pin 5: GND 3 pin male connector from Phönix MSTB 2,5/3-GF-5 Pin 1: GND (100 Ohm ground resistance) Pin 2: B (inverting) Pin 3: A (non inverting) Polarity: A > B for more than 200 mv equates to 1 B < A for more than 200 mv equates to 0 A disabled communication line equates to 1 The Startbit is labled with 0 The recommended terminating resistor is 120 Ohm. Optional Ethernet or Modem interface Pin 1: Tx+ Pin 2: Tx- Pin 3: Rx+ Pin 6: Rx- FH-ST connector (850nm oder 660nm) F-SMA connector (850nm oder 660nm) Communication Interface ports Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 7

8 2.1 Settings on the voltage regulator Getting started with MODBUS communication some parameters must be set on the TAPCON 230 AVT. MENU-key > Configuration > Continue > Continue > Comm. Interface For further instructions on setting the configuration parameters please refer to the user manual of the TAPCON 230 AVT voltage regulator RS-232 Communication protocol Communication port Communication baud rate IP address TCP port Light On/Off Mode Local SCADA address SCADA master address Unsolicited messages Unsolicited retries Application confirm timeout RS-485 transmit delay time MODBUS ASCII or MODBUS RTU RS /19200/38400/57600 Baud Not used Not used Not used (0 = broadcast) Not used for MODBUS Not used for MODBUS Not used for MODBUS Not used for MODBUS Not used 8 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

9 2.1.2 RS-485 Communication protocol MODBUS ASCII or MODBUS RTU Communication port RS-485 Communication baud rate 9600/19200/38400/57600 Baud IP address Not used TCP port Not used Light On/Off Mode Not used Local SCADA address (0 = broadcast) SCADA master address Not used for MODBUS Unsolicited messages Not used for MODBUS Unsolicited retries Not used for MODBUS Application confirm timeout Not used for MODBUS RS-485 transmit delay time ms* *) E.g. 2 ms to compensate the reaction time needed by the RS-485/RS-232 converter to switch from send mode to receive mode Ethernet (RJ45) Note: This is not MODBUS TCP! Simply put, this is a Modbus RTU message transmitted with a TCP/IP wrapper and sent over a network instead of serial lines. Communication protocol MODBUS RTU over tcp Communication port RJ45 Communication baud rate fixed Baud IP address TCP port 1234 Light On/Off Mode Not used Local SCADA address (0 = broadcast) SCADA master address Not used for MODBUS Unsolicited messages Not used for MODBUS Unsolicited retries Not used for MODBUS Application confirm timeout Not used for MODBUS RS-485 transmit delay time Not used Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 9

10 2.1.4 Optical Fiber Communication protocol MODBUS ASCII or MODBUS RTU Communication port Optical Fiber Communication baud rate 9600/19200/38400/57600 Baud IP address Not used TCP port Not used Light On/Off Mode ON means light ON at 1 OFF means light OFF at 1 Local SCADA address (0 = broadcast) SCADA master address Not used for MODBUS Unsolicited messages Not used for MODBUS Unsolicited retries Not used for MODBUS Application confirm timeout Not used for MODBUS RS-485 transmit delay time Not used 10 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

11 3 Protocol specification Modbus ASCII: 7-E-1 (7 data bits, even parity, 1 stop bit) Modbus RTU:8-E-1 (8 data bits, even parity, 1 stop bit) 3.1 Function codes Following function codes are supported: Funciton Code Name 01 Read coil status 02 Read input status 03 Read holding registers 04 Read input registers 05 Force single coil 06 Preset single register Table 3 Supported function codes Note: No more than 1 register should be written with one request. No more than 1 coil should be forced whit one request. Read input status also includes the data points of Read coil status Read input registers also includes the data points of Read holding registers 3.2 Exception codes The following exception codes are implemented: Funciton Code Name 01 Illegal function 02 Illegal data 03 Illegal data value Table 4 Implemented exception codes Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 11

12 General notes: Multiple communication links are not supported. Communication is half-duplex mode. Addresses in this document refers to the MODBUS PDU addresses. Example: Reading input status with address 8 will read address 7 in the Discrete Input block of the MODBUS data model. 3.3 MODBUS adressing model MODBUS data model MODBUS PDU addresses 1 Discrete Input.. 1 Coils. 5 1 Input Registers Holding Registers. 55 Read input 0 Read coils 4 Read Registers 1 Read Registers 54 Figure 2 MODBUS adressing model 12 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

13 4 Device Data Points 4.1 Coils Point Adre ss Name Desired Voltage Level 1 Desired Voltage Level 2 Desired Voltage Level 3 Auto / Manual Switch 4 Paralleling On/Off 5 Parallel Group 1 Name for State when value is 0 Name for State when value is 1 - Select VL 1 - Select VL 2 - Select VL 3 Manual On Parallel Switch Off Parallel Group 1 off Auto On Parallel Switch On Parallel Group 1 on Description Selection of Desired Voltage Level 1 (only possible if there is no GPI set to an VL) Selection of Desired Voltage Level 2 (only possible if there is no GPI set to an VL) Selection of Desired Voltage Level 3(only possible if there is no GPI set to an VL) Activation of Auto or Manual voltage regulation method. Paralleling On/Off software switch Activation of Paralleling Group 1 (only possible if there is no GPI set to an paralleling Group) 6 Parallel Group 2 Parallel Group 2 off Parallel Group 2 on Activation of Paralleling Group 2 (only possible if there is no GPI set to an paralleling Group) Table 5 Device Data Points: Coils Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 13

14 Point Adre ss 7 Parallel Master - 8 Parallel Follower - 9 Parallel AutoSync - 10 Circulating Current - Select Master Paralleling Method Select Follower Paralleling Method Select Auto- Sync Paralleling Method Select Circulating Current Paralleling Method 11 Raise - Raise 12 Lower - Lower Table 5 Name Name for State when value is 0 Device Data Points: Coils Name for State when value is 1 Description Master method selection (only possible if there is no GPI set to Master/Follower) Follower method selection (only possible if there is no GPI set to Master/Follower) Sync method selection (only possible if there is no GPI set to Master/Follower) Circulating Current method selection (only possible if there is no GPI set to Master/ Follower) Force AVR to Raise operation Force AVR to Lower operation 14 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

15 4.2 Input Status Point Adre ss Name Desired Voltage Level 1 Desired Voltage Level 2 Desired Voltage Level 3 Auto / Manual Switch 4 Paralleling On/Off 5 Parallel Group 1 6 Parallel Group 2 7 Parallel Master 8 Parallel Follower 9 Parallel AutoSync 10 Circulating Current 11 Raise Output 12 Lower Output 13 Parallel Status Name for State when value is 0 Name for State when value is 1 Description VL 1 in VL 1 Activation status of Desired Voltage Level 1 VL 2 in VL 2 Activation status of Desired Voltage Level 2 VL 3 in VL 3 Activation status of Desired Voltage Level 3 Manual Auto Status of Auto/Manual regulation mode Parallel Switch Off Parallel Group 1 off Parallel Group 2 off Paralleling Method Master in Paralleling Method Follower in Paralleling Method Auto- Sync in Paralleling Method Circulating Current in Raise Output Command in Lower Output Command in Independent Mode Parallel Switch On Parallel Group 1 on Parallel Group 2 on Paralleling Method Master Paralleling Follower Master Paralleling Method Auto- Sync Paralleling Method Circulating Current Raise Output Command Lower Output Command Parallel Mode Status of software switch Paralleling On/ Off Activation status of Parallel Group 1 Activation status of Parallel Group 2 Activation status of paralleling method Master Activation status of paralleling method Follower Activation status of paralleling method Auto Sync Activation status of paralleling method Circulating Current Raise output relay closes when the AVR is setting a raise command Lower output relay closes when the AVR is setting a lower command Active paralleling status of the voltage regulator 14 Parallel Error No Error Error Parallel Error status 15 Table 6 Local / Remote Status Local (SCADA controls ignored) Device Data Points: Input Status Remote (SCADA controls enabled) Control mode status of AVR Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 15

16 Point Adre ss 16 Overvoltage No overvoltage Overvoltage Overvoltage detection status 17 Undervoltage No undervoltage Undervoltage Undervoltage detection status 18 Overcurrent No overcurrent Overcurrent Overcurrent detection status 19 Undercurrent No undercurrent Undercurrent Undercurrent detection status 20 Status Alarm Relay No alarm Alarm Status of the Status Alarm Relay 21 Function Monitoring 22 Auto Input 23 Manual Input 24 Raise Input 25 Lower Input 26 Active power flow direction Normal mode Raise Input in Lower input in Positive power flow 27 Quick Tap Status No Quick Tap Tap 28 Remote volt. Lev. Act. Parameter voltage level Signal 15 min Function Monitoring out of Bandwith Activation status Auto Input (Edge triggered input) Activation status Manual Input (Edge triggered input) Raise input Status of Raise input Lower input Status of the Lower Input Quick Negative Direction of the power flow power flow Activation Status of Quick Tap regulation mode Remote voltage level Activation status of remote voltage level 29 GPO 1 Output GPO 1 in GPO 1 Status of General Purpose Output 1 30 GPO 2 Output GPO 2 in GPO 2 Status of General Purpose Output 2 31 GPO 3 Output GPO 3 in GPO 3 Status of General Purpose Output 3 32 GPO 4 Output GPO 4 in GPO 4 Status of General Purpose Output 4 33 GPO 5 Output GPO 5 in GPO 5 Status of General Purpose Output 5 34 GPO 6 Output GPO 6 in GPO 6 Status of General Purpose Output 6 35 GPO 7 Output GPO 7 in GPO 7 Status of General Purpose Output 7 36 GPI 1 Input GPI 1 in GPI 1 Status of General Purpose Input 1 37 GPI 2 Input GPI 2 in GPI 2 Status of General Purpose Input 2 38 GPI 3 Input GPI 3 in GPI 3 Status of General Purpose Input 3 39 GPI 4 Input GPI 4 in GPI 4 Status of General Purpose Input 4 40 GPI 5 Input GPI 5 in GPI 5 Status of General Purpose Input 5 41 GPI 6 Input GPI 6 in GPI 6 Status of General Purpose Input 6 Table 6 Name Name for State when value is 0 Device Data Points: Input Status Name for State when value is 1 Description 16 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

17 Point Adre ss 42 GPI 7 Input GPI 7 in GPI 7 Status of General Purpose Input 7 43 GPI 8 Input GPI 8 in GPI 8 Status of General Purpose Input 8 44 Position Bit 0 Input 45 Position Bit 1 Input 46 Position Bit 2 Input 47 Position Bit 3 Input 48 Position Bit 4 Input 49 Position Bit 5 Input 50 Table 6 Name Position Bit Sign Input Name for State when value is 0 Position Bit 0 in Position Bit 1 in Position Bit 2 in Position Bit 3 in Position Bit 4 in Position Bit 5 in Position Bit sign in Device Data Points: Input Status Name for State when value is 1 Position Bit 0 Position Bit 1 Position Bit 2 Position Bit 3 Position Bit 4 Position Bit 5 Position Bit sign Description Status of Position Bit 0 input Status of Position Bit 1 input Status of Position Bit 2 input Status of Position Bit 3 input Status of Position Bit 4 input Status of Position Bit 5 input Status of Position Bit sign input Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 17

18 4.3 Holding Registers Point Adress Name Transmitted Value Resolution Minimum Maximum Multiplier Scaling Offset Units 0 Desired Voltage V 1 Level 1 1 Desired Voltage V 1 Level 2 2 Desired Voltage V 1 Level 3 3 reserved reserved reserved reserved reserved reserved reserved Table 7 Device Data Points: Holding Registers Description 18 TAPCON 230 AVT /00 EN Maschinenfabrik Reinhausen 2010

19 4.4 Input Registers Point Adress Name Transmitted Value Resolution Minimum Maximum Multiplier Scaling Offset Units 0 Desired Voltage V 1 Level 1 1 Desired Voltage V 1 Level 2 2 Desired Voltage V 1 Level 3 3 Operation Counter LSW Operation 4 Counter MSW 5 Tap Position Measured Voltage V 1 7 Voltage deviation % 1 8 Active current 9 Re current 10 Measured Current 11 Frequency % 1 Table 8 Device Datat Points: Input Registers Description The value of Operation Counter consists of LSW and MSW The value of Operation Counter consists of LSW and MSW In % of voltage level % % = 200 ma % % = 200 ma % % = 200 ma Maschinenfabrik Reinhausen /00 EN TAPCON 230 AVT 19

20 /00 EN 02/10 F

Voltage Regulator TAPCON 230 expert

Voltage Regulator TAPCON 230 expert www.reinhausen.com Voltage Regulator TAPCON 230 expert Supplement 2195774 to Operating Instructions 2136339 Device Profile Document MODBUS 2009 All rights reserved, Maschinenfabrik Reinhausen Unauthorised

More information

Voltage regulator TAPCON 260

Voltage regulator TAPCON 260 Voltage regulator TAPCON 260 Supplement 2531994/01 Protocol description MODBUS All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication

More information

Voltage regulator TAPCON 260

Voltage regulator TAPCON 260 Voltage regulator TAPCON 260 Supplement 2532010/00 Protocol description DNP3 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication

More information

Voltage regulator TAPCON 260

Voltage regulator TAPCON 260 Voltage regulator TAPCON 260 Supplement 2531964/00 Protocol description for IEC 60870-5-101 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and

More information

Voltage regulator TAPCON 240

Voltage regulator TAPCON 240 Voltage regulator TAPCON 240 Supplement 2398420/00 Protocol description SPA-Bus All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication

More information

Monitoringsystem TAPGUARD 260

Monitoringsystem TAPGUARD 260 Monitoringsystem TAPGUARD 260 Supplement 2205023/01 Protocol description IEC 60870-5-101 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and

More information

Monitoringsystem TAPGUARD 260

Monitoringsystem TAPGUARD 260 Monitoringsystem TAPGUARD 260 Supplement 2205022/01 Protocol description IEC 60870-5-103 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and

More information

Voltage regulator TAPCON 240

Voltage regulator TAPCON 240 Voltage regulator TAPCON 240 Supplement 2398461/01 Protocol description DNP3 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication

More information

Voltage Regulator TAPCON 230 expert

Voltage Regulator TAPCON 230 expert Voltage Regulator TAPCON 230 expert Supplement 2195774/01 EN. Protocol Specification MODBUS All rights reserved by Maschinenfabrik Reinhausen Dissemination and reproduction of this document and use and

More information

Modem for SITRANS TK 7NG3190-6KB C79000-B7174-C14 SIEMENS SITRANS TK COM 1 MODEM

Modem for SITRANS TK 7NG3190-6KB C79000-B7174-C14 SIEMENS SITRANS TK COM 1 MODEM Modem for SITRANS TK 7NG3190-6KB I ns t r uct i o n M a nua l SIEMENS 2 SITRANS TK MODEM COM 1 C79000-B7174-C14 SITRANS und SIPROM sind eingetragene Warenzeichen der Siemens AG. Die übrigen Bezeichnungen

More information

tapcon 230 user-friendly, FleXiBle and reliable. transformer control

tapcon 230 user-friendly, FleXiBle and reliable. transformer control tapcon 230 user-friendly, FleXiBle and reliable. transformer control Tapcon 230 tapcon 230 the new standard in voltage control. 2 Maschinenfabrik Reinhausen (MR) has been developing and manufacturing voltage

More information

Velox. High-Speed Backplane Connectors for VPX

Velox. High-Speed Backplane Connectors for VPX High-Speed Backplane onnectors for VPX ontents Introduction 3 Technical Specifications 5 Hole Specifications 6 Velox High-Speed Backplane-onnector 7 Accessories: Guidings 9 2 ept GmbH I Tel. +49 (0) 88

More information

TAPCON 250 DIGITAL ON-LOAD TAP-CHANGER CONTROLLER FOR VOLTAGE REGULATING TRANSFORMERS.

TAPCON 250 DIGITAL ON-LOAD TAP-CHANGER CONTROLLER FOR VOLTAGE REGULATING TRANSFORMERS. TAPCON 250 DIGITAL ON-LOAD TAP-CHANGER CONTROLLER FOR VOLTAGE REGULATING TRANSFORMERS. WWW.REINHAUSEN.COM TAPCON 250 TAPCON 250 THE NEW GENERATION OF VOLTAGE CONTROLLERS. For more than 40 years voltage

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

Title: Using the AUX Port.

Title: Using the AUX Port. Title: Using the AUX Port. Article Number: 1090 Date: 03/15/05 Information in this article applies to: HMI Silver Series (Enhanced Versions OIT Product(s All Controller (PLC Product(s N/A Summary HMI generation

More information

DATRAN XL4 RTU Modbus Interface

DATRAN XL4 RTU Modbus Interface Application Note DATRAN XL4 RTU Modbus Interface Introduction The DATRAN RTU Modbus interface is a powerful feature that opens up a huge range of possibilities to interface many types of third party equipment,

More information

Title: Using the AUX Port.

Title: Using the AUX Port. Title: Using the AUX Port. Article Number: 1090 Date: 07/10/06 Information in this article applies to: HMI Silver Series (Enhanced Versions) OIT Product(s) All Controller (PLC) Product(s) N/A Summary HMI

More information

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 COMMUNICATIONS REFERENCE. Instruction Manual August 2001

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 COMMUNICATIONS REFERENCE. Instruction Manual August 2001 ENVIRORANGER ERS 500 COMMUNICATIONS REFERENCE Instruction Manual August 2001 NVIRORANGER ERS 500 Safety Guidelines Warning notices must be observed to ensure personal safety as well as that of others,

More information

Produkt-Datenblatt. Technische Daten, Spezifikationen. MEsstechnik fängt mit ME an. Kontakt

Produkt-Datenblatt. Technische Daten, Spezifikationen. MEsstechnik fängt mit ME an.  Kontakt Produkt-Datenblatt Technische Daten, Spezifikationen Kontakt Technischer und kaufmännischer Vertrieb, Preisauskünfte, Angebote, Test-Geräte, Beratung vor Ort: Tel: (0 81 41) 52 71-0 FAX: (0 81 41) 52 71-129

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

DCSi-III: ESP Power Optimizer, Power Plus Optimizer, Power Plus DSP, Chopper Optimizer

DCSi-III: ESP Power Optimizer, Power Plus Optimizer, Power Plus DSP, Chopper Optimizer DCSi-III: ESP Power Optimizer, Power Plus Optimizer, Power Plus, Chopper Optimizer Users Guide Revision: 1.6 Date: 3/22/2013 DCSi Gen III V1_6.doc 05/03/13 1 Revisions Rev. Date Author Description 1.0

More information

General Specifications. P2-SCM Serial Communications

General Specifications. P2-SCM Serial Communications General Specifications Module Type Intelligent Modules per Base I/O Points Used Field Wiring Connector Operating Temperature Storage Temperature Humidity Environmental Air Vibration Shock Field to Logic

More information

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C GE MDS, LLC. NETio Series Protocol Communications Supplement March 2013 Part No. 05-4672A01, Rev. C Modbus Protocol NETio Architectural Implementation As described in detail below, the Modbus RTU protocol

More information

T1K MODBUS Base Controller Specifications

T1K MODBUS Base Controller Specifications Base Controller 1 2 In This Chapter.... Base Controller Setting the DIP Switches Setting the Rotary Address Switches Port Pin out and Wiring RJ12 Serial Port Pin out and Wiring 2 2 Base Controller General

More information

C Heat Trace Controller

C Heat Trace Controller C910-85 Heat Trace Controller MODBUS PROTOCOL INTERFACE MAPPING For Firmware version V.0.3 THERMAL MANAGEMENT SOLUTIONS EN-DigiTraceC910Modbus-AR-H585 02/13 CONTENTS Section 1 Introduction... 3 Section

More information

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS-2700-42 IKS to Modbus RTU Gateway CAS 2700-42 IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS 2700-42 IKS Gateway Manual Page 1 of 34 BLANK PAGE CAS 2700-42 IKS Gateway Manual Page 2 of 34 Contents

More information

Course to Steer Indicator (Operator Unit)

Course to Steer Indicator (Operator Unit) Course to Steer Indicator () Type 130-625 NG001 Raytheon Anschuetz GmbH Postfach 11 66 D-24100 Kiel Germany Tel +49-4 31-30 19-0 Fax +49-4 31-30 19 464 Email service@raykiel.com www.raytheon-anschuetz.com

More information

A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE

A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE SCADA INTERFACE INSTRUCTIONS - OPTION 21P / 21Q - FOR A36D/TPSD SYSTEMS A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE OPTION 21P / 21Q INSTRUCTIONS This manual is only valid for A36D/TPSD Chargers equipped

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

Chapter. Modbus. In This Chapter...

Chapter. Modbus. In This Chapter... Modbus Communication Chapter 7 In This Chapter... Modbus Protocol....7 2 Registers....7 2 Connection with the DirectLOGIC PLC....7 8 Connection with the C-more and C-more Micro HMI panels....7 10 Modbus

More information

TAPCON 240 Voltage Regulator for Regulating Transformers

TAPCON 240 Voltage Regulator for Regulating Transformers www.reinhausen.com TAPCON 240 Voltage Regulator for Regulating Transformers TAPCON The next generation of voltage regulators TAPCON : a name which is synonymous for an entirely new and ground-breaking

More information

EVO AT SERIES BATTERY CHARGER AT SERIES BATTERY CHARGER COMMUNICATIONS MANUAL. EVO - Microprocessor Controlled Float Battery Charger JA

EVO AT SERIES BATTERY CHARGER AT SERIES BATTERY CHARGER COMMUNICATIONS MANUAL. EVO - Microprocessor Controlled Float Battery Charger JA EVO P R O D U C T COMMUNICATIONS MANUAL EVO - Microprocessor Controlled Float Battery Charger JA5011-54 NOTICE! WARNING Table of Contents - ATevo TABLE OF CONTENTS 1. INTRODUCTION.....................................................

More information

RS-485 I/O Modules: ADAM-4000

RS-485 I/O Modules: ADAM-4000 RS-485 I/O Modules: ADAM-4000 23 ADAM-4000 Series Overview ADAM-4000 Series Remote Data Acquisition and Control Modules Overview 23-2 and Controller Module Selection Guide 23-4 I/O Module Selection Guide

More information

TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control

TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control Tapcon tapcon VOLTAGE REGULATION FOR TOMORROW S CHALLENGES. 2 For more than 40 years voltage regulators of the tapcon series have stood for

More information

Technical Documentation

Technical Documentation BLR-CM - MODBUS Technical Documentation BLR-CM MODBUS Beluk GmbH Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 e-mail: blr@beluk.de http://www.beluk.de BLR-CM - MODBUS Page 2 of 20 Document history

More information

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections INSTRUCTION MANUAL RVT communication How to use RS85 USB Ethernet RVT connections Table of contents 1 Introduction to the controller... 1.1 Intended audience... 1.2 Before you start... 1.3 How to use this

More information

Enron Modbus I/O Driver (Series 2) Programmable Serial Interface Card

Enron Modbus I/O Driver (Series 2) Programmable Serial Interface Card Enron Modbus I/O Driver (Series 2) Programmable Serial Interface Card USER MANUAL Rev. P1.55 June 4, 2009 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998,

More information

icex-cmtm General specs and Installation guide

icex-cmtm General specs and Installation guide icex-cmtm General specs and Installation guide 1. General view 2. Specifications 2.1. Common specs: Ethernet 1 x 10/100Base/T, RJ45 connector with traffic and link LED Serial Interface 1 x RS232/485 USB

More information

PAR-KL-68. QUANCOM Informationssysteme GmbH

PAR-KL-68. QUANCOM Informationssysteme GmbH PAR-KL-68 Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet ausschließlich in

More information

1. Introduction. 2. Installation MODBUS INTERFACE

1. Introduction. 2. Installation MODBUS INTERFACE 5551.C 8473.C MODBUS INTERFACE PIM-MB-1 Modbus Interface 1. Introduction AuCom soft starters can be controlled and monitored across an RS485 serial communication network using the Modbus RTU and AP ASCII

More information

SunSpec Reference Architecture SunSpec CEA 2045 Inverter Adaptor

SunSpec Reference Architecture SunSpec CEA 2045 Inverter Adaptor SunSpec Reference Architecture SunSpec CEA 045 Inverter Adaptor December 04 Overview ² This reference design illustrates how a CEA 045 module adaptor box system can be constructed using off-the-shelf parts.

More information

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants.

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. Monitoring of inverters and string combiner boxes (up to 64 devices); Complete configuration of the monitoring system

More information

TAPCON 230 Voltage Regulator for Regulating Transformers

TAPCON 230 Voltage Regulator for Regulating Transformers www.reinhausen.com TAPCON 230 Voltage Regulator for Regulating Transformers TAPCON Voltage regulators of the next generation TAPCON : a name which stands for a completely new range of voltage regulators

More information

ProtoConvert Modbus RTU / Modbus TCP/IP / BACnet MSTP / BACnet IP / SNMP - Telnet (Lighting Controller) PG

ProtoConvert Modbus RTU / Modbus TCP/IP / BACnet MSTP / BACnet IP / SNMP - Telnet (Lighting Controller) PG ProtoConvert Modbus RTU / Modbus TCP/IP / BACnet MSTP / BACnet IP / SNMP - Telnet (Lighting Controller) PG-100-101-102-103-104-110-120 PG-100-101-102-103-104-110-120 is an embedded remote monitoring solution

More information

SIMOVERT MASTERDRIVES

SIMOVERT MASTERDRIVES SIMOVERT MASTERDRIVES Betriebsanleitung Operating Instructions SLE / SLE-DP SIMOLINK-Encoder Ausgabe / Edition: AA GWE-477 763 4070.76 J Änderungen von Funktionen, technischen Daten, Normen, Zeichnungen

More information

PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM

PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM Modbus is a trademark of Modicon, Inc. Manual content copyright 2015 Extreme Telematics Corporation. All Rights Reserved. Ver 3.2 10/07/15

More information

USBREL2 / USBREL4 & USBIN8

USBREL2 / USBREL4 & USBIN8 USBREL2 / USBREL4 & USBIN8 Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet

More information

Modbus Installation and Troubleshooting for AP9635/AP9635CH Network Management Card By Gary Ware. Introduction

Modbus Installation and Troubleshooting for AP9635/AP9635CH Network Management Card By Gary Ware. Introduction [ APPLICATION NOTE #168 ] APPLICATION NOTE #xx Modbus Installation and Troubleshooting for AP9635/AP9635CH By Gary Ware PROJECT AT A GLANCE Project Type Modbus installation Applications Data centers with

More information

ICP DAS. ICP DAS 2015 M2M WLAN Wireless Solutions

ICP DAS. ICP DAS 2015 M2M WLAN Wireless Solutions ICP DAS 2015 M2M WLAN Wireless Solutions Industrial Computer Industrial Product Data Computer Acquisition Product System Data Acquisition System PAC WLAN Wireless Solutions Wi-Fi Products WLAN Converter

More information

MODEL: GR8-EM. Communication Adaptor GR8 Series

MODEL: GR8-EM. Communication Adaptor GR8 Series Communication Adaptor GR8 Series Ethernet/RS-485 Adaptor (Modbus use) Functions & Features Bidirectional protocol converter for Modbus/TCP (Ethernet) and Modbus RTU (RS-485) Fast response time thanks to

More information

UDA2182 Communications User Guide

UDA2182 Communications User Guide UDA2182 Communications User Guide 70-82-25-126 January 2009 Honeywell Process Solutions Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 2008 by Honeywell Revised January 2009 Warranty/Remedy

More information

15P0102Q2 SINUS PENTA KEYPAD CONNECTED TO NETWORK RS485 USERS MANUAL

15P0102Q2 SINUS PENTA KEYPAD CONNECTED TO NETWORK RS485 USERS MANUAL 15P0102Q2 SINUS PENTA KEYPAD CONNECTED TO NETWORK RS485 Upd. 08/06/04 R. 00 English This manual is integrant and essential to the product. Carefully read the instructions contained herein as they provide

More information

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication.

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication. 3-3 Wiring NQ-Series models have, besides one power connector, a number of communication ports. Please refer to Table 2.2: Common specifications for NQ-Series and Table 2.3: Specifications per NQ-Series

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

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

MXPLC. Compact PLC process station. Summary. Application HVAC control systems, data acquisition, interfacing 3 rd party systems.

MXPLC. Compact PLC process station. Summary. Application HVAC control systems, data acquisition, interfacing 3 rd party systems. MXPLC Compact PLC process station Summary The MXPLC is a programmable process station with integrated I/O module with the I/O mix optimized for larger HVAC control applications. The multi-interface process

More information

Produkt-Datenblatt. Technische Daten, Spezifikationen. MEsstechnik fängt mit ME an. Kontakt

Produkt-Datenblatt. Technische Daten, Spezifikationen. MEsstechnik fängt mit ME an.  Kontakt Produkt-Datenblatt Technische Daten, Spezifikationen Kontakt Technischer und kaufmännischer Vertrieb, Preisauskünfte, Angebote, Test-Geräte, Beratung vor Ort: Tel: (0 81 41) 52 71-0 FAX: (0 81 41) 52 71-129

More information

7SR242 Duobias Multi-Function 2-Winding Transformer Protection Relay

7SR242 Duobias Multi-Function 2-Winding Transformer Protection Relay 7SR242 Duobias Multi-Function 2-Winding Transformer Protection Relay Document Release History This document is issue 2010/06. The list of revisions up to and including this issue is: 2010/06 Additional

More information

DATENBLATT ED-038. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich.

DATENBLATT ED-038. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. DATENBLATT ED-038 HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. TELEFON + 49 (0) 81 41/36 97-0 TELEFAX + 49 (0) 81 41/36 97-30 E-MAIL info@plug-in.de

More information

GE Multilin 350 Feeder Protection Relay Specifications

GE Multilin 350 Feeder Protection Relay Specifications GE Multilin 350 Feeder Protection Relay Specifications The feeder protection relay shall provide primary protection of medium voltage distribution feeders. The relay shall be equipped with the following

More information

Bluetooth to RS-232&RS422/485. EX-9132B/BI Bluetooth Adapter Operation Manual

Bluetooth to RS-232&RS422/485. EX-9132B/BI Bluetooth Adapter Operation Manual Bluetooth to RS-232&RS422/485 EX-9132B/BI Bluetooth Adapter Operation Manual First Edition, Jun 2008 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel

More information

SkyRAY Light. Installation Handbook

SkyRAY Light. Installation Handbook Doc. No.: HB_0531_1000 Date: 2007-10-15 Issue: draft Release Notes Name Task Department Date Signature C. Hauff Creator 2007-10-15 Quality Management Review NDSQ Weitergabe sowie Vervielfältigung dieser

More information

TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control

TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control TAPCON NEXT-GENERATION VOLTAGE REGULATORS. transformer control Tapcon tapcon VOLTAGE REGULATION for the challenges of tomorrow. 2 for more than 40 years voltage regulators from the tapcon series have been

More information

SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE

SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com/se-330 SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE Revision 0-E-121117 Copyright 2018 Littelfuse Startco Ltd. All rights reserved.

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

More information

MODEL: R3-NE1. Remote I/O R3 Series. ETHERNET INTERFACE MODULE (Modbus/TCP) 27.5 (1.08)

MODEL: R3-NE1. Remote I/O R3 Series. ETHERNET INTERFACE MODULE (Modbus/TCP) 27.5 (1.08) MODEL: R-NE Remote I/O R Series ETHERNET INTERFACE MODULE (Modbus/TCP) 7. (.8) 9 (.9) (.) mm (inch) MODEL: R-NE-[][] ORDERING INFORMATION Code number: R-NE-[][] Specify a code from below for each [] and

More information

PLC PL User Manual

PLC PL User Manual PLC PL - 300 User Manual Contents list 1. Data acquisition module PL300... 3 1.1 Introduction... 3 1.2 Frontal panel... 5 1.3 Size and installation... 6 1.4 Electrical wirings... 7 1.4.1 Examples of sensors

More information

USB to RS-232/RS422/485. US-101-I USB To Serial Operation Manual

USB to RS-232/RS422/485. US-101-I USB To Serial Operation Manual USB to RS-232/RS422/485 US-101-I USB To Serial Operation Manual First Edition, Jun 2008 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel Views 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

Galep-Adapter DIL-40 => ISP-ASYNC/SYNC Article-No.:

Galep-Adapter DIL-40 => ISP-ASYNC/SYNC Article-No.: 1 of 10 -- English -- Adapter for MCU s, which are in system programmable. -- Deutsch -- Adapter für MCU s, die im System programmiert werden können. Illustration 1: ISP-ASYNC/SYNC-adapter 210915 Illustration

More information

DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for TPSD/A36D Chargers with S2A-205T Option 21P or 57T or 57U. Setup Instructions

DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for TPSD/A36D Chargers with S2A-205T Option 21P or 57T or 57U. Setup Instructions La Marche Manufacturing Company www.lamarchemfg.com DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for TPSD/A36D Chargers with S2A-205T Option 21P or 57T or 57U Setup Instructions This

More information

KTA-250 Anemometer Alarm Card

KTA-250 Anemometer Alarm Card Connects to Davis Instruments DS7911 Anemometer Monitor both the wind speed and direction Interface to PLCs using the Modbus protocol Communicate via RS232 or 2-wire RS485 Interface to PLCs/Instruments

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

ENG-7680: SCADA Laboratory Experiments

ENG-7680: SCADA Laboratory Experiments ENG-7680: SCADA Laboratory Experiments 1 RS485 LINE DRIVER 1.1 OBJECTIVES In this lab, you will learn how to test a differential data bus driver/receiver for a multi-point communication. In particular,

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

Modbus for FICO, slave mode General Engineering Guide

Modbus for FICO, slave mode General Engineering Guide Modbus for FICO, slave mode General Engineering Guide 1/16 Contents 1 About this Document...3 1.1 Foreword...3 1.2 Notes on Use...3 1.3 Symbols and Abbreviations...3 1.4 Revision History...3 2 General...4

More information

Protocollo Modbus sui controlli pco Modbus protocol for pco controllers

Protocollo Modbus sui controlli pco Modbus protocol for pco controllers Protocollo Modbus sui controlli pco Modbus protocol for pco controllers Manuale d uso User manual I n t e g r a t e d C o n t r o l S o l u t i o n s & E n e r g y S a v i n g s 1 INTRODUCTION The Modbus

More information

BLR-CM Modbus. Technical Documentation. Technical Documentation. Rev BLR-CM Modbus. Beluk GmbH Taubenstrasse Schongau Germany

BLR-CM Modbus. Technical Documentation. Technical Documentation. Rev BLR-CM Modbus. Beluk GmbH Taubenstrasse Schongau Germany Beluk GmbH Taubenstrasse 1 86956 Schongau Germany Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 E-Mail: blr@beluk.de Web: http://www.beluk.de Document history Date Name Revision Comment 08.11.06 ATh

More information

Overview. Table of contents

Overview. Table of contents 1 Table of contents Overview... 1 Applications... 2 Connecting and adjusting of converter... 3 Communication parameters adjusting... 5 RealPort - virtual serial port... 12 Installing virtual serial port

More information

DNP 3.0 & Modbus SCADA INTERFACE INSTRUCTIONS FOR 205T BASED SYSTEMS

DNP 3.0 & Modbus SCADA INTERFACE INSTRUCTIONS FOR 205T BASED SYSTEMS DNP 3.0 & Modbus SCADA INTERFACE INSTRUCTIONS - OPTION 21PQ - FOR 205T BASED SYSTEMS DNP 3.0 & Modbus SCADA INTERFACE OPTION 21PQ INSTRUCTIONS FOR 205T BASED SYSTEMS CPN114830 ECN/DATE ISSUE DATE: ECN

More information

VersaChart MODBUS RTU Communication Protocol Partlow-West Company 2 Campion Road New Hartford NY 13413

VersaChart MODBUS RTU Communication Protocol Partlow-West Company 2 Campion Road New Hartford NY 13413 FORM 3735 2 nd Edition JANUARY, 1999 VersaChart MODBUS RTU Communication Protocol Partlow-West Company 2 Campion Road New Hartford NY 13413 PREFACE For high level users who are using a MMI ( Man Machine

More information

P3-SCM. General Specifications

P3-SCM. General Specifications General Specifications Module Type Modules per Base Modules per Group I/O Points Used Field Wiring Connector Operating Temperature Storage Temperature Humidity Environmental Air Vibration Shock Field to

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

DT7000 Communication I/O Gateway User s Guide Version 2.6

DT7000 Communication I/O Gateway User s Guide Version 2.6 DT7000 Communication I/O Gateway User s Guide Version 2.6 6 Clock Tower Place Suite 100 Maynard, MA 01754 USA Tel: (866) 837-1931 Tel: (978) 461-1140 FAX: (978) 461-1146 http://www.diamondt.com/ Liability

More information

APPLICATION NOTE #xx. Modbus Installation and Troubleshooting for AP9635/AP9635CH Network Management Card By Gary Ware.

APPLICATION NOTE #xx. Modbus Installation and Troubleshooting for AP9635/AP9635CH Network Management Card By Gary Ware. [ APPLICATION NOTE #168 ] APPLICATION NOTE #xx Modbus Installation and Troubleshooting for AP9635/AP9635CH By Gary Ware PROJECT AT A GLANCE Project Type Modbus installation Applications Data centers with

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

Generator Management Relay COMMUNICATIONS GUIDE

Generator Management Relay COMMUNICATIONS GUIDE Title Page g GE Industrial Systems 489 Generator Management Relay COMMUNICATIONS GUIDE Software Revision: 3.00 GE Publication Code: GEK-106495A Part Number: 1601-0149-A2 Copyright 2004 215 Anderson Avenue,

More information

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board Interface design document 6-2011 MODBUS Protocol Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board 1 T a b l e o f c o n t e n t s 1 TABLE OF CONTENTS... 2 1.1 TABLES...

More information

SCB-C08 USB to RS232/422/485 Converter

SCB-C08 USB to RS232/422/485 Converter SCB-C08 USB to RS232/422/485 Converter USB Interface RS-232 signal RS-422 signal: RS-485 signal: Cable Type Transmission distance Signal LED Direct power from USB port Power consumption: Compliant with

More information

USB to RS-232/RS422/485. URK-228-I USB To Serial Operation Manual

USB to RS-232/RS422/485. URK-228-I USB To Serial Operation Manual USB to RS-232/RS422/485 URK-228-I USB To Serial Operation Manual First Edition, Feb 2012 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel Views Description

More information

For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference.

For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference. For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference. Weather Station Setup Configuring the KTA-282 Connection Description V + Power

More information

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH232Ex1 Doc No: PH232Ex1-UM-001 #1 RS-232 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

Flasher Utility. QUANCOM Informationssysteme GmbH

Flasher Utility. QUANCOM Informationssysteme GmbH Flasher Utility Copyright Alle Angaben in diesem Handbuch sind nach sorgfältiger Prüfung zusammengestellt worden, gelten jedoch nicht als Zusicherung von Produkteigenschaften. QUANCOM haftet ausschließlich

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

DI-917MB/DI-918MB. Heavy-duty 1A solid-state relays provide dependable on/off control of industrial devices. Analog Output Module. Four Analog Outputs

DI-917MB/DI-918MB. Heavy-duty 1A solid-state relays provide dependable on/off control of industrial devices. Analog Output Module. Four Analog Outputs Multi-Channel Analog Output Modules DC Current or DC Voltage Outputs Discrete Outputs DI-917MB/DI-918MB Models DI-917MB: 4 current output channels DI-918MB: 4 voltage output channels Analog Output DI-917MB:

More information

INTEGRATED SYSTEMS AND CONTROL, INC. User s Hardware Manual. PCMNET V 7. xx

INTEGRATED SYSTEMS AND CONTROL, INC. User s Hardware Manual. PCMNET V 7. xx INTEGRATED SYSTEMS AND CONTROL, INC. User s Hardware Manual PCMNET V 7. xx INTEGRATED SYSTEMS AND CONTROLS, INC. PCMNET Users Manual Revised 2/4/2005 2003-2005 Integrated Systems and Control. Inc. PO Box

More information

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-A8VI Installation Guide. The 2300 series stations are designed to

More information

MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES

MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES MONITORING AND CONTROL REQUIREMENTS FOR DISTRIBUTED GENERATION FACILITIES 1. Introduction Real time monitoring and control is necessary to ensure public and employee safety and to protect the integrity

More information

D7000 SERIES MODBUS TCP/IP ETHERNET INTERFACE MODULES

D7000 SERIES MODBUS TCP/IP ETHERNET INTERFACE MODULES 11/17 D7000 SERIES MODBUS TCP/IP ETHERNET INTERFACE MODULES D7000 FEATURES Complete data acquisition systems. Analog and Digital I/O models available. RJ-45 Ethernet 10/100MB interface. Modbus TCP/IP Ethernet

More information

PRELIMINARY. USB1 / USB2 USB host interface to read data via memory stick. Bus Out (system bus) For connection to a router

PRELIMINARY. USB1 / USB2 USB host interface to read data via memory stick. Bus Out (system bus) For connection to a router sales@jumo.co.uk info@jumo.us Data sheet 705060 Page 1/12 JUMO mtron T Measuring, Control, and Automation System Multifunction panel 840 Brief description The multifunction panel 840 has a touchscreen

More information