DCS Industrial control system
NameDescriptionContent
NEW CENTER
Current Location:

A-BPLC-5 Backup Communication Module

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


  • CTI 2500S-27-1750 Slice I/O, Ethernet, RS232/485. 900MHz, 2DIO / 4UAI / 2AI
  • CTI 2500S-26-1750 Slice I/O, Ethernet, RS232/485. 900MHz, 8DIO / 2UAI
  • CTI 2500S-23-1750 Slice I/O, Ethernet, RS232/485. 900MHz, 4DI / 4DO / 2UAI / 2AO
  • CTI 2500S-27-1550 Slice I/O, RS232/485. 2DIO / 4UAI / 2AI
  • CTI 2500S-26-1550 Slice I/O, RS232/485. 8DIO / 2UAI
  • CTI 2500S-23-1550 Slice I/O, RS232/485. 4DI / 4DO / 2UAI / 2AO
  • CTI 2500S-27-1050 Slice I/O, Ethernet, 2DIO / 4UAI / 2AI
  • CTI 2500S-26-1050 Slice I/O, Ethernet, 8DIO / 2UAI
  • CTI 2500S-23-1050 Slice I/O, Ethernet, 4DI / 4DO / 2UAI / 2AO
  • CTI 2500C-32F-CJC 32-Pin Field Wiring Connector with Cold Junction Compensation
  • CTI 2500C-32F 32-Pin Field Wiring Connector
  • CTI 2500C-8-TC Eight Thermocouple Inputs
  • CTI 2500C-8-RTD Eight RTD Inputs
  • CTI 2500C-8-RL-FC 8 Form-C Relay Outputs
  • CTI 2500C-8-IDO-24V 8 Isolated 24VDC Outputs
  • CTI 2500C-8-IDO-120V 8 Isolated 120VAC Outputs
  • CTI 2500C-16-DO-24V Sixteen 24VDC Digital Outputs
  • CTI 2500C-16-DO-120V Sixteen 120VAC Digital Outputs
  • CTI 500C-16-IDI-24V Sixteen Isolated 24V AC/DC Digital Inputs
  • CTI 2500C-16-IDI-120V Sixteen Isolated 120V AC/DC Digital Inputs
  • CTI 2500C-16-DIDO-SIM Sixteen Digital Input and Output SImulator
  • CTI 2500C-16-DI-24V Sixteen 24V AC/DC Digital Inputs
  • CTI 2500C-16-DI-120V Sixteen 120V AC/DC Digital Inputs
  • CTI 2500C-RBC-RS485 RS485 Remote Base Controller
  • CTI 2500C-RBC-PRF Profibus Remote Base Controller
  • CTI 2500C-PS-24V-35 35-Watt DC Power Supply
  • CTI 2500C-PS-120V-35 35-Watt AC Power Supply
  • CTI 2500C-R8 Eight-Slot Base
  • CTI 2500C-R4 Four-Slot Base
  • CTI 2500C-R16 Sixteen-Slot Base
  • CTI 2500C-2572-B Fast Ethernet TCP/IP Adapter
  • CTI 2500C-J750 Compact Janus PAC with 3MB Project Memory
  • CTI 2500C-C300 CPU with 512K User Memory
  • CTI 2500C-C200 CPU with 256K User Memory
  • CTI 2500C-C100 CPU with 128K User Memory
  • CTI 2500C-8-AO 8 Analog Outputs
  • CTI 2500C-8-AI 8 Analog Inputs
  • CTI 2559-FCAL Precision Calibration Connector
  • CTI 2559-FPC 40-Position Screw-Terminal Connector
  • CTI 2500-RFC PLC to RF Modem Cable
  • CTI 2500-40F 40-Position Standard Screw-Terminal Connector
  • CTI 2505 Vibration Sensor Interface Module
  • CTI 2554-A 4-Channel Isolated High Speed Counter Module
  • CTI 2553-A 2-Channel Mag Meter Input Module
  • CTI 2502 2-Channel High Speed Counter Input Module
  • CTI 2559-TC 8-Channel Thermocouple Input Module
  • CTI 2556-A 16-Channel Isolated Thermocouple Input Module
  • CTI 2556 16-Channel Isolated Thermocouple Input Module
  • CTI 2551-A 8-Channel Isolated Thermocouple Input Module
  • CTI 2559-RTD 8-Channel RTD Input Module
  • CTI 2557-A 16-Channel RTD Input Module
  • CTI 2557 16-Channel RTD Input Module
  • CTI 2552-A 8-Channel Isolated RTD Input Module
  • CTI 2534 8-Point Form-C Relay Output Module
  • CTI 2532 16-Point Form-A Relay Output Module
  • CTI  2531 32-Point Form-A Relay Output Module
  • CTI  2530 8-Point Form-C Relay Output Module
  • CTI  2562 8-Channel Analog Output Module
  • CTI  2560-A 8-Channel Isolated Analog Output Module
  • CTI  2501 8in/4out Analog Module
  • CTI  2558 8-Channel Analog Input Module
  • CTI  2555-A 16-Channel Analog Input Module
  • CTI  2550-A 8-Channel Isolated Analog Input Module
  • CTI  2599 8/16/32-Point AC Output Module
  • CTI  2598-8 8-Point AC Output Module
  • CTI   2598 8/16-Point AC Output Module
  • CTI   2597 8/16/32-Point DC Output Module
  • CTI 2596-8 8-Point DC Output Module
  • CTI 2596 8/16-Point DC Output Module
  • CTI 2595 16-Point TTL/Word Output Module
  • CTI 2591-EF 16-Point Isolated 11-146 VDC Output with Front Panel Accessible Fuses
  • CTI 2591-A 16-Point Isolated 11-146 VDC Output Module
  • CTI 2590-EF 16-Point Isolated 20-132 VAC Output with Front Panel Accessible Fuses
  • CTI 2590-A 16-Point Isolated Discrete 20-132 VAC Output Module
  • CTI 2589-B 8/16/32-Point Universal Discrete Input Module
  • CTI 2589-A 8/16/32-Point Universal Discrete Input Module
  • CTI 2588-8 8-Point Universal Discrete Input Module
  • CTI 2585 16-Point TTL/Word Input Module
  • CTI 2582 16-Point Isolated 125 VDC Input Module
  • CTI 2581 16-Point Isolated 12-56 VDC Input Module
  • CTI 2580 16-Point Isolated 95-132 VAC Input Module
  • CTI 2500-TAP RS485 Network Tap
  • CTI 2500-RIO-B RS485 Remote Base Controller
  • CTI 2500-RIO-A RS485 Remote Base Controller
  • CTI 2500-RBC Profibus Remote Base Controller
  • CTI 2515-A 100-Watt AC/DC Power Supply with Redundancy Support
  • CTI 2515 100-Watt AC Power Supply (MATURE - replaced by 2515-A)
  • CTI 2513-A 75-Watt DC Power Supply with Redundancy Support
  • CTI 2513 75-Watt 24VDC Power Supply
  • CTI 2512-A 75-Watt AC/DC Power Supply with Redundancy Support
  • CTI 2512 75-Watt AC/DC Power Supply
  • CTI 2510 125 VDC Power Supply
  • CTI 2500-SSB Single Slot Blank Front Panel
  • CTI 2500-R11-A Eleven-Slot Redundant Base
  • CTI 2500P-R16 Sixteen-Slot Base with High-Speed Channel
  • CTI 2500P-R8 Eight-Slot Base with High-Speed Channel
  • CTI 2500P-R4 Four-Slot Base with High-Speed Channel
  • CTI 2541 Redundant Processor Manager Module
  • CTI 2577 Profibus DP Slave Adapter
  • CTI 2573-MOD Serial Interface Adapter with MODBUS
  • CTI 2572-AF Fast Ethernet TCP/IP Adapter with Optical Fiber Connection
  • CTI 2572-A Fast Ethernet TCP/IP Adapter
  • CTI 2572 Ethernet TCP/IP Adapter
  • CTI 2572-B Fast Ethernet TCP/IP Adapter
  • CTI 2576 DeviceNet™ Scanner Module (MATURE)
  • CTI 2500P-ECC1 Ethernet Communications Coprocessor
  • CTI 2500P-JACP Janus Application Coprocessor
  • CTI 2500P-ACP1 Application Coprocessor (MATURE - replaced by 2500P-JACP)
  • CTI 2500P-J450 Janus PAC with 2MB Project Memory
  • CTI 2500-C400 CPU with 3072K User Memory
  • CTI 2500-C300 CPU with 512K User Memory
  • CTI 2500-C200 CPU with 256K User Memory
  • CTI 2500-C100 CPU with 128K User Memory
  • CTI 2500P-J750 Janus PAC with 3MB Project Memory
  • Shinkawa WHF3006M Displacement Converter
  • Shinkawa JBP-220 (P-24-94A / P-24-94B) Circuit Board Module
  • SHINKAWA   WKN-142K5  2-WIRE VIBRATION TRANSDUCER
  • Shinkawa FRP-321 (P-26-54A / P-26-54B) Circuit Board Module
  • Shinkawa IOP-160 (P-25-72A / P-25-72B) Circuit Board Module
  • Shinkawa PK-147B-1 / PK-147A-1 Circuit Board Module
  • Shinkawa CPP-91A Circuit Board Module
  • Shinkawa FRP-177 PCB Module
  • Shinkawa CPP-127 (P-26-74A / P-26-74B) Circuit Board Module
  • Shinkawa FRP-227 (P-24-86A / P-24-86B) Circuit Board Module
  • Shinkawa MDP-104 (P-25-83A / P-25-83B) Circuit Board Controller
  • Shinkawa VK-143P2 High-precision eddy current sensor driver/signal conditioner
  • Shinkawa FRP-226 (P-24-86A / P-24-86B) Circuit Board Module
  • Shinkawa CPP-107A P-22-99A P-22-99B Circuit Board Module