IQ3/XNC M-Bus Master

Size: px
Start display at page:

Download "IQ3/XNC M-Bus Master"

Transcription

1 IQ3/XNC M-Bus Master Installation, configuration and error handling Version 2.8b 15. mar Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel :

2 p XNC M-Bus Master Hardware The serial connection from the XNC and IQ3 controller is RS232. The voltage levels are different for M-Bus than RS232. There will be needed a M-Bus Master Level Converter between the IQ3 Controller and the M-Bus slaves. There are 4 different M-Bus Master Level Converters: PW20 Supports up to 20 M-Bus slaves PW60 Supports up to 60 M-Bus slaves PW120 Supports up to 120 M-Bus slaves PW250 Supports up to 250 M-Bus slaves Only the PW20 and PW60 are mountable on a DIN rail. PW20 layout and wiring: Dimensions of the PW20. The units are millimeters. Height 78 mm Width 56 mm Depth 118 mm

3 p. 3 PW60 layout and wiring: Dimensions of the PW60. The units are millimeters. Height 78 mm Width 70 mm Depth 118 mm PW120 and PW250 layout and wiring:

4 p. 4 Connector Symbol Description M-BUS +,- 4 pairs of screw terminals for M-Bus slaves, polarity independent Earth E42V Earth connector from 42VDC supply 42V +,- Power supply 42VDC The mounting frame of the PW120 and PW250 can be fixed on a wall or inside an electronic case with four screws. The position of the used drill holes with a diameter of 5mm is shown in the following drawing:

5 p M-Bus network installation Topology: The M-Bus network supports star, bus topology and a mixture of both. It is very important not to use a ring topology which is not supported by the M-Bus network. Cable: The M-Bus uses two wire cables which are going from the M-Bus Master to each M-Bus Slave. The M-Bus is polarity independent and needs no line termination resistors at the end of the cables.

6 p Installation The M-Bus Master XNC driver consists of two files:.xnc file Application file.xnp file Configuration file Quick list for the installation: 1. Download the strategy with the.xnp file 2. Download the.xnc file

7 p Download the strategy with the.xnp file Start up SET (System Engineering Tool) and open your strategy. Right-click on the strategy with the mouse and you will get a menu popping up. In the menu choose Device -> XNC Interface Module. XNC Interface module is opened then press the... button which can be seen in the next screenshot marked by a red ring. There will be an open dialog and you can choose the.xnp file. Now download the strategy to the Trend Controller.

8 p Download the.xnc file Switch to System View and find the Trend Controller. Right-click on it and choose Download IQ3/XNC Application. This will open a new dialog where you press the Open File button and an open dialog will appear which is used to find the.xnc file. Now press the download button and the M-Bus Master XNC driver will be installed on the Trend Controller but still needs configuration.

9 p Configuration The available communication protocol is RS232. The module can run in two modes. Mode one scans for slaves, at each address. Mode two continuously synchronises registers in M-bus slaves with outputs in the IQ strategy. To configure the module use the following steps: 1. Configuration of communication 2. Configuration of slaves 3. Configuration of filters for mapping slave registers to IQ strategy The M-bus master is configured in the XNC Interface Module. String values in the Store area defines the configuration. The screen shot below is an example of a configuration of the M-bus master. Predefined configurations (XNP-files) can be selected by clicking... next to XNC App.. A valid (XNP-file) must always be selected. The String Value for communication specifies how to communicate with the slaves. The String Values for the addresses1 and addresses2 stores specifies which M-bus addresses the Trend IQ3/XNC M-bus master should synchronize and how many registers to read from each slave. The String Value for register_count specifies the default number of registers to read from each slave.

10 p. 10 The labels of the sensors connected to outputs from the XNC can be set by the Trend IQ3/XNC M-bus master if the String Value for overwrite_labels equals true. The Trend IQ3/XNC M-bus master can connect to the ElectroCom XNC Tool in order to do that it must know the IP address of the PC that is running the ElectroCom XNC Tool. The connection will be made to port It is recommended that the debug IP address is deleted when no debug is needed since the Trend IQ3/XNC M-bus master otherwise continuously would try to make a connection to that IP address. Use the String Value for debug_ip to specify the IP Address. The amount of debug information posted to the ElectroCom XNC Tool (debug level) can be selected. Posts with a level lower or equal to the debug level are send. Use the String Value for debug_level to specify the debug level 0 No debug 1 Alarms 2 Warnings 3 Debug String Value for slave_alarm can be set equal to true. If activated then the first register read from the slave will be an alarm to monitor the slave. The value will be 1 in the Slave Alarm Status if the slave doesnt answer to a request else the value 0. The String Values for Filter stores specifies how to map the slaves onto the IQ strategy.

11 p Configuration of communication Use the communication string value to configure the protocol. The string contains a number of tokens separated by a ;. In order to specify the protocol the baud rate, the number of data bits, the number of stop bits, the parity and pause between scans must be specified according to the following list. Baud rate: 300, 600, 1200, 2400, 4800, Data bits: 7 or 8 Stop bits: 1 or 2 Parity: NONE (0), ODD (1) or EVEN (2) Pause: Time in seconds The configuration string must comply with the format below. Baud rate ; Data bits ; Stop bits ; Parity ; Pause ; Example of a configuration for 2400 baud, 8 data bits, 1 stop bit, even parity and a pause for 0 seconds: 2400;8;1;2;0;

12 p Configuration of slaves It is necessary to specify the M-bus addresses of the slaves connected to the Trend IQ3/XNC M- bus master. The addresses are specified in the addresses1 or addresses2 strings. Each address must be e separated by a ;. A ; must also be placed after the last address. If the number of registers read from the slave should be different from the default (register_count) can it be specified after the address and separated by a #. Example of an address string for reading 3 registers from address 1 and default registers from address 17: 1#3;17; Slave registers are mapped successively onto the IQ strategy ordered as typed in the address strings and in the order in which they occur in the slave. For each slave a number of registers are allocated the default number are set by the string value register_count. The M-bus network can be scanned for slaves. The Control input is used to determine if the module should scan for slaves or map registers onto the IQ strategy. Setting the Control input to 1 makes the module scan and setting it to 2 makes it map. When the module is in scan mode the Addresses output holds the current address that is tested and its label holds a list of found addresses. The scan functionality does not work if more than 20 slaves are connected. In those cases must a dedicated M-bus scanning tool be used. The maximum number of allowed slaves are determined by the version of the master. Versions for 3, 20, 60, 120 and 250 slaves are available.

13 p Configuration of filters for mapping slave registers to IQ strategy A filter specifies which registers at a M-bus slave are mapped onto the IQ strategy. Only registers that complies to at least one filter are mapped onto the IQ strategy. A filter includes a number of different values: slave address, device, storage number, tariff, function and unit. In order to ignore a value in a filter a '*' character can be used, this simply means that any value is acceptable. The slave address is simply the M-bus address. Device is optional for a slave, but a slave is able to assign a device number to a register. The default device is 0. The value can be a historical number, if so the storage number is set different than 0. If different tariffs is used it will be specified using the tariff value. Function specifies: Instantaneous value (0), Maximum value (1), Minimum value (2) Value during error state (3) Different units can be filtered: Energy(1), Volume(2), Mass (3), Time(4), Power(5), Volume Flow(6), Mass flow(7), Temperature (8), Pressure (9), Pulses(10), Voltage(11), Current(12). A filter configuration string must comply with the format below. Slave address ; Device ; Storage number ; Tariff ; Function ; Unit ; Example of a filter that will include registers from a slave with address 1, any device, no historical registers, any tariff and instantaneous registers with unit of pulses: 1;*;0;*;0;10; Filter strings are specified using the Filter string values.

14 p Error handling LEDs: When an error occurs a LED will be flashed at the Trend controller. There are defined three different errors: No response from slave Green LED flashes (number 2) Error in response from slave Red LED flashes (number 3) CRC error in package Yellow LED flashes (number 4) During each bus scan a yellow LED flashes (number 1). During each pause a yellow LED (number 1) and a green LED (number 2) flashes. M-Bus Slave monitor: It is possible to monitor a M-Bus slave to see if it is available on the M-Bus network. The functionality is called slave_alarm in the XNC Interface Module.

IQ3/XNC Modbus Master

IQ3/XNC Modbus Master IQ3/XNC Modbus Master Installation, configuration and error handling Version 2.8 15. mar. 2011 Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : +45 8880 7580 www.electrocom.dk p 2 1. Installation

More information

IQ3/XNC i.lon 100 Binder

IQ3/XNC i.lon 100 Binder IQ3/XNC i.lon 100 Binder Installation and configuration Version 2.2 15. mar. 2011 Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : +45 8880 7580 www.electrocom.dk p. 2 1. Introduction This Gateway

More information

XNC IO Module Quick Installation Guide

XNC IO Module Quick Installation Guide XNC IO Module Quick Installation Guide ELECTROCOM RØDELEDSVEJ 95 DK 5700 - SVENDBORG DENMARK TEL. + 45 8880 7580 I. Before Getting Started XNC I/O Module - Quick Installation Guide Necessary materials

More information

IQ-MP Gateway. Version apr Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel :

IQ-MP Gateway. Version apr Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : IQ-MP Gateway Version 4.009 28. apr. 2011 Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : +45 8880 7580 www.electrocom.dk p. 2 Description The IQ-MP Gateway is a communications module, which

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

VirtualSCADA VSU-485G USB to RS422/485 Isolated Converter User Manual

VirtualSCADA VSU-485G USB to RS422/485 Isolated Converter User Manual VirtualSCADA USB to RS422/485 Isolated Converter User Manual Revision 1.01.00 Page 1 (15) Table of contents Warranty and support... 3 Product return... 3 1 About the VirtualSCADA USB to RS422/485 Converter...

More information

RS485 MODBUS Module 6RO

RS485 MODBUS Module 6RO Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

IQ4/.../XNC/... Interface

IQ4/.../XNC/... Interface Data Sheet Interface Description The IQ 4 s XNC functionality provides a way of interfacing the Trend system with 3rd party systems. It utilises standard IQ strategy modules, and the Trend Custom Language

More information

IQ4NC Controllers. Data Sheet. Features. Description. Physical

IQ4NC Controllers. Data Sheet. Features. Description. Physical Data Sheet Controllers Controllers Description The enables Trend networks on different media (either, Trend current loop, or ) to be joined together in various configurations. It provides 4 virtual CNCs

More information

4-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection

4-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection 4-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection Product ID: ICUSB234854I Add four extra COM ports to your laptop or desktop computer, quickly and easily. This USB to RS232/422/485

More information

GS202 Encoder Switch

GS202 Encoder Switch GS202 Encoder Switch 20:2 encoder switch 20 encoder inputs (TTL / RS422 standard) Input signals A, /A, B, /B, Z, /Z on each encoder input 2 x 6 control inputs (HTL / PNP) 2 encoder outputs (TTL / RS422

More information

KTA-250 Anemometer Alarm Card

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

More information

SSI-1016H Specifications and Operation Manual

SSI-1016H Specifications and Operation Manual SSI-1016H Specifications and Operation Manual Warning: Product specifications and dimensions are subject to change without prior notice. MTS Sensors Technology Corporation 194-0211 737 Aihara-machi, Machida

More information

CuteLine AIN8 UI - Voltage Current. Manual

CuteLine AIN8 UI - Voltage Current. Manual CuteLine AIN8 UI - Voltage Current Manual Doc.-No. : Version : 1.1 Date of Issue : HUEGLI TECH Switzerland This document, and the information contained herein is the intellectual property of HUEGLI TECH.

More information

Installation and Programming Manual. This Manual describes the IBSS InterBus-S Slave, its uses and set up.

Installation and Programming Manual. This Manual describes the IBSS InterBus-S Slave, its uses and set up. IBSS Manual IBSS Installation and Programming Manual This Manual describes the IBSS InterBus-S Slave, its uses and set up. Effective: 03 June, 1996 Niobrara Research & Development Corporation P.O. Box

More information

MAKING MODERN LIVING POSSIBLE AK-255 CO 2. Controller On-Site Installation Guide DANFOSS ELECTRONIC CONTROLS & SENSORS

MAKING MODERN LIVING POSSIBLE AK-255 CO 2. Controller On-Site Installation Guide DANFOSS ELECTRONIC CONTROLS & SENSORS MAKING MODERN LIVING POSSIBLE Controller On-Site Installation Guide DANFOSS ELECTRONIC CONTROLS & SENSORS How to Use This Guide Read this Guide completely as you install and start up your new Controller.

More information

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for Version 1.0 5.02.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

RS485 MODBUS Module 8AO

RS485 MODBUS Module 8AO Version 1.3 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

Version 1.0c May 6, 2010 ATK3

Version 1.0c May 6, 2010 ATK3 Version 1.0c May 6, 2010 ATK3 Contents 1 Hardware 2 1.1 Inputs............................... 2 1.2 Outputs.............................. 3 1.3 RS485............................... 3 1.4 Ethernet..............................

More information

User Manual. MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX

User Manual. MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX User Manual MS657140X Industrial Fast Ethernet Switch 8x 10/100Base-TX CE MARKING This equipment complies with the requirements relating to electromagnetic compatibility, EN 55022 class A for ITE, the

More information

AUTROFIELDBUS PROTOCOL CONVERTER BSD-321/1

AUTROFIELDBUS PROTOCOL CONVERTER BSD-321/1 UTROFIELDUS PROTOCOL CONVERTER SD-321/1 utrosafe Interactive Fire Detection System Product Datasheet Features Interfaces various types of flame and gas detectors with the utrosafe Integrated Fire and Gas

More information

RS-FS-N01 Wind speed transmitter user's Guide (485type)

RS-FS-N01 Wind speed transmitter user's Guide (485type) RS-FS-N01 Wind speed transmitter user's Guide (485type) Issue: V1.0 1 2 Context 1. Introduction... 4 2. Installation instructions...5 3. Configure the software installation and use... 6 4. Communication

More information

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications Real Time Clock with Temperature Sensor and RS485/Modbus Comunications April 29, 2014 Power 8 20 VDC @ less than 100 MA. Battery connect jumper RS485 Bus Load Jumpers Model: RTC-TI2C Page 1 of 6 Features:

More information

IQ4/XNC Mbus Driver Manual. Applies to version 1.0 software

IQ4/XNC Mbus Driver Manual. Applies to version 1.0 software IQ4/XNC Mbus Driver Manual Applies to version 1.0 software Author: Trend Technical Publications Issue: 1 Date: Part Number: Copyright: 26-Aug-2015 TE201378 2015 Honeywell Technologies Sàrl, ECC Division.

More information

ETHERNET/MFC 010 Technical Datasheet

ETHERNET/MFC 010 Technical Datasheet ETHERNET/MFC 010 Technical Datasheet EtherNet/IP interface box in combination with MFC 010 Seamless integration into EtherNet/IP environments Integrated web server for easy configuration, maintenance and

More information

VersaMax IP Input Module

VersaMax IP Input Module Module is used to accept digital input signals. Module Specifications Housing dimensions (width x height x depth) Connection style Operating temperature Storage temperature Operating/storage humidity 60mm

More information

User Manual. MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T

User Manual. MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T User Manual MS657208X Industrial Gigabit Ethernet Switch 8x 10/100/1000Base-T CE MARKING This equipment complies with the requirements relating to electromagnetic compatibility, EN 55022 class A for ITE,

More information

Technical documentation NLS-3000 NAVIGATION LIGHT CONTROL PANEL

Technical documentation NLS-3000 NAVIGATION LIGHT CONTROL PANEL Technical documentation LIGHT CONTROL PANEL For use on seagoing vessels Change status Version Date Author Checked Remark 0.1 07.08.2008 STO HN 1. Edition Page 1 of 26 Table of contents 1. Application and

More information

- NLS NAVIGATION LIGHT CONTROL

- NLS NAVIGATION LIGHT CONTROL Technical documentation - NLS 3000 - NAVIGATION LIGHT CONTROL For use on seagoing vessels Change status Version Date Author Checked Remark 0.1 07.08.2008 STO HN 1. Edition 0.2 29.09.2010 STO TK Changes

More information

RS485 MODBUS Module 8I8O

RS485 MODBUS Module 8I8O Expansion Module 8 digital inputs, 8 digital outputs Version 2.2 12/01/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the

More information

8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection

8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection 8-Port Industrial USB to RS-232/422/485 Serial Adapter - 15 kv ESD Protection Product ID: ICUSB234858I Add extra COM ports to your laptop or desktop computer, quickly and easily. This USB to RS232/422/485

More information

CuteLine AIN8 Temperature. Manual

CuteLine AIN8 Temperature. Manual CuteLine Manual Doc.-No. : Version : 1.4 Date of Issue : HUEGLI TECH Switzerland This document, and the information contained herein is the intellectual property of HUEGLI TECH. It is to be used only in

More information

MU110-6U. Analog output module 6 channel. User guide

MU110-6U. Analog output module 6 channel. User guide MU110-6U Analog output module 6 channel User guide MU110-6U_2016.12_0221_EN All rights reserved Subject to technical changes and misprints akytec GmbH Vahrenwalder Str. 269 A 30179 Hannover Тел.: +49 (0)

More information

Priva Blue ID Communication module RS485 SC44

Priva Blue ID Communication module RS485 SC44 Priva Blue ID Communication module RS485 Modular design An Priva Blue ID Communication module RS485 provides the system with two RS485 ports for serial communication and is used to connect field bus devices.

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

OHIO SEMITRONICS, INC. AC MULTIFUNCTION PROGRAMMABLE TRANSDUCERS & -1000L

OHIO SEMITRONICS, INC. AC MULTIFUNCTION PROGRAMMABLE TRANSDUCERS & -1000L AC PROGRAMMABLE TRANSDUCERS MODBUS OR LONWORKS DESCRIPTION The DMT-1000 is a programmable transducer with an RS-485 bus interface (MODBUS ). It supervises several variables of a poly-phase electrical power

More information

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for

SDM-8AO. Expansion Module 8 analog outputs. Manufactured for Version 1.0 16.05.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

L-MBUS20/L-MBUS80. User Manual. M-Bus Level Converter. LOYTEC electronics GmbH

L-MBUS20/L-MBUS80. User Manual. M-Bus Level Converter. LOYTEC electronics GmbH L-MBUS20/L-MBUS80 M-Bus Level Converter User Manual Contact LOYTEC Blumengasse 35 A-1170 Vienna AUSTRIA/EUROPE support@loytec.com http://www.loytec.com Document 88077901 LOYTEC MAKES AND YOU RECEIVE NO

More information

DTS 310. DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter. Page 1. Measurlogic MQ A

DTS 310. DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter. Page 1. Measurlogic MQ A DTS 310 DIN Rail Mounted, Indoor Rated Revenue Grade Electrical Sub-meter Page 1 1 PRODUCT OVERVIEW... 3 1.1 SUPPLIED ITEMS... 3 1.2 DOCUMENT CONVENTIONS... 4 1.3 PRODUCT SPECIFICATION... 4 1.3.1 Current

More information

RTD-NET Installation Instructions

RTD-NET Installation Instructions LED3 SW1 LED4 RTD-NET Installation Instructions 0V +V POWER 15-24VDC English RTD-NET Installation Instructions 100.00 RTD-NET Control Interface realtime Control Systems REMC P1 P2 RS485 D-BUS DB DA GND

More information

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

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

More information

Momentum 171 CCC Processor with Ethernet Communication Port

Momentum 171 CCC Processor with Ethernet Communication Port Momentum 171 CCC 980 20 Processor with Ethernet Communication Port Description The Momentum model 171 CCC 980 20 Processor is a full capability programmable controller that includes integral Ethernet and

More information

IntesisBox PA-AW-MBS-1 v.2.0

IntesisBox PA-AW-MBS-1 v.2.0 IntesisBox PA-AW-MBS-1 v.2.0 Modbus RTU (EIA485) Interface for Panasonic Aquarea series. User Manual Issue Date: 08/2014 r2.0 Order Code: PA-AW-MBS-1: Modbus RTU Interface for Panasonic Aquarea series

More information

Installation Manual rev

Installation Manual rev Installation Manual rev. 20110418 This document contains installation instructions for the switches of the following versions: 200M-2.0.4.ECA 2G-2.0.4.ECA 200M-2.0.4.ECB 2G-2.0.4.ECB 200M-2.0.4.H-ECA 2G-2.0.4.H-ECA

More information

RS485 MODBUS Module 16I-M

RS485 MODBUS Module 16I-M Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

IQ3../.../XNC/... Controller/Interface. Data Sheet IQ3../.../XNC/... Description. Features. Physical

IQ3../.../XNC/... Controller/Interface. Data Sheet IQ3../.../XNC/... Description. Features. Physical Controller/Interface Description The provides a flexible way of interfacing the IQ system with 3rd party systems. It utilises both standard IQ configuration modules, and the Trend Custom Language (TCL)

More information

Appearance Size (mm) Power supply voltage Model (W H D) 100 to 240 VAC K3SC to 240 VAC

Appearance Size (mm) Power supply voltage Model (W H D) 100 to 240 VAC K3SC to 240 VAC Interface Converter A compact converter that allows communications between RS-C/USB and RS-/8 devices. Ideal for industrial applications. Allows communications between RS-C/USB (Universal Serial Bus) and

More information

Quick Start Installation Guide

Quick Start Installation Guide apc/l Quick Start Installation Guide Version A2 Document Part Number UM-201 May 2010 OVERVIEW The apc/l is an intelligent access control and alarm monitoring control panel which serves as a basic building

More information

INTRODUCTION - DISPLAYS, DATA LOGGERS AND SOFTWARE

INTRODUCTION - DISPLAYS, DATA LOGGERS AND SOFTWARE INTRODUCTION - DISPLAYS, DATA LOGGERS AND SOFTWARE In times where energy conservation is a top priority for all progressive enterprises, the measurement of flow rates and consumption is becoming more and

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

USER MANUAL FOR FIOA-0402-U-16

USER MANUAL FOR FIOA-0402-U-16 USER MANUAL FOR FIOA-0402-U-16 COPYRIGHT NOTICE This manual is a publication of Renu Electronics Pvt. Ltd. and is provided for use by its customers only. The contents of the manual are copyrighted by Renu

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

MOD-IO9 Modbus Input / Output Modules, Wall Mounted

MOD-IO9 Modbus Input / Output Modules, Wall Mounted Product sheet MOD3.9 Type MOD-IO9 MOD-IO9 Modbus Input / Output Modules, Wall Mounted MOD-IO9 and MOD-IO9-AI have been designed to be a compact wall mounted Modbus RTU input and output module. The module

More information

PROGRAMMABLE MARQUEE DISPLAYS

PROGRAMMABLE MARQUEE DISPLAYS PROGRAMMABLE MARQUEE DISPLAYS INTRODUCTION: AVG Uticor Marquees can be found in numerous applications throughout all industries. In 1996, a CONTROL ENGINEERING Magazine study named the AVG Uticor brand

More information

4.7 Digital Input/Output Module 07 DC digital inputs, 8 digital outputs, 8 configurable inputs/outputs, 24 V DC, CS31 system bus

4.7 Digital Input/Output Module 07 DC digital inputs, 8 digital outputs, 8 configurable inputs/outputs, 24 V DC, CS31 system bus 4.7 Digital Input/Output Module 16 digital inputs, 8 digital outputs, 8 configurable inputs/outputs, 4 V DC, CS31 system bus 1 3 Advant Controller 31 I/O Unit ERR Test 4 1 Fig. 4.7-1: Digital input/output

More information

4.8 Digital Input/Output Module 07 DC 92 Contents Intended purpose Displays and operating elements on the front panel Electrical connection

4.8 Digital Input/Output Module 07 DC 92 Contents Intended purpose Displays and operating elements on the front panel Electrical connection 4.8 Digital Input/Output Module 07 DC 9 3 configurable digital inputs/outputs, 4 V DC, electrically isolated in groups, outputs can be loaded with 500 ma, CS31 system bus 1 3 4 1 Fig. 4.8-1: Digital input/output

More information

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide MODBUS FLOW AND ENERGY MEASUREMENT F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0725-2

More information

NEUROLOGIC RESEARCH CORPORATION MODEL 2150

NEUROLOGIC RESEARCH CORPORATION MODEL 2150 NEUROLOGIC RESEARCH CORPORATION FOUR DIGITAL INPUT / FOUR DIGITAL OUTPUT NETWORK NODE - Very compact design available in DIN Rail and NEMA 4X enclosures. - LonWorks FTT-10A network interface with all inputs

More information

Keypad CT2000. Art. No.: , (black) Art. No.: , (white) Installation Manual

Keypad CT2000. Art. No.: , (black) Art. No.: , (white) Installation Manual secure open Keypad CT Art. No.:, (black) Art. No.:, (white) Installation Manual CT_installation_ENGmay Conlan ApS Speditorvej A DK- Aalborg Tel: + Fax: + www.conlan.eu info@conlan.eu Table of contents.

More information

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions DIFFERENTIAL PRESSURE Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4 STANDARDS 5 OPERATIONAL

More information

Electronic earth leakage protection relay

Electronic earth leakage protection relay RGU 10 / RGU 10C Electronic earth leakage protection relay User manual Extended version M98203201_03_11A CIRCUTOR, SA Checks on receipt. This manual assists in the installation and use of the RGU-10/RGU-10C

More information

User manual. LITAS headlight flash controller

User manual. LITAS headlight flash controller GB User manual Ordering details WILC2 Included in the scope of supply: 1 processing unit, 1 LAD1 cable junction box, 2 LITEM 1 sensors (Snap-In) 6,5m cable lenght, 1 spiral cable 3x0,5, spiral lenght 750mm,

More information

900 MHz Spread Spectrum Radio TOP FRONT. Click 400

900 MHz Spread Spectrum Radio TOP FRONT. Click 400 900 MHz Spread Spectrum Radio Click 400 The Click 400 is a 900 MHz spread spectrum radio with two RS-485 ports and one RS-232 port which are active at all times. The Click 400 auto-detects the serial settings

More information

CoolPlug CooLinkHub HVAC Bridge. Quick Installation Guide

CoolPlug CooLinkHub HVAC Bridge. Quick Installation Guide Bridge Quick Installation Guide Warning Read and understand the following Safety Guidelines and Warnings to ensure a safe installation Failure to follow WARNING may result in injury or death. This equipment

More information

LON-module for MULTICAL 601

LON-module for MULTICAL 601 LON-module for MULTICAL 601 Type 67-00-24-000-000 i n s t a l l a t i o n Kamstrup A/S Industrivej 28, Stilling, DK-8660 Skanderborg TEL: +45 89 93 10 00 FAX: +45 89 93 10 01 info@kamstrup.com www.kamstrup.com

More information

OTB1S0DM9LP I/O distributed module OTB - Modbus non isolated serial link m

OTB1S0DM9LP I/O distributed module OTB - Modbus non isolated serial link m Characteristics I/O distributed module OTB - Modbus non isolated serial link - 0..10 m Complementary Topology Bus length Main Number of devices per segment 0...32 Data format Parity Discrete input voltage

More information

i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products

i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual High Quality, Industrial Data Acquisition, and Control Products i-7550 PROFIBUS to RS-232/422/485 Converter User's Manual (Version 1.01) PAGE:1

More information

Priva Blue ID Network module SN1/SN2/SN3/SN3t

Priva Blue ID Network module SN1/SN2/SN3/SN3t Priva Blue ID Network module SN/SN2/SN3/SN3t The system supports both bus and star topologies. Power over Ethernet An operating unit (TouchPoint) can be connected to the port for PoE, for instance. A major

More information

ROCKETLINX ES8508 ES8508 ES8508F ES8508-XT ES8508F-XT QUICK INSTALLATION GUIDE

ROCKETLINX ES8508 ES8508 ES8508F ES8508-XT ES8508F-XT QUICK INSTALLATION GUIDE ROCKETLINX ES8508 ES8508 ES8508F ES8508-XT ES8508F-XT QUICK INSTALLATION GUIDE 2000577 Rev B Release Date - September, 2013 INTRODUCTION The RocketLinx ES8508 series features advanced Layer 2 management

More information

MRUC-20 Modul-R CAN Bus Network

MRUC-20 Modul-R CAN Bus Network MRUC-20 Modul-R CAN Bus Network BALOGH This manual is based on information available at the time if its publication. Every effort has been made to provide accurate and up-to-date information. This document

More information

USER S MANUAL VER.1. C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1

USER S MANUAL VER.1. C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1 USER S MANUAL VER.1 C10D- PARALLEL PORT INTERFACE CARD BOARD Rev. 1 MARCH 2018 User s Manual Page i USER'S MANUAL TABLE OF CONTENTS Contents Page # 1.0 OVERVIEW... iii 2.0 FEATURES... iii 3.0 SPECIFICATIONS...

More information

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec PROFIBUS DP / Modbus TCP Gateway EP-321MP User Manual REV 1.2 Sibotech Automation Co., Ltd Technical Support: 021-5102 8348 E-mail:support@sibotech.net Catalog 1 Product Overview... 4 1.1 General...4 1.2

More information

IntesisBox. v.0.1. User Manual Issue Date: 12/2017 r1.3 EN

IntesisBox. v.0.1. User Manual Issue Date: 12/2017 r1.3 EN IntesisBox HS-RC-MBS-1 v.0.1 Modbus RTU (EIA-485) Interface for Hisense air conditioners. Compatible with commercial line of air conditioners commercialized by Hisense. User Manual Issue Date: 12/2017

More information

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection)

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) EX-1331-4KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) 1. Introduction Thank you for purchasing this RS232/422/485 3-in-1 Serial to USB Adapter. It is an

More information

Click! 301. Serial to Ethernet Converter

Click! 301. Serial to Ethernet Converter Serial to Ethernet Converter The Click! 301 converts half-duplex RS-232 & RS-485 communication to Ethernet and vice versa. This device, tested to work over a 34 C to 74 C temperature range, can be used

More information

Energy Client. Version Feb Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel:

Energy Client. Version Feb Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel: Energy Client Version 2.0.806 3. Feb. 2014 Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel: +45 88 80 75 80 www.electrocom.dk p. 2 Introduction... 3 Installation... 4 LED, Switches and Reset...

More information

H704-42(H)(E), H704-42/1(H)(E)

H704-42(H)(E), H704-42/1(H)(E) POWER MONITORING INSTALLATION GUIDE H704-42(H)(E), H704-42/1(H)(E) Branch Current Monitor DANGER NOTICE Installer's Specifications General: Operating Temp. Range 0 to 60 C (32 to 140 F) (

More information

VMU-MC and VMU-OC. Pulse concentrator. Benefits. Description

VMU-MC and VMU-OC. Pulse concentrator. Benefits. Description Pulse concentrator VMU-MC is a pulse concentrator that makes totalizers available to master systems (i.e.: VMU-C EM) via Modbus RTU protocol. Furthermore, it controls up to three accessory modules via

More information

E 1. SPECOM - Network analyser. Content. E.2 Description. E.3 Specom C - Technical data. E.4 Specom M - Technical data. E.5 Data communication

E 1. SPECOM - Network analyser. Content. E.2 Description. E.3 Specom C - Technical data. E.4 Specom M - Technical data. E.5 Data communication SPCOM - Network analyser Content.2 Description.3 Specom C - Technical data.4 Specom M - Technical data.5 Data communication.5 Converter RS 485/232.5 Specom L - xploitation software The SPCOM network analyser

More information

INSTRUCTION MANUAL WCS-Interface Module, DeviceNet

INSTRUCTION MANUAL WCS-Interface Module, DeviceNet FACTORY AUTOMATION INSTRUCTION MANUAL WCS-Interface Module, DeviceNet WCS-DG210 Part. No. 202340 / DOCT-1305 / 11. june 2007 1 Working principle............................ 6 2 Installation and commissioning.................

More information

EY-EM : Remote I/O module, ecolink

EY-EM : Remote I/O module, ecolink EY-EM 510...512: Remote I/O module, ecolink510...512 How energy efficiency is improved Optimum adjustment to applications by means of module technology. Reduction in wiring Features Part of the SAUTER

More information

M-Bus Master MultiPort 250D/L

M-Bus Master MultiPort 250D/L M-Bus Master MultiPort 250D/L Remote reading with M-Bus Up to 250 meters per M-Bus Master and by cascading, up to 1250 meters in a system Supporting primary/secondary/enhanced secondary addressing and

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

DC BRUSHLESS MOTOR CONTROLLER BLSD-20/BLSD-50

DC BRUSHLESS MOTOR CONTROLLER BLSD-20/BLSD-50 1. Product designation DC BRUSHLESS MOTOR CONTROLLER BLSD-20/BLSD-50 with RS-485 interface Manual BLSD.20.50.001 Brushless controllers BLSD-20 and BLSD-50 are electronic devices to operate and control

More information

Product Manual. Surge Protected Metal 7- Port USB 2.0 Hub DIN RAIL Mount Kit NEC Chip

Product Manual. Surge Protected Metal 7- Port USB 2.0 Hub DIN RAIL Mount Kit NEC Chip Surge Protected Metal 7- Port USB 2.0 Hub DIN RAIL Mount Kit NEC Chip Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USBG-7DU2i 2 USBG-7DU2i Product Manual Revision History Revision

More information

1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882

1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882 1/32-DIN TEMPERATURE CONTROLLER INSTALLATION, WIRING AND OPERATION MANUAL FORM 3882 This manual is intended for use in support of installation, commissioning and configuration of the 1/32-DIN Temperature

More information

T2314, T2414. Instruction Manual

T2314, T2414. Instruction Manual Atmospheric pressure transmitter T2314, T2414 with RS232 / RS485 serial output Instruction Manual Instruction Manual Device type Pressure Output Galvanic isolated output T2314 RS232 - T2414 RS485 Device

More information

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation

HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 REV A SST Automation HART/ Modbus TCP Gateway GT200-HT-MT User Manual V 1.2 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...

More information

TRANSDUCER T4311, T4411

TRANSDUCER T4311, T4411 TRANSDUCER T4311, T4411 Programmable temperature transducer for RTD Pt1000 sensor with serial output RS232 and RS485 Instruction manual Instruction Manual for use of transducer: T4311 (RS232), T4411 (RS485)

More information

Technical specification Marine Master Clock

Technical specification Marine Master Clock Page: 1 av 5 Technical specification Marine Master Clock 1 2 1 0 A MON 24 APR 2006 21.07:36 LT ALARM POWER RADIO LINK NO LT UTC LT General The master clock has 6 buttons and one (2 line x 16 character)

More information

CONTROL MICROSYSTEMS SDI-12 Interface Module. Hardware Manual

CONTROL MICROSYSTEMS SDI-12 Interface Module. Hardware Manual 5915 SDI-12 Interface Module Hardware Manual CONTROL MICROSYSTEMS SCADA products... for the distance 48 Steacie Drive Telephone: 613-591-1943 Kanata, Ontario Facsimile: 613-591-1022 K2K 2A9 Technical Support:

More information

Product data sheet accessories control and regulation Accessories AIRWIN

Product data sheet accessories control and regulation Accessories AIRWIN Product data sheet accessories control and regulation BO-CT1 Continuous controller Item no. 6100101 Control of humidification performance BO-CT1 Option board 2 binary inputs Item no. 002212 Setpoint switching,

More information

USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL

USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL USER MANUAL Z-8NTC 8 CHANNELS NTC TEMPERATURE SENSOR CONVERTER WITH USB / RS485 PORT AND MODBUS RTU PROTOCOL SENECA S.r.l. Via Austria 26 35127 Z.I. - PADOVA (PD) - ITALY Tel. +39.049.8705355 8705355 Fax

More information

Data sheet * * Digital 2-channel transmitter for direct connection to bus-capable automation devices. Design and mode of operation

Data sheet * * Digital 2-channel transmitter for direct connection to bus-capable automation devices. Design and mode of operation d e v e l o p i n g s o l u t i o n s DE43 Data sheet Digital 2-channel transmitter for direct connection to bus-capable automation devices The bus-capable 2-channel transmitter is suitable for measuring

More information

In-Sight 7010C/7200C/7400C

In-Sight 7010C/7200C/7400C The following sections list general specifications for the In-Sight vision system. Vision System Specifications Table 3-1: Vision System Specifications Specifications Minimum Firmware Requirement Job/Program

More information

ICP PANEL-TEC PEX3000 II

ICP PANEL-TEC PEX3000 II ICP PANEL-TEC PEX3000 II MODBUS PORT EXPANDER INSTALLATION AND OPERATION GUIDE REVISION HISTORY Revision Date Author Comments 000 29 Aug 2008 Keira Majors Initial release. 001 16 Sep 2008 David Walker

More information

ADAM-4510 RS-422/RS-485 Repeater ADAM-4510S Isolated RS-422/485 Repeater ADAM-4520 Isolated RS-422/485 Converter Startup Manual

ADAM-4510 RS-422/RS-485 Repeater ADAM-4510S Isolated RS-422/485 Repeater ADAM-4520 Isolated RS-422/485 Converter Startup Manual ADAM-510 RS-/RS-85 Repeater ADAM-510S Isolated RS-/85 Repeater ADAM-50 Isolated RS-/85 Converter Startup Manual Packing List Before you begin installing your module, please make sure that the following

More information

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID

MID PRELIMINARY DATA SHEET. RI-D Series. Single Phase Multifunction Energy Meter (MID Certified) MID PRELIMINARY DATA SHEET RI-D35-100 Series Single Phase Multifunction Energy Meter (MID Certified) MID direct connected Two pulse outputs LED pulse indication High definition LCD display with white backlight

More information

DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL

DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL DCC-8 DIGITAL TO EIGHT CURRENT LOOP CONVERTER OPERATING MANUAL 1 TABLE OF CONTENTS 1. MOUNTING INSTRUCTIONS 1.1 Standard DIN Rail mounting 1.2 Screw Mounting 2. FUSE REPLACEMENT 3. ASSEMBLING THE UNIT

More information

RS485 MODBUS Module 8I8RO

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

More information