PLC Fundamentals Module 2: Hardware and Terminology.

Slides:



Advertisements
Similar presentations
PLC Applications[ATE-1212] Module-1
Advertisements

Programming with Ladder Logic
Programming Logic Controllers
MECHATRONICS SENSORS.
HYDRAULICS & PNEUMATICS
In this presentation you will:
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Programmable Logic Controller PLC
Industrial Automation and Control
Chapter 7 Input Modules.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
Elec467 Power Machines & Transformers
Chapter 6 Introduction to Logic.
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
Programming with Function Blocks
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Electro-Pneumatics Module 1
SCADA and Telemetry Presented By:.
Chapter 6 Control_relays.
Industrial Machine Control
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
Programmable Logic Controller (PLC) - Introduction
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Sensors are mostly electronic devices used to monitor or capture something.
Module 1: Introduction to PLC
Programmable Logic Controller (PLC)
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
INTRODUCTION TO PROGRAMMABLELOGICCONTROL. PROGRAMMABLE LOGIC CONTROL (PLC): “ A digital electronic device that uses a programmable memory to store instructions.
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
CHAPTER 2: TYPES OF CONTROLLER
Logic Functions and Symbols
Programmable Logic Controller (PLC)
PLC PROGRAMMING.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
CHAPTER 2 TYPES OF CONTROLLER BY: Salsabila Ahmad.
DPCL Solid State Device Discrete Control Lecture.
FEB Slide 1 Task No.:Point(s):1Only one answer is correct.Cat. No. To measure electrical … A current, the ammeter must be in line with the current.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
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.
Fluid Power Control.
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.
Module 1: Introduction to PLC
PLC Terminology and Application
The Programmable Logic Controller
بسم الله الرحمن الرحيم Khartoum Refinery Company E/I Department Siemens PLC_S7-200 Level (1) Eng: Sami Ahmed 2017 PART1 HARDWARE.
Session III Architecture of PLC
Chapter 2 PLC Hardware Components Dr. Essam AL-Nuaimy.
PLC Hardware Components.
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
ACOE347 – Data Acquisition and Automation Systems
Programmable Logic Controllers (PLCs)
Presentation transcript:

PLC Fundamentals Module 2: Hardware and Terminology

Module Objectives Upon successful completion of this module, students will be able to: Demonstrate understanding of the various PLC models and the LOGO! features. Determine the required inputs and outputs for real life problems. Differentiate between Analog and Digital inputs. Identify the major parts of a LOGO! in the Edutrainer Compact and describe their function. Demonstrate understanding of the functions and the parts of the Conveyor Belt Application. Connect input and output devices and program the LOGO! to perform simple tasks.

2.2 PLC Inputs and Outputs PLC is a device that can be programmed to perform control functions. It is a Digital Device, it stores information in the form of ON/OFF conditions referred to as binary digits or bits. Even though the PLC uses both digital and analog signals, the CPU can understand only digital signals.

The main parts of a PLC are as shown in the figure:

Input Module The Input Module consists of the Digital Inputs and the Analog Inputs. Digital Input Digital input recognizes either the ON or OFF condition like a switch. Analog Input It accepts signals that are varying like water level.

The figure shows the relation between the Logic Level and the Switch Condition. Logic 1 indicates that a signal is present and the switch is ON. Logic 0 indicates that the signal is absent or the switch is OFF. Is the switch a digital input or an analog input? What do you think?

A Normally Open (NO) pushbutton is used in the above example. When the switch is not pressed, no voltage is present at the PLC Input 1 and sets it to OFF state. When the switch is pressed, 24V DC is applied to the PLC input and sets it to ON state. A normally closed (NC) pushbutton acts opposite to the normally open (NO) pushbutton. Figure shows the pushbutton symbols.

: A level transmitter checks the level of liquid in the tank and provides a varying voltage to the PLC input. Is a level transmitter a digital or an analog input? Go to the following web site and find examples on AI and DI.

The Table below shows more examples of Inputs. Classify them as digital and analog.

All sensors can be connected as inputs to a PLC, some examples are given below: Inductive Sensor Capacitive Sensor Fiber Optic Sensor Temperature Sensor Classify which are Analog and which are digital Inputs …

Output Module The output module consists of Digital Outputs & Analog Outputs. Digital Output Digital output (DO) are for the ON/OFF in your control scheme. Solenoids, contactor coils and lamps are connected to digital outputs.

Analog Output The analog output gives a varying signal that could drive an analog meter. Examples of analog meter outputs are speed, weight, and temperature.

Central Control Unit The Central Control Unit contains the Central Processor which is the brain of the PLC. The CPU monitors the inputs and makes decisions based on instructions in its program memory. It performs: Counting Timing Data comparison Sequential operations

Class Activity Refer to the Case Study on page-4, and list all the inputs and outputs and classify them as analog and digital. tems/Home/hardware# _61119 InputOutputAnalog/ Digital

Conduct Lab Activity LOGO! Hardware … Page 8

2.4 Sensors and Actuators A SENSOR: is an input device that senses a physical condition and converts it to an electrical signal. The pushbutton sends an electrical signal to the PLC’s input informing the condition of the pushbutton’s contacts.

ACTUATORS: convert Electrical Signals from PLC outputs into physical conditions. A motor starter is an example of an actuator. It will either start or stop the motor depending on the state of the PLC output.

2.5 PLC Wiring Connecting the power supply: PLC devices need an electrical power supply that can be either an AC, or DC supply. LOGO! 12/24RC needs a DC supply.

Connecting LOGO! Inputs Figure shows the hardware/wiring details of connecting the inputs to the LOGO! Switch S1 is connected to I1 and switch S2 is connected to I2.

Connecting sensors to the LOGO! For two wires sensor the connection can be done easily by taking one wire to the positive terminal of the power supply and the second wire to the LOGO! Input.

For three wire sensor, sensor’s type must be taken into consideration while programming, PNP sensor can be thought as normally open pushbutton and NPN can be thought as normally close pushbutton.

Connecting LOGO! Outputs LOGO! is equipped with relay outputs. As shown in fig 2.22, various loads can be connected to the relay outputs, for example, lamps, motors, relays etc.

2.6 Conveyor Belt Application Parts Create the following Table: PartFunctionPicture

2.6 Conveyor Belt Application Parts The parts of the Conveyor Belt application are: Optoelectronic sensors: Fiber optic barrier This sensor is used to detect the presence of a work piece regardless of its color and material. Inductive Sensor This sensor is used to detect metal parts.

Conveyor Belt This is the transportation media on which the work pieces are transported. DC Motor It moves the conveyor belt with the aid of the gearbox. Gear Box It is used to decrease the speed and to increase the torque.

6. Branching Module This is a motorized assembly by which branching of the work pieces are done. Fiber optic barrier This sensor is used to detect the passing of a work piece regardless of its color and material. Slide This is the place to hold the branched work pieces.

Lab Activities 2.8 Lab Activity Lab Activity Lab Activity 3