DCS Industrial control system
NameDescriptionContent
NEW CENTER
Current Location:

A-BPLC-5 Backup Communication Module

From:A-B | Author:LIAO | Time :2025-08-13 | 712 Browse: | 🔊 Click to read aloud ❚❚ | Share:

Important User Information

Because of the variety of uses for this product and because of the differences

between solid state products and electromechanical products, those responsible

for applying and using this product must satisfy themselves as to the

acceptability of each application and use of this product. For more information,

refer to publication SGI-1.1 (Safety Guidelines For The Application,

Installation and Maintenance of Solid State Control).

The illustrations, charts, and layout examples shown in this manual are intended

solely to illustrate the text of this manual. Because of the many variables and

requirements associated with any particular installation, Allen-Bradley

Company cannot assume responsibility or liability for actual use based upon the

illustrative uses and applications.

No patent liability is assumed by Allen-Bradley Company with respect to use of

information, circuits, equipment or software described in this text.

Reproduction of the contents of this manual, in whole or in part, without written

permission of the Allen-Bradley Company is prohibited.

Throughout this manual we make notes to alert you to possible injury to people

or damage to equipment under specific circumstances.

ATTENTION: Identifies information about practices or

circumstances that can lead to personal injury or death, property

damage or economic loss.

Attention helps you:

- Identify a hazard

- Avoid the hazard

- recognize the consequences

Important: Identifies information that is critical for successful application and

understanding of the product.

I

Summary of Changes

This release of the publication contains new updated information.

To help you find updated information in this release of the manual, we

have included change bars as shown to the left of this paragraph.

Using This Manual

This manual shows you how to use 1785-BCM series B backup communication

modules with a PLC-5 programmable controller (PLC-5/15 series B, -5/20,

-5/25, -5/30, -5/40, and -5/60 processors). These modules enable high-speed

communication transfer between two PLC-5 processors and provide system

backup should the processor or other equipment in the system fail.

In this manual we describe:

 backup system concepts

 procedures for installing and operating your modules

 various programming techniques

Before you read this manual or attempt to use 1785-BCM modules, you should

be familiar with PLC-5 programmable controllers. In addition, you need to be

familiar with:

 6200 Series Software

 remote I/O system

 Data Highway Plus network

 block-transfer instructions

The following table lists each chapter of this manual and describes the contents

of each.

If you want to read about: Refer to chapter:

an overview of backup concepts; description of backup

system that uses 1785-BCM module.

1 – Backup Concepts for the PLC-5 System

a description of 1785-BCM module hardware. 2 – Understanding the 1785-BCM Module Hardware Components

procedures for installing the1785-BCM module; procedures

for connecting the backup system.

3 – Installing Your 1785-BCM Series B Backup System

description of 1785-BEM backup expansion module and

procedures for installing

4 – Installing Your 1785-BEM Module

an overview of how the 1785-BCM module and the backup

system operate; procedures for starting, powering-up,

disconnecting, and restarting a repaired system.

5 – Operating Your PLC-5 Backup System

considerations for timing, divergence, I/O forces, Data

Highway Plus switching, Remote I/O switching, special

sections of the data table, and data integrity.

6 – Switchover Considerations

If you want to read about: Refer to chapter:

two methods you can use to program your backup system;

considerations for using instructions that can cause

problems in your backup system.

7 – Programming Techniques

1785-BCM module faults (as indicated by the module’s

status indicators and bits of the system status word) and

procedures for correcting faults.

8 – Diagnosing Faults

specifications for the 1785-BCM module. 9 – Specifications

sample Programs for method 1 (transferring one block of

data at a time) and method 2 ( transferring multiple blocks

of data at a time); data table transfer times for both

programming methods.

Appendix A – Sample Programs

answers to common PLC-5 backup system questions;

delay times between the primary and the secondary

processor for both programming methods and formulas for

determining delay times.

Appendix B – Reference Information

describes differences between a 1785-BCM series A

backup module and a 1785-BCM series B backup module

Appendix C – Using a Series A 1785-BCM Module


PLC-5 Processor Reference

In this manual, the term PLC-5 processor refers to the following processors:

 PLC-5/11

 PLC-5/15

 PLC-5/20

 PLC-5/25

 PLC-5/30

 PLC-5/40

 PLC-5/60

 PLC-5/80

Contact your Allen-Bradley Sales Office or your Allen-Bradley distributor for

additional PLC-5 processors that can be configured with the 1785-BCM

modules.

Some terms used in this manual may be unfamiliar to you. We list these terms

with a brief definition of each.

HSSL is the 1785-BCM module’s High-Speed Serial Link. It is a dedicated

communication link between the primary and secondary 1785-BCM modules

and is used to pass I/O, status, and data table information.

Primary System is the PLC-5 processor that controls the I/O and the other

equipment associated with that processor.

Secondary System is the PLC-5 processor that is ready to assume control of

the I/O and the equipment associated with that processor.

Backup System is the primary and secondary systems.

Switchover is the transfer of I/O control from the primary processor to the

secondary processor.

Bumpless switchover is the transfer of I/O control from the primary

processor to the secondary processor where the operation of the process

being controlled is not affected.

Asynchronous processing is processing where the ladder program scan and

the block-transfer scan operate independently of each other within the same

scan time.

BTW is block-transfer write; transfer of up to 64 words from the processor to

the block-transfer module.

BTR is block transfer read; transfer of up to 64 words from the block transfer

module to the processor.

Smart Switch Interface is a remote I/O interface in the 1785-BCM module

that responds to secondary scanner poll commands with actual input values

from the remote I/O link, making the scanner think it is talking with 

remote I/O.

For more information about components used with the 1785-BCM module in a

PLC-5 backup system, refer to the following publications:

Publication Title Publication Number

Enhanced and Ethernet PLC-5 Programmable Controllers 

User Manual

1785-6.5.12

Classic 1785 PLC-5 Family Programmable Controllers Hardware

Installation Manual

1785-6.6.1

PLC-5 Programming Software Documentation Set 6200-N8.001

PLC-5 Programming Software: Installing and

Configuring the Software

 6200-6.4.6

PLC-5 Programming Software: Programming 6200-6.4.7

PLC-5 Programming Software: Instruction Set Reference

PLC-5 Programming Software: I/O Configuration Software

 6200-6.4.11

 6200-6.4.12

Remote I/O Adapter Module (cat. no. 1771-ASB) Installation Data 1771-2.162

This chapter describes concepts for using a backup system with your

programmable controller. In addition, this chapter provides an overview of

a PLC-5 processor backup system that uses 1785-BCM backup

communication modules and a system that also uses 1785-BEM backup

expansion modules.

The objective of any redundant system (backup system) is to improve the

amount of up-time of a machine or process by ensuring consistent

availability of that machine, and by reducing costs associated with

equipment failure. By using this backup system, you can guard your

application against shutdowns caused by the programmable controller.

ATTENTION: Backup does not protect you from faults caused

by programming errors or system timeouts because such an

error or timeout will also occur in the secondary processor.

The backup option is used where you must transfer the control of the

process to a secondary system, without thereby interrupting the

machine/process operation.

To guard against system shutdown, a backup system must provide:

 equipment with exceptional reliability

 automatic fault isolation

 minimal disturbance of the process when switching from the primary to

the secondary system

C

A PLC-5 system configured with 1785-BCM modules provides high speed

backup communication and switchover of the Data Highway Plus and

remote I/O links. In this section we:

 show a typical PLC-5 backup configuration

 explain how the backup system works

 describe the role of the 1785-BCM module (including 1785-BEM

module)

A Typical PLC-5 Backup Configuration

You must use BCM series B, revision C or later if you are using PLC-5/20,

-5/30, -5/40, or -5/60 processors.

A PLC-5 backup system contains two of each of the following hardware

components:

 PLC-5 processor module

Processor:* Catalog Number:

PLC-5/11 series A, revision B or later 1785-L11B

PLC-5/15 series B, any revision 1785-LT series B

PLC-5/20 series A, revision B or later 1785-L20B

PLC-5/25 any revision 1785-LT2

PLC-5/30 series A, revision C or later 1785-L30B

PLC-5/40 series A, revision F or later

or series B, revision C or later

1785-L40B

PLC-5/60 series A, revision F or later 

or series B, revision C or later

1785-L60B

PLC-5/80 series C, revision A or later 1785-L80B

*

 Contact your Allen-Bradley Sales Office or your Allen-Bradley distributor

for additional PLC-5 processors that can be configured with the

1785-BCM modules.

 1785-BCM module

 1785-BEM module (when applicable)

 power supply

 local chassis

Figure 1.1 shows a typical PLC-5 backup configuration using PLC-5/15

processors and 1785-BCM modules. Figure 1.2 shows a typical PLC-5

backup configuration using PLC-5/40 or PLC-5/60 processors, 1785-BCM

modules, and 1785-BEM modules.

A

A PLC-5 system configured with 1785-BCM modules provides high speed

backup communication and switchover of the Data Highway Plus and

remote I/O links. In this section we:

 show a typical PLC-5 backup configuration

 explain how the backup system works

 describe the role of the 1785-BCM module (including 1785-BEM

module)

A Typical PLC-5 Backup Configuration

You must use BCM series B, revision C or later if you are using PLC-5/20,

-5/30, -5/40, or -5/60 processors.

A PLC-5 backup system contains two of each of the following hardware

components:

 PLC-5 processor module

Processor:* Catalog Number:

PLC-5/11 series A, revision B or later 1785-L11B

PLC-5/15 series B, any revision 1785-LT series B

PLC-5/20 series A, revision B or later 1785-L20B

PLC-5/25 any revision 1785-LT2

PLC-5/30 series A, revision C or later 1785-L30B

PLC-5/40 series A, revision F or later

or series B, revision C or later

1785-L40B

PLC-5/60 series A, revision F or later 

or series B, revision C or later

1785-L60B

PLC-5/80 series C, revision A or later 1785-L80B

*

 Contact your Allen-Bradley Sales Office or your Allen-Bradley distributor

for additional PLC-5 processors that can be configured with the

1785-BCM modules.

 1785-BCM module

 1785-BEM module (when applicable)

 power supply

 local chassis

Figure 1.1 shows a typical PLC-5 backup configuration using PLC-5/15

processors and 1785-BCM modules. Figure 1.2 shows a typical PLC-5

backup configuration using PLC-5/40 or PLC-5/60 processors, 1785-BCM

modules, and 1785-BEM modules.

A PLC-5 system configured with 1785-BCM modules provides high speed

backup communication and switchover of the Data Highway Plus and

remote I/O links. In this section we:

 show a typical PLC-5 backup configuration

 explain how the backup system works

 describe the role of the 1785-BCM module (including 1785-BEM

module)

A Typical PLC-5 Backup Configuration

You must use BCM series B, revision C or later if you are using PLC-5/20,

-5/30, -5/40, or -5/60 processors.

A PLC-5 backup system contains two of each of the following hardware

components:

 PLC-5 processor module

Processor:* Catalog Number:

PLC-5/11 series A, revision B or later 1785-L11B

PLC-5/15 series B, any revision 1785-LT series B

PLC-5/20 series A, revision B or later 1785-L20B

PLC-5/25 any revision 1785-LT2

PLC-5/30 series A, revision C or later 1785-L30B

PLC-5/40 series A, revision F or later

or series B, revision C or later

1785-L40B

PLC-5/60 series A, revision F or later 

or series B, revision C or later

1785-L60B

PLC-5/80 series C, revision A or later 1785-L80B

*

 Contact your Allen-Bradley Sales Office or your Allen-Bradley distributor

for additional PLC-5 processors that can be configured with the

1785-BCM modules.

 1785-BCM module

 1785-BEM module (when applicable)

 power supply

 local chassis

Figure 1.1 shows a typical PLC-5 backup configuration using PLC-5/15

processors and 1785-BCM modules. Figure 1.2 shows a typical PLC-5

backup configuration using PLC-5/40 or PLC-5/60 processors, 1785-BCM

modules, and 1785-BEM modules.

Figure 1.2

PLC-5 Backup System Configuration Using 1785-BCM 

and 1785-BEM Modules

How the PLC-5 Backup System Works

In the PLC-5 backup configuration, one system (consisting of one PLC-5

processor, 1785-BCM module, power supply, and chassis) controls the

operation of the remote I/O. This system is referred to as the primary

system. The other system is ready to take control of the remote I/O in the

event of a fault in the primary system. This is referred to as the

secondary system. The PLC-5 backup system does not back up local I/O;

therefore, do not install I/O in the local chassis.

Data Transfer

During normal operation, the primary system sends remote input and data

table data to the secondary system so that in the event of a switchover, the

secondary system (which becomes the new primary system) has the same

data.

Remote I/O data is automatically transferred over the High-Speed Serial

Link (see Figure 1.1). This transfer is independent of the application

program.

Data table values are transferred from the primary to the secondary system

with block transfer instructions that you include in your ladder program.

You do not have to transfer data table values if not necessary for your

application. Figure 1.3 shows how data table data is transferred from the

primary to the secondary system.

Figure 1.3

Transfer of Data Table Data From the Primary to Secondary System

Switchover

Should a fault occur in the primary processor, control switches to the

secondary system in less than 50 ms (maximum). When a switchover

occurs, the outputs in the remote I/O maintain their last state until they

come under the control of the secondary processor.

However, keep in mind that the program scans of the two processors are

not synchronized. This means that the secondary processor may be

scanning all, none, or only part of the program (at your discretion). This

manual explains the switchover process, and provides guidelines for

developing programs for your PLC-5 backup system. (For more

information about switchover, refer to Chapter 6, “Switchover

Considerations.”)

Role of the 1785-BCM Series B Module

As an integral part of the backup system, the 1785-BCM modules enable

high speed communication between the two PLC-5 processors, and permit

the secondary processor to assume control of the process. In addition, the

1785-BCM module provides:

 high speed transfer of the data table values from the primary to the

secondary system, to ensure that the secondary system’s data table is a

copy of the primary system’s

 a buffer of 4K words for data table values

 exchange of information on the status of the primary and secondary

systems

 automatic transfer to the secondary system of the remote input and

block transfer read values (analog values, etc.)

 transfer of control from the primary processor to the secondary

processor when one of the following conditions occur:

- power failure

- processor fault

- 1785-BCM module fault

- change in the primary processor’s mode from:

 RUN to PROGRAM (manual switchover)

 REM RUN to REM PROG

 REM RUN to REM TEST


  • SEL SEL-TMU TiDL Merging Unit
  • SEL SEL-700BT Motor Bus Transfer Relay
  • SEL SEL-849 Motor Management Relay
  • SEL SEL-3790 Low-Voltage Divider Module
  • SEL SEL-710-5 Motor Protection Relay
  • SEL SEL-487V Capacitor Bank Protection, Automation, and Control System
  • SEL SEL-351RS Kestrel Single-Phase Recloser Control
  • SEL SEL-651RA Recloser Control
  • SEL SEL-651R Advanced Recloser Control
  • SEL SEL-551C Overcurrent/Reclosing Relay
  • SEL SEL-351S Protection System
  • SEL SEL-851 Feeder Protection Relay
  • SEL SEL-451 Protection, Automation, and Bay Control System
  • SEL SEL-751 Feeder Protection Relay
  • SEL SEL-311C Transmission Protection System
  • SEL SEL-387L Line Current Differential Relay
  • SEL SEL-311L Line Current Differential Protection and Automation System
  • SEL SEL-787L Line Current Differential Relay
  • SEL SEL-421 Protection, Automation, and Control System
  • SEL SEL-9L Line Relay
  • SEL SEL-411L Advanced Line Differential Protection, Automation, and Control System
  • SEL SEL-587Z High-Impedance Differential Relay
  • SEL SEL-7251 Electromechanical Direct-Replacement Assemblies
  • SEL SEL-787Z High-Impedance Differential Relay and SEL-HZM High-Impedance Module
  • SEL SEL-487B Bus Differential and Breaker Failure Relay
  • SEL SEL-387 Current Differential and Overcurrent Relay
  • SEL SEL-387A Current Differential and Overcurrent Relay
  • SEL SEL-2600 RTD Module
  • SEL SEL-387E Current Differential and Voltage Relay
  • SEL SEL-787-2/-3/-4 Transformer Protection Relay
  • SEL SEL-487E Transformer Protection Relay
  • SEL SEL-2664S Stator Ground Protection Relay
  • SEL SEL-300G Generator Relay
  • SEL SEL-700G Generator Protection Relay
  • SEL SEL-700G Generator Protection Relay
  • SEL SEL-400G Advanced Generator Protection System
  • SEL SEL-T400L Time-Domain Line Protection
  • SEL SEL-T401L Ultra-High-Speed Line Relay
  • ADLINK Multi-Function DAQ PCI-9222/9223
  • ADLINK PICMG Single Board Computers NuPRO-A40H
  • ADLINK HSL-4XMO HSL-4XMO-TB-D103 HSL-4XMO-CD-N-006
  • ADLINK industrial computer motherboard NuPRO-965DV
  • AADLINK PCI-7442 switch card Digital I/O
  • ADLINK PCI-7260 Digital I/O
  • ADLINK PICMG Single Board Computers NuPRO-852
  • ADlink 6U CompactPCI 2.0 Blades cPCI-6840
  • Adlink  PICMG Single Board Computers  NuPRO-935A
  • ADLINK ADLINK NuPRO-841 REV:1.0 PICMG Single Board Computers
  • ADLINK PCI-8254 / PCI-8258 DSP-based 4/8-axis Advanced Motion Controllers
  • ADLINK NUPRO-780 PICMG Single Board Computers
  • ADLINK USB-7230/7250 Isolated USB Digital I/O Modules
  • Adlink Technology 51-37111-0C1 cPCI-R8217 cPCI-R3700A PCB Interface Card
  • ADLINK DPAC-3020-11(G) Embedded PC Automation Controller
  • ADLINK NuPRO-840 PICMG 1.0 industrial Single Board
  • Adlink 6U CompactPCI 2.0 Blades cPCI-6965
  • ADLINK PCI-9114DG Multi-Function DAQ Card
  • Adlink NuPRO-E43 PICMG Single Board Computers
  • Adlink PCI-7856 Distributed Motion Control
  • ADLINK Mini-ITX Embedded Boards MI-965
  • ADLINK NuPRO-E340 industrial control motherboard
  • ADLINK NuPRO-595 Series Full-Size PICMG 1.0 SBC
  • ADLINK PCIe-GIE64+ / PCIe-GIE62+ 4 / 2-CH PCI Express® Power over Ethernet Frame Grabbers
  • ADLINK CPCI-6910AM-M1G 6U Dual Core Xeon CompactPCI Universal SBC
  • ADLINK/AMPRO CM-435-v2/CM-435 Extreme Rugged™ PC/104 Single Board Computer
  • ADLINK Technology 51-37111-0C1 PCB Interface Card
  • Adlink Centralized Motion Controllers PCI-8164
  • ADLINK PCI-7230/33/34 32-CH Isolated DIO PCI Cardsrd
  • ADLINK NUPRO-E320DV/NUPRO-E320 industrial control motherboard
  • Adlink PCI-8154 Advanced 4-axis Servo & Stepper Motion Controller
  • Adlink cPCI-3534/3538-S Series 4/8-port Asynchronous Serial Communications Modules
  • ADLINK Adlink Digital I/O PCI-7396
  • ADLINK 6U Rear Transition Modules cPCI-R6700 Series
  • ADLINK cPCI-6700B Industrial Control Board
  • ADLINK NuPRO-965/ NuPRO-965LV PICMG Single Board Computers
  • ADLINK HSL-DI16DO16-M-NN 16-CH Discrete Input 16-CH Discrete Output Module
  • Adlink cPCI-6770 6U CompactPCI 2.0 Blades
  • ADLINK NuPRO-598 REV A1 INDUSTRIAL CONTROL MOTHERBOARD
  • ADLINK PCI-7200 PCI Motion Control Card Acquisition Card 51-12001-0C20
  • ADLINK TECHNOLOGY EOS-1200/M4G/SSD32G(G) Industrial Systems
  • ADLINK Centralized Motion Controllers PCI-8134
  • ADLINK cPCI-HR6847E/M2G-1 COMPACT PCI BOARD
  • ADLINK PXIE-8638 BUS EXPANSION MODULE
  • ADLINK cPCI-6910 6U CompactPCI 2.0 Blades
  • Adlink NuPRO-E42 51-41808-0A30 Industrial Motherboard
  • ADLINK IH61-AA400-A4A1E (IMB-M40H) Industrial Motherboard
  • ADLINK PCIe-GIE64+ GigE Vision Frame Grabber Card
  • ADLINK MXC-6322D(G) Industrial Fanless Computer working
  • ADLINK CPCI-7300 32-CH 80 MB/s High-Speed Digital I/O Module
  • Adlink cPCI-8168 Advanced 6U Compact PCI 8-Axis Motion Controller
  • Adlink VME CPU Board cPCI-6626/2710/M4G
  • ADLINK  cPCI-R6200 high-performance 6U CompactPCI Rear Transition Module (RTM)
  • Adlink cPCI-7248 48-CH Opto-22 Compatible Digital I/O Module
  • ADLINK DLAP-211-JNX/DLAP-211-JT2/ DLAP-211-Nan
  • ADLINK cPCI-3544 4-Port RS-422/485 Isolated Serial Communications Card
  • Hirschmann MSP30-16040SCZ999HHE2A Manage the basic unit of the industrial DIN-Rail switch
  • Hirschmann MSP30-16040SCY999HHE2A
  • Hirschmann RS20-0400S2S2SDAEHC09.0.00 Management-type industrial fast Ethernet switch
  • Hirschmann Belden OCTOPUS OS20-002800T5T5T5-TBBY999GMSE3S Manageable industrial Ethernet switch
  • HIRSCHMANN OS20-000800T5T5T5-TBBU999H5SE2S
  • HIRSCHMANN RS20-0800M4M4SDAEHC09.0.14 industrial switch
  • Hirschmann RS20-0800T1T1SDAUHC RS20-0800T1T1SDAE
  • Hirschmann MSM20-M2M2M2M2SY9HH9E99.9 Fast Ethernet Media Module
  • HIRSCHMANN RS30-1602T1T1SDAEHC09.0.10 industrial switch
  • HIRSCHMANN MAR1040-4C4C4C4C9999SMMHPHH Managed Etherne
  • HIRSCHMANN MAR1040-4C4C4C4C9999SM9HRHH  Managed Etherne
  • HIRSCHMANN MAR1040-4C4C4C4C9999SM9HPHH05.1.00 industrial switch
  • HIRSCHMANN MM20-P9P9M2T1SAHH Fast Ethernet media module
  • HIRSCHMANN MM20-P9T1T1T1SAHH hot-swappable hybrid media module
  • HIRSCHMANN MM20-Z6Z6T1M2SAHH Fast Ethernet media module
  • HIRSCHMANN MM20-Z6M2M2T1SAHH Fast Ethernet media module
  • HIRSCHMANN MM20-Z6Z6Z6T1SAHH media module.
  • HIRSCHMANN MM20-Z6T1T1T1EBH Fast Ethernet media card.
  • Hirschmann MM20-Z6T1T1T1SAHH Hot-swappable fast Ethernet media module
  • Hirschmann MM20-Z6Z6M2M2EBH media module
  • HIRSCHMANN MM20-Z6Z6T1T1SZHH Technical Datasheet & SEO Guide
  • HIRSCHMANN MM20-Z6Z6T1T1EBH Technical Datasheet & Overview
  • HIRSCHMANN MM20-Z6Z6Z6Z6SZHH Media Module
  • HIRSCHMANN MM20-M4M2M2T1SAHH Media Module
  • HIRSCHMANN MM20-M4T1M2T1SAHH Media Module
  • HIRSCHMANN MM20-M2M2T1T1EBH Media Module
  • HIRSCHMANN MM20-M2M2T1T1SAHH Media Module
  • HIRSCHMANN MM20-M2T1T1T1TAHH Media Module
  • HIRSCHMANN MM20-M2T1T1T1EBH Media Module
  • HIRSCHMANN MM20-M2T1T1T1SAHH Media Module
  • HIRSCHMANN MM20-M2M2M2M2EBH Industrial Ethernet Media Module
  • HIRSCHMANN RS20-1600S2S2SDAEHH09.0.14 Ethernet switch
  • HIRSCHMANN MSM20-M2M2T1T1SY9HH9E99.9.99
  • HIRSCHMANN MSM20-M2M2M2M2SY9HH9E Ethernet media modul