Chapter 10 PLC Processors.

Slides:



Advertisements
Similar presentations
PLC Selection, Components, and Communication
Advertisements

MLC Connectivity to SLC 500 via DeviceNet
PLC Timer Instructions
Inputs: Digital and 4 configurable for Digital or 10 bit Analog Outputs:4 - 8 amp Relays or 700ma Transistors (1 PWM) 4 Line by 18 Character fully.
ECT 464 Lecture 5 Modes and Memory. Do the thing you fear and the death of fear is certain. Be strong and courageous. Do not be afraid or terrified because.
Copyright © 2002 Delmar Thomson Learning Chapter 12 Basic Relay Instructions.
Processor System Architecture
FIU Chapter 7: Input/Output Jerome Crooks Panyawat Chiamprasert
Chapter 7 Input Modules.
Programmable Logic Controllers
EUT 1040 Lecture 10: Programmable Logic Controllers.
Chapter 6 Introduction to Logic.
Drafting RLL. SLC 500 Processor Operating Cycle Event in Operating Cycle Input Scan Program Scan Output Scan Communications Processor Overhead.
Switchgears Control Using SCADA System Based on PLC
Copyright © 2002 Delmar Thomson Learning Chapter 3 Programming a Programmable Controller.
Programming Logic Controllers Selection, Components, & Communication - Chapter 2.
Programmable Logic Controllers ( Definition according to NEMA standard ICS3-1978) 4/19/2017 A digitally operating electronic apparatus which uses a programming.
Copyright © 2002 Delmar Thomson Learning Chapter 9 Putting Together a Modular PLC.
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
Chapter 19 Fundamental PLC Programming
6 PLC Programming. 6 PLC Programming Objectives List the rules for creating a PLC ladder logic diagram. Convert a relay logic diagram to a PLC ladder.
Programmable Logic Controllers
PLC Setup. Lab Setup Power Supply SLC 5/03 CPU DC input card Relay output card Our lab setup consists of 8 stations each having an IBM-PC compatible computer,
Introduction to PLC Operation
1 FUNDAMENTOS DEL CONTROLADOR PROGRAMABLE. 2 ¿QUE ES UN CONTROLADOR PROGRAMABLE? PROGRAMMABLE CONTROLLER ENTRADAS A solid state device that controls output.
Program Control Instructions:
Input/OUTPUT [I/O Module structure].
SLC 500 Ethernet Processor Communications Configuration
Industrial Process Control System Simon Hui Engineer Control and Informatics, Industrial Centre.
Programming PLCs using LADDER Logic
Welcome to the World of Programmable Logic Controllers
Copyright © 2002 Delmar Thomson Learning Chapter 1 Welcome to the World of Programmable Logic Controllers.
Memory Layout and SLC500™ System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
Copyright © 2002 Delmar Thomson Learning Chapter 10 PLC Processors.
Chapter 2 Basic Principle of PLC PLC Configuration &Function   Basic Configuration  CPU  Memory  Programming Interface  Communication.
Logic Functions and Symbols
PROGRAMMABLE LOGIC CONTROLLER
Presented to:-Sir.Ali Presented by:-Mahmood Khan Roll No:-2801.
Chapter 3 Programming a Programmable Controller. Objectives Describe the available options for programming a PLC. Explain what online is in comparison.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Introduction to PLC Operation
Putting Together a Modular PLC
PLC ARCHITECTURE – Memory 2 by Dr. Amin Danial Asham.
Sequencers SQO,SQC,SQL.
BASIC STRUCTURE OF PLC.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Chapter 2 Micro Programmable Logic Controllers. Objectives Define a micro PLC. Explain the advantages of using a micro PLC in new machine development.
PROGRAMMABLE LOGIC CONTROLLER
PROGRAMMABLE LOGIC CONTROLLER. Control Systems Types  Programmable Logic Controllers  Distributed Control System  PC- Based Controls.
SEMINAR ON P.L.C. SUBMITTED BY HRIDAY MUKHERJEE AMIT DEBNATH SOMNATH SHIL
Programmable Logic Controller
Chapter 5.
Chapter 7 Input Modules. Objectives (1 of 2) Explain the differences between positive and negative logic and sinking and sourcing. Describe the available.
6 CHAPTER PLC Programming. 6 CHAPTER PLC Programming.
Chapter 5.
Chapter 10 © 2011, The McGraw-Hill Companies, Inc.
Session III Architecture of PLC
Identifying SLC 500™ System Components
Programmable Logic Controllers (PLCs) An Overview.
Documenting Your PLC System
Basic Relay Instructions
PROGRAMMABLE LOGIC CONTROLLERS
Presentation transcript:

Chapter 10 PLC Processors

Objectives Describe the function of the processor. Describe processor operating modes. Explain the function of the watchdog timer.

The PLC Processor The processor is a digital computer that reads inputs, solves the ladder logic, and updates the output field devices. Processors are available with differing capabilities within a specific PLC family. Processors have different operating modes.

Processor Operating Cycle Processor is designed to perform specific duties in a specific sequence. This operating cycle is called the processor’s scan or sweep. In run mode, the operating sequence is continuous. Operating cycle consists of numerous steps.

Input Scan During the input scan, the processor scans each input module for the ON or OFF states of each input point. Input status information is stored in the input status file.

Program Scan (1 of 2) Processor scans ladder program starting at rung zero at the left power rail, working left to right, evaluating one instruction at a time until the output instruction is reached. The output instruction will be either true or false.

Program Scan (2 of 2) A logical 1 or 0 will be placed in the output status table address referenced by the particular output instruction. With a rung completed, the processor goes on to the next rung, sequentially until the last rung of the program has been executed.

Output Scan The output scan is where the processor writes the ON or OFF status, one word at a time, to the associated output module. Output module updates each field device’s status.

Service Communications After all output modules have been updated, the processor services communications. Updates hand-held or personal computer monitor screens Sends communications to other devices on the network

Reset Watch-Dog Timer Last part of scan is to reset the watch-dog timer. Watch-dog timer ensures current scan is complete. When watch-dog timer is reset, the scan starts over.

Serial Communications The simplest method to communicate between a PLC processor and a computer is serial communications. Connect proper serial cable between computer’s COM port and processor’s RS-232 communications port. Not all processors have RS-232 communications port.

Selecting Proper RS-232 Interface Cable Most serial communication problems between computer and PLC are due to incorrect cable. Two types of serial cables Straight-through cable Null-modem cable

Straight-through Cabling Between Computer and Peripheral Equipment

Straight-through Serial Cable In straight-through serial cable, all wires go through the cable without crossing. Wires are identified as pin numbers. Pin 2 goes straight through to pin 2. Pin 3 goes straight through to pin 3. Used when there is an intermediate communication device between two computers.

Directly Connecting Computers with a Straight-through Cable Both computers sending information out on pin 2 Computers expecting information on pin 3 Communication will not be successful.

Connecting Two Computers with a Straight-through Cable

Null-modem Cable Wired so Pin 2 Crosses to Pin 3 Pin 2 physically crosses to pin 3 in the cable. Information sent from the computer crosses from pin 2 to pin 3 so it can be received by other computer device. Communication is successful.

Null-Modem Cable Crosses Pin 2 to Pin 3

PLC Processors Have Multiple Operating Modes Processor has two modes of operation. Program mode Some variation of run mode

Program Mode In program mode, the processor is accepting new instructions, either as a new program or as changes (edits) to an existing program.

Run Mode When the creating or editing of a program is complete, the processor is put into run mode to run or execute the program. In run mode, the processor executes the operating cycle called the scan or sweep.

Remote Run Mode Some processors have key switches on the processor module to change operating modes. Changing the operating mode to run or program using a key switch is called local mode. Changing operating mode from a personal or industrial computer through a communications cable is remote mode.

Remote Program Mode If the processor is put into program mode from a remote programming device, this is called remote program mode. The remote computer device can perform any programming operations remotely. When completed, the processor can be returned to remote run mode to execute PLC program.

Test Mode Test mode is used to test a program during installation, maintenance, or troubleshooting. Test mode reads inputs and solves ladder program, but does not allow field devices to be energized.

Processor Communications The physical connection between a processor and the outside world is called a communication port.

SLC 500 Processor Communication Capabilities (1 of 2) MicroLogix 1000 DH-485 and Ethernet 5/01 processor DH-485 5/02 processor

SLC 500 Processor Communication Capabilities (2 of 2) Serial and DH-485 5/04 processor Serial and DH Plus 5/05 processor Serial and Ethernet

SLC 5/03 and 5/04 Communication Ports Image courtesy of Allen-Bradley, a Rockwell Automation business

Processor Capabilities A processor’s capabilities are determined by Memory size Instruction set I/O supported Communication ports

SLC 5/01 Processor Specifications Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/02 Processor Specifications Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/02 Processor Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/03 Processor Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/04 Specifications Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/04 Processor Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/05 Processor Specifications Image courtesy of Allen-Bradley, a Rockwell Automation business

SLC 5/05 Modular Processor Image courtesy of Allen-Bradley, a Rockwell Automation business

General Electric Series 90-30 Series 90-30 processors come in two configurations. Processor embedded in baseplate Modular processor

Model CPU 311 and Model CPU 313 Image courtesy of GE Fanuc Automation

GE Series 90-30 Embedded Processors Image courtesy of GE Fanuc Automation

Five-slot Modular CPU Baseplate Image courtesy of GE Fanuc Automation

Modular CPU 351and CPU 363 Image courtesy of GE Fanuc Automation

Series 90-30 Ten-Slot Modular CPU Baseplate Image courtesy of GE Fanuc Automation