MEFS TECH SHEET EXP057 Modbus Interface Unit

Size: px
Start display at page:

Download "MEFS TECH SHEET EXP057 Modbus Interface Unit"

Transcription

1 MEFS TECH SHEET EXP057 Modbus Interface Unit UNIT SPECIFICATIONS Dimensions (Enclosure) : 250mm 175mm 75mm (Card) : mm Power consumption : 24V Power Supply : 18V - 28V DC Weight : 1.1kg Sales Part N : Modbus Card: EXP-061- MB RS232 Card : EXP DESCRIPTION The Modbus interface unit coects to the RS-485 peripheral bus of a fire control panel and allows panel interrogation by a Modbus control system. Information on the states of panel outputs, peripherals, detectors and the general operating condition of the panel can be requested. INDICATOR LED s EARTH TERMINATION POINT POWER CONNECTIONS RS-485 (to panel) RS-232 (to Modbus) CN418 - EXP-057 Page 1 of 7 -

2 INSTALLATION The unit consists of a circuit card mounted on a steel plate within a polycarbonate IP67 rated enclosure, as shown above. Pre-pressed knock-outs on the box sides allow cable entry glands to be fitted for power and communication line wiring. A small plug in RS-232 card provides a communication link to the Modbus controller, jumper J1 on the card should be fitted in position A. A DC supply in the range of 18-28V, typically 24V, rated at 150mA, is required to power the interface, An on board switch mode power supply isolates this input from all communication circuitry. An adequate DC supply can be obtained from the fire control panels auxiliary 24V output (see fire control panel manual). An earth reference should be coected to the Modbus Interface Platforms Earth termination point from the supply earth (i.e. fire control panel entry gland). A block diagram of the typical wiring arrangement is shown below. B A B A 485 CARD 0v 0v E 24v 24v MODBUS INTERFACE PLATFORM A B E A B RS-232 CARD GND RX TX RTS MODBUS MASTER CONTROLLER PORT D FIRE CONTROL PANEL (Data Direction) The RS-485 signal cable should be a twisted pair safety cable type which conforms to BS6387. The earth lead of this cable should be suitably Earth referenced at the fire control panel entry gland and at the Modbus interface platforms Earth termination point or at the RS-485 Earth termination coector. The signal pair should be coected A to A and B to B. COMMISSIONING The eight way DIL defines both the interfaces Morley peripheral address and its Modbus slave address. Valid addresses are in the range 1 to 126. The auto-learn option in the panel configure - peripherals menu should be used to detect the presence of the interface unit, it will register under other when found. By selecting the device option in the configure - peripherals menu the interface will be displayed as type Modbus as shown below, P:005 Z001- Reception Modbus S= The number represents status information of interface communications, it can take the following values: CN418 - EXP-057 Page 2 of 7 -

3 Signal Description () 0 No communication with interface unit 1 Communicating with interface / Received Modbus query 16 Communicating with interface unit MODBUS MASTER TO MODBUS INTERFACE LINK TESTING The Modbus communication link between the master and the interface can be verified by sending a query with an unrecognised function code, (see Modbus section later) from the master. The query will be trapped by the interface and an exception directly returned, A suggested test query and its response are: Test query: D D-6C Reply: (Values in italics are CRC checksums) INDICATOR LEDS The Modbus interface has three indicators: LED1 - Blinks at 1Hz when unit is powered and operational. LED2 - Indicates Modbus data is currently being received on the RS- 232 port which is addressed to the unit. LED3 - Indicates Panel data is currently being received on the RS-485 port which is addressed to the unit. PANEL SOFTWARE REQUIREMENTS The fire control panel must be ruing software version 560 or higher to support a Modbus interface unit. CN418 - EXP-057 Page 3 of 7 -

4 IMPLEMENTED MODBUS PROTOCOL This section details the Modbus protocol implemented within the interface and the mapping of addresses from Modbus to fire panel. MODBUS COMMUNICATION SETTINGS Parameter Mode : Baud rate : Data bits : Framing : Parity : Physical Interface : Setting RTU start bit, 1 stop bit None RS-232 TRANSLATION OF MODBUS DEVICE ADDRESS At the Modbus interface unit the Modbus starting address is translated to a physical device address. The rules defining the translation process are: Sensor Loops: The panel supports a maximum of 128 sensors per loop. The translation process is identical for all sensor loops according to the rule :- Modbus Starting Address = ((Loop number - 1) 200) + Device Address. Peripherals: e.g. Modbus address 2001 = Input on Loop 1 Address = Input on Loop 1 Address = Input on Loop 5 Address 128 The panel supports peripherals addressed up to and including 126. The allocation of peripherals to Modbus addresses is :- Modbus address = Peripheral Address e.g. Modbus address 3001 = Input at Peripheral Address = Input at Peripheral Address 126 Outputs Devices: Each fire panel supports as standard 100 individually programmable output devices. These are allocated 100 consecutive Modbus addresses (the fire programming software defines the type of output device). Modbus address = Output Device e.g. Modbus address 4001 = Output Device = Output Device 100 CN418 - EXP-057 Page 4 of 7 -

5 Summary of Modbus Address Translations: Modbus Mapping Address Range Sensor Loop Sensor Loop Sensor Loop Sensor Loop Sensor Loop Peripherals Output Devices Requesting status from addresses not specified in the above table will result in an Illegal data address exception being returned from the Modbus interface. MODBUS FUNCTION COMMANDS The Modbus commands in the following section will be understood and acted upon by the fire panel interface. There will typically be a delay of one second between the interface receiving a request from a Modbus master and it starting to transmit the reply. Read Coil Status: (Read fire panel device output status) Notes: Function Code 01 Starting Address Hi AA Starting Address Lo aa No. of points Hi 00 No. of points Lo (I) pp I. An exception will result if more than the fire panels current maximum number of supported points are requested. II. The output device status in the reply field is packed as one output per bit of the data field. The device at the starting address is transmitted as the LSB of the first reply byte. The meaning of each bit is: 1 = Output Turned On. 0 = Output Turned Off. Read Input Status: (Read fire panel device input/peripheral status) Notes: Function Code 02 Starting Address Hi AA Starting Address Lo aa No. of points Hi 00 No. of points Lo (I) pp I. The maximum number of inputs requested in one message is 128 sensors (for Apollo systems) and 126 for peripherals. II. If more than the fire panels current maximum number of supported points are requested, or the points are not on one loop, an exception will be returned. CN418 - EXP-057 Page 5 of 7 -

6 III. The device input status in the reply field is packed as one input per bit of the data field. The device at the starting address is transmitted as the LSB of the first reply byte. The meaning of each bit is: 1 = Input activated 0 = Input in quiescent state. IV. The input state is latched by the fire panel once it has been activated and will not return to zero until the fire panel is reset (This allows for detectors malfunctioning due to heat damage in a fire situation). Read Input Registers: (Read fire panel detector analogue input) Notes: Function Code 04 Starting Address Hi AA Starting Address Lo aa No. of registers Hi 00 No. of registers Lo (I) pp I. The maximum number of input registers requested in one message is 64. If this is exceeded then an exception will be returned. II. If the points are not on the same loop then an exception will be returned. III. The register data contains the analogue signal returned by the device. IV. According to the Modicon specification, two bytes are returned for each register. With Apollo detectors the high-order byte will always be zero, with the low-order byte returning the detector analogue signal. Read Exception Status: (Read Panel Status) Function Code 07 The reply consists of a single panel status byte, formatted as follows :- Bit N0. Significance 0 (LSB) internal buzzer muted 1 alarms silenced 2 disablement 3 panel in Fire 4 panel in Fault 5 panel in Pre-Alarm 6 panel in test Mode 7 (MSB) unused CN418 - EXP-057 Page 6 of 7 -

7 Summary of Recognised Modbus Commands: The table below shows which type of address can be requested using the four recognised Modbus commands. Modbus Function Description Sensors Periphera ls 01 Read Coil Status 02 Read Input Status 04 Read Input Registers 07 Read Exception Status Note: Broadcast not supported on any of the commands. Outputs An Illegal function exception will be returned from the Modbus interface if a function other than those listed above is received. Summary of Possible Exception Codes: The following exception codes can be returned from the Modbus Interface: Exception Description Code 01 Illegal function 02 Illegal data address REFERENCES Refer to Modbus protocol specification in PI-MBUS-300 Rev. E for more details. CN418 - EXP-057 Page 7 of 7 -

NC-12 Modbus Application

NC-12 Modbus Application NC-12 Modbus Application NC-12 1 Table of Contents 1 Table of Contents... 2 2 Glossary... 3 SCADA...3 3 NC-12 Modbus in general... 3 4 Entire system... 4 4.1 PFC to PC connection alternatives...4 4.1.1

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

FIREDEX 2200. Conventional Fire Panels

FIREDEX 2200. Conventional Fire Panels 68 Flexible, high specification system Choice of 1, 2, 4 or 8 zones Simple one-shot auto-reset user test facility Approved to EN54 Maintenance free poly switch circuit protection, with auto reset Class

More information

RS485 & Modbus Protocol Guide

RS485 & Modbus Protocol Guide RS485 & Modbus Protocol Guide Products Covered Quadratic Integra 1000 Switchboard Integra 1000 Integra 1540 Integra 1560 Integra 1580 Quadratic Integra 2000 System Protection Relay (SPR) Tyco Electronics

More information

Electronics Ltd. Presenting. Power, Intelligence... with a sense of feeling

Electronics Ltd. Presenting. Power, Intelligence... with a sense of feeling Electronics Ltd Presenting Power, Intelligence... with a sense of feeling By Appointment to Her Majesty The Queen Supplier of Fire Detection Equipment Kentec Electronics Ltd. Dartford Plug in slots K772

More information

Repeaters and Mimics Data Sheet

Repeaters and Mimics Data Sheet Repeaters and Mimics Data Sheet IDR series repeaters and mimics allow vital information from a Notifier fire system to be communicated to points around a building remote from the fire alarm control panel.

More information

Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR

Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR ENGLISH HARDWARE MANUAL ver. 1.00 CODE 114VROOHWE00 page 1 of 22 Important Important Read these instructions

More information

RS-485 Protocol Manual

RS-485 Protocol Manual RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design

More information

Manual Serial PCI Cards

Manual Serial PCI Cards Manual Serial PCI Cards W&T Models 13011, 13410 13411, 13610 13611, 13812 Version 1.4 Subject to error and alteration 37 01/2005 by Wiesemann & Theis GmbH Subject to errors and changes: Since we can make

More information

CB200W Water Leak Detection Panel Application Guide

CB200W Water Leak Detection Panel Application Guide Checked by: AJC Approved by: JBJ Contents CB200W Water Leak Detection Panel Application Guide 1. Cabinet Specifications... 2 2. Panel Hardware Specifications... 3 3. Panel Configuration... 4 4. Technical

More information

OZW30. Central Unit SYNERGYR

OZW30. Central Unit SYNERGYR 2 841 SYNERGYR Central Unit OZW30 Collects billing data from the apartments. Generates an image of each apartment's heat consumption and makes it available for readout. Acts on room temperature control

More information

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

Modbus and ION Technology

Modbus and ION Technology Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. ACCESS meters are compatible with Modbus networks as both slaves and

More information

Fiber Optic Selector Guide for Analog & Digital Data Links, Contact Closures & Multiplexers

Fiber Optic Selector Guide for Analog & Digital Data Links, Contact Closures & Multiplexers Fiber Optic Selector Guide for Analog & Digital Data Links, Contact Closures & Multiplexers Analog Data Links Multi-Channel Contact Closures Multiplexers Digital Data Links - Contact Closures Power Supply

More information

VEGA Analogue Addressable Control Panels

VEGA Analogue Addressable Control Panels Analogue Addressable Control Panels Representing the future of fire alarm control technology, Vega's modular concept enables the tailoring of system design for the smallest to the largest system. Designed

More information

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is

More information

AlarmSense 2-wire detection and alarm system. Product Guide

AlarmSense 2-wire detection and alarm system. Product Guide AlarmSense 2-wire detection and alarm system Product Guide Contents What is AlarmSense? 2 The purpose of AlarmSense 4 How AlarmSense works 4 Alarmsense Features 5 Detector removal monitoring 5 Priority/non-priority

More information

RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info

RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info RS232C < - > RS485 CONVERTER S MANUAL Model: LD15U INTRODUCTION Milestone s model LD-15U is a RS232 to RS 485 converter is designed for highspeed data transmission between computer system and or peripherals

More information

RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide

RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide RS-422/485 Multiport Serial PCI Card Installation Guide 21 Contents 1. Introduction...1 2. Package Check List...2 3. Board Layouts and Connectors...3 3.1 2S with DB9 Male Connectors...3 3.1.1 JP5: UART

More information

Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1

Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1 Softstarters Type PSTX Fieldbus communication, Built-in Modbus RTU 1SFC132089M0201 April 2015 1SFC132089M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and status

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...

More information

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION

Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It

More information

Programmable set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2

Programmable set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2 Type code Ident no. 1545065 Number of channels 2 Dimensions (W x L x H) 108 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100 Mbps Male

More information

TEMON 8-C. Doc. N MO-0370-ING TEMPERATURE MONITOR DEVICE TYPE TEMON 8-C OPERATION MANUAL. Microener - Copyright 2010 FW 2.2 Date 01.12.2008 Rev.

TEMON 8-C. Doc. N MO-0370-ING TEMPERATURE MONITOR DEVICE TYPE TEMON 8-C OPERATION MANUAL. Microener - Copyright 2010 FW 2.2 Date 01.12.2008 Rev. TEMPERATURE MONITOR DEVICE TYPE TEMON 8-C OPERATION MANUAL Microener - Copyright 2010 FW 2.2 Date 01.12.2008 Rev. 0 1. Generality 3 2. Introduction 3 3. Accessories and Options 3 4. Installation 3 5. Connection

More information

Analogue Input, 4-fold, MDRC AE/S 4.1, GH Q605 0054 R0001

Analogue Input, 4-fold, MDRC AE/S 4.1, GH Q605 0054 R0001 Analogue Input, -fold, MDRC, GH Q605 005 R0001 The analogue input is a DIN rail mounted device for insertion in the distribution board. It is connected to the EIB via the bus connecting terminal supplied.

More information

PCS0100en 02.2008. Persy Control Services B.V. Netherlands

PCS0100en 02.2008. Persy Control Services B.V. Netherlands P-Bus Gateway PBGW2.128 Universal gateway between the P-bus protocol and open standard protocols. The variety of available electrical interfaces on the gateway offers a wide range of possibilities for

More information

WEA-Base. User manual for load cell transmitters. UK WEA-Base User manual for load cell transmitters Version 3.2 UK

WEA-Base. User manual for load cell transmitters. UK WEA-Base User manual for load cell transmitters Version 3.2 UK WEA-Base User manual for load cell transmitters 1 Contents 1. Technical data... 3 2. Assembly... 4 2.1 Power supply... 4 2.2 Load cells... 4 2.3 RS-485... 4 2.4 Relays... 5 2.5 Digital input... 5 2.6 Analogue

More information

Modbus Communications for PanelView Terminals

Modbus Communications for PanelView Terminals User Guide Modbus Communications for PanelView Terminals Introduction This document describes how to connect and configure communications for the Modbus versions of the PanelView terminals. This document

More information

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Page 1 of 13 Table of Contents 1 OVERVIEW... 3 2 INSTALLING AND CONFIGURING THE ANYBUS -X GENERIC GATEWAY AND ETHERNET

More information

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 3DLevelScanner II Different Ways of Connecting to 3DLevelScanner II A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 2 Different Ways of Connecting to 3DLevelScanner II Version 3.0 Table

More information

EZ-View Network Communications Guide www.cszindustrial.com

EZ-View Network Communications Guide www.cszindustrial.com Network Communications Guide EzView Network Communications Guide RevB July 2013 (V2.2) Supersedes: RevA (May 2011) Cincinnati Sub-Zero Products, LLC 513-772-8810 12011 Mosteller Road Cincinnati, Ohio 45241

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

PRT3 Printer Module: ASCII Protocol Programming Instructions

PRT3 Printer Module: ASCII Protocol Programming Instructions PRT3 Printer Module: ASCII Protocol Programming Instructions We hope this product performs to your complete satisfaction. Should you have any questions or comments, please visit www.paradox.com and send

More information

WEB log. Device connection plans

WEB log. Device connection plans WEB log LIGHT+ 20 BASIC 100 PRO unlimited Device connection plans Version 20160425* Copyright Copyright for this manual remains with the manufacturer. No part of this manual may be reproduced or edited,

More information

F2400 FOM II Series Fiber Optic Modem Technical Manual

F2400 FOM II Series Fiber Optic Modem Technical Manual F2400 FOM II Series Fiber Optic Modem Technical Manual T1 Revision B Copyright April 2003 VERSITRON, Inc. 83 Albe Drive / Suite C Newark, DE 19702 www.versitron.com A030430283T PROPRIETARY DATA All data

More information

Modbus Protocol. PDF format version of the MODBUS Protocol. http://www.http://www.modicon.com/techpubs/toc7.html. The original was found at:

Modbus Protocol. PDF format version of the MODBUS Protocol. http://www.http://www.modicon.com/techpubs/toc7.html. The original was found at: Modbus Protocol PDF format version of the MODBUS Protocol The original was found at: http://www.http://www.modicon.com/techpubs/toc7.html (In case of any discrepancies, that version should be considered

More information

MSL1000 Monitored Serial Link Interface Manual V1.01

MSL1000 Monitored Serial Link Interface Manual V1.01 Audix Systems, Station Road, Wenden, Saffron Walden, Essex, CB11 4LG. Telephone: +44(0)1799 540888 Facsimile: +44(0)1799 541618 www.tycosafetyproducts-europe.com www.audixsystems.co.uk MSL1000 Monitored

More information

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity

8 data bits, least significant bit sent first 1 bit for even/odd parity (or no parity) 1 stop bit if parity is used; 1 or 2 bits if no parity 1.Eastron SDM630 Smart Meter Modbus Protocol Implementation 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol network. If

More information

AIS750 Series Alarm Annunciator

AIS750 Series Alarm Annunciator Unparallel, modular, multipoint design with Integrated controllers Two Operation Modes (Stand-alone & Serial) All sizes confi gurable up to 440 Alarm Points RS485 / RS232 Serial Communication Manual &

More information

MEMOBUS/Modbus Communications

MEMOBUS/Modbus Communications 2 2.1 MEMOBUS/MODBUS CONFIGURATION............260 2.2 COMMUNICATION SPECIFICATIONS..............261 2.3 COMMUNICATION TERMINAL RESISTANCE........262 2.4 CONNECTING A PLC...........................263 2.5

More information

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode:

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode: COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER KT4, KT8 and KT9 No.KTC1E6 2009.05 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual.

More information

Product Information Fire alarm panel 8000 C

Product Information Fire alarm panel 8000 C Product Information Fire alarm panel 8000 C Fire alarm panel 8000 C, basic configuration In common with all modern Esser panels, the 8000 C fire alarm panel is based on high-performance ringbus technology.

More information

MAKING MODERN LIVING POSSIBLE. AK-SC255 On-Site Installation Guide DANFOSS ELECTRONIC CONTROLS & SENSORS

MAKING MODERN LIVING POSSIBLE. AK-SC255 On-Site Installation Guide DANFOSS ELECTRONIC CONTROLS & SENSORS MAKING MODERN LIVING POSSIBLE AK-SC255 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 AK-SC 255 controller.

More information

INTELLIGENT CONTROL MODULE SA-2000-II HARDWARE MANUAL. Access Technologies International, Inc.

INTELLIGENT CONTROL MODULE SA-2000-II HARDWARE MANUAL. Access Technologies International, Inc. SA-2000-II HARDWARE MANUAL Access Technologies International, Inc. 1 Table of Contents 1. Introduction 3 2. Features 3 3. Specification 4 4. Identifying Supplied Parts 4 5. Panel Description 5 6. Connection

More information

sip Sanyo Modbus Guide Technical Specification Pinouts, Cable Connections & Wiring Issue 2: February 2009 Synapsys Solutions Ltd, all rights reserved

sip Sanyo Modbus Guide Technical Specification Pinouts, Cable Connections & Wiring Issue 2: February 2009 Synapsys Solutions Ltd, all rights reserved Sanyo Section : Section : Section : Section : Section : sip Modbus Guide Configuration Modbus Table Technical Specification Pinouts, Cable Connections & Wiring Alarm Fault Codes Issue : February 009 Section

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

Section 16935 TELEPHONE AUTOMATIC DIALER SYSTEM

Section 16935 TELEPHONE AUTOMATIC DIALER SYSTEM Section TELEPHONE AUTOMATIC DIALER SYSTEM PART 1 GENERAL 1.01 SYSTEM DESCRIPTION A. Design Requirements: 1. Electronic monitoring system shall interface plant alarms to public telephone system or cellular

More information

HSG Engineering Tech Bulletin

HSG Engineering Tech Bulletin Specifications subject to change OCT 2013; Rev. 1.3 HSG Engineering Tech Bulletin Recommended RS-485 Wiring for NetAXS-4/NetAXS-123 Loops Overview This document provides the recommended RS-485 wiring for

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

Programmable Room Thermostat 7 Day (5-2 Day) Models: 22083 / 22087 Power Supply: Battery / Mains

Programmable Room Thermostat 7 Day (5-2 Day) Models: 22083 / 22087 Power Supply: Battery / Mains Drayton Programmable Room Thermostat 7 Day (5-2 Day) Models: 22083 / 22087 Power Supply: Battery / Mains Invensys Controls Europe Technical Helpline: +44 (0) 845 130 7722 www.draytoncontrols.co.uk Installation

More information

Product Data Sheet. User Manual. User Manual MX-4100, MX-4200, MX-4400, Mx-4400/LE & Mx-4800 Fire Alarm Control Panels

Product Data Sheet. User Manual. User Manual MX-4100, MX-4200, MX-4400, Mx-4400/LE & Mx-4800 Fire Alarm Control Panels User Manual Product Data Sheet User Manual MX-4100, MX-4200, MX-4400, Mx-4400/LE & Mx-4800 Fire Alarm Control Panels The operation and functions described in the manual are available from Software Versions

More information

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters.

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters. Contents: 1) SPE030 speech synthesizer module 2) Programming adapter kit (pcb, 2 connectors, battery clip) Also required (for programming) : 4.5V battery pack AXE026 PICAXE download cable Specification:

More information

Panasonic/Sanyo A/C Interface Modbus RTU Installation Instructions

Panasonic/Sanyo A/C Interface Modbus RTU Installation Instructions Panasonic/Sanyo A/C Interface Modbus RTU Installation Instructions Preface Safety warnings To avoid injury, or damage to the Modbus interface, read all installation and configuration instructions in this

More information

User Manual Revision 2.101 English

User Manual Revision 2.101 English Document code: MN67011_ENG Revision 2.101 Page 1 of 18 User Manual Revision 2.101 English CAN / Modbus Master - Converter (Order Code: HD67011) for Website information: www.adfweb.com?product=hd67011 HD67011

More information

Application/Connection Examples

Application/Connection Examples This Quick Start Guide is designed to familiarize the user with the connection and configuration of the DTS-305 DIN rail mounted single / 3 phase power & energy meter with RS-485 or TCP communications.

More information

Technical Note A007 Modbus Gateway Vantage Pro2 25/09/2009 Rev. A 1 de 7

Technical Note A007 Modbus Gateway Vantage Pro2 25/09/2009 Rev. A 1 de 7 1 de 7 1. Introduction This Technical Note explains how to configure the Modbus Gateway for Vantage Pro2. The Modbus Gateway allows the easy connection of a PLC (Programmable Logic Controller), RTU (Remote

More information

DTW Works Master Specification Version 2006

DTW Works Master Specification Version 2006 Issued 2006/08/01 Section 13852 Multiplex Fire Alarm System Page 1 of 10 PART 1 GENERAL 1.1 RELATED WORK.1 Section 01330 Submittal Procedures..2 Section 01780 Closeout Procedures..3 Section 01810 Commissioning..4

More information

DMX2PWM 9 Channel Dimmer Setup Manual

DMX2PWM 9 Channel Dimmer Setup Manual DMX2PWM 9 Channel Dimmer Setup Manual www.ecue.de DMX2PWM 9ch Dimmer - Setup Manual e:cue control GmbH An OSRAM Company Rev. 1.3_01/2010 DMX2PWM 9ch Dimmer - Setup Manual Table of Contents 1. Device Overview....................................4

More information

ALARMS-xx. Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL

ALARMS-xx. Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL Remote Alarm Unit Setup Guide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 RESET ALL User s Guide Version 1.0 07/01/2009 Michael Stevens & Partners Ltd. has made

More information

How To Set Up A Protocessor Protonode

How To Set Up A Protocessor Protonode Setup Manual BACnet Protocol Gateway for TempTrac and XR Water Heater Control When a BAS interface with TempTrac or the XR requires a protocol other than the standard Modbus RTU, PVI Industries offers

More information

TRP-C31M MODBUS TCP to RTU/ASCII Gateway

TRP-C31M MODBUS TCP to RTU/ASCII Gateway TRP-C31M MODBUS TCP to RTU/ASCII Gateway User s Manual Printed Feb. 2007 Rev 1.0 Trycom Technology Co., Ltd 1F, No.2-11, Sihu street, Yingge Township, Taipei, Taiwan ROC Tel: 886-2-86781191, Fax: 886-2-86781172

More information

Introduction: Implementation of the MVI56-MCM module for modbus communications:

Introduction: Implementation of the MVI56-MCM module for modbus communications: Introduction: Implementation of the MVI56-MCM module for modbus communications: Initial configuration of the module should be done using the sample ladder file for the mvi56mcm module. This can be obtained

More information

User Manual Revision 1.014 English

User Manual Revision 1.014 English Document code: MN67508_ENG Revision 1.014 Page 1 of 25 User Manual Revision 1.014 English Modbus TCP Slave / Modbus Master Converter (Ethernet Switch Inside for enter/exit connection) (Order Code: HD67508-A1-232,

More information

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page

More information

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface

Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This

More information

PowerLogic Sub Meter Display (SMD and SMDOPN)

PowerLogic Sub Meter Display (SMD and SMDOPN) Instruction Bulletin Z203742-0B PowerLogic Sub Display (SMD and SMDOPN) CONTENTS Introduction... 2 Parts of the Sub Display... 3 Dimensional Drawing... 4 Installation... 5 Mounting the SMD... 5 Mounting

More information

IntesisBox KNX Modbus RTU master

IntesisBox KNX Modbus RTU master IntesisBox KNX RTU master Gateway for integration of RTU devices into KNX control systems. Integrate RTU devices (Chillers, Roof Tops, electricity meters, heating floors, heat pumps, PLCs ) into KNX control

More information

MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE. USER GUIDE Document reference : 9010709-03

MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE. USER GUIDE Document reference : 9010709-03 MDM192 MULTI-DROPS DIGITAL MODEM FOR PRIVATE LINE USER GUIDE Document reference : 9010709-03 If you have questions about the MDM192 or desire assistance, contact ETIC TELECOMMUNICATIONS at the following

More information

Install the DeviceNet Module using the following procedure:

Install the DeviceNet Module using the following procedure: Installation INSTALLATION INSTRUCTIONS: MCD DEVICENET MODULE Order Code: 175G9002 1. Installation Install the DeviceNet Module using the following procedure: 1. Remove control power and mains supply from

More information

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction Reference Manual EasyMDB RS232-TTL 1 Introduction This document explains how to use the interface EasyMDB RS232-TTL and describe the connections and the necessary commands for communicating with Cash System

More information

Belimo Gateway MP to Modbus RTU - UK24MOD

Belimo Gateway MP to Modbus RTU - UK24MOD Product information UK24MOD MODBUS RTU Belimo Gateway MP to Modbus RTU - UK24MOD Contents Complete overview 2 Technical data 3 Safety notes 4 Product features 4 Installation and commissioning 4 Electrical

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

RS - SPM. Serial parallel translator module

RS - SPM. Serial parallel translator module ReSatron GmbH Boisheimer Str. 162 D-41751 Viersen Telefon (+49) 02162-45 06 80 Telefax (+49) 02162-45 03 04 email: info@resatron.de RS - SPM Serial parallel translator module RSSPM000215SPM-021 - Subject

More information

Environment Temperature Control Using Modbus and RS485 Communication Standards

Environment Temperature Control Using Modbus and RS485 Communication Standards Environment Temperature Control Using Modbus and RS485 Communication Standards Kosta Papasideris, Chris Landry, Brad Sutter and Archie Wilson Engineering Technology and Industrial Distribution Department

More information

CENTRONICS interface and Parallel Printer Port LPT

CENTRONICS interface and Parallel Printer Port LPT Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from

More information

Data Bulletin. Communications Wiring for POWERLINK G3 Systems Class 1210 ABOUT THIS BULLETIN APPLICATION INTRODUCTION.

Data Bulletin. Communications Wiring for POWERLINK G3 Systems Class 1210 ABOUT THIS BULLETIN APPLICATION INTRODUCTION. Data Bulletin 1210DB0002R3/05 03/2005 LaVergne, TN, USA Communications Wiring for POWERLINK G3 Systems Class 1210 Retain for future use. ABOUT THIS BULLETIN This data bulletin describes the proper wiring

More information

Serial Communications / Protocol in AirTest Products

Serial Communications / Protocol in AirTest Products Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART

More information

Modular I/O System Analog and Digital Interface Modules

Modular I/O System Analog and Digital Interface Modules OPERATING INSTRUCTIONS Modular I/O System Analog and Digital Interface Modules Installation Operation Maintenance Document Information Document ID Title: Operating Instructions Modular I/O System Part

More information

Disabled Toilet Alarm. Contractor Pack. Installation & Operating Instructions

Disabled Toilet Alarm. Contractor Pack. Installation & Operating Instructions Disabled Toilet Alarm Installation & Operating Contractor Pack Installation & Operating Instructions 1 Overview The Channel Safety Systems Disabled Toilet alarm contractor Packs are an efficient way of

More information

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems EN Security System CM705B CM705B - Universal Expander Module The CM705B universal expander provides a cost effective way

More information

ALARMLINE ANALOGUE Linear Heat Detection System

ALARMLINE ANALOGUE Linear Heat Detection System ALARMLINE ANALOGUE Alarmline Analogue sensor cable senses temperature variations by continuously monitoring the resistance of specially doped N.T.C. polymeric insulation. A change in temperature produces

More information

ModBus Server - KNX. Gateway for integration of KNX equipment into Modbus (RTU and TCP) control systems.

ModBus Server - KNX. Gateway for integration of KNX equipment into Modbus (RTU and TCP) control systems. IntesisBox ModBus Server - KNX Gateway for integration of KNX equipment into Modbus (RTU and TCP) control systems. Integrate KNX based lighting control into your SCADA, BMS, PLC "talking" Modbus. Master

More information

Modicon Modbus Protocol Reference Guide. PI MBUS 300 Rev. J

Modicon Modbus Protocol Reference Guide. PI MBUS 300 Rev. J Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J 1 Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J June 1996 MODICON, Inc., Industrial Automation Systems One High Street North Andover,

More information

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol

Temp-485-Pt100. A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 A temperature sensor (Pt100 or Pt1000) communicating over the RS-485 bus with a simple communication protocol Temp-485-Pt100 Box version [600 113] Temp-485-Pt100 Cable version [600 114]

More information

Operation and Installation Manual

Operation and Installation Manual Operation and Installation Manual RCM-10 Remote Control Monitor and RSM-10 Remote Status Monitor for the CNA-100 & CNA-200 Automations Revision 1.1 9/98 WARRANTY INFORMATION The RCM-10 Remote Control

More information

conventional system operation

conventional system operation conventional system operation detection line operation Conventional detection systems normally operate on a 24VDC line. In the standby condition, the detectors will draw a low current, typically less than

More information

Configuring Allen-Brandly ControlLogix PLC with Moxa MGate 5105-MB-EIP. 1 Application Description... 3. 1.1 Objective... 3 1.2 Goals...

Configuring Allen-Brandly ControlLogix PLC with Moxa MGate 5105-MB-EIP. 1 Application Description... 3. 1.1 Objective... 3 1.2 Goals... Moxa MGate 5105-MB-EIP Contents Moxa Technical Support Team support@moxa.com 1 Application Description... 3 1.1 Objective... 3 1.2 Goals... 3 2 System Topology... 3 3 Hardware and Software Requirements...

More information

ZONE SELECTIVE INTERLOCKING (ZSI) APPLICATION AND TESTING GUIDE SIEMENS WL UL489 AND UL1066 AIR CIRCUIT BREAKERS

ZONE SELECTIVE INTERLOCKING (ZSI) APPLICATION AND TESTING GUIDE SIEMENS WL UL489 AND UL1066 AIR CIRCUIT BREAKERS Definition: Zone Selective Interlocking (ZSI) - A method which allows two or more ground fault breakers to communicate with each other so that a short circuit or ground fault will be cleared by the breaker

More information

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

Omron I/O Driver (Series 2) Programmable Serial Interface Card Omron I/O Driver (Series 2) Programmable Serial Interface Card USER MANUAL Rev. P1.55 June 8, 2012 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.

More information

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty.

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. Whale 3 DC Servo drive User Manual and Installation Guide Contents 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. 2. Electric specifications. 2.1.Operation ranges. 3. Connections

More information

SEC 4100 SYSTEM MONITOR Programmable Serial Interface Card Series 2

SEC 4100 SYSTEM MONITOR Programmable Serial Interface Card Series 2 SEC 4100 SYSTEM MONITOR Programmable Serial Interface Card Series 2 USER MANUAL Rev. P1.11 September 13, 2006 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998,

More information

INTMOD485-LH Protocol Converter

INTMOD485-LH Protocol Converter For Use with L-GAGE LH Series Sensors Features Converts an LH Network to the 485-RTU protocol Supports baud rates up to 230,400 baud Supports LH Networks with up to 32 sensors Model Protocol Conversion

More information

Ordering Part Numbers: Universal Signal Converter: USC-CVB225-01 Universal Signal Converter with a 4-20mA input and +/- 10V output: USC-CVB225-B10V

Ordering Part Numbers: Universal Signal Converter: USC-CVB225-01 Universal Signal Converter with a 4-20mA input and +/- 10V output: USC-CVB225-B10V Description: The universal signal converter offers threeway isolation and translates one input control signal into one to three simultaneous outputs. Switches allow the user to select the desired input

More information

TX2123 RS485 TO ETHERNET ADAPTOR

TX2123 RS485 TO ETHERNET ADAPTOR TX2123 RS485 TO ETHERNET ADAPTOR Converts Datacomms between fibre optic Modbus TCP over Ethernet and hard-wired copper Modbus RTU over RS485 Fibre Optic MODBUS TCP/ IP Ethernet Copper MODBUS RTU RS485

More information

TX OPEN RS232/485 module

TX OPEN RS232/485 module s 8 185 8185P01 TX-I/O ; DESIGO OPEN TX OPEN RS/485 module for integrating third-party systems and devices to DESIGO (V4 or higher) TXI1.OPEN Platform to integrate third-party systems and devices to the

More information

GST301. (Single Protection Zone) Operation Manual

GST301. (Single Protection Zone) Operation Manual GST301 Gas Extinguishing Control Panel (Single Protection Zone) Operation Manual 2 of 19 CONTENTS 1 OVERVIEW... 4 2 TECHNICAL DATA... 4 3 STRUCTURES... 5 3.1 FRONT SURFACE DESCRIPTION... 5 3.1.1 Indicators...

More information

Technical data. General specifications. Indicators/operating means. Electrical specifications Operating voltage U B Power consumption P 0 Interface

Technical data. General specifications. Indicators/operating means. Electrical specifications Operating voltage U B Power consumption P 0 Interface Release date: 06-0- 09: Date of issue: 06-0- 009_eng.xml Model Number Single head system Features Parameterization interface for the application-specific adjustment of the sensor setting via the service

More information

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 TABLE OF CONTENTS DESCRIPTION 2 MOUNTING INSTRUCTIONS 2 HOW TO CABLE THE IPX 2/3 POWER SUPPLY INSTALLATION 3 OPERATION 3 CARE

More information