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,

Slides:



Advertisements
Similar presentations
PLC Selection, Components, and Communication
Advertisements

Categories of I/O Devices
INPUT-OUTPUT ORGANIZATION
CS-334: Computer Architecture
Industrial Automation and Control
Chapter 7 Input Modules.
Introduction To Programmable Logic Controllers
PLC OPERATION & PROGRAMMING Dr. ONUR TOKER. What is a PLC ? PLC is a computer system controlling a process. inputs - the keyboard is analogous to a proximity.
Midterm Tuesday October 23 Covers Chapters 3 through 6 - Buses, Clocks, Timing, Edge Triggering, Level Triggering - Cache Memory Systems - Internal Memory.
Programmable Logic Controllers Mary Holleboom ENGR 315 Dec. 5, 2001.
Programming Logic Controllers Selection, Components, & Communication - Chapter 2.
Copyright © 2002 Delmar Thomson Learning Chapter 9 Putting Together a Modular PLC.
Programmable Logic Controller
Programmable Logic Controller Internal Operations
Programming Logic Controllers
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
INPUT-OUTPUT ORGANIZATION
Motherboard AKA mainboard, system board, planar board, or logic board. It is printed circuit board found in all modern computers which holds many of the.
Input/Output. Input/Output Problems Wide variety of peripherals —Delivering different amounts of data —At different speeds —In different formats All slower.
Identifying SLC 500™ System Components. SLC 500 System Options  The SLC 500 line of processors comprises both fixed and modular processor styles.:
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.
PLC: Programmable Logical Controller
Basic LAN techniques IN common with all other computer based systems networks require both HARDWARE and SOFTWARE to function. Networks are often explained.
Introduction network Protocol
PPT Slides by Dr. Craig Tyran & Kraig Pencil Computer Networking – Part 1 MIS 320 Kraig Pencil Summer 2014.
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.
(More) Interfacing concepts. Introduction Overview of I/O operations Programmed I/O – Standard I/O – Memory Mapped I/O Device synchronization Readings:
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
PLC Counters. Introduction We use timers to measure the elapsed time between two events. With retentive timers the “run” signal can be turned on and off.
PLCs were invented in answer to the needs of the automobile industry, and were introduced in the late 1960’s. They were designed to take the place of older,
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
Copyright © 2002 Delmar Thomson Learning Chapter 10 PLC Processors.
Messages asynchronously reads or writes a block of data to another module on a network. Controller communication done using local or remote messages. local.
Programmable Logic Controller (PLC)
PLC ARCHITECTURE - CPU by Dr. Amin Danial Asham.
Chapter 3 Programming a Programmable Controller. Objectives Describe the available options for programming a PLC. Explain what online is in comparison.
Ethernet Overview it the IEEE standard for Ethernet.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
MicroLogix Packaged Controllers Programmable Controller Basics Introduction.
IEEE 802.X Standards The Institute of Electrical and Electronics Engineers (IEEE) has developed a series of networking standards to ensure that networking.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
New product introduction:
Putting Together a Modular PLC
Digital Literacy: Computer Basics
BASIC STRUCTURE OF PLC.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 1 WANs and Routers.
PROGRAMMABLE LOGIC CONTROLLER. Control Systems Types  Programmable Logic Controllers  Distributed Control System  PC- Based Controls.
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.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Multiple Access Methods
I/O SYSTEMS MANAGEMENT Krishna Kumar Ahirwar ( )
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
Session III Architecture of PLC
Identifying SLC 500™ System Components
Programmable Logic Controllers (PLCs) An Overview.
PLC Hardware Components.
ACOE347 – Data Acquisition and Automation Systems
DMT 353/3 – Programmable Logic Controller (PLC)
Presentation transcript:

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, 24VDC power supply and the following PLC hardware

Power Supply PLCs typically include a power supply module in the rack. The power supply only supplies backplane power. This will power the internal electronics of the module. External devices, such as sensors, relays, solenoids must have a different external power source.

CPU front Channel 0 connects to IBM-PC serial port Channel 1 (when used), connects to the data highway LED will flash when data is being transferred to/from PLC

CPU SLC 5/03 Processor 8K memory version 3.02 of firmware In the Allen-Bradley SLC 500 PLC family there are a number of different processors. Each processor will support a core set of instructions and features. However, every processor is different in terms of the advanced instructions that it will support, amount of memory available and speed. Going from least to most powerful the family starts with the SLC 500 (non-modular), 5/01, 5/02, 5/03, 5/04 and 5/05. We have the

DC input card 16 point Uses “sinking” to activate Each input is activated by bringing the terminal to ground

External connections The PLC power supply doesn't / cannot supply power for the I/O 24 VDC external supply for the module Serial cable to PC, COM 1

Connecting outputs

Inductive/Capacitive proximity Photoelectric Shaft encoders Relays & Solenoids Mechanical counters PLC I/O devices

Work by using a tuned circuit Insert RLC diagram here The circuit is De-tuned by bringing an object near it Inductive/Capacitive proximity

Works by sending and receiving a stream of light pulses If the stream is interrupted, the sensor activates Typically operate in the infra-red region Often have both sink and source outputs Photoelectric

Mechanical counters Pretty much tamper proof Slow, mSec per increment Retain display when power is lost/off

PLC Scan

All inputs are read at the beginning of the scan Inputs that change before the next scan are not detected Inputs

Description

In the SLC CPUs the placement of rungs within the program does matter Logic solved

Communications with the PC Remote I/O racks Device Net Remote I/O

Updating timers, counters Updating “forces” Diagnostics Watchdog timer –Checks to make sure a scan doesn’t take too long Housekeeping In small programs housekeeping time may account for 90%+ of the scan time.

At the end of the scan, the information from the output table is copied to the physical outputs Outputs

DH 485

Network communication There are two major protocols for network communication. Token passing and CSMA/CD. Imagine a classroom full of people who would all like to participate in a group discussion. With token passing, someone (maybe the instructor) would start, he/she would be able to talk until they were done. They would then pass the token (in this example the token could be a microphone), to the next person who could then speak. This process continues until everyone has had a chance to talk. If someone has nothing to say, they pass the token on. This approach is also called “Round Robin”.

Token passing

CSMA/CD Instead of using tokens to control who has the right to communicate we could apply the following rules: 1. If no one is speaking, then anyone who wants to can speak. 2. If someone is speaking, then wait 3. If two or more people start to speak at the same time, everyone stops, pauses a random amount of time and try again. CSMA/CD stands for Carrier sense (is anyone speaking), multiple access (many people can use the system) with collision detect (if two people start to speak at the same time, I.e. you hear garbled speech, stop). Ethernet uses this protocol.