MECH 1500 Motor Controls.

Slides:



Advertisements
Similar presentations
Unit 7 Discrete Controllers
Advertisements

Contactors & Relays.
PLC - Introduction What does PLC stand for?
E1 – Electrical Fundamentals
Programming Logic Controllers
HYDRAULICS & PNEUMATICS
Programmable Logic Controller PLC
Elec467 Power Machines & Transformers
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
Drafting RLL. SLC 500 Processor Operating Cycle Event in Operating Cycle Input Scan Program Scan Output Scan Communications Processor Overhead.
Lecture 5: PLC Programming
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
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.
Rollin Bicskei and Travis Haley Slab Mill. Objectives Background Mechanical – Specifications, System Diagram, CAD Hydraulic – Specifications, Schematic.
Direct and Indirect Control
Lesson 15: Dc Motor Control Components and Diagrams
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
PLC Fundamentals Module 2: Hardware and Terminology.
Components, Symbols, and Circuitry of Air-Conditioning Wiring Diagrams
Logic Operations in Electro-Pneumatics
Module 2: Hardware and Terminology
Control of Pneumatic Energy
Electrical Electricity Fuses Relays Solenoids Electrical Testing
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Ladder Diagram Symbols. Study the various symbols identified in this presentation. Once you have memorized the different symbols and can name them, take.
Implementing software in IEC Languages in IEC IEC uses the following languages Instruction List – Assembly level programming using.
Logic Functions and Symbols
Timers and Counters by Dr. Amin Danial Asham. References  Programmable Controllers-Theory and Implementation, 2nd Edition, L.A. Bryan and E.A. Bryan.
LADDER PROGRAMMING LANGUAGE by Dr. Amin Danial Asham.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
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
Programmable Logic Controller
Fluid Power Control.
Push Button Station and Relay
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Lecture 10: Programmable Logic Controllers
Chapter 7.
LG PLC COURSE Beginner Prepared by : -Hossam Mohammed -Ramdan said
PLC Terminology and Application
PLC: Programmable Logical Controller
INTRODUCTION TO PLC.
PLC Timers MECH 1500 Two classes of timers: Retentive Non-Retentive.
The Electrical Diagram
ET 438B Sequential Control and Data Acquisition
Industrial Electronics
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Programming Timers.
Industrial Electronics
Lesson 14: Introduction To Sequential Control
ET 438B Sequential Control and Data Acquisition
Lesson 19: PLC Programming Techniques
On/Off Control (bang-bang) Proportional Control
Basic Relay Instructions
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:

MECH 1500 Motor Controls

Method 1: Direct Control - Motor is directly wired to the PLC output module For small motors Current less than 2A Least common

Method 2: Indirect Control - Motor wired through a set of relay contacts that separate the PLC’s control electricity from the power electricity that drive the motor Most Common Consists of relays and overload protection device, which is really a Magnetic Motor Stater

If an overload occurs, the protection detects it and opens the contactor, cutting power to the motor Only a small current from the PLC is used to energize the coil, but the contacts can handle large current to the motor. This is how PLC’s can control large motors The same method applies to Hydraulic and Pneumatic motors with their solenoid valves

The same method applies to Hydraulic and Pneumatic motors with their solenoid valves

PLC Output Diagrams Electrically – Only shows the control wiring, not the power Fluidpower– Only shows the control wiring, not the power

Inputs can be controlled by outputs Normally used in the following applications: Sequence operations Simultaneous operation of more than one output Motor control programs

PB1 is Pressed, Q4. 0 turns on, M1 turns on. The N. O. contact Q4 PB1 is Pressed, Q4.0 turns on, M1 turns on. The N.O. contact Q4.0 turns on (true), turning on Q4.4, simultaneously the N.C. Contact for Q4.0 opens, turning off Q4.5

Seal-In Program Logic Design Used to perform memory functions, such as starting and stopping a motor Causes an Output Coil to stay on or seal-in after a button or other input device has initially turn the coil on

Memory Coil Instruction Operate like Output Coil instructions, but use an internal memory address instead of an output address Used to provide additional control logic to the PLC program Can be N.O. or N.C. contacts Denoted using a M for an address Siemens S7-300 Processors can have up to 2014 Memory Coil instructions that use addresses M0.0 – M255.7

Memory Coil Instruction Memory coils can be used to start and stop a machine.

Midline Coil Instruction Used for intermediate results for a portion of the network. Operates like an output coil

Midline Coil Instruction Helps reduce the amount of ladder logic needed for a project

Interlocking functions Cause an output to turn on or off only if certain inputs or outputs are in a certain state Used in: Sequencing – to keep one output from turning on before another output has turned on (On the 870 trainer when the clamp comes on before the spool is shot into the valve body) Safety – to keep outputs from turning on if certain safety conditions are not satisfied (Keeping a motor from trying to go forward and reverse at the same time, or keeping something from turning on until the right pressure has been reached)

Symbols IEC – International Electrotechnical Commission - Accepted mostly in Europe, but U.S. has accepted to enter into certain markets. JIC – Joint Industrial Council – Standards developed in the U.S. Need to know both