Voltage regulator TAPCON 240

Size: px
Start display at page:

Download "Voltage regulator TAPCON 240"

Transcription

1 Voltage regulator TAPCON 240 Supplement /00 Protocol description SPA-Bus

2 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication of its contents are strictly prohibited unless expressly authorized. Offenders will be held liable for the payment of damages. All rights reserved in the event of the grant of a patent, utility model or ornamental design registration. The product may have been modified after this document went to press. We expressly reserve the right to make changes to the technical data, the design or the scope of delivery. Generally, the information provided and the arrangements agreed during processing of the relevant quotations and orders are binding. The original operating instructions were drawn up in German.

3 Table of Contents Table of Contents 1 General About this document Introduction Bus and protocol definitions Voltage regulator connections Settings on the voltage regulator Interfaces on the CIC card Message formats Communication between master and slaves Data read from slave Direct data write to slave Simultaneous write to all slaves using the broadcast address Device data points Maschinenfabrik Reinhausen /00 EN TAPCON 240 3

4

5 1 General 1 General 1.1 About this document This document describes implementation of the interface protocol SPA-Bus for the TAPCON 240. Read this description along with the technical file for the TAPCON 240. Parts of this supplement are taken from the technical description "SPA-Bus Communication Protocol V2.5" (1MRS MTD EN) from ABB. 1.2 Introduction The SPA-bus was originally designed as a fieldbus in a distributed protection, control and event reporting system. The system may incorporate slave units as protective relays, control units and alarm units connected over the SPAbus to a master unit. In addition to this the bus can be used to transfer data to and from other units of a secondary equipment system in a substation of an electrical power network. Defined in this document is the communication protocol used in communications over the SPA-bus. Maschinenfabrik Reinhausen /00 EN TAPCON 240 5

6 1 General 1.3 Bus and protocol definitions The SPA-bus uses an asynchronous serial communications protocol (1 start bit, 7 data bits + even parity, 1 stop bit) with data transfer rate of 9.6 kb/s. Messages on the bus consist of ASCII characters. The bus can support one master and several slaves. The basic construction of the protocol assumes that the slave has no selfinitiated need to talk to the master but the master is aware of the data contained in the slaves and, consequently, can request required data. In addition, the master can send data to the slave. Requesting by the master can be performed either by sequenced polling (e.g. for event information) or only on demand. The master requests slave information using request messages and sends information to the slave in write messages. Furthermore, the master can send all slaves in common a broadcast message containing time or other data. The inactive state of bus transmit and receive lines is a logical "1". 6 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

7 2 Voltage regulator connections 2 Voltage regulator connections The physical interfaces RS232, RS485 and optional fiber-optic cables are provided on the Voltage regulator for data transfer via the SPA-Bus protocol. Figure 1 CIC card 1 RS232 (9 pin female SUB-D connector) 2 RS485 3 Ethernet RJ45 (optional) 4 FH-ST or F-SMA fiber-optic cable in 850 nm or 660 nm (optional) 5 Reset key 6 TxD LED for transmit signal 7 RxD LED for receive signal 8 Clk LED for operating mode (flashes for 2 seconds) 9 Clip for connecting cable shield with functional ground Maschinenfabrik Reinhausen /00 EN TAPCON 240 7

8 2 Voltage regulator connections RS232 RS485 Fiber-optic cable (optional) 9 pin female SUB-D connector Pin 2: TxD Pin 3: RxD Pin 5: GND 3 pin connector from Phoenix (MC1.5/3 GF 3.5) Pin 1: GND (100 Ω ground resistance) Pin 2: B (inverted) Pin 3: A (not inverted) Polarity: A > B by 200 mv corresponds to 1. A < B by 200 mv corresponds to 0. An interrupted communication line corresponds to 1. The start bit has the designation 0. Recommended terminating resistor 120 Ω. FH-ST (850 nm or 660 nm) F-SMA (850 nm or 660 nm) Table 1 Interfaces available Transfer on physical plane: Asynchronous with 7 data bits, even parity, 1 stop bit (7E1) 8 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

9 3 Settings on the voltage regulator 3 Settings on the voltage regulator The following chapters describe how to set the parameters for communication at the relevant interface on the TAPCON 240. > Configuration > Next* > Comm. interface Depending on the product version and software, you will need to press "Next" a varying number of times to reach the "Comm. interface" menu. You will find more information on how to set the parameters in the technical file for TAPCON Interfaces on the CIC card Communication interface RS232, RS485, fiber-optic cable (optional) Baud rate communication 9.6 kilobaud SCADA address selectable between Send delay time Delay until response is sent Fiber-optic cable light ON/OFF Definition of logical level for fiber-optic cable Table 2 Settings for interfaces Maschinenfabrik Reinhausen /00 EN TAPCON 240 9

10 4 Message formats 4 Message formats The messages only include printable ASCII characters (0AH, 0DH, 20H,..., 7EH). Messages sent by the master are started with a begin bracket ">", and the slave messages start with characters "lf<". The master messages end with character "cr" (0DH) while the slave messages end with characters "crlf" (0DH and 0AH). The slave can use character "&" to indicate continuation of the message on the next line. The maximum total length of the message is limited to 255 characters. No restrictions are set to the number of lines as far as the message maximum length is not exceeded. Master messages are always in a single-line format. The master message has the following format: > nte/exm/m: xxxx/xxxx/xxx/xx: CC cr Start character Header Data part Checksum Stop character The slave message format is as follows: lf< nt: xxxx/xxxx/xxx: CC crlf Start characters or Header Data part Checksum Stop characters lf< nt: xxxx/xx&crlfxx/xxx: CC crlf Start characters Header where n = slave number T = message type code e = channel number e/e = first/last channel x = data category code (data type) m = data number m/m = first/last data Data part with continuation character "&" Checksum Stop characters The delimiter character ":" separates the message header from the data part and the data part from the checksum, respectively. 10 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

11 5 Communication between master and slaves 5 Communication between master and slaves 5.1 Data read from slave 1. Master sends a read message 2. Slave replies with a data message Master Slave R ========> <======== D Example: Variable 7 of channel 0 (manual/auto) of slave 2 is requested by the master using message: >2R0V7:XXcr The slave replies the request by message: lf<2d:1:xxcrlf 5.2 Direct data write to slave 1. Master sends data to slave 2. Slave acknowledges data Master Slave W ========> <======== A Example: Variable 7 of channel 0 (manual/auto) of slave 2 is written with the value 1 by the master using message: >2W0V7:1:XXcr The slave replies the request by message: lf<2a:xxcrlf Maschinenfabrik Reinhausen /00 EN TAPCON

12 5 Communication between master and slaves 5.3 Simultaneous write to all slaves using the broadcast address 1. Master sends data to all slaves (No acknowledgment is sent by the slaves.) Master Slave W ========> Example: Master sends clock message: >900WT:37.271:XXcr 12 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

13 6 Device data points 6 Device data points Address Read Write Event on Event off Description 0I1 R Apparent current (percentage) 0I2 R Deviation (percentage) 0I3 R Active current (percentage) 0I4 R Actual voltage (volts) 0I5 R Reactive current (percentage) 0I7 R Tap position 0O10 - W - - Raise If 1 is written, the TAPCON 240 will make a switching pulse in the voltage raise direction. The TAPCON 240 has to be in manual mode. 0O11 - W - - Lower If 1 is written, the TAPCON 240 will make a switching pulse in the voltage lower direction. The TAPCON 240 has to be in manual mode. 0S1 R W - - Voltage level (volts) 0S2 R Reserved value 0S3 R Reserved value 0S4 R Reserved value 0S5 R Reserved value 0S7 R Reserved value 0S9 R Reserved value 0S10 R Reserved value 0S11 R Reserved value 0S12 R Reserved value 0S13 R Reserved value 0S15 R Reserved value 0S16 R Reserved value 0S17 R Reserved value 0S20 R Reserved value 0S21 R Reserved value 0S22 R Reserved value 0S23 R Reserved value Maschinenfabrik Reinhausen /00 EN TAPCON

14 6 Device data points Address Read Write Event on Event off Description 0V6 R Local/Remote 1: Remote 0: Local The TAPCON 240 has no local/remote-switch. It can be parameterized to use an input signal for "local". 0V7 R W 3 4 Manual/Auto 1: Auto 0: Manual 0V8 R W 6 5 Parallel control 1: Parallel control mode "Circulating current" 0: Parallel control off Status 1 for "Circulating current" is fed back if parallel operation is actually active. Parallel control on/off can only be written with some versions of the TAP- CON 240 software. Normally parallel control on/off is only an indication of the actual status of the TAPCON V9 R W - - Reserved status 11 0V11 R Motor drive running 0V12 R Reserved 0V13 R W Parameterizable indication no. 2 The TAPCON 240 has four parameterizable indications. These can be set to an input or to a relay. The indications will be 1 if there is a signal at the parameterized input or if the parameterized relay is ON. 0V14 R W Reserved status 1 0V15 R Status of overvoltage U> 0: No overvoltage 1: Overvoltage 0V16 R Status of undervoltage U< 0: No undervoltage 1: Undervoltage 0V17 R Status of overcurrent I> 0: No overcurrent 1: Overcurrent 0V18 R Status of parallel control error 0: No parallel control error 1: Parallel control error 14 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

15 6 Device data points Address Read Write Event on Event off Description 0V19 R W Parameterizable indication no. 1 0V20 R W - - SI command 1 0V21 R W - - SI command 2 0V22 R W - - SI command 3 Each of the three "SI commands" sets a corresponding flag in the TAPCON 240. The status of the flags can be used like an input of the IO or UC module to activate or deactivate a function of the TAPCON 240. Example: If the "Input parallel group 1" parameter is set to "SI:cmd1" for two TAPCONs, then parallel control of these TAPCONS can be switched on/off by setting "SI command 1" on/off for both TAPCONs. 0V26 R Parameterizable indication no. 3 0V27 R W - - Parallel control mode "master" 0V28 R W - - Parallel control mode "follower" 0V33 R Function monitoring error (15 minutes supervision) 0: No function monitoring error 1: Function monitoring error 0V35 R W - - Parallel control mode "circulating current" (status message indicating whether parallel operation is running on circulating reactive current) The TAPCON 240 has to be in parallel operation. 0V36 R W - - Parameterizable indication no. 4 0V37 R W - - Reserved status 8 0V38 R W Reserved status 9 0V39 R W Reserved status 10 0V40 R W - - Voltage level raise/lower Write 1 to raise voltage level one step Write 0 to lower voltage level one step The voltage level is changed in parameterized steps. Only available if the "voltage level delta" parameter in the TAPCON 240 is not zero. Maschinenfabrik Reinhausen /00 EN TAPCON

16 6 Device data points Address Read Write Event on Event off Description 0V40 0V41 0V42 R R R W W W Voltage level 1 Voltage level 2 Voltage level 3 Indication/command for selected voltage level. The commands are available if the "voltage level delta" parameter in the TAPCON 240 is zero and the position of the inputs for remote control of voltage level 2/3 is off. The TAPCON 240 can be parameterized to set 32 bits in the dual port RAM to the SI module according to the signals at some IO or UC inputs. If this function is enabled, the 32 bits are sent to SPA bus as 0V50..0V This event follows an interface module reset This event follows an internal event buffer overflow. Table 3 Device data points 16 TAPCON /00 EN Maschinenfabrik Reinhausen 2010

17

18 /00 EN 12/10 Maschinenfabrik Reinhausen GmbH Falkensteinstrasse Regensburg Phone: Fax: sales@reinhausen.com

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 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

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

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

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 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 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

Laststufenschalter. Supplement. Betriebsanleitung. Device Profile Document MODBUS

Laststufenschalter. Supplement. Betriebsanleitung. Device Profile Document MODBUS Laststufenschalter Voltage Regulator TAPCON VACUTAP 230 VRAVT I HD Betriebsanleitung Supplement Device Profile Document MODBUS Alle Rechte bei Maschinenfabrik Reinhausen Weitergabe sowie Vervielfältigung

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

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

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

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

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

Analog display for resistance current

Analog display for resistance current www.reinhausen.com Analog display for resistance current Operating Instructions BA 2220061/01 NOTE The product may have been modified after this document went to press. We expressly reserve the right to

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

Voltage Regulator TAPCON 240

Voltage Regulator TAPCON 240 Voltage Regulator TAPCON 240 Supplement 2397996/01 EN. Protocol specification IEC 60870-5-101 All rights reserved by Maschinenfabrik Reinhausen Dissemination and reproduction of this document and use and

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

Trafoguard reliable monitoring of Transformer operating statuses. Transformer control

Trafoguard reliable monitoring of Transformer operating statuses. Transformer control Trafoguard reliable monitoring of Transformer operating statuses. Transformer control 2 Trafoguard Trafoguard money can't buy a better way of ensuring economic Transformer operation. Trafoguard Trafoguard

More information

Digital On-Load Tap Changer Voltage Controller TAPCON 250 Operating Instructions (short version) BA 289

Digital On-Load Tap Changer Voltage Controller TAPCON 250 Operating Instructions (short version) BA 289 www.reinhausen.com Digital On-Load Tap Changer Voltage Controller Operating Instructions (short version) BA 289 Defined movement of the drive shaft REGULATING TRANSFORMER Changing the Transformer Ratio

More information

Monitoring system TAPGUARD 240. Operating Instructions 244/04

Monitoring system TAPGUARD 240. Operating Instructions 244/04 Monitoring system TAPGUARD 240 Operating Instructions 244/04 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and communication of its contents

More information

MSENSE BM MONITORING FOR BUSHINGS.

MSENSE BM MONITORING FOR BUSHINGS. MSENSE BM MONITORING FOR BUSHINGS. WWW.REINHAUSEN.COM MSENSE BM Monitoring of three high-voltage bushings with reference system Voltage transformer (high-voltage side) ΔC1comp Δtan δ1comp t MSENSE BM t

More information

Data communication and reporting unit

Data communication and reporting unit SRIO 500M Data communication and reporting unit User s manual and Technical description SRIO 500M FAULT ON 1 2 SERIAL IF 4 LOCAL 1 2 3 4 5 6 7 8 1 0 0542A 1MRS 750540-MUM EN Issued 1996-10-23 Modified

More information

IT 1910i. Industrial 2D-code hand-held scanner TECHNICAL DESCRIPTION. make technical changes EN /06. We reserve the right to

IT 1910i. Industrial 2D-code hand-held scanner TECHNICAL DESCRIPTION. make technical changes EN /06. We reserve the right to IT 1910i Industrial 2D-code hand-held scanner EN 50123791 2013/06 We reserve the right to make technical changes TECHNICAL DESCRIPTION 2013 Leuze electronic GmbH + Co. KG In der Braike 1 D-73277 Owen /

More information

Voltage Controller TAPCON 250

Voltage Controller TAPCON 250 www.reinhausen.com Voltage Controller TAPCON 250 Quick Reference Guide 2009 All rights reserved, Maschinenfabrik Reinhausen Unauthorised copying and distribution of this document and the utilisation and

More information

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual

Motors Automation Energy Transmission & Distribution Coatings. Profibus DP SRW 01. User s Manual Motors Automation Energy Transmission & Distribution Coatings Profibus DP SRW 01 User s Manual Profibus DP User s Manual Series: SRW 01 Firmware Version: V6.0X Language: English Document Number: 10000521541

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

Data communication and reporting unit

Data communication and reporting unit FAULT SRIO 1000M Data communication and reporting unit User s manual and Technical description SRIO 1000M ON 1 2 SERIAL IF 4 LOCAL 1 2 3 4 5 6 7 8 1 0 0543A 1MRS 750533-MUM EN Issued 1996-10-23 Modified

More information

Station 2. Inverter. PU connector (Note1)

Station 2. Inverter. PU connector (Note1) using the E500 series drives General This data sheet describes the correct techniques for using E500 series inverters on a standard RS485 serial comms link. Up to 32 inverters may be connected. Max comms

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

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

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

Operator Manual for Profibus

Operator Manual for Profibus PROCESS ANALYSERS SERVOPRO MultiExact Operator Manual for Profibus Part Number: Revision: Language: 05410007A 0 UK English This page intentionally blank LIST OF CONTENTS Section Page 1. DESCRIPTION AND

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

ModBus Communication protocol. The ModBus protocol is an industrial communications and distributed control system

ModBus Communication protocol. The ModBus protocol is an industrial communications and distributed control system ModBus Communication protocol ModBus Communication Standards The ModBus protocol is an industrial communications and distributed control system to integrate PLCs, computers, terminals, and other monitoring,

More information

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

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

SPA-ZC 200/SPA-ZC 202 IEC /SPA-gateway Modules. Installation Manual

SPA-ZC 200/SPA-ZC 202 IEC /SPA-gateway Modules. Installation Manual Issued: 29.03.2001 Version: A/29.03.2001 Checked: M.K. Approved: We reserve the right to change data without prior notice. Contents: 1. Safety information...4 2. Introduction...5 2.1. Contents of delivery...5

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

More information

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

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

More information

Copyright: December 2017 Nidec Issue: E

Copyright: December 2017 Nidec Issue: E General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent or incorrect installation or adjustment of the optional parameters of the equipment

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

SMART RELAY SRW 01 V4.0X

SMART RELAY SRW 01 V4.0X Motors Automation Energy Transmission & Distribution Coatings SMART RELAY SRW 01 V4.0X Profibus DP Communication Manual Profibus DP Communication Manual Series: SRW 01 Firmware Version: V4.0X Language:

More information

Voltage regulator. SPAU 341 C 1MRS MBG Issued: July 1998 Status: Revised Version: C/ Data subject to change without notice

Voltage regulator. SPAU 341 C 1MRS MBG Issued: July 1998 Status: Revised Version: C/ Data subject to change without notice Issued: July 1998 Status: Revised Version: C/08.10.2003 Data subject to change without notice Features Comprehensive voltage regulation for power transformers with on-load tapchangers in distribution substations

More information

DeviceNet Interface User Manual

DeviceNet Interface User Manual Documentation of the DeviceNet Interface of the following Drives: - E1100-DN (-HC, XC) - E1100-GP (-HC, XC) - E1130-DP (-HC, XC) - B1100-GP (-HC, XC) DeviceNet Interface User Manual 2013 NTI AG This work

More information

User Guide. Modbus Module. For Digistart soft starters. Part Number: Issue: 3.

User Guide. Modbus Module. For Digistart soft starters. Part Number: Issue: 3. User Guide Modbus Module For Digistart soft starters Part Number: 477-9-3 Issue: 3 General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

More information

Single-Axis Counter BDD 611

Single-Axis Counter BDD 611 Single-Axis Counter BDD 611 Technical Description, User's Guide english No. 611-150 D/E. Edition 0705; Subject to modification. Replaces edition 0701. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765

More information

GRIDCON itap ON-LOAD TAP-CHANGER FOR DISTRIBUTION GRIDS. POWER QUALITY

GRIDCON itap ON-LOAD TAP-CHANGER FOR DISTRIBUTION GRIDS. POWER QUALITY GRIDCON itap ON-LOAD TAP-CHANGER FOR DISTRIBUTION GRIDS. POWER QUALITY GRIDCON itap ECONOMICALLY INTEGRATING RENEWABLE ENERGIES INTO THE GRID. RUNNING INDUSTRIAL PROCESSES STABLY WHILE OPTIMIZING ENERGY

More information

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0 Sierra Radio Systems Mesh Data Network Reference Manual Version 1.0 Contents Hardware Xbee backpack board Xbee base station Xbee firmware configuration RS485 network power injector Protocol specification

More information

Tap Manager TM100. Operating Instructions

Tap Manager TM100. Operating Instructions Tap Manager TM100 Operating Instructions 2 Contents Contents 1 General... 5 1.1 Safety instructions... 5 1.2 Application... 5 2 Design... 6 2.1 Controls... 6 2.1.1 Scroll keys in display field... 6 2.1.2

More information

DCP - Interface. Dynavert L. Technical Description July 2010 (Draft) Dynavert

DCP - Interface. Dynavert L. Technical Description July 2010 (Draft) Dynavert DCP - Interface Dynavert L Technical Description July 2010 (Draft) Dynavert Introduction 1 Main characteristics 2 DCP Interface for Dynavert L Technical Description (Draft) Protocol including position

More information

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.3 1/ /11/25

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.3 1/ /11/25 ST Sitronix ST7565R 65 x 32 Dot Matrix LCD Controller/Driver Features Direct display of RAM data through the display data RAM. RAM capacity : 65 x 32 = 8580 bits Display duty selectable by select pin /65

More information

EXCELL PRECISION CO., LTD.

EXCELL PRECISION CO., LTD. Excell Precision Limited 24. All rights reserved Worldwide. The information contained herein is the property of Excell Precision Limited and is supplied without liability for errors or omissions. No part

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

Operating instructions. and commissioning instructions

Operating instructions. and commissioning instructions On-load Regulator Voltage tap-changer TAPCON VACUTAP 230 VR AVTI HD Operating instructions Installation and commissioning instructions All rights reserved, Maschinenfabrik Reinhausen Unauthorized copying

More information

The I-7530A RS-232/485/422 to CAN Converter

The I-7530A RS-232/485/422 to CAN Converter The I-7530A RS-232/485/422 to CAN Converter User s Manual Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year from the date of delivery

More information

Manual Fiber Optic Interfaces

Manual Fiber Optic Interfaces Manual Fiber Optic Interfaces Type 81210, 81211 61210, 61211 65210, 65211 41210 Release 1.4 Subject to error and alteration 31 06/2007 by Wiesemann & Theis GmbH Subject to error and alteration: Since it

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

Gateway 1400 Reference Manual

Gateway 1400 Reference Manual Profibus-DP Gateway 1400 Reference Manual Copyright All Rights Reserved. No part of this document may be copied, reproduced, republished, uploaded, posted, transmitted, distributed, stored in or introduced

More information

Softstarters. Type PSTX Fieldbus communication, Fieldbus Plug Modbus RTU. 1SFC132092M0201 June SFC132092M0201 1

Softstarters. Type PSTX Fieldbus communication, Fieldbus Plug Modbus RTU. 1SFC132092M0201 June SFC132092M0201 1 Softstarters Type PSTX Fieldbus communication, Fieldbus Plug Modbus RTU 1SFC132092M0201 June 2017 1SFC132092M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and

More information

Preliminary information technical changes reserved

Preliminary information technical changes reserved NetDCU52 Hardware Version 102 Date 23062005 by F & S Elektronik Systeme GmbH 2005 Preliminary information technical changes reserved F & S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart

More information

COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R

COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R COMMUNICATION INSTRUCTION MANUAL Temperature Controller KT4R No. KT4RCE1 2015.06 This manual contains instructions for communication functions of the KT4R. To prevent accidents arising from the misuse

More information

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2 A262B Interface Board Connection and Application Data Introduction Page 1 Power Supply Requirements & Hardware Options Page 2 External Connectors (Functions & Pinouts) Page 2 Software Requirements (Control

More information

DUAL LOOP DETECTOR WITH MODBUS COMMUNICATIONS

DUAL LOOP DETECTOR WITH MODBUS COMMUNICATIONS LD220 DUAL LOOP DETECTOR WITH MODBUS COMMUNICATIONS USER MANUAL P.O.Box 24 STANFIELD 3613 SOUTH AFRICA Tel: +27 (031) 7028033 Fax: +27 (031) 7028041 Email: proconel@proconel.com Web: www.proconel.com 18/08/2005

More information

Voltage Regulator TAPCON

Voltage Regulator TAPCON Voltage Regulator TAPCON Operating Instructions 3587317/10 EN All rights reserved by Maschinenfabrik Reinhausen Dissemination and reproduction of this document and use and disclosure of its content are

More information

8051 Serial Communication

8051 Serial Communication 8051 Serial Communication Basics of serial communication Parallel: transfers eight bits of data simultaneously over eight data lines expensive - short distance fast Serial : one bit at a time is transferred

More information

ST Sitronix ST7565P. 65 x 132 Dot Matrix LCD Controller/Driver

ST Sitronix ST7565P. 65 x 132 Dot Matrix LCD Controller/Driver ST Sitronix ST7565P 65 x 132 Dot Matrix LCD Controller/Driver FEATURES Direct display of RAM data through the display data RAM. RAM capacity : 65 x 132 = 8580 bits Display duty selectable by select pin

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

SCHMIDT Sensor interface PROFIBUS Instructions for use

SCHMIDT Sensor interface PROFIBUS Instructions for use SCHMIDT Sensor interface PROFIBUS Instructions for use Table of contents 1 Important information... 3 2 Intended use... 4 3 Electrical connection... 4 4 Signalizations... 7 5 Startup... 9 6 Technical data...

More information

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL WARNING Installation, setting, inspection and maintenance operations must be performed only by qualified personnel in charge of it. Any operation must be

More information

W&T Manual Interface modules W&T

W&T Manual Interface modules W&T Manual Subject to error and alteration Model 18801, 18811 18802, 18812 18803, 18813, 18833 18601, 18611 18602, 18612 18613, 18633 18401, 18411 18402, 18412 Release 1.7 43 09/2013 by Wiesemann und Theis

More information

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation HART / EtherNet/IP Gateway GT200-HT-EI V 1.0 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical

More information

Expansion modules M-CVM-AB-8I-8OTR. Description Expansion module with 8 digital inputs and 8 transistor outputs. Maximum power consumed

Expansion modules M-CVM-AB-8I-8OTR. Description Expansion module with 8 digital inputs and 8 transistor outputs. Maximum power consumed -8I-8OTR Expansion module with 8 digital inputs and 8 transistor outputs. Digital inputs Reports via communications: Logic states of non-unit external systems Metering of the impulses generated by other

More information

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0

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

More information

1.5 axis motion controller

1.5 axis motion controller Ver. CHARGE POWER CN3 CN CN SERVOPACK RUN RD MCW5 STS SD 6 +4V SGDH- Ver. CHARGE CN CN3 CN SERVOPACK POWER 0 MCW5 RUN STS RD SD 6 +4V R88A-MCW5-@.5 axis motion controller Advanced motion made perfectly

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

vacon nx ac drives brake chopper unit (bcu) application user s manual

vacon nx ac drives brake chopper unit (bcu) application user s manual vacon nx ac drives brake chopper unit (bcu) application user s manual 2 vacon Introduction Vacon Brake Chopper Unit application INDEX Document code: DPD01565A Software code: ABFIFF01V113 Date: 27.3.2014

More information

GPD 506 / Modbus RTU Technical Manual

GPD 506 / Modbus RTU Technical Manual GPD 506 / Modbus RTU Technical Manual Technical References Refer to the following publications for further information about the GPD 506/P5: GPD 506/P5 Technical Manual Publication TM 4506 RS-232C/485

More information

EASY21x/23x-EVA. Evaluation Board for EASY21x / EASY23x PLC core. General Description. Ordering Information

EASY21x/23x-EVA. Evaluation Board for EASY21x / EASY23x PLC core. General Description. Ordering Information Evaluation Board for EASY21x / EASY23x PLC core General Description The is an evaluation board for the PLC core modules and PLC chips just like the EASY215 or EASY235 series. The board supports all the

More information

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL

JCL-33A (C5) Warning. 1. System Configuration COMMUNICATION INSTRUCTION MANUAL COMMUNICATION INSTRUCTION MANUAL JCL-33A (C5) No.JCL3CE3 2018.11 This manual contains instructions for the communication functions, operations and notes when operating the JCL-33A. To prevent accidents

More information

ABB Drives. User s Manual RS-485 Adapter Board FRSA-00

ABB Drives. User s Manual RS-485 Adapter Board FRSA-00 ABB Drives User s Manual RS-485 Adapter Board FRSA-00 Table of Contents 1 INTRODUCTION... 2 1.1 Overview... 2 1.2 Technical Data of RS-485 Link... 2 1.3 RS-485 Bus Topology... 2 2 INSTALLATION... 2 2.1

More information

QSB Command List. Document Version /15/2017

QSB Command List. Document Version /15/2017 QSB Command List Document Version 1.25 8/15/2017 1 of 17 Terms and Conditions of License for use of gratuitous software Thank you for purchasing US Digital products. By downloading or using US Digital

More information

MCS-51 Serial Port A T 8 9 C 5 2 1

MCS-51 Serial Port A T 8 9 C 5 2 1 MCS-51 Serial Port AT89C52 1 Introduction to Serial Communications Serial vs. Parallel transfer of data Simplex, Duplex and half-duplex modes Synchronous, Asynchronous UART Universal Asynchronous Receiver/Transmitter.

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

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/415 Rate Monitor Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Setting Up Your Display For Operation... 1.1 Accessing

More information

A Issue A Original. Instruction Manual. nxds Serial Comms Interface

A Issue A Original. Instruction Manual. nxds Serial Comms Interface Instruction Manual A735-01-860 Issue A Original nxds Serial Comms Interface Description nxds6i nxds10i nxds15i nxds20i Item Number A735-01-983 A736-01-983 A737-01-983 A738-01-983 nxds6ic nxds10ic nxds15ic

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

ATK3 I/O Module (Modbus Slave)

ATK3 I/O Module (Modbus Slave) ATK3 I/O Module (Modbus Slave) 2011-01-13 The ATK3 I/O Module by ElectroCom Table of contents 2011-01-13...1 The ATK3 I/O Module by ElectroCom...1 1 Hardware...2 1.1 Inputs...3 1.2 Outputs...3 1.2.1 Relay...3

More information

Operating Manual UMB ISO Converter ISOCON Order Number: 8160.UISO

Operating Manual UMB ISO Converter ISOCON Order Number: 8160.UISO Order Number: 8160.UISO Status: V3; 17.09.2010c G. Lufft Mess- und Regeltechnik GmbH, Fellbach, Germany 1 TABLE OF CONTENTS PLEASE READ BEFORE USE... 3 DESCRIPTION... 5 UMB ISO CONVERTER ISOCON... 6 CONFIGURATION...

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

CANopen CFW100. User s Manual. Phone: Fax: Web: -

CANopen CFW100. User s Manual. Phone: Fax: Web:  - CANopen CFW100 User s Manual CANopen User s Manual Series: CFW100 Language: English Document Number: 10002835377 / 00 Publication Date: 06/2014 CONTENTS CONTENTS... 3 ABOUT THE MANUAL... 5 ABBREVIATIONS

More information

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us!

Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! Laser diode driver Datasheet & User Manual Before powering on your driver, read this manual thoroughly. If you have any doubt or suggestion, please do not hesitate to contact us! LLC, st. Sedova, 37, lit.

More information

Elotech Standard Protocol. for Single R8200 SC

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

More information

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1)

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1) COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER No.KTC3E2 2006.08 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual. For this product

More information

Anybus-CC CFW-11. User s Manual. Phone: Fax: Web: -

Anybus-CC CFW-11. User s Manual. Phone: Fax: Web:  - Anybus-CC CFW-11 User s Manual Anybus-CC User s Manual Series: CFW-11 Language: English Document Number: 0899.5750 / 06 Publication Date: 09/2013 CONTENTS CONTENTS... 3 ABOUT THE MANUAL... 6 ABBREVIATIONS

More information

Central processing units CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226

Central processing units CPU 221, CPU 222, CPU 224, CPU 224 XP, CPU 224 XPsi, CPU 226 Overview CPU 226 The high-performance package for complex technical tasks With additional PPI port for more flexibility and communication options With 40 inputs/outputs on board Expansion capability for

More information

EM271 COMMUNICATION PROTOCOL. Version 0 Revision 0

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

More information

Structure and Function

Structure and Function Communication processors Communication processors Structure and Function Communication processors for the connection of different target and source systems, such as via Ethernet to higher-level MES and

More information

IO64 User's Manual. Rev C. Document

IO64 User's Manual. Rev C. Document IO64 User's Manual Rev C Document 940524 (c) 1994 by Alcorn McBride Inc. 3300 S. Hiawassee Bldg. 105 Orlando, Florida 32835 Tel: (407) 296-5800 Fax: (407) 296-5801 Every effort has been made to assure

More information

MHV-4 Datasheet V1.3

MHV-4 Datasheet V1.3 Datasheet V1.3 4 channel, 400 V detector bias supply The mesytec MHV-4 is a modern 4-channel high precision bias supply unit for detector bias voltages up to 400 V. It is designed to supply highly stable

More information