Rockwell Automation 1785 PLC-5 User Manual Page 1

Browse online or download User Manual for Recording Equipment Rockwell Automation 1785 PLC-5. Rockwell Automation 1785 PLC-5 User manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 161
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews

Summary of Contents

Page 1 - Allen-Bradley

UserManualPLC-5 BackupCommunicationModule(1785-BCM, 1785-BEM)Allen-Bradleyproduct icon

Page 2 - Important User Information

Chapter 11-1Backup Concepts for the PLC-5 SystemThis chapter describes concepts for using a backup system with yourprogrammable controller. In additi

Page 3 - Summary of Changes

Programming TechniquesChapter 77-3This manual provides two solutions to programming your PLC-5 backup systemto transfer data table values. These meth

Page 4 - Using This Manual

Programming TechniquesChapter 77-4Program Operation in the Primary SystemIn the primary system’s program, COP instructions move data with a block IDof

Page 5 - Processor Reference

Programming TechniquesChapter 77-5In addition, the secondary 1785-BCM module compares the segment lengthspecified in the secondary program’s BTW instr

Page 6 - Related Publications

Programming TechniquesChapter 77-6Method 2 — Transferring Data Multiple Blocks at a TimeIn the second method, transferring data multiple blocks at a t

Page 7 - Table of Contents

Programming TechniquesChapter 77-7Program Operation in the Primary System The primary processor’s program executes the 3 BTW instructions to theprima

Page 8

Programming TechniquesChapter 77-8Figure 7.3Program Flow for Transferring Data Multiple Blocks at a TimeBTR 1BTW 1MAIN PROGRAMDECIDE P

Page 9 - Using a Series A 1785-BCM

Programming TechniquesChapter 77-9Some instructions, when used with a PLC-5 backup system, may operateunpredictably when a switchover occurs if you fa

Page 10 - Why Use a Backup System?

Programming TechniquesChapter 77-10The hardware timer of the primary processor is completely asynchronous to thehardware timer of the secondary proces

Page 11

Programming TechniquesChapter 77-11As with the timer instruction, your program should transfer the counteraccumulated value from the primary to the se

Page 12 - Chapter 1

Programming TechniquesChapter 77-12Block Transfer InstructionsIt is impossible to guarantee that both processors are executing a given BTW orBTR at th

Page 13

Backup Concepts for the PLC-5 SystemChapter 11-2A PLC-5 system configured with 1785-BCM modules provides high speedbackup communication and switchover

Page 14

Programming TechniquesChapter 77-13When developing a program for the PLC-5 backup system, you must alwaysconsider the following: non-synchronous I/O

Page 15

Chapter 88-1Diagnosing FaultsThis chapter describes how to diagnose faults with your PLC-5 backupsystem using: status indicators on the front of the

Page 16 - What to do Next

= on= offDiagnosing FaultsChapter 88-2Primary (PRI) and Secondary (SEC) LED IndicatorsTable 8.B lists the possible states of the PRI and SEC LEDs and

Page 17 - Hardware Components

= on= off= blinkingLEGEND:Diagnosing FaultsChapter 88-3Table 8.CBPLN, SER, and FLT LED IndicatorsIf this LED is: Description Recommended ActionBPLNSER

Page 18 - Communication Links

Diagnosing FaultsChapter 88-4In the 1785-BCM module, two bits of the status word serve to inform thePLC-5 processor of the state of the local and remo

Page 19

Diagnosing FaultsChapter 88-5Figure 8.2System Status Word Error IndicationsRemote BCMmodule bitsLocal BCMmodule bits8910111213141501234567 If bit

Page 20

Diagnosing FaultsChapter 88-6Diagnosing Faults with Bits of the Auxiliary Diagnostic/Status WordsBits of the two Auxiliary Diagnostics/Status Words pr

Page 21 - Customer Relay

Diagnosing FaultsChapter 88-7Figure 8.4BCM and BEM Modules Configuration Status Word W2(Auxiliary Diagnostic/Status Word)171615141312111076543210Chann

Page 22 - Assemblies

Chapter 99-1SpecificationsThe following specifications are for a 1785-BCM series B module and a1785-BEM series A module.Compatible Processors PLC-5/15

Page 23 - What to Do Next

AppendixAA-1Sample ProgramsThis appendix provides two sample programs to help you understand thefollowing programming methods described in Chapter 7:

Page 24 - Installation Overview

Backup Concepts for the PLC-5 SystemChapter 11-4Figure 1.1PLC-5 Backup System Configuration Using 1785-BCM Module OnlyHSSL1771 –P4SPower Supply1785 –B

Page 25 - Chapter 3

Sample ProgramsAppendix AA-2Table A.AData FilesThis information: Is in file:BTR and BTW control files and storage words N30BTR data files (this is whe

Page 26 - Requirements

Sample ProgramsAppendix AA-3Program file 9 contains the secondary subroutine. This file: checks the block ID of the BTR moves the BTR data to the p

Page 27 - Recommended

Sample ProgramsAppendix AA-4SAMPLE 1771–BCM 1ATATIME PROGRAM 28 August 1991 Page 1Program Listing Report PLC–5/2

Page 28 - Installing the 1785-BCM

Number of blocksto transferSample ProgramsAppendix AA-5Rung 2:2| |1=LOCAL IS || PROG

Page 29 - Keying Your I/O Chassis

Sample ProgramsAppendix AA-6Rung 2:5THIS SUBROUTINE MONITORS THE BLOCK TRANSFER WRITES, READS, READ STATUS DATA ANDINCREMENTS COUNTERS ON ERRORS. PART

Page 30

Sample ProgramsAppendix AA-7Rung 9:0THIS IS THE SECONDARY SUBROUTINE. THIS RUNG EXAMINES THE DATA FROM THE BCM,CHECKS THE BID, AND MOVES IT TO THE PRO

Page 31

Sample ProgramsAppendix AA-8Rung 10:0OPTIONAL RUNG THAT CAN BE USED TO JUDGE DATA TRANSFER TIME BY COMPARING N34:10IN THE PRIMARY TO N33:10 IN THE SEC

Page 32

Sample ProgramsAppendix AA-9Rung 10:3THIS IS THE PRIMARY SUBROUTINE. THIS RUNG EXAMINES THE BID REQUESTED AND THENMOVES A BLOCK OF DATA FROM N34 TO TH

Page 33 - Backup System

Sample ProgramsAppendix AA-10Rung 11:0| BTR || BTR 1

Page 34

Sample ProgramsAppendix AA-11Rung 11:3N31:0/4 IS A USER DIAGNOSTIC FLAG INDICATING A LOCAL ERROR. THE BUFFER FULL BITMAY NEED TO BE DELETED.|

Page 35

Backup Concepts for the PLC-5 SystemChapter 11-5Figure 1.2PLC-5 Backup System Configuration Using 1785-BCM and 1785-BEM ModulesRemote I/O Chassis No.

Page 36 - Making Remote I/O Connections

Sample ProgramsAppendix AA-12Rung 11:5| USER || DEFINED

Page 37

Sample ProgramsAppendix AA-13Table A.BData Table Typical Transfer Time Using Method 1 Program with Minimal Program Scan (3–8 ms)Number of BlocksBeing

Page 38

Sample ProgramsAppendix AA-14Program file 9 contains the secondary subroutine. This file: checks the block ID of the BTR and copies the BTR data wit

Page 39

Sample ProgramsAppendix AA-15Rung 2:1THIS RUNG DETERMINES PRI/SEC FUNCTIONALITY AND EXECUTES THE CORRESPONDINGSUBROUTINE.|

Page 40

Number of blocksthat make up total segment.Sample ProgramsAppendix AA-16Rung 2:4THE BTW WILL SEND THE PACKET LENGTH, BLOCK ID AND, WHEN PRIMARY, IT WI

Page 41

Sample ProgramsAppendix AA-17Rung 2:5THIS SUBROUTINE MONITORS THE BLOCK TRANSFER WRITES, READS AND READ STATUS DATAAND INCREMENTS COUNTERS ON ERRORS.

Page 42

Sample ProgramsAppendix AA-18Rung 9:0THIS IS THE START OF A SUBROUTINE PROGRAM FILE THAT WILL BE EXECUTED IN THE SECONDARY PROCESSOR TO BTR AND MOVE D

Page 43

Sample ProgramsAppendix AA-19Rung 9:2THIS RUNG IS A PAIR WITH RUNG 9:1.| |BTR 2

Page 44

Sample ProgramsAppendix AA-20Rung 9:4THIS RUNG IS A PAIR WITH RUNG 9:3.| |BTR 3

Page 45 - Status Indicators

Sample ProgramsAppendix AA-21Rung 10:0THIS IS THE START OF A SUBROUTINE PROGRAM FILE THAT WILL BE EXECUTED IN THE PRIMARY PROCESSOR TO MOVE AND BTW DA

Page 46

Backup Concepts for the PLC-5 SystemChapter 11-6How the PLC-5 Backup System WorksIn the PLC-5 backup configuration, one system (consisting of one PLC-

Page 47

Sample ProgramsAppendix AA-22Rung 10:2THERE IS A RUNG FOR EACH BLOCK WRITE (1–16) THAT PREFORMS THE BTW AND MOVES THEDATA FROM N34 TO THE PROPER BTW D

Page 48

Sample ProgramsAppendix AA-23Rung 10:3THIS RUNG IS SIMILAR TO RUNG 10:2.| PACKET

Page 49

Sample ProgramsAppendix AA-24Rung 11:0THIS IS THE START OF AN OPTIONAL SUBROUTINE PROGRAM FILE THAT IS USED FOR DIAGNOSTICS AND ERROR REPORTING. THIS

Page 50 - the 1785-BEM

Sample ProgramsAppendix AA-25Rung 11:3N31:0/4 IS A USER DIAGNOSTIC FLAG INDICATING A LOCAL ERROR. THE BUFFER FULL BITMAY NEED TO BE DELETED.|

Page 51

Sample ProgramsAppendix AA-26Rung 11:5THIS RUNG IS USED TO RESET THE ERROR COUNTERS.| USER

Page 52 - Keying the I/O Chassis

Sample ProgramsAppendix AA-27Rung 11:6THIS RUNG IS USED TO RESET THE ERROR COUNTERS.| USER

Page 53

Sample ProgramsAppendix AA-28Rung 11:9THIS RUNG MONITORS AND COUNTS THE BTR 3 ERRORS.| BTR 3

Page 54

Sample ProgramsAppendix AA-29Table A.CData Table Typical Transfer Time Using Method 2 Programwith Minimal Progam Scan (4–9 ms)Number of BlocksBeing Tr

Page 55 - 1785-BEM Module

AppendixBB-1Reference InformationThis appendix provides the following reference information:. answers to PLC-5 backup configuration questions formul

Page 56

Reference InformationAppendix BB-2Q. In which slot of the local I/O chassis do I install the 1785-BEMmodule?A. We recommend that you install the 1785-

Page 57 - Making Channel 2A Connections

Backup Concepts for the PLC-5 SystemChapter 11-7SwitchoverShould a fault occur in the primary processor, control switches to thesecondary system in le

Page 58

Reference InformationAppendix BB-3Q. How do I configure the remote I/O chassis in the PLC-5 backupsystem?A. Any valid remote I/O chassis configuration

Page 59

Reference InformationAppendix BB-4Q. Can I use a 1785-BCM Series B module with a 1785-BCM SeriesA module?A. Yes, when you properly set switch 1 of the

Page 60 - Making Channel 2B Connections

Reference InformationAppendix BB-5Use Table B.A and Table B.B to estimate your data table transfer times.These tables provide tested values that are

Page 61

Reference InformationAppendix BB-6Table B.BData Table Typical Transfer Time Using Method 2 Programwith Minimal Progam Scan (4–9 ms)Number of BlocksBei

Page 62

AppendixCC-1Using a Series A 1785-BCM ModuleThis appendix briefly describes the differences between a 1785-BCMseries A backup module and a 1785-BCM Se

Page 63

Reference InformationAppendix CC-2Figure C.11785-BCM Series A Module Communication Links1 Terminals 9, 10, and 11 are connected between the 1785-BCM m

Page 64

IndexI-1Numbers1785-BCM modulecommunication links, 2-2compatibility, 1-7customer relay, 2-5features and capabilities, 1-6hardware, 2-1installation pro

Page 65 - Operates

IndexI-2data table data transfermethod of, 5-3sequence of, 5-3data transferdata in the data table, 5-2overview, 1-5remote input data, 5-1default commu

Page 66 - Chapter 5

IndexI-3problem instructionsblock transfer, 7-12counter, 7-10diagnostic, 7-11FIFO, 7-11file arithmetic and logic, 7-11message, 7-12relay logic, 7-9seq

Page 67

IndexI-4Ssample programstransferring data multipleblocks at a time, A-13transferring data one block at atime, A-1secondary processor remoteprogramming

Page 68

Backup Concepts for the PLC-5 SystemChapter 11-8 transfer of control from the primary processor to the secondary whenone of the following conditions

Page 69

5 1995 Allen-Bradley Company, Inc.PLC is a registered trademark of Allen-Bradley Company, Inc.PLC-5 is a trademark of Allen-Bradley Company, Inc.Data

Page 70

6With major offices worldwide.Algeria • Argentina • Australia • Austria • Bahrain • Belgium • Brazil • Bulgaria • Canada • Chile • China, PRC • Colomb

Page 71

Chapter 22-1Understanding the 1785-BCM Hardware ComponentsThis chapter describes the major components that make up the 1785-BCMmodule. These componen

Page 72

Understanding the 1785-BCMHardware ComponentsChapter 22-2All indicators light at power up or when a hardware fault occurs in the1785-BCM module. With

Page 73

Understanding the 1785-BCMHardware ComponentsChapter 22-3Figure 2.21785-BCM Module Communication LinksHigh Speed Serial LinkCustomer RelayFrom Control

Page 74

Because of the variety of uses for this product and because of the differencesbetween solid state products and electromechanical products, those respo

Page 75

Understanding the 1785-BCMHardware ComponentsChapter 22-4Table 2.ACommunication PortsCommunication Port: This link is used to:High Speed Serial Link (

Page 76

Understanding the 1785-BCMHardware ComponentsChapter 22-5Figure 2.3Relays for Processor A and Processor BPLC-5HSSLPLC-5Remote I/ODH+PLC-5HSSLPLC-5Remo

Page 77 - How the Backup System

Understanding the 1785-BCMHardware ComponentsChapter 22-6There are two switch assemblies located at the top and at the bottom of the1785-BCM module. R

Page 78 - Primary (Transmitter) Program

Understanding the 1785-BCMHardware ComponentsChapter 22-7Through its connection with the I/O chassis backplane, the 1785-BCMmodule can execute block t

Page 79 - Secondary (Receiver) Program

Chapter33-1Installing Your PLC-5 Backup SystemThis chapter provides an overview of an installed PLC-5 backup systemand describes procedures for instal

Page 80

Installing Your PLC-5 Backup SystemChapter 33-2Figure 3.1PLC-5 Backup System ConfigurationHSSL1771 –P4SPower Supply1785 –BCM Module1771 –P4SPower Supp

Page 81

Installing Your PLC-5 Backup SystemChapter 33-3The logic circuit of the 1785-BCM module is driven by a power supplythrough the backplane of the I/O ch

Page 82 - Starting the Backup System

Installing Your PLC-5 Backup SystemChapter 33-4The I/O chassis switch assembly is located on the left side of the chassisbackplane. Table 3.B lists t

Page 83

Installing Your PLC-5 Backup SystemChapter 33-5Table 3.CTerminate PLC-5/15 or -5/25 Backup System DH+ and Remote I/O LinksSet SW3switchTo this positio

Page 84

Installing Your PLC-5 Backup SystemChapter 33-6Keying Your I/O ChassisUse the plastic keying bands, shipped with each I/O chassis, to key thechassis s

Page 85 - Editing or Programming

Summary of ChangesSummary of ChangesThis release of the publication contains new updated information.To help you find updated information in this rele

Page 86 - Switchover Considerations

Installing Your PLC-5 Backup SystemChapter 33-7The 1785-BCM series B module switch assembly SW1 is preset at thefactory to operate: with another 1785

Page 87 - Data Table Transfer Time

Installing Your PLC-5 Backup SystemChapter 33-8When: To this position:Set this switch:switch 3 is always unused 3 OFF (opened)switch 4 is always unuse

Page 88 - Divergence

Installing Your PLC-5 Backup SystemChapter 33-9Table 3.FConfiguring 1785-BCM Series B Channels 1A and 1B using SW2Configure Channel 1A switches1Config

Page 89 - Data Highway Plus Switching

Installing Your PLC-5 Backup SystemChapter 33-101. Turn off power to the I/O chassis.2. Place the module in the plastic tracks on the top and bottom o

Page 90

Installing Your PLC-5 Backup SystemChapter 33-11Figure 3.51785-BCM Module ConnectionsBlueClear1239101112131415161718192012391011121314151617181920Chas

Page 91 - Programming

Installing Your PLC-5 Backup SystemChapter 33-12Connecting the 1785-BCM ModulesConnect the High Speed Serial Link (HSSL) to establish communicationbet

Page 92

Installing Your PLC-5 Backup SystemChapter 33-13Making Remote I/O ConnectionsFigure 3.7 shows Channel 1B configured to establish communication withthe

Page 93

Installing Your PLC-5 Backup SystemChapter 33-141. Connect one end of a 1770-CD cable to the REM I/O connector onone of the PLC-5 programmable control

Page 94 - Data Table Considerations

Installing Your PLC-5 Backup SystemChapter 33-153. Perform steps 1 and 2 for the other PLC-5 programmable controllerand 1785-BCM module.4. Connect a 1

Page 95 - Data Integrity

Installing Your PLC-5 Backup SystemChapter 33-16Figure 3.10Remote I/O Connections Added Between 1785-BCM Module and Remote I/O Adapter ModuleLocal I/O

Page 96 - Switchover Diagnostics

PrefaceiUsing This ManualThis manual shows you how to use 1785-BCM series B backup communicationmodules with a PLC-5 programmable controller (PLC-5/15

Page 97

Installing Your PLC-5 Backup SystemChapter 33-176. Connect the other end of the 1770-CD cable to terminals 1, 2, and 3on the wiring arm of the Rermote

Page 98

Installing Your PLC-5 Backup SystemChapter 33-181. Connect one end of a 1770-CD cable to the PEER COMM INTFCconnector on one of the PLC-5 programmable

Page 99

Installing Your PLC-5 Backup SystemChapter 33-192. Connect the other end of the 1770-CD cable to terminals 12, 13, and14 on the wiring arm of the 1785

Page 100 - Programming Methods to

Installing Your PLC-5 Backup SystemChapter 33-205. Connect the 1770-CD cable from the Data Highway Plus network to9, 10, and 11 on the wiring arm of o

Page 101

Chapter44-1Installing Your 1785-BEM ModuleThis chapter: describes the 1785-BEM backup expansion module identifies major components of the 1785-BEM m

Page 102

Installing Your 1785-BEM ModuleChapter 44-2Status IndicatorsThe 1785-BEM module has two status indicators on the front panel of themodule (Figure 4.1)

Page 103

Installing Your 1785-BEM ModuleChapter 44-3Wiring ArmYou make connections to your communication links with the 1771-WGwiring arm, which is shipped wit

Page 104

Installing Your 1785-BEM ModuleChapter 44-4As shown in Figure 4.2, there are two user-configurable ports (Channels2A and 2B) that support remote I/O o

Page 105

Installing Your 1785-BEM ModuleChapter 44-5Figure 4.3Relays for Processor A and Processor BPLC-51785-BEM 1785-BEM1785-BEM 1785-BEMProcessor A (primary

Page 106

Installing Your 1785-BEM ModuleChapter 44-6Switch AssemblyThe 1785-BEM module has a switch assembly which specifies if Channels2A and 2B are going to

Page 107 - Counter Instructions

PrefaceiiIf you want to read about: Refer to chapter:two methods you can use to program your backup system;considerations for using instructions that

Page 108

Installing Your 1785-BEM ModuleChapter 44-7The installation procedures for the 1785-BEM backup expansion moduleare: determining power supply requirem

Page 109 - PID Control Files

Installing Your 1785-BEM ModuleChapter 44-8Figure 4.4PLC-5 Backup System Configuration (using a 1785-BEM module)Remote I/O Chassis No. 1Remote I/O Cha

Page 110 - Considerations

Installing Your 1785-BEM ModuleChapter 44-9Electrostatic Discharge DamageATTENTION: Under some conditions, electrostatic dischargecan degrade performa

Page 111 - Diagnosing Faults

Installing Your 1785-BEM ModuleChapter 44-10Setting the 1785-BEM Module Switch AssemblySwitch assembly SW2, located at the bottom of the 1785-BEM modu

Page 112 - Chapter 8

Installing Your 1785-BEM ModuleChapter 44-11Table 4.BConfiguring Channels 2A and 2BConfigure Channel 2A switches1Configure Channel 2B switches2for: 14

Page 113

Installing Your 1785-BEM ModuleChapter 44-121. Turn off power to the I/O chassis.2. Place the module in the plastic tracks on the top and bottom of th

Page 114

Installing Your 1785-BEM ModuleChapter 44-13Figure 4.71785-BEM Module ConnectionsBlueClear1239101112131415161718192012391011121314151617181920Chassis

Page 115

Installing Your 1785-BEM ModuleChapter 44-14Making Channel 2A ConnectionsFigure 4.8 shows the Channel 2A connections you must make for yourPLC-5 backu

Page 116

Installing Your 1785-BEM ModuleChapter 44-15Figure 4.9Channel 2A Connections Added Between a PLC-5 Processor and 1785-BEM ModuleLocal I/O ChassisLocal

Page 117

Installing Your 1785-BEM ModuleChapter 44-164. Connect a 1770-CD cable to terminals 9, 10, and 11 on each of the1785-BEM wiring arms as shown in Figur

Page 118 - Specifications

Prefaceiii Switchover is the transfer of I/O control from the primary processor to thesecondary processor. Bumpless switchover is the transfer of I/

Page 119 - Sample Programs

Installing Your 1785-BEM ModuleChapter 44-175. Connect the 1770-CD cable from the Data Highway Plus network orRemote I/O link to 9, 10, and 11 on the

Page 120 - Program File Organization

Installing Your 1785-BEM ModuleChapter 44-18Figure 4.12Channel 2B Connections1771 –P4SPower Supply1771 –P4SPower Supply1785 –BCM ModuleLocal I/O Chass

Page 121

Installing Your 1785-BEM ModuleChapter 44-19Figure 4.13Channel 2B Connections Added Between a PLC-5 and a 1785-BEM Module1771 –P4SPower Supply1771 –P4

Page 122

Installing Your 1785-BEM ModuleChapter 44-204. Connect a 1770-CD cable to terminals 15, 16, and 17 on each of the1785-BEM wiring arms as shown in Figu

Page 123

Installing Your 1785-BEM ModuleChapter 44-215. Connect one end of a 1770-CD cable to terminals 15, 16, and 17 onthe wiring arm of one of the 1785-BEM

Page 124

Chapter 55-1Operating Your PLC-5 Backup SystemIn this chapter we describe how the primary system transfers data to thesecondary system. We do this by

Page 125

Operating Your PLC-5 Backup SystemChapter 55-2Figure 5.1Automatic Transfer of Data Over Remote I/OHSSLPrimary SecondaryPLC-5 PLC-51785-BCM 1785-BCMRem

Page 126

Operating Your PLC-5 Backup SystemChapter 55-3Sequence of TransferThe sequence of transfer from the primary to the secondary system is asfollows:1. Th

Page 127

Operating Your PLC-5 Backup SystemChapter 55-4This scheme, where status and block identification information are alwayspresent, permits continuous ver

Page 128

Operating Your PLC-5 Backup SystemChapter 55-5Important: When programming block transfer instructions, you must specifythe LENGTH field (Figure 5.3) a

Page 129

Table of ContentsIChapter 1Chapter Objectives 1-1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Why Use a Backup System? 1-1. .

Page 130

Operating Your PLC-5 Backup SystemChapter 55-6Figure 5.4BTR Instruction Words15 14 13 12 11 10 09 08 07 06 05 04 03 03 01 00REMOTE STATUSLOCAL STATUSB

Page 131

Operating Your PLC-5 Backup SystemChapter 55-7Status DescriptionBit8 Serial communication error; when on, this bit indicates a communicationerror in t

Page 132

Operating Your PLC-5 Backup SystemChapter 55-8When the primary 1785-BCM module receives the last block (block ID =number of blocks in segment) through

Page 133

BitsWord 2Word 1. . . Word 64Word 311057IOperating Your PLC-5 Backup SystemChapter 55-9Figure 5.5BTW Instruction Words15 14 13 12 11 10 09 08 07 06 05

Page 134

Operating Your PLC-5 Backup SystemChapter 55-10With 1785-BCM module, 32 input bits are available in the PLC-5 processorimage table. (The 32 output bit

Page 135

Operating Your PLC-5 Backup SystemChapter 55-11Table 5.CExtended Status Bits (W1)Bit1Description10 1785-BCM series A module; when on, this bit indicat

Page 136

Operating Your PLC-5 Backup SystemChapter 55-12Each byte of word W2 is divided into two groups of four bits corresponding tothe module’s channels (Fig

Page 137

Operating Your PLC-5 Backup SystemChapter 55-13This means that if you set both processors node addresses to n, theprogramming device can communicate w

Page 138

Operating Your PLC-5 Backup SystemChapter 55-14To provide status information, or to pass additional block transfer values, youmust provide support lad

Page 139

Operating Your PLC-5 Backup SystemChapter 55-15Figure 5.9Execution of Primary ProgramBTRBTWBlock ID = 164 wordsPrimary ProcessorPrimary 1785-BCM modul

Page 140

Table of ContentsIIChapter 5Chapter Objectives 5-1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . How the 1785-BCM Module Operat

Page 141

Operating Your PLC-5 Backup SystemChapter 55-16The primary 1785-BCM module sends several data blocks that make up asegment sent to the secondary 1785-

Page 142

Operating Your PLC-5 Backup SystemChapter 55-17For example, if the primary processor is sending multiple blocks to thesecondary processor, the data th

Page 143

Operating Your PLC-5 Backup SystemChapter 55-18After you have checked your program for proper data to be transferred, andhave developed the transmitti

Page 144

Operating Your PLC-5 Backup SystemChapter 55-19If a power loss occurs in both the primary and secondary systems once thebackup system has been started

Page 145

Operating Your PLC-5 Backup SystemChapter 55-20Once a faulted system has been repaired, you may restart it as described below.You do not need to power

Page 146

Operating Your PLC-5 Backup SystemChapter 55-21To avoid a control switch from the primary to the secondary processor whenyou attempt to edit the ladde

Page 147

Chapter 66-1Switchover ConsiderationsWhen planning programs for the PLC-5 backup system, you must firstconsider that the program scans of the two proc

Page 148 - Reference Information

Switchover Considerations Chapter 66-2Input Signal Update TimeImmediately after the switchover, it is possible that the secondaryprocessor will be rea

Page 149 - Appendix B

Switchover Considerations Chapter 66-3Using the 1785-BCM module, the primary system can transfer data to thesecondary system at a maximum throughput o

Page 150

Switchover Considerations Chapter 66-4Backup communication functions provided by the PLC-5 backup systemdo not transfer the force tables from the prim

Page 151

Table of ContentsIIIAppendix AAppendix ObjectivesA-1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Method 1 Sample – Tr

Page 152 - Transfer Time

Switchover Considerations Chapter 66-5The other stations on the link initiate a token recovery procedure whichincludes: recreating the active node ta

Page 153 - General Considerations

Switchover Considerations Chapter 66-6Table 6.ADH+ Switchover ScenariosIf the new primary is: the following could occur causing this resultPolling the

Page 154 - Module Characteristics

Switchover Considerations Chapter 66-7The secondary processor (remote I/O scanner or adapter) is not part of theremote I/O link, but is communicating

Page 155 - Appendix C

Switchover Considerations Chapter 66-8Figure 6.1Block Diagram of Remote I/O Switch1785-BCMCopy of remote I/O data including blocktransfersSecondary pr

Page 156

Switchover Considerations Chapter 66-9Several of the data table sections in the PLC-5 processor are not structuredwith single 16-bit words. You need

Page 157

Switchover Considerations Chapter 66-10Because the secondary processor’s program scan and block transferexecution are totally asynchronous, it is poss

Page 158

Switchover Considerations Chapter 66-11Should the 1785-BCM module transfer one or more of these values to thesecondary system and the primary system f

Page 159

Switchover Considerations Chapter 66-12In this chapter, you read about switchover considerations for the PLC-5backup system. By accounting for these

Page 160

Chapter 77-1Programming TechniquesRead this chapter to familiarize yourself with techniques used to program yourPLC-5 backup system.In this chapter we

Page 161 - With major offices worldwide

Programming TechniquesChapter 77-2Figure 7.1Minimum Program to Transfer Data Table Values (put this program in both processors)1771–BCM GETTING STARTE

Comments to this Manuals

No comments