RGAM Communication protocol description I 94 GB Date: March 10, 1999

Size: px
Start display at page:

Download "RGAM Communication protocol description I 94 GB Date: March 10, 1999"

Transcription

1 RGAM Communication protocol description I 94 GB Date: March 10, 1999 General features: Master-slave protocol, where usually the master is a Personal Computer or a device capable of communication and data processing (intelligent terminal). Multidrop configuration. Up to 32 stations can share the same communication line. Half- duplex communication with standard two-wire RS-485 interface. RGAM..RC units have a built-in RS-485 interface, while the master is usually connected by means of a RS-232 to RS-485 converter with automatic control of the transmission line. Transmission format is: 9600 bps, 8 data bit, no parity, 1 stop bit. ASCII mnemonic-code messages. Possibility to connect a couple of modems between the master and the RS232 / RS485 converter. Windows-based Remote control software available. Message structure: Every message has a frame with the following structure. ( AA CC O DDD...DDD &CK ) CR LF where: ( ASCII 28H character. Indicates the begin of the message. AA Address. Two-digit number that selects the address of the RGAM to which the message has to be sent ( when transmitted by the master) or that identifies the provenience of the message (when transmitted by the slave). CC Op-code. Two ASCII chars that identify the meaning of the message. O Operator. Action that has to be connected to the previous op-code. It can be? for a request, = for a write action (transmitted by the master) or for an answer (transmitted by the slave), : for confirm,! for forcing. Not all the opcodes can support all the operands. DD..DDD Data to be transmitted. Length varies depending upon the op-code and operand. Data can sometimes be separated by commas or by =. & ASCII 26H character. Indicates the end of data and the begin of message checksum (optional). CK Checksum. Two ASCII chars, indicating the Low significant byte of the algebraic sum of the single bytes transmitted, starting from AA up to the last D before &. Checksum transmission is optional. ) ASCII 29H character. Indicates ASCII message end. CR Carriage return 0DH. Added to the end of the message. LF Line Feed 0AH. Added to the end of the message. Master: (01MV?)CRLF The master asks 3-ph mains voltage value to RGAM station 01 (01MV=00400=00399=00401)CRLF RGAM answers 400, 399 and 401V Master: (01MV?&43)CRLF Same as above, using checksum (01MV=00400=00399=00401&A9)CRLF RGAM answers using checksum. Codice documento: I94GB03_99.DOC Pagina nr. 1 di 10

2 Mnemonic op-code table: Op-code Operand Operand Description (master side) (slave side) ID? = Identification request ST? = General status request ER? = Error status request MV? = Mains voltage value (3-phase) request GV? = Generator voltage value request FR? = Generator frequency request BV? = Battery voltage request HR? = Engine total working time request (Hours - minutes) MN? = Time-to-maintenance request AV? = Battery charger alternator voltage request IO? = Digital Input / Output status request PS? = Front panel status request AT?, = =, : Automatic test request/forcing OF! : OFF mode forcing MA! : MAN mode forcing AU! : AUT mode forcing TE! : TEST mode forcing KO! : OFF key pressing simulation KM! : MAN key pressing simulation KA! : AUT key pressing simulation KT! : TEST key pressing simulation KR! : SELECT-RESET key pressing simulation KS! : START key pressing simulation KP! : STOP key pressing simulation KN! : MAINS key pressing simulation KG! : GEN key pressing simulation MR! : Maintenance interval reset RB! : System reboot SB?,= =, : Base setup values request / writing SA?,= =, : Advanced setup values request / writing SI?,= =, : Programmable inputs setup values request / writing ET? = Event timer and pointer EL?,= =,: Event log data Codice documento: I94GB03_99.DOC Pagina nr. 2 di 10

3 ID Identification request The ID code is useful to ask to the RGAM the type and version of software and hardware. The slave answers with project code, denomination, firmware version, date, program memory checksum and board nominal power supply voltage. Master: (01ID?)CRLF (01ID=LOVATO 5B1 RGAM REV.02 DATE: CKS: V)CRLF ST - General status request Useful to ask general status information to the RGAM. The presence of a determinate condition is evidenced by an alpha-char, while the absence of that condition is evidenced by a.. The answer is a 9-char data string. Each character of that string has the following meaning: Char Description position 1 O If system is in OFF mode M in MAN mode A in AUT mode T in TEST mode 2 R If the engine is running. If not 3 A If the alarm delay (oil + temp) has elapsed. if alarms are not yet enabled 4 M If mains voltage is present (inside limits). if not 5 G If generator voltage is present (inside limits). if not 6 M if mains contactor is closed. if open 7 G if generator contactor is closed. if open 8 E if there are live alarms. no alarms 9 T Automatic test is enabled. disabled Master: (01ST?)CRLF (01ST=A.. M. M..T )CRLF The message indicates that RGAM station 01 status is: AUT mode, engine stopped, alarms disabled, mains voltage ok, generator voltage not present, mains contactor closed, generator contactor opened, no live alarms present, automatic test enabled. ER Error status request By means of this op-code it is possible to ask to RGAM if there are alarms present. In this case, their code will be answered. If there is no alarm present, 000 will be transmitted. Master: (01ER?)CRLF (01ER=001=013 )CRLF Two alarms present: A01 Oil pressure and A13 Emergency stop Master: (01ER?)CRLF (01ER=000)CRLF No alarms present. Codice documento: I94GB03_99.DOC Pagina nr. 3 di 10

4 MV Mains voltage request With this code the master can ask the instantaneous value of the three-phase mains voltage. The measures are expressed in Volt (RMS) each one in a five-digit decimal value. Master: (02MV?)CRLF (02MV=00381=00385=00383)CRLF GV Generator voltage request Returns the generator voltage value. Master: (02GV?)CRLF (02GV=00400)CRLF FR Generator frequency request Returns the generator frequency value, expressed in Hz/10. Master: (01FR?)CRLF (01FR=00502)CRLF The generator frequency is 50.2 Hz BV Battery voltage request Returns the last battery voltage, expressed in Volts/10. We remind that there are two types of RGAM, with 12V and 24V nominal battery supply. Master: (02BV?)CRLF (02BV=00142)CRLF The battery voltage of station 02 is 14.2VDC HR Engine working time counter Returns the hours and minutes of the engine working time counter. This counter is kept even without battery supply. The answer format has 3 digits for hours and two digits for minutes. Master: (03HR?)CRLF (03HR=02535)CRLF Station 03 engine working time counter is 25h35min MN Time-to-maintenance request Returns the minutes left before maintenance interval request. Master: (01MN?)CRLF (01MN=00186)CRLF There are 3h 06min left before maintenance AV - Battery charger alternator voltage request Returns the last value of the voltage applied to the battery charger input, expressed in V/10. Master: (01AV?)CRLF (01AV=00142)CRLF The battery charger alternator voltage is 14.2V Codice documento: I94GB03_99.DOC Pagina nr. 4 di 10

5 IO Input / Output status request Returns a 15-character string. Each character represents the status of one I/O line of the RGAM, as shown in the following table: Char Description position 1 O Oil pressure input active 2 T High temperature input active 3 F Fuel level input active 4 S Emergency stop input open (active). Emergency stop input closed (not active) 5 5 Programmable input terminal nr.10 active 6 6 Programmable input terminal nr.11 active 7 7 Programmable input terminal nr.12 active 8 8 Programmable input terminal nr.13 active 9 N Mains contactor relay contact closed 10 G Generator contactor relay contact closed 11 V Fuel valve relay contact closed 12 S Start relay contact closed 13 5 Programmable relay terminal 18 closed 14 6 Programmable relay terminal 16 closed 15 7 Programmable relay terminal 20 closed Master: (01IO?)CRLF (01IO= N )CRLF All inputs disabled, all outputs disabled except mains contactor output PS Front panel status By means of this code it is possible to have the situation of the front panel LEDs and display. The answer is composed of a 9-bytes string showing the LED status, followed by a string for the alphanumeric display. Char Description position 1 O if led OFF is lit M if led MAN is lit A if led AUT is lit T if led TEST is lit. none of the above 2 N if led NET (near display) is lit G if led GEN (near display) is lit F if led FREQ (near display) is lit B if led BATT (near display) is lit H if led HOUR (near display) is lit Codice documento: I94GB03_99.DOC Pagina nr. 5 di 10

6 . none of the above 3 E if led ENGINE ON is lit 4 N if led mains contactor closed is lit 5 G if led generator contactor closed is lit 6 1 if led mains L1-L2 voltage present is lit 7 2 if led mains L2-L3 voltage present is lit 8 3 if led mains L1-L3 voltage present is lit 9 G if led generator voltage present is lit The display status is transmitted just after the above mentioned led status. The display string length can be from 3 to 6 ASCII characters, depending upon the presence of decimal dots. In case of an alphanumeric string, the correspondent ASCII chars are transmitted (for example, when the display shows StA during starting cycle, StA will be transmitted). Example : Master: (01PS?)CRLF (01PS=MB. N )CRLF The Leds MAN, BATT, Mains contactor closed, Mains voltage present (x3) and the display shows the battery voltage 25.3V AT Automatic test If used with the? operator, it returns the status (enabled or disabled) of the Automatic test, in a 3-digit format (000 = disabled, 001 = enabled). After that, the RGAM returns the minutes left before the next automatic test execution, in a five-digit format. Master: (01AT?)CRLF (01AT=001=00310)CRLF The Automatic test is enabled. The next automatic test will be executed in 310 min (5h 10min). Using the AT code with the write operator = it is possible to enable or disable the automatic test execution. Master: (01AT=001)CRLF The master enables the automatic test. (01AT:)CRLF RGAM confirms. OF, MA, AU, TE Mode selection By means of this four codes with the forcing operator!, it is possible to select one of the four operative modes (respectively OFF, MAN, AUT and TEST). Examples: Master: (01OF!)CRLF Master forces OFF mode (01OF:)CRLF RGAM confirms Master: (01TE!)CRLF Master forces TEST mode (01TE:)CRLF RGAM confirms KO, KM, KA, KT, KR, KS, KP, KN, KG Front key pressing simulation By means of these codes, used with the forcing operator!, it is possible to simulate the front panel keystrokes. RGAM acts just like if the real key was pressed and released. Code Key Codice documento: I94GB03_99.DOC Pagina nr. 6 di 10

7 KO KM KA KT KR KS KP KN KG OFF MAN AUT TEST SELECT/RESET START STOP MAINS GEN Examples: Master: (01KO!)CRLF OFF pressed and released (01KO:)CRLF RGAM confirms Master: (01KR!)CRLF SELECT/RESET pressed and released (01KR:)CRLF RGAM confirms. MR Reset of the maintenance interval The purpose of this code is to reset the maintenance interval counter. Normally it is used to reset the <A15 Maintenance requested> alarm. However, this commands resets the maintenance interval counter even if it has not yet elapsed, that is, even before the alarm has raised. Master: (01MR!)CRLF Maintenance interval counter reset (01MR:)CRLF RGAM confirms. RB Reset of the system (reboot) The purpose of this code is to reset the RGAM CPU. After this command, RGAM resets and restarts as if the power supply was switched off and then back on. In this case, no answer is given. See the following SB,SA and SI codes. Master: (01RB!)CRLF RGAM system reset (no answer) Codice documento: I94GB03_99.DOC Pagina nr. 7 di 10

8 SB,SA,SI Read / write of Base, Advanced and Prog-inputs setup These codes are useful to read and modify the parameters of Base setup, Advanced Setup and Programmable inputs Setup. Used with the operator? it is possible to read the parameters values, while using = it is possible to modify them (writing them to permanent memory). It is important to understand that it is not possible to access one single parameter but both the reading and the writing must be performed with all the parameters of the selected setup. Moreover, note that some of the parameters are expressed in 3-digits format while other are in 5-digit, and the correct sequence must be observed. Please note also that parameters modifications must be made in OFF mode only, and need to be followed by a system reset to take place (see RB code). For these reasons, we recommend the use these codes in write mode only to expert users. However, if the message syntax is not correct, the RGAM will answer with an error message. Examples: Master: (01SA?)CRLF Advanced setup parameters read Slave : (01SA=000=00400=000=010=010=003=000=00100=000=015=010=005=005=005=001=008=010 =00120=020=005=090=00160=050=000=000=000=000=000=000=000=000=000=000) CRLF RGAM answers with Advanced setup parameters values Master: (01SB?)CRLF Base setup parameters read (01SB=015=020=015=005=00060=020=020=005=020=000=020=000=003=010=001)CRLF RGAM answers with Base setup parameters values Master: (01SB==016=020=015=005=00060=020=020=005=020=000=020=000=003=010=001)CRLF Base setup parameters write (correct) (01SB :)CRLF RGAM confirms Master: (01SB==035=020=015=005=00060=020=020=005=020=000=020=000=003=010=001)CRLF Base setup write (not correct, first parameter out of range) (01ER :)CRLF RGAM answers with an error code ET Event timer and pointer This code id useful to read the event log timer reference point from the RGAM. The mechanism of saving events in RGAM works as follows: The events are kept only when DC power is applied to RGAM The RGAM can store the last 255 events. Over that number, the newest event will overwrite the oldest (circular buffer). The time stamp of each event is stored with reference to the moment of RGAM power-on (time 0). That is, each event is recorded with days, hours, minutes and seconds elapsed starting from RGAM power-on. This can be converted in absolute time using the PC clock time and date. The ET code returns the following information: 1. Circular buffer head (pointer to oldest event) in 3-digit format 2. Circular buffer tail (pointer to newest event) in 3-digit format 3. Days elapsed since power-on in 5-digit format 4. Hours elapsed since power on in 3-digit format 5. Minutes elapsed since power-on in 3-digit format 6. Seconds elapsed from power-on in 3-digit format Number of stored events can be calculated as follows: if (tail > head) Number of events = (tail - head + 1) else Number of events = 255 Master: (01ET?)CRLF Master asks Event timer data (01ET=000=001=00000=000=002=030)CRLF RGAM has stored two events and has been powered up for 2min 30 sec Codice documento: I94GB03_99.DOC Pagina nr. 8 di 10

9 EL Event log data With this code it is possible to read the event log data from the RGAM. Using operator? it is possible to fetch code and relative time of each event stored. EL Returns: 1. Code of the event (see following event table) 2. Days elapsed since power-on when event happened in 5-digit format 3. Hours elapsed since power on when event happened in 3-digit format 4. Minutes elapsed since power-on when event happened in 3-digit format 5. Seconds elapsed from power-on when event happened in 3-digit format Every time the master uses the code EL? A RGAM internal pointer is moved on the next event. If the user wants to set this pointer to a specific location, then he has to use EL code with operator =. EL has to be used in conjunction with ET and with the actual date time if the user wants to calculate number of events and their absolute time. Absolute time can be calculated as follows: Power-on absolute time = (Actual absolute time ET time) Event absolute time = (Power-on absolute time + EL time of event) Master: (01EL?)CRLF Master asks Event log data (01EL=084=00000=005=012=010)CRLF Event with code 84 has happened 5h 12m 10s after RGAM power on. (again, RGAM moves automatically the pointer to the following event) Master: (01EL?)CRLF Master asks Event log data (01EL=085=00000=005=012=042)CRLF Event with code 85 has happened 5h 12m 42s after RGAM power on. Master: (01EL=000)CRLF Master sets event pointer to position 0 (01EL:)CRLF Slave confirms Code Event 01 Begin of alarm A01 02 Begin of alarm A Begin of alarm A17 21 Begin of alarm UA Begin of alarm UA4 31 End of alarm A01 32 End of alarm A02 47 End of alarm A17 51 End of alarm UA1 54 End of alarm UA4 061 RGAM in OFF mode 062 RGAM in MAN mode 063 RGAM in AUT mode 064 RGAM in TEST mode 071 MAINS contactor closed 072 MAINS contactor opened 073 GEN contactor closed 074 GEN contactor opened Code Event 075 Engine running 076 Engine not running 077 MAINS voltage present 078 MAINS voltage absent 079 GEN voltage present 080 GEN voltage absent 081 Starting attempt 082 Engine running (from frequency) 083 Engine running (from generator voltage) 084 RGAM is under remote control 085 End of remote control 086 Manual START command 087 Manual STOP command 088 Manual MAINS contactor changeover 089 Manual GEN contactor changeover 090 Access to base setup parameters (from front panel) 091 Access to Advanced setup parameters (from front panel) 092 Access to user alarms setup parameters (from front panel) 093 Access to base setup parameters (from remote control) 094 Access to Advanced setup parameters (from remote control) 095 Access to user alarms setup parameters (from remote control) 096 Access to Adjust parameters (from front panel) 097 System reset (warm boot) Codice documento: I94GB03_99.DOC Pagina nr. 9 di 10

10 Codice documento: I94GB03_99.DOC Pagina nr. 10 di 10

Automatic transfer switch

Automatic transfer switch Automatic transfer switch Modbus communication Protocol LINE 1 LINE 2 Q1 LOAD Q2 AUT RESET OFF _ OK MENU MENU AUT + MAN IR COM IEC 60947-6-1 Part. LE09507AA_EN-09/16-01 GF Automatic transfer switch EN

More information

SENTRY HPS / HTS COMMUNICATION PROTOCOL

SENTRY HPS / HTS COMMUNICATION PROTOCOL SENTRY HPS / HTS COMMUNICATION PROTOCOL Rev. 1.00 - October 1996-1 - The communication with Sentry.RPS uses RS232 serial line connection with: - only 3 wires TX, RX and GND; - 8 bits; - no parity; - 1

More information

Conto D2 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

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

More information

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol

Manual 09/11 MN Z-EN. NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol Manual 09/11 MN01219007Z-EN NZM-XATS-C Automatic Transfer Switch-Controller Modbus Communication Protocol All brand and product names are trademarks or registered trademarks of the owner concerned. Emergency

More information

PM130 Powermeters Reference Guide ASCII Communications Protocol

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

More information

ATL20 ATL30 Automatic transfer switch controller

ATL20 ATL30 Automatic transfer switch controller I 194 GB 07 07 ATL20 ATL30 Automatic transfer switch controller REMOTE CONTROL SOFTWARE MANUAL Summary Introduction... 2 Minimum resources of the PC... 2 Installation... 2 Activation of the PC-ATL connection...

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

RADON SS SENSOR pci/l

RADON SS SENSOR pci/l 1. FEATURES Easy to use advanced technology Delivers complete set of information for instantaneous and average Radon concentrations Ideal for portable, fixed and digital applications 2. SPECIFICATION Measuring

More information

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

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

More information

EMS-GC10 Genset Controller. Modbus Communication Mapping Manual Section 75

EMS-GC10 Genset Controller. Modbus Communication Mapping Manual Section 75 EMS-GC10 Genset Controller Modbus Communication Mapping Manual 1311311 2013-10-10 Section 75 In order to consistently bring you the highest quality, full featured products, we reserve the right to change

More information

OPTRIS CT communication interface

OPTRIS CT communication interface OPTRIS CT communication interface 1. Serial interface parameters Protocol Baud rate: 9600 115200, set by user (factory default: 9600) Data bits: 8 Parity: none Stop bits: 1 Flow control: off The protocol

More information

Conto D1 MODBUS COMMUNICATION PROTOCOL

Conto D1 MODBUS COMMUNICATION PROTOCOL ENERGY METER Conto D1 MODBUS COMMUNICATION PROTOCOL 4/03/15 Pagina 1 di 7 FIRMWARE CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description of CRC calculation

More information

SERIES PM130EH POWERMETERS COMMUNICATIONS REFERENCE GUIDE

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

More information

COMMUNICATION MODBUS PROTOCOL

COMMUNICATION MODBUS PROTOCOL COMMUNICATION MODBUS PROTOCOL CE4DT36 CONTO D4 Pd (3-single phase) PR134 20/10/2016 Pag. 1/11 Contents 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format...

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

COMMUNICATION MODBUS PROTOCOL

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

More information

SDI-12 Interface Cable. April 10, Built for:

SDI-12 Interface Cable. April 10, Built for: SDI-12 Interface Cable April 10, 2008 Built for: - Table of Contents 1 Introduction 3-4 1.1 Compatibility 3 1.2 SDI-12 Interface Cable 3 1.3 LED Status 4 2 Levelogger Independent Recording Option 5 2.1

More information

IRIS-Config-Manual-1a

IRIS-Config-Manual-1a Configuration Manual Table of contents The IRIS Base module 1 The IRIS system 2 The IRIS configuration program 3 Project 3 Create a project 3 Unit 3 Create a unit 3 Delete a unit 4 Export 4 Import 4 Setup

More information

PM130 Powermeters Reference Guide Modbus Communications Protocol

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

More information

TOSVERT VF-S9 Communications Function Instruction Manual

TOSVERT VF-S9 Communications Function Instruction Manual TOSVERT VF-S9 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

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

SERIES PM296/RPM096 POWERMETERS COMMUNICATIONS REFERENCE GUIDE

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

More information

IF96017 MODBUS COMMUNICATION PROTOCOL

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

More information

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

DNP3 Communications Protocol

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

More information

Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs. Interface BL232

Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs. Interface BL232 BIT LINE WEATHER INSTRUMENTS Interface BL232 with RS232/422/485 MODBUS and 0-10V outputs Qick and easy setup For domotic and building automation Wide Range power supply For solar and wind farm BIT LINE

More information

Te 804 Electronic Controller. Service, Operation & Technical Information Manual

Te 804 Electronic Controller. Service, Operation & Technical Information Manual Te 804 Electronic Controller Service, Operation & Technical Information Manual WARNING! Technical descriptions and data given in this document are accurate, to the best of our knowledge, but can be subject

More information

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw www.gc5.pl Table of content 1 Introduction... 4 1.1 Revision history... 5 1.2 Safety rules... 5 1.3 Technical specifications... 6 1.4

More information

ETC II Modbus Communications Protocol Reference Guide

ETC II Modbus Communications Protocol Reference Guide ETC II Modbus Communications Protocol Reference Guide SATEC Ltd. BG0595 Rev. A1 Every effort has been made to ensure that the material herein is complete and accurate. However, the manufacturer is not

More information

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU...

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU... MAGX2 RTU User Guide -0- V1.5 23-01-2018 List of Contents 1. INTRODUCTION... 2 1.1 DEFINITIONS AND ABBREVIATIONS... 2 1.2 REFERENCES... 2 2. TECHNICAL DATA... 3 2.1 GENERAL MODBUS RTU... 4 3. COMMISSIONING...

More information

TRACKER 240 SERIES. Load Cell and Weighing Indicators. A Precision Measurement Instrument with Outstanding Features

TRACKER 240 SERIES. Load Cell and Weighing Indicators. A Precision Measurement Instrument with Outstanding Features TRACKER 240 SERIES Load Cell and Weighing Indicators A Precision Measurement Instrument with Outstanding Features TRACKER 240 SERIES INDICATORS Ratiometric Measurement Tare and Auto Transducer Excitation

More information

General. Copyright 2013 EXSEN Company. All Rights Reserved. Rev /5/2013 Page 1 of 6

General. Copyright 2013 EXSEN Company. All Rights Reserved. Rev /5/2013 Page 1 of 6 General World smallest and economic solid state electrochemical CO 2 sensor has been developed for the production. It holds many patents in the structure and the materials of the sensor as well as the

More information

This document hosted by: 10. OPTIONS

This document hosted by:  10. OPTIONS This document hosted by: www.oldwillknottscales.com 10. OPTIONS The following options are available for the FG series: OP-23 (FG-23) RS-232C serial interface OP-24 (FG-24) RS-232C serial interface and

More information

Hardware definition of comm system:

Hardware definition of comm system: Filename = Magnum Networking Communications Protocol.XLS 7-May-03 Update 10-Oct-03 Update 23-May-05 add 0% charge rate and 250 VAC Dropout for ac disconnect for EMS support Update 28 March 2006 for new

More information

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05

VeriColor. Solo Identification System. Command Users Manual Document ver Rev. 7/20/05 VeriColor Solo Identification System Command Users Manual Document ver. 1.13 Rev. 7/20/05 i ii PROPRIETARY NOTICE The information contained in this manual is derived from patent and proprietary data from

More information

IFC 100 Supplementary instructions

IFC 100 Supplementary instructions IFC 100 Supplementary instructions Signal converter for electromagnetic flowmeters Description of Modbus interface Electronic Revision: ER 3.0.xx Modbus version: 1.0.xx KROHNE CONTENTS IFC 100 1 Important

More information

BMV Text Protocol. Table of contents

BMV Text Protocol. Table of contents BMV Text Protocol Table of contents Introduction... 2 Physical interface... 2 Serial port configuration... 2 Message format... 3 Data integrity... 3 Units... 3 Other statistics... 4 Since firmware version

More information

U90 Ladder Software Manual. Version 3.50, 6/03

U90 Ladder Software Manual. Version 3.50, 6/03 U90 Ladder Software Manual Version 3.50, 6/03 Table Of Contents Welcome to U90 Ladder... 1 Program Editors... 1 Project Navigation Tree...1 Browse Sequences...1 Printing Documentation...2 Interface Language...

More information

SDI-12 Interface Cable. August 1, Built for:

SDI-12 Interface Cable. August 1, Built for: SDI-12 Interface Cable August 1, 2017 Built for: - Table of Contents 1 Introduction 1 1.1 Compatibility 1 1.2 SDI-12 Interface Cable 1 1.3 LED Status 2 2 Levelogger Independent Recording Option 3 2.1

More information

E4000 RS232 Communications Protocol EA.01.xx.E

E4000 RS232 Communications Protocol EA.01.xx.E E4000 RS232 Communications Protocol EA.01.xx.E Red Seal Measurement 1310 Emerald Road Greenwood, SC 29646 USA Page 1 of 12 E4000 EA.01.xx.E RS232 Serial Protocol.docx Page 2 of 12 E4000 EA.01.xx.E RS232

More information

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

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

More information

X-SEL Serial Communication Protocol Specification (Format B)

X-SEL Serial Communication Protocol Specification (Format B) X-SEL Serial Communication Protocol Specification (Format B) [Applicable Models] X-SEL-J/K Main Application V0.99 X-SEL-JX/KX Main Application V0.42 TT Main Application V0.18 X-SEL-P/Q Main Application

More information

General Specifications

General Specifications General Specifications GC8000 Modbus Communication GS 11B08B02-01E 1. GENERAL The Modbus protocol is used for DCS communication with the GC8000. This communication protocol was first established for the

More information

MODBUS Protocol Version

MODBUS Protocol Version FP93 Program Controller COMMUNICATION INTERFACE ( RS-232C/RS-485 ) INSTRUCTION MANUAL ADDENDUM MODBUS Protocol Version MFP93-E11-A May 2016 Preface MODBUS protocol has been newly added for FP93 serial

More information

C30xx Digital communication

C30xx Digital communication C30xx Digital communication Table of contents 1 Introduction...3 2 Digital ports...3 3 Command protocol to send...3 4 Command protocol to receive...4 5 Command table...5 6 Command specifications + examples...6

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

100% electricity. Automatic transfer switch controllers ATL series

100% electricity. Automatic transfer switch controllers ATL series 100% electricity Automatic transfer switch controllers ATL series Automatic transfer switch controllers Keep control around the clock General characteristics Rated auxiliary power supply: 220-230-240VAC

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

Owner s Manual Revision 4.01 Option 1

Owner s Manual Revision 4.01 Option 1 Owner s Manual Revision 4.01 Option 1 Special Version of the SW series Inverter / Charger for Motor Coach Applications Part # 2031-7 (Supplement to Normal Manual) Effective Date: April 17, 1996 Trace Engineering

More information

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual NOTICE 1. Read this manual before installing or operating. Keep this instruction manual on hand of the end user, and make use of this

More information

Considerations for Use. of the SITOP DC UPS Module

Considerations for Use. of the SITOP DC UPS Module Considerations for Use of the SITOP DC UPS Module 6A without interface 6A with serial interface 6A with USB interface 15A without interface 15A with serial interface 15A with USB interface 40A without

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

FEATURES DESCRIPTION FEATURES

FEATURES DESCRIPTION FEATURES FEATURES Two High Speed Counters Two Pulse Train Outputs Two Pulse Width Modulation Outputs 24 Sinking or Sourcing Inputs 16 Outputs 1 RS232 Port 2 RS485 Ports Supports Modbus RTU Protocol Communicate

More information

Technical Documentation

Technical Documentation Technical Documentation FAFNIR Universal Device Protocol Edition: 02/2018 Version: 1.09 Article no.: 350052 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Tel.: +49 / 40 / 39 82 07 0 Fax: +49 / 40

More information

IR-CA Series Communications

IR-CA Series Communications INST. No. INE-463-0P0 IR-CA Series Communications (Options) Model: IR-CA S IR-CAQ S Always keep this instruction with your unit. Please be sure to deliver this instruction manual with the unit to a final

More information

A1700 CT Metering. The Power to Change...

A1700 CT Metering. The Power to Change... A1700 CT Metering The Power to Change... Features CT & CT/VT operated Comprehensive tariff structure 2 line dot matrix multilingual display Instantaneous instrumentation values Communications via optical

More information

Mounting the Model 2601

Mounting the Model 2601 Control Technology Corporation Model 2601 Automation Controller Installation Guide Model 2601 Automation Controller This document is current as of the following revision levels: Controller Firmware 2.24

More information

Tongta Inverter TDS-F8

Tongta Inverter TDS-F8 Tongta Inverter TDS-F8 MODBUS Communication Application Manual Please ensure the user gets this manual, for the optimal use of this device. 1. Introduction: TEK-DRIVE / TDS-F8 INVERTER MODBUS Communication

More information

CM868LRxx & CMUS915LRxx Magnetic contact Programming manual

CM868LRxx & CMUS915LRxx Magnetic contact Programming manual CM868LRxx & CMUS915LRxx Magnetic contact Programming manual Revision 1.5 June 2016 Page 1 of 23 www.ascoel.it 0.1 Table of Contents 0.1 Table of Contents... 2 1 Document history... 3 2 Introduction...

More information

Ocean Sensor Systems, Inc. Wave Logger III, OSSI A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff

Ocean Sensor Systems, Inc. Wave Logger III, OSSI A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff Ocean Sensor Systems, Inc. Wave Logger III, OSSI-010-010 A Self Logging, Self Powered Wave Staff With a Self Grounding Coaxial Staff General Description The OSSI-010-010 Wave Logger III combines the high

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

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA,

Supply voltage. Input current. Encoder supply. Memory SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Data sheet SIMATIC S7-200, CPU 221 COMPACT UNIT, DC POWER SUPPLY 6 DI DC/4 DO DC, 4 KB CODE/2 KB DATA, Supply voltage Rated value (DC) 24 V DC Load voltage L+ Rated value (DC) permissible range, lower

More information

ETHM-2. Ethernet Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel

ETHM-2. Ethernet Module. SATEL sp. z o.o. ul. Schuberta Gdańsk POLAND tel Ethernet Module ETHM-2 Firmware version 1.0 ethm2_en 09/08 SATEL sp. z o.o. ul. Schuberta 79 80-172 Gdańsk POLAND tel. + 48 58 320 94 00 info@satel.pl www.satel.pl SATEL's goal is to continually improve

More information

COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD

COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD COMMUNICATION MODBUS PROTOCOL MF96001 / 021 NEMO 96HD PR106 20/10/2016 Pag. 1/31 Contents 1.0 ABSTRACT... 2 2.0 DATA MESSAGE DESCRIPTION... 3 2.1 Parameters description... 3 2.2 Data format... 4 2.3 Description

More information

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC.

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road, Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Revision Date: 9-11-08 Applications: Simplex,

More information

This document hosted by: Extension Load Cell Cable (OP-02)

This document hosted by: Extension Load Cell Cable (OP-02) This document hosted by: www.oldwillknottscales.com 17.1. Extension Load Cell Cable (OP-02) This cable is used for installing the indicator away from the base unit. This extension load cell cable is 5

More information

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION Revised Last Revised by Alex Messner This page was intentionally left blank. Table of Contents 1 Overview... 2 2 User Interface... 3 2.1 LEDs... 3 2.2 Buttons...

More information

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM101(1445) For 4511 devices from ser. no:

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM101(1445) For 4511 devices from ser. no: 4511 MODBUS RTU Configuration Manual 4114 Universal transmitter 4114MCM101(1445) For 4511 devices from ser. no: 141590001 4114 CONTENTS Introduction... 3 Modbus basics...3 Modbus RTU...3 4511 Supported

More information

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26

USER MANUAL. Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 USER MANUAL Modbus IHP24-A IHP24-AF IHP24-B IHP24-BF IHP24-F IHP24-I 1/26 Table of contents 1 General... 3 1.1 Safety instructions... 3 2 Purpose... 4 3 Specifications... 5 3.1 Electrical specifications

More information

Comprehensive Modular Genset Controller

Comprehensive Modular Genset Controller InteliGen Comprehensive Modular Genset Controller Brief Description InteliGen is a comprehensive AMF-controller for single and multiple generating sets operating in standby or parallel modes. A modular

More information

SY021 Portable Load/Force Meter User instructions

SY021 Portable Load/Force Meter User instructions SY021 Portable Load/Force Meter User instructions Relates to firmware version 5.2 INTRODUCTION The SY021 is a portable load meter, which can indicate the load present on any attached cell. A dual channel

More information

Digital weighing terminal DWT 800

Digital weighing terminal DWT 800 Page 1 of 6 Digital weighing terminal DWT 800 Power inside! Top-of-the-range terminal for superior standards. Universal implementation : Weighing dosing control One or multi-range version with automatic

More information

North American Service Manual

North American Service Manual North American Service Manual MODEL PC SERIES Version 2 March 25, 1997 Revision B1.1 April 4, 2000 Prepared by TRANSCELL TECHNOLOGY, INC. TABLE OF CONTENTS Page Chapter 1: Introduction... 1-1 Chapter 2:

More information

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

More information

Communi-Cell Communicator Nokia Version

Communi-Cell Communicator Nokia Version Communi-Cell Communicator Nokia Version Jan 2007 Instruction Manual 1 ABOUT THE COMMUNI-CELL COMMUNICATOR SYSTEM The Communi-Cell Communicator system is based on GSM SMS technology. It uses a standard

More information

Data sheet CC 03, Commander Compact (603-1CC21)

Data sheet CC 03, Commander Compact (603-1CC21) Data sheet CC 03, Commander Compact (603-1CC21) Technical data Order. Type 603-1CC21 CC 03, Commander Compact General information Note - Features Display: 2 x 20 characters Interface: MP²I User memory:

More information

RTU TELEM MODULES TELEM-DO8, TELEM-DI24 and TELEM-AI12 (REMOTE TERMINAL UNIT)

RTU TELEM MODULES TELEM-DO8, TELEM-DI24 and TELEM-AI12 (REMOTE TERMINAL UNIT) RTU TELEM MODULES TELEM-DO8, TELEM-DI24 and TELEM-AI12 (REMOTE TERMINAL UNIT) USER S MANUAL Technical documentation, programming, installation and setup instructions, drawings 2001 Table of contents 1.

More information

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using

More information

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

More information

H2C Motor Timers will be Discontinued March 2013; Replace with H3CR-A8E Solid-state Timer

H2C Motor Timers will be Discontinued March 2013; Replace with H3CR-A8E Solid-state Timer NO: TI-042M PRODUCT: H2C Motor Timer [MELA] DATE: March 2012 TYPE: Discontinuation Notice H2C Motor Timers will be Discontinued March 2013; Replace with H3CR-A8E Solid-state Timer H2C Motor Timer H3CR-A8E

More information

General Information 1. Connection 2. User Interface 3 ATC5300. Menus 4. Automatic Transfer Controller. Remote Control Software Manual A5E

General Information 1. Connection 2. User Interface 3 ATC5300. Menus 4. Automatic Transfer Controller. Remote Control Software Manual A5E s General Information 1 Connection 2 Automatic Transfer Controller User Interface 3 Menus 4 Remote Control Software Manual Edition 01/2010 A5E02469028-01 Legal information Warning notice system This manual

More information

Flow Computer. SyberTrol. Communications. The Most Trusted Name In Measurement

Flow Computer. SyberTrol. Communications. The Most Trusted Name In Measurement Flow Computer SyberTrol Communications Issue/Rev. 0.3 (9/97) Bulletin MN09044 The Most Trusted Name In Measurement Table of Contents Proprietary Notice... iv Section I - Introduction...1 Product Description...1

More information

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

Advantage CT/LTC Protocol Manual

Advantage CT/LTC Protocol Manual Advantage CT/LTC Protocol Manual Manual Part Number PMG8T200 Revision 2, November, 2004 16900 FOLTZ PARKWAY, CLEVELAND, OHIO 44149 440/238-2550, FAX 440/238-0660 e-mail: sales@weschler.com Table of Contents

More information

WE CONNECT REAL WORLD STRUCTURAL MONITORING SMART SENSORS SOFTWARE CLOUD WIRELESS INTERFACE TO THE

WE CONNECT REAL WORLD STRUCTURAL MONITORING SMART SENSORS SOFTWARE CLOUD WIRELESS INTERFACE TO THE WE CONNECT REAL WORLD TO THE STRUCTURAL MONITORING SENSORS WIRELESS INTERFACE SOFTWARE CLOUD Rev.10 del 3/10/017 Redatto da: R&D e MKT Approvato da: CEO Smart structural WIRELESS Interface NI00 devices

More information

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM100(1402)

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM100(1402) 4511 MODBUS RTU Configuration Manual 4114 Universal transmitter 4114MCM100(1402) 4114 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and factory

More information

4511 MODBUS RTU. Configuration Manual. Universal trip amplifier. No. 4131MCM101(1445) For 4511 devices from ser. no:

4511 MODBUS RTU. Configuration Manual. Universal trip amplifier. No. 4131MCM101(1445) For 4511 devices from ser. no: 4511 MODBUS RTU Configuration Manual 4131 Universal trip amplifier 4131MCM101(1445) For 4511 devices from ser. no: 141590001 4131 CONTENTS Introduction... 1 Modbus basics... 1 Modbus RTU... 1 4511 Supported

More information

FPU-16 A-B PROTOCOL/DATA LOGGER MANUAL

FPU-16 A-B PROTOCOL/DATA LOGGER MANUAL FPU-6 A-B PROTOCOL/DATA LOGGER MANUAL FEBRUARY 26, 22 PRELIMINARY Copyright 22 by Startco Engineering Ltd. All rights reserved. Publication: FPU-6-AB-M Document: S95-F6-AB Printed in Canada. Startco Engineering

More information

M-Bus Pulse Collector Twin-Pulse Instruction Manual

M-Bus Pulse Collector Twin-Pulse Instruction Manual M-Bus Pulse Collector Twin-Pulse Instruction Manual Rev. 1 10/13 Maddalena S.p.A. Via G.B. Maddalena 2/4 33040 Povoletto (UD) Italy Tel.: +39 0432/634811 Fax Export Dept.: +39 0432/679820 E-mail: info@maddalena.it

More information

USER S MANUAL Enhanced Communication Function

USER S MANUAL Enhanced Communication Function UM-TS02E -E003 PROGRAMMABLE CONTROLLER PROSEC T2E/T2N USER S MANUAL Enhanced Communication Function Main Menu Contents TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property

More information

Model SFS01-V2 IMPORTANT! MULTI-ATTEMPT AUTOMATIC ENGINE SMART SWITCH

Model SFS01-V2 IMPORTANT! MULTI-ATTEMPT AUTOMATIC ENGINE SMART SWITCH MULTI-ATTEMPT AUTOMATIC ENGINE SMART SWITCH Model SFS01-V2 DESCRIPTION The Model SFS01-V2 is a Multi-attempt Automatic Engine Smart Switch designed to automatically [remotely] or manually start and stop

More information

Data sheet MK 20 GR. Customized solution or off-the-shelf: The choice is yours!

Data sheet MK 20 GR. Customized solution or off-the-shelf: The choice is yours! Data sheet MK 20 GR Customized solution or off-the-shelf: The choice is yours! MK20-GR data sheet Looking for a quick and reliable solution? Then rely on our standard products: Our universal controls provide

More information

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4116MCM101(1445) For 4511 devices from ser. no:

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4116MCM101(1445) For 4511 devices from ser. no: 4511 MODBUS RTU Configuration Manual 4116 Universal transmitter 4116MCM101(1445) For 4511 devices from ser. no: 141590001 4116 CONTENTS Introduction... 1 Modbus basics... 1 Modbus RTU... 1 4511 Supported

More information

1. Installation. 2. Configuration - Operation. 3. Specifications. Safety

1. Installation. 2. Configuration - Operation. 3. Specifications. Safety Safety 1. Installation 1.1 OP_ext: Services 1.2 Driver Card Installation 1.3 Sensor Types 1.4 Sensor Wiring 1.5 Controller Wiring 2. Configuration - Operation 2.1 Replaces ph Sensor 2.2 AS -Flex Series

More information

PRO-RTD Temperature Controller

PRO-RTD Temperature Controller PRO-RTD Temperature Controller 1 This quad channel RTD controller is ideal for numerous industrial temperature applications. It accepts direct sensor input from RTD 385, 392 and CU10 temperature probes.

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

Modbus Protocol. for VASCO, VASCO Solar and MIDA devices. manmodbus_eng_00

Modbus Protocol. for VASCO, VASCO Solar and MIDA devices. manmodbus_eng_00 Protocol for VASCO, VASCO Solar and MIDA devices manmodbus_eng_00 Index 1. introduction... 3 2. on Nastec devices... 3 3. Transmission modes... 3 4. Connections... 3 5. Programming... 4 6. Index list...

More information

Supply voltage. Input current. Encoder supply. Memory

Supply voltage. Input current. Encoder supply. Memory Data sheet SIMATIC S7-200, CPU 224XP COMPACT UNIT, DC POWER SUPPLY 14 DI DC/10 DO DC, 2 AI, 1 AO 12/16 KB CODE/10 KB DATA, 2 PPI/FREEPORT PORTS Supply voltage Rated value (DC) 24 V DC Load voltage L+ Rated

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

LD-RTD / LD-TC Temperature Controller

LD-RTD / LD-TC Temperature Controller 1 LD-RTD / LD-TC Temperature Controller Available in either an RTD model or a thermocouple model, these units accept all common temperature probe types, and offer a technically advanced, but cost effective

More information