Industrial Electronics

Slides:



Advertisements
Similar presentations
Sequential Process Control
Advertisements

Programmable Logic Controllers.
Programming with Ladder Logic
Unit 7 Discrete Controllers
Contactors & Relays.
PLC - Introduction What does PLC stand for?
HYDRAULICS & PNEUMATICS
Discrete Control Logic 1. Pneumatic circuits - Low forces - Discrete, fixed travel distances - Rotational or reciprocating motion Main components: compressor,
Programmable Logic Controllers
Programmable Logic Controller PLC
Elec467 Power Machines & Transformers
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
Ladder Logic PLC Programs are made up of combinations of AND; OR; NAND; NOR; and other gates, along with timers, inputs, outputs, counters, comparators,
Lecture 5: PLC Programming
Creating Relay Logic Diagrams
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Lesson 15: Dc Motor Control Components and Diagrams
Programming Logic Controllers
Logic Operations in Electro-Pneumatics
Programming with Function Blocks
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Logic Functions OR Operation
Electro-Pneumatics Module 1
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Programming PLCs using LADDER Logic
Control Technology and Automation
Pneumatics.
Implementing software in IEC Languages in IEC IEC uses the following languages Instruction List – Assembly level programming using.
Logic Functions and Symbols
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Ladder Concept.
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
Actuators and Control, Part 4 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
Presentation On Project Work Automatic bottle filling system using PLC
PLC programming Part 3: Problems with solutions. Topics  Every problem is devided into three parts:  Technology description contains the general properties.
Fluid Power Control.
Discrete Control Logic
Double Acting Cylinder
LG PLC COURSE Beginner Prepared by : -Hossam Mohammed -Ramdan said
Programmable Logic Controllers
Pneumatics Module 9 Time delay valve.
Logic Functions Pneumatics Module 7.
PLC: Programmable Logical Controller
The Electrical Diagram
ET 438B Sequential Control and Data Acquisition
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Programming Timers.
Industrial Electronics
Lesson 14: Introduction To Sequential Control
Manisha Goel, Lecturer, EE Deptt Govt. Polytechnic Manesar
ET 438B Sequential Control and Data Acquisition
8.0 Programmable Logic Controllers 1
Lesson 19: PLC Programming Techniques
“Ladder” Diagrams Chapter 6 - Ladder Logic LADDER DIAGRAMS ARE SPECIALIZED SCHEMATICS COMMONLY USED TO DOCUMENT INDUSTRIAL CONTROL LOGIC SYSTEMS.
Workbook Section.
Electronic Control Systems Week 2
MECH 1500 Motor Controls.
Lesson 15: Boolean Representation of Ladder Diagrams
S RAJARAJAN_ASST PROF, BSARCIS&T
Programmable Logic Controllers (PLCs)
Introduction to Electro-pneumatic
Fluid Power System Electrical Control
Presentation transcript:

Industrial Electronics DAE 32003 Industrial Electronics Jabatan Kejuruteraan Elektrik, PPD

Chapter 2: LADDER DIAGRAM 3.1 Schematic symbols and drawing procedures 3.2 Two-wire and Three-wire control circuit 3.3 AC & DC Motor control circuits 3.3.1 Start-Stop 3.3.2 Hiccup 3.4 Overload protection scheme

Introduction: What is Ladder diagram? Ladder diagrams are specialized schematics commonly used to document industrial control logic systems. It is a type of graphic language for automatic control systems. It is a drawing program of a switching circuit. It is a language or method to create a program. The first PLCs were programmed with a technique that was based on relay logic wiring schematics. Basic concept of this diagram is similar to the electrical wiring. However in ladder logic, the symbol has changed and been standardized. Called "ladder" diagrams because they resemble a ladder, with two vertical lines representing the power trails (supply power) and circuits are connected in horizontal lines called rungs. Connection between the element in the rung called link. *PLC = programmable logic controller

Basic concept of ladder diagram is similar to electrical wiring.

Ladder diagram operation principle Input Interface Output +24V -0V Between these two rails, a horizontal straight line was drawn with two symbols. These two symbols refer to the input and output devices, which are used in the actual process/system. On the left, we put all kinds of input. While on the right, we place all types of the outputs. Once we complete one line of the program it seems like a ladder. This horizontal line which places the input and output make one rung.

Ladder diagram symbols Ladder diagram uses standard symbols to represent the circuit components and functions found in a control system.

INPUT symbols Normally Open (NO) Normally Close (NC)

OUTPUT symbols

Ladder diagram application Conveyor control using Allen-Bradley PLC.

How do we know which relay contact is actuated by which relay coil? Activity How do we know which relay contact is actuated by which relay coil?

How do you think the system works? 1 2 How do you think the system works?

Draw a simple ladder diagram for the circuit below. Activity Draw a simple ladder diagram for the circuit below.

Activity Predict how the operation of this motor control circuit will be affected as a result of the following faults. Consider each fault independently (i.e. one at a time, no multiple faults): "Stop" pushbutton switch fails open. Relay contact CR1-1 fails open. Relay contact CR1-2 fails open. Relay coil CR1 fails open.

"Stop" pushbutton switch fails open: Motor cannot start, lamp never energizes. Relay contact CR1-1 fails open: Motor starts and lamp energizes when "Start" button is pressed, but both immediately de-energize when it is released. Relay contact CR1-2 fails open: "Motor run" lamp turns on and off as expected, but the motor itself never runs. Relay coil CR1 fails open: Motor cannot start.

Digital Logic Functions Ladder diagrams are capable of performing logic functions similar to the logic gates used in digital electronics. We can construct simple logic functions for our electrical wiring diagram, using multiple contacts. There are 6 logic functions that can be developed using combination of switches: AND OR NOT NOR NAND EX-OR (XOR)

Digital Logic Functions: AND Logic Solenoid coil is not energized unless both switch A & B are closed.

Digital Logic Functions: OR Logic Solenoid coil is not energized until either switch A & B is closed.

Digital Logic Functions: NOT Logic The logical inversion, or NOT, function can be performed on a contact input simply by using a normally-closed contact instead of a normally-open contact.

Digital Logic Functions: NAND Logic There is no output when both A and B have an input.

Digital Logic Functions: NOR Logic There’s no output when either A & B or both are opened.

Digital Logic Functions: XOR Logic There’s no output when both 1 & 2 have input.

Activity What type of logic function behavior (AND, OR, NAND, or NOR) does the circuit exhibit?  AND Logic

Activity What type of logic function behavior (AND, OR, NAND, or NOR) does the circuit exhibit?  AND Logic

Activity What type of logic function behavior (AND, OR, NAND, or NOR) does the circuit exhibit?  OR Logic

Process Sequence There are several method to describe the process sequence of a ladder diagram: Grafset Motion diagram Displacement diagram Simple narrative Boolean

Process sequence: Grafset Initial step / Reset = Double box Actions Consequence of actions

Process sequence: Grafset Example Solution 1st: Identify input & output  LA – level A LB – level B ES – empty switch TIM – timer contact (on for 5 mins) SB – start button INPUT VA – valve A VB – valve B VC – valve C H – heater ST – stirrer OUTPUT The tank system has the narrative description below: Fill the tank to level A from valve A. Fill the tank to level B from valve B. Start a timer, heater and stirrer for 5 minutes. Open output valve C until the empty switch engages.

Process sequence: Grafset Solution

Process sequence: Motion Diagram The input and the output are separated with the input at the upper side and the output is at the bottom side.

Process sequence: Displacement Diagram Presented in form of graph indicates the position of the cylinders and the displacement. Step 1 : Cyl 1 and Cyl 2 extend. Step 2 : Cyl 1 retracts while Cyl 2 remains extend for 3 seconds. Step 3 : Cyl 1 remains retracts for 3 seconds and Cyl 2 retracts. Step 4 - Step 6 : The position of Cyl 1 and Cyl 2 similar as Step 1 – Step 3.

Process sequence: Simple Narrative Example A push button is used to turn on the conveyor belt A that brings the bottles to the filing line. Sensor 1 that is placed at the center of the conveyor A will stop the conveyor belt A upon detecting the bottle and open the valve for filing for 2 second. After that the conveyor belt will be on again until the bottle is sensed by sensor 2 at the end of conveyor belt A. Conveyor belt A once again stop and the solenoid is energized for 3 seconds in order for the piston to push the bottle to conveyor belt B. The process repeats until stop button is pressed.

Process sequence: Simple Narrative Solution 1st: Identify input & output  2nd: Simplify statement  Start button Sensor 1 2 sec timer contact Sensor 2 3 sec timer contact Stop button INPUT Conveyor belt Valve 2 sec timer coil 3 sec timer coil Solenoid (piston) OUTPUT SB turns on conveyor A. Sensor 1 stops conveyor A, opens valve. Timer 1 on for 2 sec. After timer 1 times up (after 2 sec), valve closed and conveyor A on. Sensor 2 stops the conveyor, energizes solenoid (piston). Timer 2 on for 3 sec. Timer 2 times up (after 3 sec), solenoid de-energized and conveyor A on again. Stop button reset all.

Process sequence: Boolean Another method to describe process sequence. Is a logic expression using gates. Solution Example D = Door D = Lock D’ = Unlock S1 = Sensor 1 S1 = Sense S1’ = Not sense S2 = Sensor 2 S2 = Sense S2’= Not sense S2 = Sensor 2 S2 = Sense S2’= Not sense SB = Start button SB = Pressed , SB’ = Not pressed CNT = Counter RB = Reset button RB = Reset RB’ = Not reset The door of the automatic train will be locked if start button is pushed and will unlocked when sensor 1 detects it’s arrival at station 1. Sensor 2 that is placed at the entrance door of the train will count the number of train passengers on that day. D = SB.S1’ D’ = SB’.S1 CNT = S2.S1.RB’

Draw a Grafset and Motion diagram for the circuit below. Activity Draw a Grafset and Motion diagram for the circuit below.

AC & DC Motor control circuit START – STOP circuit When PB is pressed, relay coil will energized and relay contact will close. When PB is depressed, relay coil is still energized since current can go through the relay contact unless disturbed by stop button. For most organizations, technical debt comes with the territory, an unavoidable outcome of decades of technology spend. Understanding, containing, and mitigating technical debt can be a platform, not only for a stronger IT foundation, but for a renewed level of trust and transparency with the business. Ladder diagram

VIBRATING / JOG circuit AC & DC Motor control circuit VIBRATING / JOG circuit For most organizations, technical debt comes with the territory, an unavoidable outcome of decades of technology spend. Understanding, containing, and mitigating technical debt can be a platform, not only for a stronger IT foundation, but for a renewed level of trust and transparency with the business. When PB is pressed, output IR is activated. After several microsecond, the normally closed IR is open then it will stop the output IR. This set-up is applicable to move an object which needs to be precisely located. Ladder diagram