DCS; Industrial control system
NameDescriptionContent
NEW CENTER
Current Location:

A-BPLC-5 Backup Communication Module

From:A-B | Author:LIAO | Time :2025-08-13 | 551 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


  • AMAT 0100-00046 AC Current Sense PWB
  • AMAT A0414720 Precision Advanced System Controller
  • AMAT 0010-00017 Precision Semiconductor Process Interface
  • AMAT 01-82889-00 High-Performance Semiconductor Component
  • ABB Sample Gas Cooler SCC-C 23070-0-10232110
  • IBA ibaRackline-PCHD Efficient process analysis with ibaHD-Server
  • IBA ibaRackline-PC CAM Frame-accurate video information with ibaCapture
  • IBA ibaRackline-PC Highly available and reliable
  • IBA Optical Signal Multiplier ibaBM-FOX-i-3o-D
  • IBA Optical Data Distribution System ibaBM-DIS-i-8o
  • IBA Optical Data Concentrator ibaBM-COL-8i-o
  • IBA ibaNet750-BM-D Acquisition via FO
  • IBA ibaW-750 Acquisition via Ethernet
  • IBA ibaPADU-8AI-I Compact Measurement Modules
  • IBA ibaPADU-D-8AI-I Compact Measurement Modules
  • IBA ibaPADU-8AI-U Compact Measurement Modules
  • IBA ibaPADU-D-8AI-U Compact Measurement Modules
  • IBA ibaPADU-4-AI-U Compact Measurement Modules
  • IBA ibaPADU-C-8AI Self-Supplied Data Logger
  • IBA ibaBM-ENetIP Bus monitor for EtherNet/IP
  • IBA ibaBM-eCAT Bus monitor for EtherCAT
  • IBA ibaBM-DP Bus monitor for PROFIBUS
  • IBA ibaBM-PN: Bus monitor for PROFINET IO
  • IBA ibaMS3xAI-1A Precision AC Current Measurement Module
  • IBA ibaDAQ Intelligent Central Unit
  • IBA ibaPQU-S Power Quality Monitoring System
  • IBA ibaCMU-S Condition Monitoring Unit (CMU)
  • IBA ibaPADU-S-IT-2x16 Modular data acquisition and control system
  • IBA ibaPADU-S-CM Modular data acquisition system
  • IBA ibaM-4AI-IEPE Input module
  • IBA ibaM-4AI-UI Input module
  • IBA ibaM-4AI-150V-AC Input module
  • IBA ibaM-4AI-600V-AC Input module
  • IBA ibaLink-SM-256V: High-Density PLC Data Interface
  • IBA ibaLink-SM-64V High-Performance S5/S7 Interface
  • IBA ibaLink-SM-128V-i-2o Synchronous Fiber Optic (ibaNet)
  • IBA ibaLink-SM-128V communication module
  • IBA ibaM-4AI-5A-150A-AC Input module
  • IBA ibaM-FO-2IO Interface module
  • IBA ibaM-COM Communication module
  • IBA ibaM-DAQ Intelligent Processor Module
  • B&R ECE161-0 MULTI digital input module
  • B&R ECCP70-01 MULTI CPU type B 42 KByte SRAM
  • B&R ECCP60-01 MULTI CPU type B 42 KByte SRAM
  • B&R DI426 digital input module
  • B&R 2DS100.60-1 electronic drum sequencer Absolut encoder
  • B&R 2CP100.60-1 CPU MODULE
  • B&R 2BM100.9 High-performance I/O module
  • AMAT 0190-14928 SCR Power Controller (PVD Reverse Zone)
  • AMAT 0500-01065 300mm Loadlock Interface Interlock Board
  • AMAT 2000-21123 Advanced Vacuum Seal Assembly
  • AMAT 0660-00090 High-Performance Industrial Power Filter
  • AMAT 0240-34077 Centura Endpoint Controller Kit
  • AMAT 0195-10215 High-Precision Pedestal Assembly
  • AMAT 0190-76050 VGA Video Controller VME Module
  • AMAT 0190-75084 High-Performance Communication & Logic Controller
  • AMAT 0190-60287 Precision VME/cPCI Interface Control Module
  • AMAT 0190-53752 DI Water I/O Controller PCB
  • AMAT 0190-37993 DeviceNet Scanner Pro (3U CompactPCI)
  • AMAT 0190-37833 MKS CDN500R-5 EPI 300mm Interface Module
  • AMAT 0190-37771 MKS CDN500R Interlock Control Module
  • AMAT 0190-37616 High-Precision Analog Input/Output Interface
  • AMAT 0190-36787B ISAC CP I/O Block 2 (Top) - Revision B
  • AMAT 0190-36787 ISAC CP I/O Block 2 (Top)
  • AMAT 0190-36511 DIP294 DeviceNet I/O Control Block
  • AMAT 0190-35764 & 0190-35765: Precision Control Interface Duo
  • AMAT 0190-35763 High-Performance Integrated Power Module
  • Applied Materials (AMAT) 0190-34512 4-Channel DeviceNet Scanner Interface
  • Applied Materials (AMAT) 0190-34282 High-Stability Process Control Module
  • Applied Materials (AMAT) 0190-27707 High-Precision DeviceNet I/O Controller
  • Applied Materials (AMAT) 0190-27072 High-Performance Semiconductor Interface
  • AMAT 0190-24007 CPCI-3720CF Single Board Computer
  • AMAT 0190-23905 Spellman ESC High Voltage Power Supply
  • AMAT 0190-22967 High-Density Analog I/O Control Board
  • AMAT 0190-22543 High-Precision Analog Input/Output Module
  • AMAT 0190-17964 Etch DPS Interlock Module
  • AMAT 0190-17894 Interlock Module Conductor HART
  • AMAT 0190-17081 2U CompactPCI System Host Processor
  • AMAT 0190-16926 and 0190-16928 Based on Compact PCI
  • AMAT 0190-15915 Intelligent I/O Control Module
  • AMAT 0190-15840 4-Port UPA DeviceNet Interface Module
  • AMAT 0190-15384 Advanced Digital Signal Interface Module
  • AMAT 0190-14027 Wafer Flat Finder PCB
  • AMAT 0190-12695 SBS CL7 3U CompactPCI Single Board Computer
  • AMAT 0190-11817 CP3-SER16-TTL 16-Port Serial Interface Card
  • AMAT 0190-11524 CDN500-25 Interlock Module
  • AMAT 0190-07450 CompactPCI 48-Channel Digital I/O Interface Board
  • AMAT 0190-05990-001 Maglev Rotation System Controller (300mm)
  • AMAT 0190-05647 LK3710 Serial Module Transition Card
  • AMAT 0190-04457 High-Performance Integrated Circuit Control Module
  • Applied Materials (AMAT) 0190-04098 | 5.X Factory Interface I/O Distribution Board
  • Applied Materials (AMAT) 0190-03705 | MF Producer SE/E Interlock Module
  • Applied Materials (AMAT) 0190-02748 | Flex Scanner Transition Module
  • Applied Materials (AMAT) 0190-02362 | Mainframe Interlock 1 Relay Module
  • Applied Materials (AMAT) 0190-01227 | Intelligent Motor Control OMS Board
  • Applied Materials (AMAT) 0190-00318 | VME 486 Video Controller
  • Applied Materials (AMAT) 0130-14007 | Advanced RF Signal Assembly
  • Applied Materials (AMAT) 0130-14005 | RF Cable/Interface Assembly
  • Applied Materials (AMAT) 0130-01218 | High-Efficiency RF Interface Controller
  • Applied Materials (AMAT) 0110-77040 | Head Pneumatic Controller
  • Applied Materials (AMAT) 0110-00077 | Precision Control Module
  • AMAT 0101-57015 high-performance Next-Generation Deflection Amplifier Board
  • AMAT 0100-77040 critical Head Pneumatic Controller Board
  • AMAT 0100-76291 Data Buffer / Memory Expansion Interface
  • AMAT 0100-76290 Advanced I/O Interface Board
  • AMAT 0100-76269 Control Board / Interface Module
  • AMAT 0100-71462-01 high-performance Process Controller PCB
  • AMAT 0100-71171 Chamber Interlock Control PCB
  • AMAT 0100-71154 Semiconductor Circuit Board / Electronic Group Card
  • AMAT 0100-70034 PCB Assembly (PCBA) for Endpoint VGA I/O Interconnect.
  • AMAT 0100-38032 ESC (Electrostatic Chuck) Controller PCB
  • AMAT 0100-36035 DPS Source Match / Seriplex I/O Distribution PCB
  • AMAT 0100-35231 Seriplex I/O Distribution Module
  • AMAT 0100-35217 TC Amp Interlock PCB Module
  • AMAT 0100-35065 High-Precision Serial Isolator PCB
  • AMAT 0100-35054 Advanced Chamber Interface Module
  • AMAT 0100-20453 DeviceNet Digital I/O Interface Board
  • AMAT 0100-20100 High-Performance Semiconductor Component
  • AMAT 0100-20068 Precision CCD Image Control Board
  • AMAT 0100-20064 Advanced Semiconductor Control Module
  • Applied Materials (AMAT) 0100-20018 Advanced Communication Interface Module
  • Applied Materials (AMAT) 0100-20016 High-Performance Interface and Control Module
  • Applied Materials (AMAT) 0100-20003 Digital I/O (DI/DO) Interface Board
  • Applied Materials (AMAT) 0100-20001 System Electronics Interface (SEI) / PCB Assembly
  • Applied Materials (AMAT) 0100-11030 Chamber Hardware / Gas Distribution Component
  • Applied Materials (AMAT) 0100-11022 Semiconductor Board Card
  • Applied Materials (AMAT) 0100-11018 Advanced Interface Control Module
  • Applied Materials (AMAT) 0100-11001 Precision Analog Output Board