DCS; Industrial control system
NameDescriptionContent
NEW CENTER
Current Location:

A-BPLC-5 Backup Communication Module

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


  • MOTOROLA TMCP700 W33378F High-Performance Industrial Computing Module
  • MOTOROLA VME Single Board Computer MVME188A
  • MOTOROLA MVME162PA-344 High-Performance Embedded VME Controller
  • MOTOROLA FAB 0340-1049 High-Efficiency Intelligent Embedded Module
  • MOTOROLA 30-W2960B01A High-Performance Industrial Interface Module
  • MOTOROLA MVME712M Transition Module.
  • MOTOROLA MVME5500 Series VME Single-Board
  • MOTOROLA MVME300 High-Reliability GPIB VMEbus Controller
  • MOTOROLA CPCI-6020TM High-Performance CompactPCI Transition Module
  • MOTOROLA MVME162-210 Embedded Controller
  • MOTOROLA MVME162-522A 01-W3960B/61C Embedded Controller
  • MOTOROLA MVME162-512A Embedded Controller
  • MOTOROLA MVME162-512 Embedded Controller
  • MOTOROLA MVME162-220 Embedded Controller
  • MOTOROLA MVME162-13 Embedded Controller
  • MOTOROLA MVME162-10 Embedded Controller
  • MOTOROLA MVME162-012 Embedded Controller
  • MOTOROLA MCP750 CompactPCI Host Slot Processor
  • Phoenix 2320267 QUINT-UPS/ 24DC/ 24DC/10/3.4AH - Uninterruptible power supply
  • Phoenix QUINT4-PS/3AC/24DC/40 - Power supply 2904623
  • Phoenix 2904622 QUINT4-PS/3AC/24DC/20 - Power supply
  • Phoenix 2905012 QUINT-PS/96-110DC/24DC/10/CO - DC/DC converter, protective coating
  • Phoenix 2905011 QUINT-PS/60-72DC/24DC/10/CO - DC/DC converter, protective coating
  • Phoenix 2904600 QUINT4-PS/1AC/24DC/5 - Power supply
  • Phoenix 2904603 QUINT4-PS/1AC/24DC/40 - Power supply
  • Phoenix 2904601 QUINT4-PS/1AC/24DC/10 - Power supply
  • Phoenix 2904602 QUINT4-PS/1AC/24DC/20 - Power supply
  • Phoenix QUINT-PS/60-72DC/24DC/10 - DC/DC converter 2905009
  • Phoenix QUINT-PS/96-110DC/24DC/10 - DC/DC converter 2905010
  • Phoenix QUINT-PS/3AC/24DC/20/CO - Power supply, with protective coating 2320924
  • Phoenix QUINT-PS/1AC/12DC/20 - Power supply 2866721
  • Phoenix 2320908 QUINT-PS/1AC/24DC/ 5/CO - Power supply, with protective coating
  • Phoenix 2866213 QUINT-BUFFER/24DC/20 - Buffer module
  • Phoenix 2866585 QUINT-DIODE/48DC/40 - Redundancy module, with protective coating
  • Phoenix 2320393 QUINT-BUFFER/24DC/24DC/40 - Buffer module
  • Phoenix 2320157 QUINT-DIODE/12-24DC/2X20/1X40 - Redundancy module
  • Phoenix 2907720 QUINT4-DIODE/48DC/2X20/1X40 - Redundancy module
  • Phoenix 2907719 QUINT4-DIODE/12-24DC/2X20/1X40 - Redundancy module
  • Metso A419471 High-Performance Analog Output Module
  • Applied Materials (AMAT) 0190-19092: High-Performance RF Match Controller Board
  • ABB UFC789AE101 3BHE014023R0101 High-Performance AC 800PEC Control Unit
  • GE MIFIIPA55E20HI00 Multilin MIF II Digital Feeder Protection Relay
  • GE DS3815PAHB1A1A Speedtronic Mark IV Processor & Interface Board
  • GE DS3800NB1A Speedtronic Mark IV Power Supply / Regulator Board
  • GE DS3800HIOC Speedtronic Mark IV High-Level Input/Output Board
  • GE DS3800NHVG Speedtronic Mark IV High-Voltage Gate Driver Board
  • ABB 1TGE120011R1010 MC M117 KIT 24VDC CMMB+PTC
  • Woodward 5448-897 Current Differential Protection Relay
  • GE IS220PAOCH1BE Mark VIe Analog I/O Module
  • GE IS220PDOAH1B Mark VIe Discrete Output (PDOA) I/O Pack
  • ABB Feeder Protection and Control REF620E_1G NBFNAAAAAABC6BBN11G
  • ABB MT-91-ARCFPA High-Precision Tension Control Interface Module
  • HIMA PS1000/230010 982200080 high-performance power supply module
  • HIMA H7202 Distribution Fuse Board / Infeed Board
  • HIMA F60DIO24/1601 Safety-Related Controller
  • HIMA F60DO801 Safety-Related Controller
  • HIMA H7201 Line fuse board
  • HIMA HIMatrix ELOP II 892042336 Version V5.6 Build 1501.9810 IV1
  • HIMA HIMatrix SILworX 504110 895400001
  • HIMA HIMatrix SILworX 504111 895210001
  • HIMA OPC DA Server 892042400 Version 3.56.4
  • HIMA OPC Alarm & Event Server (892042420) Version 4.1.3
  • HIMA OPC Alarm & Event Server (892042420) Version 4.0.5
  • Phoenix QUINT-DIODE/12-24DC/2x20/1x40 2320157 Redundancy module
  • Phoenix QUINT-PS/1AC/24DC/40 2866789 Power supply
  • Moore SIY/PRG/4-20MA/10-42DC SIY PC Programmable Signal Isolator and Converter
  • Motorola 01-W3394F-03F Communication Interface Module
  • Motorola AP-4 256 MByte 01-W3839F-07A Communication Module
  • MOTOROLA MVME2432 01-W3394F-03C VME Processor Module
  • MOTOROLA PCE I 01-W3839F-07A VME Processor Module
  • Motorola HPR431 / SYS431 / SYS443 / MFT543 Component Assembly
  • Motorola AP-4 01-W3394F-03G Communication Interface Module
  • Emerson 01-W3878F-02D DeltaV M-Series I/O Module
  • ICS Triplex Trusted T8232 Power Pack Module
  • ALFA LAVAL AAL7000 OXYGEN ANALYSER V0.1
  • Alstom MPM123 Measurement and Protection Module
  • Honeywell 5701 CONTROL SYSTEM
  • KONGSBERG MRU-E-JB1 Host machine
  • Woodward easYgen-3200-1/P1 8440-2049
  • Woodward easYPROTEC-1410-7 8441-1161 8441-1160
  • Woodward MFR300-71M/K45 8444-1111 8444-1112
  • Woodward MFR300-75M 8444-1107 8444-1108 8444-1109
  • Woodward MFR300-71M/K42 8444-1104
  • Woodward MFR300 75M/SU03, Transducer 8444-1093 8444-1094 8444-1095
  • Woodward MFR300-71M 8444-1091 8444-1092
  • Woodward MFR300-15M 8444-1090 8444-1089
  • Woodward MFR300-11M 8444-1071 8440-1089
  • Woodward MFR500-6M/WK0400 + DPC USB 8444-1070
  • Woodward MFR300-15M 8444-1064
  • Woodward SPM-D2-1040B/NYB 8440-2189
  • Woodward SPM-D2-1010B/NYB 8440-2177
  • Woodward SPM-D2-10B/PSY5-FU-D 8440-2170
  • Woodward SPM-D2-1040B/XN analog speed/voltage bias 8440-2190
  • Woodward MFR300-71M 8444-1063
  • SPM-D2-1010B/X analog speed/voltage bias 8440-2168
  • Woodward SPM-D2-1040B/X analog speed/voltage bias 8440-2171
  • Woodward SPM-D2-1010B/N wide range power supply 8440-2174
  • Woodward SPM-D2-1040B/N wide range power supply 8440-2175
  • Woodward SPM-D2-1010B /110VAC sensing 8440-2166
  • Woodward SPM-D2-1040B /400VAC sensing 8440-2164
  • Woodward DTSC-200A 8440-2297
  • Woodward DTSC-200-55B/K38 8440-2155
  • Woodward DTSC-200-51B 8440-1867 8440-1868
  • Woodward 8445-1049 8445-1048 Converter, 1x FO to CAN
  • Woodward easYlite-200 8446-1007 LED Lamp Expansion Module
  • Woodward IKD-OUT-16 16 DO Expansion Card 8440-2306
  • Woodward IKD-IN-16 16 DI Expansion Card 8440-2307
  • Woodward IKD1M 8 DI/8 DO Expansion Card 8440-2116
  • Woodward easYview-07-30 8446-1071
  • Woodward easYFLEX-3400XT-P2 (GAP) 8440-2217
  • Woodward easY-I-3400XT-P1 8440-2293
  • Woodward easY-I-3500XT-P1 8440-2292
  • Woodward MSLC-2XT 8440-2298 Master Synchronizer and Load Control
  • Woodward DSLC-2XT 8440-2299 Digital Synchronizer and Load Control
  • Woodward: GC-3400XT-P1 8440-2267 Group Controller
  • Woodward: LS-612XT-P2 8440-2317
  • Woodward: CONTROL-LS-612XT-P1,8440-2222 Cabinet back mounting
  • Woodward: LS-522-1/P1 8440-2179
  • Woodward: LS-522-5/P1 8440-2151
  • Woodward: LS-512-1/P1 8440-2181
  • Woodward: LS-512-5/P1 8440-2153
  • Woodward: LS-521-1/P1 8440-2178
  • Woodward: CONTROL-LS-521-5/P1 8440-2150
  • Woodward: LS-511-1/P1 8440-2180 Circuit Breaker Control & Protection
  • Woodward: CONTROL-LS-511-5/P1 8440-2152 Circuit Breaker Control & Protection
  • Woodward easYgen-3500XT-P2-LT-RENTAL 8440-2291 Genset Control for
  • Woodward eeasYgen-3500XT-P2-RENTAL 8440-2290
  • Woodward easYgen-3200XT-RENTAL 8440-2285