Chapter 6 Introduction to Logic.

Slides:



Advertisements
Similar presentations
Programmable Logic Controllers.
Advertisements

Programming with Ladder Logic
Unit 7 Discrete Controllers
PLC Timer Instructions
Copyright © 2002 Delmar Thomson Learning Chapter 11 Processor Data Organization.
Copyright © 2002 Delmar Thomson Learning Chapter 12 Basic Relay Instructions.
Programmable Logic Controllers
Industrial Automation and Control
Chapter 7 Input Modules.
Elec467 Power Machines & Transformers
Drafting RLL. SLC 500 Processor Operating Cycle Event in Operating Cycle Input Scan Program Scan Output Scan Communications Processor Overhead.
Creating Relay Logic Diagrams
Switchgears Control Using SCADA System Based on PLC
Programmable Logic Controllers ( Definition according to NEMA standard ICS3-1978) 4/19/2017 A digitally operating electronic apparatus which uses a programming.
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
Programming Logic Controllers
Chapter 19 Fundamental PLC Programming
Module 2: Hardware and Terminology
Introduction to PLC Operation
Chapter 10 PLC Processors.
1 FUNDAMENTOS DEL CONTROLADOR PROGRAMABLE. 2 ¿QUE ES UN CONTROLADOR PROGRAMABLE? PROGRAMMABLE CONTROLLER ENTRADAS A solid state device that controls output.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
Copyright © 2002 Delmar Thomson Learning Chapter 17 Sequencer Instructions.
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.
Control Technology and Automation
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits.
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
CHAPTER 2: TYPES OF CONTROLLER
Copyright © 2002 Delmar Thomson Learning Chapter 10 PLC Processors.
Logic Functions and Symbols
PROGRAMMABLE LOGIC CONTROLLER
LADDER PROGRAMMING LANGUAGE by Dr. Amin Danial Asham.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
Copyright © 2002 Delmar Thomson Learning Chapter 14 Documenting Your PLC System.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Introduction to PLC Operation
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Transistor: Building.
Electricity Notes 6 - Circuits Electric Circuit – _______________________________________ All electrical circuits have 4 parts: 1.____________________________________________________.
Copyright © 2002 Delmar Thomson Learning Chapter 13 Understanding Relay Instructions and the Programmable Controller Input Modules.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
Symbols and Schematic Diagrams
PROGRAMMABLE LOGIC CONTROLLER
SEMINAR ON P.L.C. SUBMITTED BY HRIDAY MUKHERJEE AMIT DEBNATH SOMNATH SHIL
Programmable Logic Controller
Actuators and Control, Part 4 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
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.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Chapter 5.
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Comparison and Data-Handling Instructions
Workbook Section.
JC Technology Logic Gates.
PLC Hardware Components.
Basic Relay Instructions
Section 3.7 Switching Circuits
Presentation transcript:

Chapter 6 Introduction to Logic

Objectives Explain AND logic. Describe OR logic. Explain NOT logic. Explore a truth table for specified logic. Determine if a PLC ladder rung is true or false under specified conditions.

Hardwired Electrical Circuit Has Electrical Continuity Hardwired circuit has actual current flow. This is called electrical continuity. Current flows through switching device to directly control the load.

Hardwired Relay Circuit

Logical Continuity Hardwire relay circuits have electrical continuity, or current flow. PLCs do not operate on electrical continuity, but logical continuity.

Logical Continuity (cont’d.) A PLC ladder program resembles an electric schematic. A PLC program is a set of instructions stored in memory. PLC ladder symbols represent ladder program instructions.

Logical Continuity (cont’d.) PLC instructions examine the status of a bit at the associated address. Bits are either a 1 or 0. Instructions are either true or false. PLCs have logical continuity.

Signal Flow into and out of a PLC

Input Signal Seen by Input Module Signal from field device is wired to input module screw terminals. These signals are called input signals or simply inputs. Each input point has a unique identifier called an address.

Input Module Isolates and Converts Discrete input module determines if input is a valid ON signal. The discrete input module converts the incoming electrical signal to +5v DC, or 0v DC. An ON state will be converted to +5v DC. An OFF state will be converted to 0v DC.

Input Section to Back Plane The high voltage input signal is isolated from the lower voltage microprocessor and supporting circuitry in the processor. Signal is then transferred to the chassis back plane and sent to processor memory for storage.

Processor and Input Status File Field input signals are transferred from the input module by way of the back plane for storage in the processor’s input status file. There is one storage location in the status table for the on or off status of each input device. On signal stored as a 1, off as a 0.

Processor Examines Status Table Bit When running, the processor solves ladder instructions by examining the on or off status of the input device by examining the associated memory location for a 1 or 0.

Ladder Program Solved Ladder instructions have rules regarding when they are true or false. Instructions are made true or false as a result of the examined bit. If there is a path of true input instructions to the output instruction, the rung will be true.

Output Update When all ladder rungs have been solved, the output status table data is sent to the respective output modules one word at a time. When rung is solved, the output status table is updated.

Combining and Solving Ladder Instructions Three basic types of logic: And Or And / Or (combinational)

Series Logic When two switches are wired in series, both switches must be ON before power will flow. Switch 1 AND switch 2 must all pass power before light 1 will turn on.

Conventional Series Circuit

Switch 1 AND Switch 2 Need to Be Closed to Energize L-1

Truth Table A truth table shows all possible input conditions and the expected output conditions. The following slide shows a truth table for AND logic.

Truth Table for AND Logic

PLC Instructions in Series PLC instructions work the same basic way as hard wired field devices. Instructions in series are considered ANDed together, or AND logic. Switch 1 AND switch 2 must be on for L-1 to come on.

PLC Representation of a Rung

Truth Table for Two-Input AND Logic

Three-Input Series Circuit

Three-Input PLC Ladder Rung

Three-Input AND Logic Truth Table

Parallel Is also OR Logic Inputs in parallel are said to be ORed. Switch 1 is ORed with switch 2. If switch 1 is closed OR switch 2 is closed, light 1 will turn on. If both SW1 and SW2 are closed, light 1 will turn on.

Conventional Parallel Circuit

Programmable Controller Ladder Diagram

Two-input OR Truth Table

Truth Table for NOT Logic

Conventional Ladder Diagram

PLC Representation of N.O and N.C. Instructions All PLCs use the standard normally open and normally closed instructions. Different manufacturers use different names for the instructions.

Normally Open and Normally Closed Instruction Identification

Combination AND-OR Logic Input devices can be combined in series (ANDed) and also in parallel (ORed) on a PLC ladder rung. Instructions programmed to provide the proper input conditions for your application. This is called combination AND-OR logic.

Combination AND-OR Logic