Understanding and Implementing a Functional RS-485 Network

Size: px
Start display at page:

Download "Understanding and Implementing a Functional RS-485 Network"

Transcription

1 Understanding and Implementing a Functional RS-485 Network SCOPE This article is intended to help clarify the details and correct application of a RS-485 network using Detcon equipment. It is also to help in understanding what RS-485 is, how to make it operate properly, and demystify some of the myths that seem to make it an undesirable and hard to install communications link. It is actually just the opposite. Also included are some basic trouble-shooting tips and cable type recommendations. By no means is this a full and complete document on the subject, but it should address some of the more common questions and problems. RS-485 : THE SPECIFICATION RS-485 is a generic electrical specification only. It does not specify connector types, protocols, or cable type. It is the responsibility of the installer to provide a correct physical installation for the RS-485 network to function properly. RS-485 is very inexpensive and inherently rugged, allowing multiple devices to communicate over a single twisted pair of wires. Detcon has chosen to implement the Modbus protocol using the RS-485 electrical specification. RS-485 is a two way half-duplex data bus made up of a transceiver (transmitter and receiver). In it s simplest form, one transceiver is located on each end of a twisted pair cable of up to 4000 feet maximum. Data can be sent in either direction, but can only be sent in one direction at the same time. It is like having a one-lane highway that is used for travel in both directions. The vehicle going east must wait while the vehicle going west uses the highway, and vice-versa. In this case the protocol that is used becomes the traffic controller. The specification allows for the connection of up to 32 unit loads (UL s) to the twisted pair. An older transceiver chip would have represented 1 UL. The current chip that Detcon uses on its equipment represent a 0.25 UL therefore theoretically allowing 128 devices to be connected to the twisted pair (data bus). Connection of more than 32 UL s to the bus will limit the drivers and cause attenuation of the signal preventing the system from operating properly. SYSTEM WIRING Since RS-485 allows multiple devices to be connected to the bus, wiring is not as straight forward as it is in a bus with only 2 devices. The best wiring scheme is the daisy-chain connection from device1 to device 2 to device 3 to device n. All devices that tap into the bus should not be at the end of long stubs, branches, or t-taps. A true daisy-chain has direct wiring between devices with not even minor branches. Detcon equipment contains four wiring terminals for 485 connection. Two for A(+) and two for B(-). All connections should me made directly to these. Figure 1 shows an electrical representation of a simple RS-485 bus with 4 transceiver chips. Figure 1. Page 1 of 7

2 The use of a daisy-chain connection will perform the best in all applications given the bus is properly terminated. The standard specifies the transceiver characteristics only, not the interconnection of the transceivers themselves. Depending on the environment, distance and other factors you can connect transceivers using flat cable, twisted pair cable, even PCB traces. However for the most reliable data transfer in industrial environments shielded twisted pair is required. 18 to 28 AWG has been used, but 24 AWG is highly recommended. The characteristic impedance of the cable must be between 100 to 120 ohms. Twisted pair is used because if the cable does run near a noise source both conductors will pick up the same amount of noise, therefore effectively canceling it out. Some of the biggest problems with an RS- 485 bus is the use of an incorrect wiring scheme mixed with improper line termination. Most installations are not used to having to run wires in a daisy-chain fashion, instead wire runs tend to originate from a central point and run to different devices in a star-like pattern. This is the absolute worst way to wire an RS-485 bus. The chances of worry free operation over the life of the equipment decreases dramatically the further you stray from a straight daisy-chain wiring scheme. The bus needs to be terminated at each end of the cable run to operate ideally. With other wiring schemes you introduce multiple cable ends making it impossible to balance the lines. Figure 2. shows some examples of good vs. bad wiring schemes. Wiring as in Figure 2 (A,B & C) would more than likely require no special fixes to allow reliable data flow. Figure 2 (D,E & F) could possibly be made to operate, but would require many repeaters and man-hours to do so. GROUNDING Figure 2. Another problem that can occur with RS-485 is incorrect grounding. Neither one of the two conductors in the cable is a GND. Both of the conductors are supplying a current to maintain a voltage level relative to an external reference. You must either supply a third conductor as the reference, or establish the reference through earth ground. RS-485 is specificed to be able to work normally with a +/-7V ground potential difference and survive +/-25V surges. In most applications our equipment is powered off of our own DC power supplies. This is good as long as the supplies are located in Page 2 of 7

3 the same physical location, and their DC commons are tied together, and then tied to earth ground. Problems can occur when you have part of the data bus powered off of one supply and the second part of the bus powered off of a power supply located somewhere else in the plant. In this case you are relying on earth ground to be the reference between the two sections of the bus. If noise gets induced onto the earth ground of one power supply and not the other, you may wind up with data errors. This is even more likely to occur when the distance between the ground references is long. A way around this is to install an isolated repeater into the data bus to isolate the grounds from each other, enabling the bus to use only one of the two references. USING REPEATERS Repeaters can play many rolls in the implementation of an RS-485 data bus. They can extend distance if you need to go further than 4000 feet, allow for the addition of more devices to then bus, increase signal strength and integrity, solve grounding problems and solve some of the problems that will occur when an incorrect wiring scheme is implemented. A repeater in it s basic form consists of two transceivers working together. One transceiver is connected to the main data bus and the other transceiver connects to the remainder of the devices as it creates a new and separate data bus. Figure 3 shows a data bus that implements a not so desirable branched wiring scheme. Depending on the length of the taps of slave 1 and slave 2, they may or may not communicate properly back to the master. The long lengths create 4 ends to the cable instead of just 2, which can not be balanced with the 2 terminating resistors on the extreme ends. Without a balanced bus the long taps of slave1 & 2 will introduce reflections to the signal that can lead to problematic operation in the field. These problems can be very hard to diagnose, much less isolate and fix. Figure 3. The addition of 2 repeaters (Figure 4.) can solve this problem. The repeaters look like short stubs to the main bus, and at the same time they create 2 new busses that have all the same characteristics as the main bus. Each new bus could have up to 32 UL s connected to it. Just don t forget the termination resistors to balance the new data bus. Figure 4. Page 3 of 7

4 Be sure to check the equipment you are installing. Some manufacturers include a built-in terminating resistor that can be selected with a jumper or dip switch. Detcon s Model 880 has such a jumper located on the FA-isonet card. The jumper is labeled 120 ohm Term. Detcon s 600 series gas sensors and DA1 modules do not include this resistor, and therefore, if one of these devices is the last on the RS-485 bus then a discrete 120 ohm resistor should be placed across the A and B terminals on the connector board. PROTOCOL Now that we have been through the communications medium, lets look at the language and mannerisms (Protocol) that are used to communicate between many devices. The same protocol could be used on an RS-232 port or an Ethernet port. The protocol does not care about the electrical side of things, it is simply a set of rules and specific details of how we will communicate. Detcon has chosen to implement Modbus RTU as its protocol of choice. Mainly because it is very widely used as an industrial protocol by many other companies and there are no licensing fees to use the protocol. As stated earlier 2-wire RS-485 allows communication by only one device at any given point in time. Therefore most protocols are implemented with one master device, and many slaves (unit loads). The master controlls all communications. A easy way to understand this is to think of being in school, where you can only speak when you are spoken to. The teacher would be the master, and the students the slaves. No one is ever talking at the same time. The master first turns on the transmitter section of its transceiver. The master then transmits a data stream. The data stream contains an address (485 ID) which corresponds to one of the slave devices, along with the instruction for that device, followed by a couple of error checking bytes. When complete, the master turns off its transmitter and waits for a response. Once the slave in question recognizes the command from the master it performs the instruction and prepares to answer the master. First it turns on its transmitter, then it sends a data stream. The data stream contains its own address (485 ID) along with the data that was asked for by the master, followed by a couple of error checking bytes. The slave then turns off its transmitter and all is quiet until the master requests additional data from one of the slaves. The Master transmits this data stream (HEX) C5 C8 01 is the slave address 03 means the master wants to get some information from the slaves registers is the starting address of the data is the number of registers it wants C5 C8 are the error checking bytes (CRC) The slave transmits this back to the master F3 6E 01 is the slave address 03 indicates the requseted data will fillow 08 means 8 bytes of register data will follow (it takes 2 bytes to make a register) data F3 6E are the error checking bytes (CRC) Page 4 of 7

5 DEVICE HOOKUP Installation should begin by deciding where devices will be located and how the connections between devices and the master will be established. The ideal scenario would look like the drawing shown below. Here we have an 880 Controller connected to 11 slave devices using a daisy-chain wiring scheme. This would require 2 different twisted pair cables, one for power and the other for our RS-485 data bus. The connections would be point-topoint starting at the master and going to the last slave. The RS-485 data cable should come into the sensor enclosure and be connected to the A & B terminals. The next segment of cable should also connect to the A & B terminals and leave the enclosure headed for the next device. The shields must now be tied together inside the enclosure and not allowed to short to any other wires or surfaces. The shield should be connected only inside the 880 cabinet to the shield terminal. The label in the drawing shows where the termination resistors would be installed. Although this is ideal, reality is never ideal and wiring may already exist or the wiring can not be run this way for some reason. Below shows a more realistic wiring situation that may occur. In this case it is impossible to balance the data bus because there is no Control Room 0a distinct beginning or end to the cable run. The best way to make this type of installation successful is to install repeaters in a few key areas to eliminate the t-taps or stubs which can cause problems with the signal quality. The location and number of stubs will dictate where repeaters need to be installed. The next drawing shows 4 repeaters installed to eliminate the stubs. Notice that there are now 5 different data buses that make up our communications network. 07 0b Control Room repeater #2 Control Room a 0b 09 repeater # a 0b repeater #3 repeater #4 08 Page 5 of

6 The first one consists of the master located in the control room, device 09, repeater #1, device 01, device 02, repeater #2, device 03, and device 05. Notice the termination resistors at the beginning and end of this bus section. The second bus starts at repeater #2. It consists of the repeater and device 04. Since this is a new bus it has terminating resistors at each end. The third bus starts at repeater #1. It includes device 08, repeater #3, device 07, repeater #4, and device 06. It also has its own resistors. The fourth bus starts at repeater #3 and consists of the repeater, device 0A, and the terminating resistors. And the fifth bus starts at repeater #4 and consists of the repeater, device 0B, and termination resistors. This configuration isolates all of the t-tap stubs and should function properly if wire type and distances are observed. The following chart shows an approximation of wire length vs. data speed. Detcon operates its equipment at 19,200bps and lower. 100 mbps 10 mbps 1 mbps 100 kbps 10 kbps 1 kbps 0 ft 10 ft 100 ft 1000 ft 5000 ft ft TROUBLESHOOTING Trouble-shooting RS-485 with multiple devices attached to the data bus can be an aggravating task. Sometimes one device will take down the entire bus, but if brought back to the shop, the same device might work just fine. Most of the time the failure is a damaged transceiver chip, which was subjected to an over-voltage or a surge. The first step in finding the bad device or devices is to start at the master. Disconnect the data wires (A & B). Connect a working device directly to the master and make sure that it is functional. If it is not, replace the master s transceiver chip or board. In the case of an 880 controller, this would be the FA-Isonet board. Once this is done stop the master from communicating, but do not power it down. On the model 880, this can be done by unplugging the phone jack connection to the FA-Isonet card. Now unplug all of the slave devices from the bus. When using 600 series transmitters or DA-1 s this is done by simply unplugging the transmitter from the connector board. Reconnect the data bus wires (A&B) to the master. Using a meter measure the voltage across the A and B wires and write this reading down. Go to the first slave device plug it in. Take another measurement and write it down. Unplug the first device and proceed to the next slave recording the meter readings as you go. The first measurement you took should have been arround 400 to 500 millivolts. If this is not the case, be sure you have unplugged all devices from the data bus. If you still don t measure somewhere arround 400 to 500 millivolts there may be a problem in the wiring that must be corrected. Now, if any of the other readings you took are above or below the first reading by more than 50 Page 6 of 7

7 millivolts, that units transceiver chip should be replaced. You should wind up with results similar to the ones shown here. As you can see slave device 03 and 0B need to be changed. Slave master MV Difference ID ID ID ID ID ID ID ID ID ID 0A ID 0B Also measuring at the master device between dc common and A, or dc common and B should give you a reading of around 2.5vdc. Remember this is with the power on, but no communications taking place. Another method of troubleshooting which is not as exacting is to enable the communications, but remove all the slaves. Proceed to plug 1 slave in and see if communications are still good. If so plug in the next slave and check again. Repeat this with each slave until you either have all of the slaves plugged in and everything is fine, or a single slave will take down the data bus. This is not the best way to troubleshoot an RS-485 data bus, but if you have no other means, it is a good start. Here are some recommended cables and their specifications from Belden. These were designed with RS-485 in mind, and should be used. Belden# pairs AWG Impedance ohm ohm ohm The following companies make RS-485 repeaters that we have used with good results. www,rs485,com Models IRSFC24FB, DIFAR44 www,robustdc,com Model RDC485IR3 Too many times have we seen problematic systems where the root cause of communications problems was incorrect wire type and wiring scheme. It is easier to avoid these problems before they actually are problems by just following a few simple guidelines. Have a good wiring scheme, use a recommended cable, properly connect your data lines and shields, don t forget about those terminating resistors and have some isolated repeaters handy in case you run into some grounding problems. References: Robust Data Comm AN-003, AN-005, AN-006, AN-021 Circuit Cellar The Art and Science of RS-485 Page 7 of 7

RS485 & RS422 Basics

RS485 & RS422 Basics RUA ALVARO CHAVES, 155 PORTO ALEGRE RS BRASIL 90220-040 TEL: +55 (51) 3323 3600 FAX: +55 (51) 3323 3644 info@novus.com.br RS485 & RS422 Basics INTRODUCTION The 422 and 485 standards, as they are known

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

Termination Resistors:

Termination Resistors: DeviceNet will not function correctly if design rules are not followed. Even a Network previously thought to be functioning correctly may begin to exhibit abnormal or anomalous operation due to incorrect

More information

EMBEDDED ACCESS CONTROL Hardware Installation Guide

EMBEDDED ACCESS CONTROL Hardware Installation Guide EMBEDDED ACCESS CONTROL Hardware Installation Guide Lenel goentry Hardware Installation Guide, product version 1.00. This guide is item number DOC- ENHW-ENU, revision 1.003, April 2009 Copyright 2009 Lenel

More information

Designing RS-485 Circuits

Designing RS-485 Circuits Designing RS-485 Circuits Jan knows that RS-485 is perfect for transferring small blocks of information over long distances, and she finds the RS-485 standard extremely flexible. Here, she shows us several

More information

RS-485 the Murphy Way!

RS-485 the Murphy Way! RS-485 the Murphy Way! Proper Use of Murphy s RS-485 Ports. Murphy Switch of California, Inc. has chosen to support two methods of differential communications. One method is fail-safe biasing of the RS-485

More information

Vehicle data acquisition using CAN By Henning Olsson, OptimumG henning.olsson@optimumg.com

Vehicle data acquisition using CAN By Henning Olsson, OptimumG henning.olsson@optimumg.com Vehicle data acquisition using By Henning Olsson, OptimumG henning.olsson@optimumg.com Introduction: Data acquisition is one of the best tools to increase the understanding of vehicle behavior. One can

More information

BACnet Wiring Guidelines. For Price Controls MANUAL INSTALLATION

BACnet Wiring Guidelines. For Price Controls MANUAL INSTALLATION MANUAL INSTALLATION BACnet Wiring Guidelines For Price Controls Revision #: 01 Issue Date: 01/22/14 2014 Price Industries Limited. All rights reserved. TABLE OF CONTENTS Product Overview Overview...1 Power

More information

Using installed Fieldbus Wiring to carry Ethernet Communications

Using installed Fieldbus Wiring to carry Ethernet Communications Using installed Fieldbus Wiring to carry Ethernet Communications Modbus Plus, Data Highway, GE Genius, Profibus, ControlNet, DeviceNet, InterbusS and many other RS232 or RS4422 cables Key Issues when upgrading

More information

Eliminate Risk of Contention and Data Corruption in RS-485 Communications

Eliminate Risk of Contention and Data Corruption in RS-485 Communications I. Background and Objective Eliminate Risk of Contention and Data Corruption in RS-485 Communications Earle Foster, Jeff Hunter Sealevel Systems The RS-485 communications standard was introduced in 1983

More information

CAN Bus Transceivers Operate from 3.3V or 5V and Withstand ±60V Faults

CAN Bus Transceivers Operate from 3.3V or 5V and Withstand ±60V Faults CAN Bus Transceivers Operate from 3.3V or 5V and Withstand ±6 Faults Ciaran Brennan design features The LTC2875 is a robust CAN bus transceiver that features ±6 overvoltage and ±25kV ESD tolerance to reduce

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

The Do s and Don ts of Pressure Transducers

The Do s and Don ts of Pressure Transducers The Do s and Don ts of Pressure Transducers ABSTRACT When specifying a pressure transducer for a process measurement, a number of items have to be considered. Some of the more important ones are discussed

More information

OPT-700 - SERIAL TO FIBER OPTIC CONVERTER

OPT-700 - SERIAL TO FIBER OPTIC CONVERTER USER S MANUAL OPT-700 - SERIAL TO FIBER OPTIC CONVERTER JUL / 05 OPT-700 VERSION 1 TM FOUNDATION OPT700ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date

More information

PXL-250: Network Wiring

PXL-250: Network Wiring This document provides the network wiring requirements for a PXL-250 access control network. Network Requirements The PXL-250 uses a half-duplex, RS-485 communication bus. Per the RS-485 specification,

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

BACnet Automation Interface Module (Network Version)

BACnet Automation Interface Module (Network Version) Sense +V Tx Rx LAN LINK Over ARCNET KBaud BACnet Rx BACnet Tx Archive Valid Port S Tx Port S Rx Low Battery Network- Enhanced Access Default MSTP PTP = Download Required on Rnet and Port S IP Address IP

More information

Practical steps for a successful. PROFIBUS Project. Presented by Dr. Xiu Ji Manchester Metropolitan University

Practical steps for a successful. PROFIBUS Project. Presented by Dr. Xiu Ji Manchester Metropolitan University Practical steps for a successful PROFIBUS Project Presented by Dr. Xiu Ji Manchester Metropolitan University Basics of PROFIBUS Content Practical steps in the design and installation stages Segmentation:

More information

Provides one channel for Ethernet over existing

Provides one channel for Ethernet over existing LB304A LBPS301A LBPS304A Hardened Ethernet Extender Quick Start Guide Provides one channel for Ethernet over existing voice-grade copper twisted-pair wire. copper BLACK wire. BOX Customer Support Information

More information

Best Practices Guide for Obvius Data Acquisition Products

Best Practices Guide for Obvius Data Acquisition Products Best Practices Guide for Obvius Data Acquisition Products Part I: Background/general information Obvius LLC provides industry-leading products for cost effective data gathering, storage and communications.

More information

Understanding Device Level Connection Topologies

Understanding Device Level Connection Topologies July 2013 Understanding Device Level Connection Topologies Author: Advantech E-mail: eainfo@advantech.com July 2013 Even ten years ago, most factory floor sensors were connected directly to a PLC or other

More information

LocoNet, the Digitrax Difference

LocoNet, the Digitrax Difference LocoNet, the Digitrax Difference LocoNet is Digitrax's method of communication between LocoNet compatible devices on a model railroad layout. LocoNet Compatible devices are designed to work together on

More information

FOSTCDR. Industrial Serial to Multimode Fiber Optic Converter PRODUCT INFORMATION B&B ELECTRONICS. Specifications Serial Technology

FOSTCDR. Industrial Serial to Multimode Fiber Optic Converter PRODUCT INFORMATION B&B ELECTRONICS. Specifications Serial Technology FOSTCDR pn 8684R1 FOSTCDR-0812ds page 1/5 Industrial Serial to Multimode Fiber Optic Converter Data Rates up to 115.2 kbps 2.5 Mile (4 km) Range 10 to 30 VDC Input Voltage Wide Operating Temperature 2000V

More information

LDG DTS-4/4R Desktop Coaxial Switch / Remote

LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG Electronics 1445 Parran Road, PO Box 48 St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 ldg@ldgelectronics.com www.ldgelectronics.com

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

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

Wiring RS-485 Networks

Wiring RS-485 Networks KeyMaster Systems Revision A 2002-12-16 [RS-485 HIG Rev A ENG-US] www.controlsoft.com Building security solutions Controlsoft Contents Contents 2 Diagrams 3 Tables 3 Introduction 4 The Underwriters Laboratories

More information

FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK

FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK Field busses are industrial control systems using Programmable Logic lers (PLC) to control and manage field devices found in industrial environments. The communication

More information

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,

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

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

Fire Fighter Phone System Installation Instructions

Fire Fighter Phone System Installation Instructions Fire Fighter Phone System Installation Instructions Introduction This publication describes the installation procedure for the Fire Fighter s Phone on a 4100U or a 4100ES Fire Alarm Control Panel (FACP).

More information

PCI20EX INSTALLATION GUIDE INTRODUCTION. PCI Express (PCIe) Bus ARCNET Network Interface Modules

PCI20EX INSTALLATION GUIDE INTRODUCTION. PCI Express (PCIe) Bus ARCNET Network Interface Modules PCI20EX PCI Express (PCIe) Bus ARCNET Network Interface Modules INTRODUCTION INSTALLATION GUIDE The PCI20EX series of ARCNET network interface modules (NIMs) links PCI Express (PCIe) bus compatible computers

More information

Balanced vs. Unbalanced Audio Interconnections

Balanced vs. Unbalanced Audio Interconnections Revised 7/2/08 Balanced vs. Unbalanced Audio Interconnections In discussing the characteristics and performance of various interconnect systems; two points should be kept in mind. Balance is defined in

More information

Model 201 Wiegand Touchpad Reader Installation Guide

Model 201 Wiegand Touchpad Reader Installation Guide Model 201 Wiegand Touchpad Reader Installation Guide P/N 460353001C 15AUG11 2011 UTC Fire & Security. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced without

More information

Grounding Demystified

Grounding Demystified Grounding Demystified 3-1 Importance Of Grounding Techniques 45 40 35 30 25 20 15 10 5 0 Grounding 42% Case 22% Cable 18% Percent Used Filter 12% PCB 6% Grounding 42% Case Shield 22% Cable Shielding 18%

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

USB 2.0 4-Port Extender Kit

USB 2.0 4-Port Extender Kit USB 2.0 4-Port Extender Kit 500072 MuxLab Inc. 2014 94-000760-A / SE-000760-A Table of Contents 1. Introduction... 2 2. Features... 2 3. Specifications... 2 4. Package Contents... 3 5. Physical Diagram...

More information

MidNite Solar Communication Adapter. User Manual. P/N 10-269-1 Rev-A

MidNite Solar Communication Adapter. User Manual. P/N 10-269-1 Rev-A MidNite Solar Communication Adapter User Manual P/N 10-269-1 Rev-A Notice of Copyright MidNite Solar Communication Adapter User s Manual Copyright 2013 all rights reserved. Disclaimer Unless specifically

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

AC and DC Drive System Installation Information

AC and DC Drive System Installation Information Purpose This document contains the Parker SSD Drives recommendations for installing drive systems. These instructions must be followed for safe and reliable operation. Instructions CODES AND REGULATIONS

More information

Current Loop Application Note 1495

Current Loop Application Note 1495 Current Loop Application Note Document No. CLAN1495 International Headquarter B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax

More information

Provides one channel for Ethernet over existing

Provides one channel for Ethernet over existing LB304A LBPS301A LBPS304A Hardened Ethernet Extender Quick Start Guide Provides one channel for Ethernet over existing voice-grade copper twisted-pair wire. copper BLACK wire. BOX Customer Support Information

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

MIC-BP4 Bi-Phase Converter Card For the MIC400 series camera

MIC-BP4 Bi-Phase Converter Card For the MIC400 series camera MIC-BP4 Bi-Phase Converter Card for the MIC400 PTZ Camera Series Bosch Security Systems EN Installation and Operation Manual BP4 Bi-phase card Installation and Operation Manual AAAEN 2 MIC-BP4 Bi-Phase

More information

The Secrets of RS-485 Half-duplex Communication

The Secrets of RS-485 Half-duplex Communication Communication Casper Yang, Senior Product Manager support@moxa.com RS-485 is a good choice for long distance serial communication since using differential transmission cancels out the vast majority of

More information

Interfacing Intel 8255x Fast Ethernet Controllers without Magnetics. Application Note (AP-438)

Interfacing Intel 8255x Fast Ethernet Controllers without Magnetics. Application Note (AP-438) Interfacing Intel 8255x Fast Ethernet Controllers without Magnetics Application Note (AP-438) Revision 1.0 November 2005 Revision History Revision Revision Date Description 1.1 Nov 2005 Initial Release

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

PROFIBUS fault finding and health checking

PROFIBUS fault finding and health checking PROFIBUS fault finding and health checking Andy Verwer Verwer Training & Consultancy Ltd PROFIBUS PROFIBUS is a very reliable and cost effective technology. It is common to find extensive installations

More information

GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE)

GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE) GROUND DETECTION CIRCUITS FOR STATIONARY APPLICATIONS (IN PLAIN DOWN TO EARTH LANGUAGE) Matthew Theriault Designer Hindle Power Inc. Easton, PA SCOPE AND PURPOSE OF THE PAPER Why do we bother to monitor

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

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

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

Moxa TCC-100/100I User s Guide

Moxa TCC-100/100I User s Guide Moxa TCC-100/100I User s Guide Seventh Edition, June 2008 www.moxa.com/product 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. Moxa TCC-100/100I User s Guide The software

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

Video Camera Installation Guide

Video Camera Installation Guide Video Camera Installation Guide The intent of this guide is to provide the information needed to complete or modify a video camera installation to avoid lightning and induced power surge damage. This guide

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

Planning BACnet networks

Planning BACnet networks Digital Designer s Guide Application Note AN0404A Revision B About this application note Related reference materials Required software This application note describes the principles behind planning a BACnet

More information

Allen-Bradley/Rockwell

Allen-Bradley/Rockwell MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:

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

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

M-Bus Network Installation Notes

M-Bus Network Installation Notes M-Bus Network Installation Notes 1 M-Bus Network Installation Notes This manual explains how to calculate the maximum M-Bus cable length depends on technical parameters of used cable and number of M-Bus

More information

PROFIBUS AND MODBUS: A COMPARISON

PROFIBUS AND MODBUS: A COMPARISON Real-Time Information for the Automation Professional TM PROFIBUS AND MODBUS: A COMPARISON By James Powell, Siemens October 2013 We live in a multi-protocol world and this will likely not change anytime

More information

FUEL-16, Troubleshooting Fuel Supply Problems

FUEL-16, Troubleshooting Fuel Supply Problems FUEL-16, Troubleshooting Fuel Supply Problems Introduction This procedure is used to troubleshooting fuel supply problems including failure of the fuel pump to start during engine cranking. Fuel Pump Not

More information

Specifying a Variable Frequency Drive s

Specifying a Variable Frequency Drive s Specifying a Variable Frequency Drive s Put on by Bruce Reeves and Jeremy Gonzales Dykman Electrical Covering the Western US For all of your VFD and Soft Start and Motor Needs How To Specify a Variable

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 1 Network Topology Specific Instructional Objectives At the end of this lesson, the students will be able to: Specify what is meant by network topology

More information

NETWORKS Controller Area Network (CAN)

NETWORKS Controller Area Network (CAN) SEC TION 2 : DOMEST I C GMLAN Overview GMLAN is the General Motors variation of the CAN Bus. Although it is CAN based, there are enough proprietary features and functions to make this a unique protocol.

More information

Short Range Wireless Switch System Handheld 8 Installation and Operations Guide

Short Range Wireless Switch System Handheld 8 Installation and Operations Guide Phone: (866) 701-1146 Fax: (425) 216-7558 www.remotecontroltech.com Short Range Wireless Switch System Handheld 8 Installation and Operations Guide Introduction... 2 Before Installation... 2 Receiver Installation...

More information

Remote Serial over IP Introduction on serial connections via IP/Ethernet

Remote Serial over IP Introduction on serial connections via IP/Ethernet Remote Serial over IP Introduction on serial connections via IP/Ethernet TABLE OF CONTENT TABLE OF CONTENT... I TABLE OF IMAGES... I INTRODUCTION... 1 Classic Style of Communication... 1 Ethernet and

More information

Options for ABB drives, converters and inverters. User s manual FDPI-02 diagnostics and panel interface

Options for ABB drives, converters and inverters. User s manual FDPI-02 diagnostics and panel interface Options for ABB drives, converters and inverters User s manual FDPI-02 diagnostics and panel interface Table of contents Table of contents 3 1. FDPI-02 diagnostics and panel interface Safety..............................................

More information

Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide

Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide Single Port Gigabit Ethernet Media Converter Board (P/N 201350-xxx) User s Manual And Troubleshooting Guide August 12, 2009 Rev C Moog Components Group Springfield Operations 750 West Sproul Road Springfield,

More information

Modbus RTU Master Communications

Modbus RTU Master Communications Modbus RTU Master Communications This document describes the operation of Modbus RTU Master from the user interface point of view. Use this information as a supplement to the Serial Communications User

More information

LOXONE 12 Channel Amplifier

LOXONE 12 Channel Amplifier LOXONE 12 Channel Amplifier Item no.: 200110 Thank you for purchasing the Loxone Twelve Channel Amplifier. The versatility of the Amplifier makes it the perfect choice for almost every type of custom multi-room

More information

MODEL 2202IQ (1991-MSRP $549.00)

MODEL 2202IQ (1991-MSRP $549.00) F O R T H E L O V E O F M U S I C F O R T H E L O V E O F M U S I C MODEL 2202IQ (1991-MSRP $549.00) OWNER'S MANUAL AND INSTALLATION GUIDE INTRODUCTION Congratulations on your decision to purchase a LINEAR

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

4100U/4100ES to TFX Fire Fighter Phone System Installation Instructions

4100U/4100ES to TFX Fire Fighter Phone System Installation Instructions 4100U/4100ES to TFX Fire Fighter Phone System Installation Instructions Introduction This publication describes the installation procedure for the 4100U/4100ES to TFX Fire Fighter s Phone card used to

More information

SDN INSTRUCTIONS 07/10, Ver 1.2. Somfy Digital Network (SDN) Installation and Programming

SDN INSTRUCTIONS 07/10, Ver 1.2. Somfy Digital Network (SDN) Installation and Programming Somfy Digital Network (SDN) Installation and Programming SSoomffyy SSyysst teemss IInncc.. 1 Table of Contents 1 General Information and Features... 3 1.1 ILT2 Motor... 3 1.2 SDN Switches... 4 1.3 ILT2

More information

MechoNet TM Network Interface (MNI) Specification Submittal

MechoNet TM Network Interface (MNI) Specification Submittal MechoNet TM Network Interface (MNI) Specification Submittal Models MechoNet Network Interface: MNI RJ (RJ45 Motor Ports): Stock No.: IMNI 0001 TP AS (US version) Stock No.: IMNI 0004 TP AS (UK version)

More information

ADACSNET USB Control Module

ADACSNET USB Control Module ADACSNET USB Control Module Installation Guide Termination Switch 2-Pin SensorNet Connection Features and Hookup The USB Control Module contains the following: - USB port: Connects to the host computer.

More information

The Evolution of Copper Cabling Systems from Cat5 to Cat5e to Cat6 Copper Cabling Standards and Technical Aspects

The Evolution of Copper Cabling Systems from Cat5 to Cat5e to Cat6 Copper Cabling Standards and Technical Aspects The Evolution of Copper Cabling Systems from Cat5 to Cat5e to Cat6 Copper Cabling Standards and Technical Aspects White Paper /7/0 Executive Summary Now that the TIA/EIA-568-B.- Category 6 Copper Cabling

More information

This application note is written for a reader that is familiar with Ethernet hardware design.

This application note is written for a reader that is familiar with Ethernet hardware design. AN18.6 SMSC Ethernet Physical Layer Layout Guidelines 1 Introduction 1.1 Audience 1.2 Overview SMSC Ethernet products are highly-integrated devices designed for 10 or 100 Mbps Ethernet systems. They are

More information

Understanding Device Level Connection Topologies

Understanding Device Level Connection Topologies July 2013 Understanding Device Level Connection Topologies Author: Advantech E-mail: eainfo@advantech.com www.advantech.com Background Topology may be used as a term to describe geometric characteristics

More information

POWER DISTRIBUTION. Power and Undercarpet Products POWER AND UNDERCARPET PRODUCTS. Chapter Summary

POWER DISTRIBUTION. Power and Undercarpet Products POWER AND UNDERCARPET PRODUCTS. Chapter Summary Power and Undercarpet Products POWER AND UNDERCARPET PRODUCTS AMPINNERGY Modular Power Distribution System................... 270 Raised Access Floor/Zone Wiring Distribution System................ 270

More information

Model CFA-24 Transparent Cable Farm Automation Switch

Model CFA-24 Transparent Cable Farm Automation Switch Model CFA-24 Transparent Cable Farm Automation Switch Ideal for Broadband Forum s ID-337 G.fast Certification and TR-249 VDSL2 Vectoring Testing High performance transparent solution designed to automate

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

Document Revision History: Network Guide 05DI-UGBACNG-12 Copyright Distech Controls Inc. First printing June 2010. Printed in Canada.

Document Revision History: Network Guide 05DI-UGBACNG-12 Copyright Distech Controls Inc. First printing June 2010. Printed in Canada. Network Guide Document Revision History: 1. Version 0.1 - Beta Release - March 2010 2. Version 1.0 Release to Market June 2010 3. Version 1.1 October 2010 4. Version 1.2 Added LONWORKS Network information

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

1-Port R422/485 Serial PCIe Card

1-Port R422/485 Serial PCIe Card 1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or

More information

RS-232/422/485, Power over Ethernet

RS-232/422/485, Power over Ethernet IP-COM-M IP-COMi-M IP-COM-M PoE IP-COMi-M PoE RS-232 RS-232/422/485 RS-232, Power over Ethernet RS-232/422/485, Power over Ethernet Edition: September 2012 The computer programs provided with the hardware

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

Bluetooth Installation

Bluetooth Installation Overview Why Bluetooth? There were good reasons to use Bluetooth for this application. First, we've had customer requests for a way to locate the computer farther from the firearm, on the other side of

More information

6/14/02 Chapter 14: Use of Electrical Test Equipment 1/20

6/14/02 Chapter 14: Use of Electrical Test Equipment 1/20 USE OF ELECTRICAL TEST EQUIPMENT Test equipment is necessary for determining proper set-up, adjustment, operation, and maintenance of electrical systems and control panels. The following is a general procedure

More information

OPERATING MANUAL. Table of contents. 2 Phase Stepping Motor Driver 2M542. Rev. A. Introduction page 2. Specifications page 2 Timing chart page 3

OPERATING MANUAL. Table of contents. 2 Phase Stepping Motor Driver 2M542. Rev. A. Introduction page 2. Specifications page 2 Timing chart page 3 2 Phase Stepping Motor Driver 2M542 OPEATING MANUAL Table of contents Introduction page 2 Specifications page 2 Timing chart page 3 Setting page 4 Current set page 4 educe current function page 4 Micro

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

PART 8: FIELD WIRING. n WARNING NOTICE. Boiler Manual

PART 8: FIELD WIRING. n WARNING NOTICE. Boiler Manual PART 8: FIELD WIRING A. INSTALLATION MUST COMPLY WITH: 1. National Electrical Code and any other national, state, provincial or local codes or regulations. 2. In Canada, CSA C22.1 Canadian Electrical Code

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

Table of Contents. The Welcome Letter...4. Filters Why are they Needed?...4. Getting Connected...4. Configuring your ADSL modem...

Table of Contents. The Welcome Letter...4. Filters Why are they Needed?...4. Getting Connected...4. Configuring your ADSL modem... ADSL/2+ Getting the Most out of your Aussie Broadband ADSL Service Netgear DG834 This guide is also suitable for: WGR614 WGT624 FWG114p DG834T DG834V WPN824 Included: Getting Connected Configuring your

More information

RS-232 Communications Using BobCAD-CAM. RS-232 Introduction

RS-232 Communications Using BobCAD-CAM. RS-232 Introduction RS-232 Introduction Rs-232 is a method used for transferring programs to and from the CNC machine controller using a serial cable. BobCAD-CAM includes software for both sending and receiving and running

More information

The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation

The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation Introduction The importance of keeping cooling tower water in proper chemical

More information

This paper will explain some of the more important factors on how UTP wires work; specifically it will cover the following:

This paper will explain some of the more important factors on how UTP wires work; specifically it will cover the following: UTP Technology In the late 1970s, unshielded twisted pair (UTP) cabling originated in the computer industry as a means of transmitting digital data over computer networks. This cable was designed to be

More information