ECC-PCP Modbus RTU BAS Interface Guide

Size: px
Start display at page:

Download "ECC-PCP Modbus RTU BAS Interface Guide"

Transcription

1 ECC-PCP Modbus RTU BAS Interface SUPERSEDES: none FORM NO: SVW06-ModbusIG ECC-PCP Modbus RTU BAS Interface Guide Introduction PoolComPak units equipped with the ECC-PCP controller can be directly connected to a Modbus based Building Automation System (BAS). Specifically, the protocol is Modbus RTU using an RS485 physical layer with the ECC-PCP acting as a slave device. The device address and baud rate can be configured in the field. 25 control points that include all basic information and set points for the PoolComPak dehumidification system are available through the interface. Modbus Protocol Details The protocol used by the ECC-PCP is Modbus RTU with 8 bit encoding and 16 bit CRC error checking. The ECC-PCP operates as a slave on the Modbus network. Modbus protocol implementation complies with the document: Modicon Modbus Protocol Reference Guide March 1992, PI-MBUS-300 Rev. D This document is available from the web site The communications port on the ECC-PCP is an optically isolated RS485 transceiver. Port settings are: 8 data bits, 2 stop bits, and no parity. The baud rate can be field adjusted from 1200 up to by setting a configuration parameter in the ECC-PCP service menu. The following Modbus functions are implemented in the ECC-PCP: Function Code Function Description 01 Read Output Status Read digital variables 02 Read Input Status Read digital variables 03 Read Output Registers Read analog/integer variables 04 Read Input Registers Read analog / integer variables 05 Force Single Coil Write digital variable 06 Force Single Register Write analog / integer variable 15 Force Multiple Coils Write multiple digital variables 16 Preset Multiple Registers Write multiple analog / integer variables

2 The error messages returned by the ECC-PCP conform to the Modbus specification. Specifically, when an error occurs, the packet sent back to the master contains the original function code with the most significant bit set to 1, followed by a byte containing the error code number. The following Modbus error codes are implemented in the ECC-PCP: Error Code Description 01 Illegal Function 02 Illegal Data Address 03 Illegal Data Value If the ECC-PCP receives a packet with an incorrect check sum, no error message will be returned to the master. If the master requests a register value that does not exist in the ECC-PCP, the value will be returned as 0. ECC-PCP Modbus Configuration Parameters The Modbus configuration parameters for the controller are accessed in the Service menu. To configure these parameters: 1. Press the Program key ( ) the controller or RIU. 2. Use the arrow keys to scroll down to Service and press Enter ( ). 3. Enter the service password Use the arrows keys to scroll down to the Unit Config menu and then press Enter ( ). 5. Enter the factory password Use the arrow keys to scroll to the Installed Options menu then press Enter ( ). 7. Use the arrow keys to scroll to the parameter LonWorks Board. Change this to NO then press Enter ( ). 8. Press Escape key ( ) one time then scroll to BAS Interface menu, press Enter ( ). 9. If the settings of the parameters differ from those shown below, press Enter ( ) to move the cursor down next to the parameter, then use the arrow keys to change to the correct Type Modbus Selects the type of BAS interface. Baudrate This parameter sets the baud rate for the onboard serial port. It can be set to 1200, 2400, 4800, 9600, or The factory default setting is BAS Addr 1 This parameter sets the address of the ECC-PCP on the Modbus network. It can be set to any integer from 1 to After changing any of these parameters, the controller should be rebooted by cycling power to the dehumidifier. 2 of 5

3 Physical Network Connection The terminal blocks for field connection to the Modbus RTU network are located on the main control module in the PoolComPak unit s control panel. The block is labeled Serial Card. Terminals A, B, and GND are used for connection to the network with the following functions: Terminal ID Function B or - Tx/Rx - A or + Tx/Rx + GND Ground PoolPak recommends the use of 22 AWG shielded twisted pair cable for runs up to 500 feet. For runs greater than 500 feet, contact the factory. Use two wires from the same pair for connection of A and B. Use both wires from a second pair for connection of GND. Control Points Mapping The Modbus interface provides 25 control points that include all basic status information and set points for the PoolComPak dehumidification system. There are three types of points available, analog, integer, and digital. Analog values are multiplied by 10 before being sent through the Modbus interface. For example, a return air temperature of 25.3 will be sent through the Modbus interface as 253. Integer and digital values are sent directly through the interface without modification. The following table lists the available points along with their address offsets and types. For more information on the use of address offsets, please refer to the Modicon standard referenced on page 1 of this document. Note: Temperatures are expressed in degrees Celsius. Temperature set points are expressed in degrees Fahrenheit. Address Offset Description Point Type Var Type 2 Return Air Temperature Input Register (3XXXX) Analog 3 Outside Air Temperature Input Register (3XXXX) Analog 4 Cold Surface Temperature Input Register (3XXXX) Analog 5 Return Air Relative Humidity Input Register (3XXXX) Analog 6 Pool Water Temperature Input Register (3XXXX) Analog 130 Active Fault Code Input Register (3XXXX) Integer 131 Fault Count Input Register (3XXXX) Integer 132 Return Air Temperature Set Point Input Register (3XXXX) Integer 133 Pool Water Temp Set Point Input Register (3XXXX) Integer 134 Return Air RH Set Point Input Register (3XXXX) Integer 135 Return Air Temperature Set Point Holding Reg. (4XXXX) Integer 3 of 5

4 Active Fault Code 136 Pool Water Temp Set Point Holding Reg. (4XXXX) Integer 137 Return Air RH Set Point Holding Reg. (4XXXX) Integer 2 Purge Mode Status Input Status (1XXXX) Digital 3 AC Proof Status Input Status (1XXXX) Digital 4 Pool Heating Status Input Status (1XXXX) Digital 5 Aux Pool Heating Status Input Status (1XXXX) Digital 6 Dehumidification Status Input Status (1XXXX) Digital 7 Air Heating Status Input Status (1XXXX) Digital 8 Air Cooling Status Input Status (1XXXX) Digital 9 Aux Air Heat Stage 1 Status Input Status (1XXXX) Digital 10 Aux Air Heat Stage 2 Status Input Status (1XXXX) Digital 11 Force Purge Mode Coil Status (0XXXX) Digital 12 Force No Purge Mode Coil Status (0XXXX) Digital 13 Active Alarm Present Coil Status (0XXXX) Digital The active fault code is an integer with values as follows: 0 All systems normal. 1 System in OFF mode. (Aux Water Heating System still enabled) 2 System startup active. 4 Fan motor overload is tripped. 5 Fire trip is active. 7 Space temperature is out of normal range. (70 F < Normal < 105 F) 12 Defrost mode active. 13 Low refrigerant pressure. 14 High compressor motor temperature. 15 High refrigerant pressure. 16 Space temperature sensor failed. 17 Space relative humidity sensor failed. 18 Pool water temperature sensor failed. 19 Outside air temperature sensor failed. 20 Surface temperature sensor failed. 21 Controller failed self diagnostic test. 22 Compressor locked out after ten faults. Changing a Set Point Two data points are allocated for each set point. One of the points is a holding register and the other is an input register. To change a set point, use function code 6 to force the appropriate holding register to the new set point Verify that the ECC-PCP has accepted the new value by reading the value back from the corresponding input register. There are value limits for each set point. If the BAS tries to set an inappropriate value, the ECC-PCP will apply the limits to the 4 of 5

5 requested change. The BAS can detect this event by verifying the change in the input register for the set point. Controlling Occupied and Purge Modes The BAS can control the PoolComPak unit s Purge Mode directly. This control overrides all internal control in the TD-2500 or TD To force purge mode, use function code 5 to force the coil at offset 11 to 1 and the coil at offset 12 to 0. To force no purge mode, force the coil at offset 11 to 0 and the coil at offset 12 to 1. Active Alarm Flag Control The coil at offset 13 indicates the status of the ECC-PCP alarm flag. This status corresponds to the red light inside the RIU s alarm button. When the status is 1, there is an uncleared alarm present in the ECC-PCP. To clear the alarm, use function code 5 to force the coil at offset 13 to 0. If there are no active alarms in the system, the coil value will stay 0. If there are still active alarms present, the ECC-PCP will set the coil value back to 1. Troubleshooting Symptom Possible Cause Solution No response from ECC- PCP when polled by the master on the Modbus network Set point changes are different than requested by BAS. Replies from ECC-PCP are sporadic. Power to ECC-PCP is off. Incorrect baud rate setting. Incorrect BAS Address setting. Incorrect Serial Port Protocol setting. Serial port polarity is reversed. Requested set point value is outside of the acceptable range. Electrical interference. Turn on power to ECC- PCP at PoolComPak control panel. Set the baud rate parameter to the correct Set the BAS Address parameter to the correct Set the Serial Port Protocol parameter to MBRTU. Swap the wires connected to A and B. Select set points based on the acceptable range. Route network wiring away from other electrical devices. Modbus is a registered trademark of Schneider Electric USA, Inc. Corporation. This trademark is used in the text. However, for the sake of readability, they may not be individually marked. 5 of 5

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

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

RcWare SoftPLC Modbus server mapping editor User manual

RcWare SoftPLC Modbus server mapping editor User manual RcWare SoftPLC Modbus server mapping editor User manual 1 Contents 1 Contents... 2 2 Why SoftPLC as a Modbus server... 3 3 Installation and setup of the Modbus mapping editor... 4 4 Creating and editing

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

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

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

1 Application Description... 3. 1.1 Objective... 3 1.2 Goals... 3

1 Application Description... 3. 1.1 Objective... 3 1.2 Goals... 3 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... 4 4 Configuration...

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

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

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

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

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

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

APNT#1168 Modbus - Establishing Communications Hints

APNT#1168 Modbus - Establishing Communications Hints Application Note #1168: Modbus - Establishing Communications Hints Introduction This document provides supplemental information about configuring Pro-face Device/PLC drivers to communicate with your device.

More information

Medical Vacuum Systems-PXMI

Medical Vacuum Systems-PXMI Medical Vacuum Systems-PXMI Please read and save these instructions. Read carefully before attempting to assemble, install, operate or maintain the product described. Protect yourself and others by observing

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

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

Master-Touch and ValuMass. Modbus Communications. INSTRUCTION MANUAL 80202201 (Rev. 2.1)

Master-Touch and ValuMass. Modbus Communications. INSTRUCTION MANUAL 80202201 (Rev. 2.1) Master-Touch and ValuMass Modbus Communications INSTRUCTION MANUAL 80202201 (Rev. 2.1) Eldridge Products, Inc. 2700 Garden Road, Building A Monterey, CA 93940 Tel: 800/321-3569 or 831/648-7777 Fax: 831/648-7780

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

Temp. & humidity Transmitter Instructions

Temp. & humidity Transmitter Instructions Temp. & humidity Transmitter Instructions AQ3485/AQ3485Y www.aosong.com 1 Product Overview AQ3485/ AQ3485Y outdoor network temperature and humidity transmitter is accurate measurement of relative humidity

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

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

User Guide. Babel Buster 2. Model BB2-7030 BACnet Gateway and Router

User Guide. Babel Buster 2. Model BB2-7030 BACnet Gateway and Router User Guide Babel Buster 2 Model BB2-7030 BACnet Gateway and Router Rev. 1.0 September 2010 User Guide Babel Buster 2 Model BB2-7030 BACnet Gateway and Router Rev. 1.0 September 2010 IMPORTANT SAFETY CONSIDERATIONS:

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

ATS Communication Overview

ATS Communication Overview ATS Communication Overview Viewpoint ATS 485 Communication link IBM Compatible Slide 1 of 23 Contents 1. Introduction 2. LonWork 3. Modbus Cards 4. Modbus Factory Configuration 5. Modbus Test Software

More information

WEB log. Device connection plans

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

More information

RZAHUC program version 1.1 Regulation for Reznor Air Handling Units

RZAHUC program version 1.1 Regulation for Reznor Air Handling Units INSTALLATION INSTRUCTIONS OPTION 1xxx 1104_1000_EN Comfort Regulation (Carel pco) Detailed instructions RZAHUC program version 1.1 Regulation for Reznor Air Handling Units INDEX 1. Introduction... 4 1.1.

More information

TAC I/NETTM MR-VAV-AX. Application Specific MicroRegulator TM

TAC I/NETTM MR-VAV-AX. Application Specific MicroRegulator TM TAC I/NETTM TM TAC s TM has an extensive range ofpre-engineered VAV control sequences, which combined with a fully integrated actuator and airflow transducer, makes it a low Total Installed Cost solution

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

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

User Manual. Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com

User Manual. Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com Document updates: Version Data Description V1.0 2015.05.25 Finish new document HVAC Controller User Manual INDEX 1. Overview...1

More information

Aurora UPC ZS Zone Sensors User Guide

Aurora UPC ZS Zone Sensors User Guide Aurora Universal Protocol Converter (UPC) ZS Zone Sensors User Guide Aurora UPC ZS Zone Sensors User Guide IG1581EW 04/14 Table of Contents Using ZS Sensors... 1 ZS Standard Sensor... 2 ZS Plus Sensor...

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

TEC Series BACnet MS/TP Network Temperature and Humidity Controllers

TEC Series BACnet MS/TP Network Temperature and Humidity Controllers TEC Series BACnet MS/TP Network Temperature and Humidity Controllers Technical Bulletin Code No. LIT-12011592 Issued March 4, 2013 Supersedes May 13, 2011 Refer to the QuickLIT Web site for the most up-to-date

More information

NetworkAIR FM Precision Air Conditioner. Operation and Maintenance

NetworkAIR FM Precision Air Conditioner. Operation and Maintenance NetworkAIR FM Precision Air Conditioner Operation and Maintenance Contents Operation...1 Display Interface.................................... 1 Using the Display................................... 2

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

CMC-PD01 PROFIBUS DP Slave Communication Card Operation Manual

CMC-PD01 PROFIBUS DP Slave Communication Card Operation Manual CMC-PD01 PROFIBUS DP Slave Communication Card Operation Manual CMC-0205820-01 Table of Content 1 Introduction to CMC-PD01... 2 1.1 Product Introduction... 2 1.2 Features... 2 2 Product Profile and Outline...

More information

Kurz MODBUS Client User s Guide

Kurz MODBUS Client User s Guide Kurz MODBUS Client User s Guide Introduction The Kurz MODBUS Client program can be used to demonstrate how the Kurz MFTB and MFTA Series products can be used in a MODBUS protocol network. The program is

More information

Workshop 7 PC Software - Tracker

Workshop 7 PC Software - Tracker Workshop 7 PC Software - Tracker Goal: You will startup and perform advanced setup functions using Tracker PC software. You will also setup equations to control MP503 binary outputs. The Binary Output

More information

DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com

DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com This handbook has been designed as a guide to the installation and operation of King Pigeon Hi-Tech.Co.,Ltd DAM series. Statements

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

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

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

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A COOLING or HEATING ANALOG or PWM Art. 119914 631001A TOTAL AUTOMATION GENERAL TRADING CO. LLC SUITE NO.506, LE SOLARIUM OFFICE TOWER, SILICON OASIS, DUBAI. UAE. Tel. +971 4 392 6860, Fax. +971 4 392 6850

More information

FX07 Field Controller

FX07 Field Controller Product Bulletin FX07 Field Controller Issue Date March 25, 2008 FX07 Field Controller The FX07 is a high performance field controller designed specifically for commercial Heating, Ventilating, Air Conditioning,

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

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.003 English

User Manual Revision 2.003 English Document code: MN67120_ENG Revision 2.003 Page 1 of 15 User Manual Revision 2.003 English RS232 / RS485 / Ethernet - Converter (Order Code: HD67120) for Website information: www.adfweb.com?product=hd67120

More information

DSX Master Communications

DSX Master Communications DSX Access Systems, Inc. PC to Master Controller - Direct Connect Communications DSX Master Communications Communications between the Comm Server PC and the Master Controller can take several forms which

More information

Sample EHG CL and EHG SL10 16-bit Modbus RTU Packet

Sample EHG CL and EHG SL10 16-bit Modbus RTU Packet Sent to EHG - Read (16-bit) Process Value Controller 00000011 0x03 3 Function Code - Read Holding Registers 00000000 0x00 0 Read starting at register High byte (Process Value Controller is contained in

More information

Paragon Explorer Lite Communication Software

Paragon Explorer Lite Communication Software CU-111 APRIL 11, 2013 Paragon Explorer Lite Communication Software For Fireye Paragon Scanners using Windows XP DESCRIPTION Paragon Explorer Lite, is the basic PC based configuration tool for Paragon model

More information

User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters

User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters SDM220MODBUS Single-Phase Two Module DIN rail Meters Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting 36mm

More information

MODBUS for ECH 200 Serial Communication Protocol <IMG INFO>

MODBUS for ECH 200 Serial Communication Protocol <IMG INFO> MODBUS for ECH 200 Serial Communication Protocol 1 CONTENTS 1 Contents...2 2 How to use this manual...3 3 Functions and Implemented Areas...4 3.1 Transmission Format...4 3.1.1 Configuration

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

Sensi TM. Wi-Fi Programmable Thermostat MANUAL OPERATION. Version: March 2016 2016 Emerson Electric Co. All rights reserved.

Sensi TM. Wi-Fi Programmable Thermostat MANUAL OPERATION. Version: March 2016 2016 Emerson Electric Co. All rights reserved. Sensi TM Wi-Fi Programmable Thermostat MANUAL OPERATION Version: March 2016 2016 Emerson Electric Co. All rights reserved. Contents MANUAL OPERATION GUIDE Buttons and Icons 3 Basic Functionality 4 Manual

More information

MicroTech II McQuay Maverick II Rooftop Unit Controller BACnet Communication Module (MS/TP)

MicroTech II McQuay Maverick II Rooftop Unit Controller BACnet Communication Module (MS/TP) Installation and Maintenance Manual IM 852 Group: Controls Part Number: IM 852 Date: June 2007 Supercedes: New MicroTech II McQuay Maverick II Rooftop Unit Controller BACnet Communication Module (MS/TP)

More information

543-0032-00, 943-0032-00. User s Manual

543-0032-00, 943-0032-00. User s Manual 543-0032-00, 943-0032-00 User s Manual 1 Comfort Alert Diagnostics Faster Service And Improved Accuracy The Comfort Alert diagnostics module is a breakthrough innovation for troubleshooting heat pump and

More information

CONTROL MICROSYSTEMS DNP3. User and Reference Manual

CONTROL MICROSYSTEMS DNP3. User and Reference Manual DNP3 User and Reference 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: 888-226-6876

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

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX07 Field Controller (1/4) FX07 Field Controller Display Model Dimensions in mm (inches) The FX07 is a terminal unit controller in the Facility Explorer range of products. The controller is designed specifically

More information

TC-9102 Series Surface Mount Temperature Controllers

TC-9102 Series Surface Mount Temperature Controllers TC-9102 Series Surface Mount Temperature Controllers General Description & Applications The TC-9102 Series Temperature Controller offers a versatile solution for a wide variety of applications that may

More information

Application Note - Connecting an Electricity Meter to SolarEdge Devices (Europe and APAC)

Application Note - Connecting an Electricity Meter to SolarEdge Devices (Europe and APAC) February 2015 February 2015 Application Note - Connecting an Electricity Meter to SolarEdge Devices (Europe and APAC) This document describes how to connect an electricity meter to a SolarEdge device (inverters,

More information

User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M)

User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M) Document code: MN67038-2_ENG Revision 1.400 Page 1 of 25 User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M) for

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

Failure code manual. content

Failure code manual. content Failure code manual content 一 wall split AC series 2 二 floor standing AC series. 4 三 portable AC series.. 5 四 dehumidifer 6 五 DC inverter single split series...7 六 DC inverter multi-split series 10 1 一

More information

SolarEdge. RS485 Expansion Kit Installation Guide. Version 1.0

SolarEdge. RS485 Expansion Kit Installation Guide. Version 1.0 SolarEdge RS485 Expansion Kit Installation Guide Version 1.0 Disclaimers Disclaimers Important Notice Copyright SolarEdge Inc. All rights reserved. No part of this document may be reproduced, stored in

More information

User Manual. Humidity-Temperature Chart Recorder. Model RH520

User Manual. Humidity-Temperature Chart Recorder. Model RH520 User Manual Humidity-Temperature Chart Recorder Model RH520 Introduction Congratulations on your purchase of the Extech RH520 Temperature + Humidity Chart Recorder. The RH520 measures and displays Temperature,

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

Automation System TROVIS 5100 Ventilation Controller TROVIS 5177

Automation System TROVIS 5100 Ventilation Controller TROVIS 5177 Automation System TROVIS 5100 Ventilation Controller TROVIS 5177 ounting and Operating Instructions EB 5177 EN Electronics from SASON Firmware version 1.05 Edition September 2000 Contents 1 Scope of the

More information

Commercial Refrigeration Temperature and Defrost Controls

Commercial Refrigeration Temperature and Defrost Controls Commercial Refrigeration Temperature and Defrost Controls UNI-LINE PRODUCT KNOWLEDGE 2010 Invensys. All Rights Reserved. The names, logos, and taglines identifying the products and services of Invensys

More information

NMEA 0183 INSTALLATION AND OPERATING GUIDELINES

NMEA 0183 INSTALLATION AND OPERATING GUIDELINES NMEA 0183 INSTALLATION AND OPERATING GUIDELINES Revised July 2010 8.1.3 Documentation The following documentation shall be provided to the owner for each interfaced system and shall be kept on file by

More information

L5354 ControlNet Communications Interface

L5354 ControlNet Communications Interface L5354 ControlNet Communications Interface Technical Manual HA470733 Issue 2 Copyright SSD Drives Inc 2005 All rights strictly reserved. No part of this document may be stored in a retrieval system, or

More information

Troubleshooting and Diagnostics

Troubleshooting and Diagnostics Troubleshooting and Diagnostics The troubleshooting and diagnostics guide provides instructions to assist in tracking down the source of many basic controller installation problems. If there is a problem

More information

2-Pair. Managed SHDSL Ethernet Extender. User s Manual

2-Pair. Managed SHDSL Ethernet Extender. User s Manual 2-Pair User s Manual 1. Quick Start Guide This quick start guide describes how to install and use the Managed SHDSL Ethernet Extender. This is the Ethernet Extender of choice to extend 10/100 Ethernet

More information

Liebert Deluxe System/3

Liebert Deluxe System/3 Precision Cooling For Business-Critical Continuity Liebert Deluxe System/3 Operation and Maintenance Manual 50 and 60 Hz, 6-30 Ton DX Systems (DH/DE/VH/VE); 12-60 Ton CW Systems (FH/UH) TABLE OF CONTENTS

More information

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation Quick Installation A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding This chapter intends to get your new FuzzyScan scanner working with your existing system within minutes. General instructions

More information

Programmable Thermostat MODEL 3312026.XXX With Dehumidify 3312024.XXX With Out Dehumidify

Programmable Thermostat MODEL 3312026.XXX With Dehumidify 3312024.XXX With Out Dehumidify Comfort Control Center 2 Thermostat Operating Instructions Programmable Thermostat MODEL 3312026.XXX With Dehumidify 3312024.XXX With Out Dehumidify TABLE OF CONTENTS About your new thermostat Features...2

More information

T-100-R Installation Guide

T-100-R Installation Guide T-100-R Installation Guide Table of Contents Page 2 Overview T-100-R Z-Wave Thermostat 3-4 Installation HVAC System Setup 6 Installer Settings Menu Items 7-9 Installer Settings Summary 10-11 Wiring Standard

More information

Digital and Analog I/O

Digital and Analog I/O 70072-0127-07 TECHNICAL NOTE 02/2007 Digital and Analog I/O This document discusses the application and configuration of digital and analog inputs/outputs (I/O). Details are for both onboard I/O and external

More information

DCM. Product Brochure. Diagnostic Communication Master

DCM. Product Brochure. Diagnostic Communication Master DCM Product Brochure Diagnostic Communication Master DCM The DCM Diagnostic Communication Master is the best solution for the control of actuators from a remote control room through a two-wire transmission-mode

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

Long Range Ethernet Extender

Long Range Ethernet Extender Long Range Ethernet Extender Model Number: EIDM-EXTEND-2 User s Manual Rev. 1.0 International Headquarters B&B Electronics Mfg. Co. Inc. 707 Dayton Road Ottawa, IL 61350 USA Phone: (815) 433-5100 General

More information

PANASONIC TROUBLE SHOOTING GUIDE

PANASONIC TROUBLE SHOOTING GUIDE A General Guide To Room Style Products Pipework Pipe sizes and lengths should be as the relevant Technical Guide Both lines should be insulated No line accessories or oil traps should be fitted In cooling

More information

EDI Distributor Control Interface Wiring and Setup Instructions

EDI Distributor Control Interface Wiring and Setup Instructions Universal I/O EDI Distributor Control Interface Wiring and Setup Instructions EDI UNIVERSAL I/O INTERFACE MODULE The only interface needed for EDI-V5 controls Network compatible with all older EDI controls

More information

PPM Users Manual Signature Software 01-12-00

PPM Users Manual Signature Software 01-12-00 PPM Users Manual Signature Software 0-2-00 PPM User Manual /8/02 Software Versions: 0.0.27 Contents. Introduction 2 2. Parameters 3 2. Overload Limit...4 2.2 Relative Upper Limit...4 2.3 Relative Lower

More information

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX14 Field Controller (1/4) FX14 Field Controller The FX14 is an equipment field controller in the Facility Explorer range of products. The controller is designed specifically for commercial Heating, Ventilating,

More information

LG Air Conditioning Multi F(DX) Fault Codes Sheet. Multi Split Units

LG Air Conditioning Multi F(DX) Fault Codes Sheet. Multi Split Units Multi Split Units If there is a fault on any LG Multi unit, an Error mark is indicated on the display window of the indoor unit, wired-remote controller, and LED s of outdoor unit control board. A two

More information

Multi-Protocol decoder 76 200 with Load regulation

Multi-Protocol decoder 76 200 with Load regulation Multi-Protocol decoder 76 2 with Load regulation For locomotives with universal motors on digital layouts operating in the DCC and Motorola data format. Features 76 2 Load regulated multi-protocol decoder

More information

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES. OMNISTAT 2 (RC-1000 and RC-2000) WIRED MODELS ONLY.

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES. OMNISTAT 2 (RC-1000 and RC-2000) WIRED MODELS ONLY. Manufacturer: Model Number(s): Minimum Core Module Version: Comments: HAI Document Revision Date: 4/18/2013 OMNISTAT 2 (RC-1000 and RC-2000) WIRED MODELS ONLY Firmware V. 1.03 Tested Integration Note OVERVIEW

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

Alerts and Delta T Diagnostics with the Prestige 2.0 IAQ Thermostat

Alerts and Delta T Diagnostics with the Prestige 2.0 IAQ Thermostat Alerts and Delta T Diagnostics with the Prestige 2.0 IAQ Thermostat MOUNTING LOCATIONS Refer to the guidelines below and Fig. 1 5 for mounting locations of the Discharge and Return Air Temperature Sensors.

More information

TC02 Curtain heater controller

TC02 Curtain heater controller B U I L D I N G C O N F I D E N C E TC02 Curtain heater controller (Previously known as the mini-fcu) Operations & Maintenance manual TBControls 2011 CTENTS 1....DOCUMENT MANAGEMENT... 3 1.1. Change Control

More information

Programmer/Controller

Programmer/Controller Systems Plus START 7 8 9 envirotronics ALARM STOP 4 5 6 ALARM ACK Instrument Manual Systems Plus Programmer/Controller OFF HELP 1 2 0 3. ENTER ALARM RESET DEL Revision 6 9/12/97 Table of Contents 2 Menu

More information

MANUAL PC1000R INFO@APART-AUDIO.COM

MANUAL PC1000R INFO@APART-AUDIO.COM MANUAL PC1000R INFO@APART-AUDIO.COM Features The APart PC1000R is a professional multisource CD/USB/SD card music player, equipped with balanced and unbalanced analog outputs, coaxial and optical digital

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

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

FAQs. XAP Frequently Asked Questions. Software/Configuration

FAQs. XAP Frequently Asked Questions. Software/Configuration XAP Frequently Asked Questions ~ Software/Configuration ~ Echo Cancellation ~ Audio Performance ~ Expansion Bus ~ Firmware ~ Installation ~ Presets ~ Telephone Hybrid Software/Configuration What is the

More information

PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE

PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE PRORAE REMOTE HOST CONTROLLER: COMMUNICATION TROUBLESHOOTING GUIDE INTRODUCTION This technical note provides simple procedures that can be performed in the field to help identify and correct the cause

More information

Configuring IP to Serial with Auto Answer and Serial to IP

Configuring IP to Serial with Auto Answer and Serial to IP Configuring IP to Serial with Auto Answer and Serial to IP You can configure the AirLink device to: Auto answer incoming TCP/IP or UDP/IP connections and send the packet payload out the AirLink device

More information

T7560A,B,C Digital Wall Module

T7560A,B,C Digital Wall Module T7560A,B,C Digital Wall Module HONEYWELL EXCEL 5000 OPEN SYSTEM BEFORE INSTALLATION All wiring must comply with local electrical codes and ordinances or as specified on installation wiring diagrams. Digital

More information