Motor Control With Basic PLC Programming: Presented By: JS Moreno
Motor Control With Basic PLC Programming: Presented By: JS Moreno
WITH
BASIC PLC PROGRAMMING
Presented by: JS Moreno
LEARNING OBJECTIVES
▪ Understand and wire a wide range of devices (pushbuttons, relays, contactors, thermal
overload, timers etc) and their principle of operation.
▪ Design and wire electric motor starters from scratch (DOL and Wye/Delta Motor Starter)
▪ Use circuit diagram as an aid to design, replacement and maintenance
▪ Practice safe working methods on electrical systems
▪ Introduce the basic hardware and software components of a Programmable Logic Controller
(PLC).
▪ Learn the basic Programming techniques and logic designs using the ladder logic
▪ Learn the operating features of the PLC, the advantages of the PLC over hard-wired control
systems and practical applications using simulation software.
▪ To provide an experience in motor control and PLC as close to the ‘real thing’ as possible using
the CADe SIMU and RSL0gix 500 simulation software.
COURSE CONTENTS
Part 01: Motor Control
› Overview of Motor Control
› Common Components in Motor Control
› Set-up using MCCB vs MPCB
› Purpose of Motor Control Component
› Major Circuits in Motor Control
› Circuit layout, Connections, and Symbols
COURSE CONTENTS
Part 02: Basic PLC
› Introduction to PLCs - What is PLC › Example of PLC - Input and Output Devices
(IO devices)
› Advantages of PLCs
› PLC Examples
› Disadvantages of PLCs
› PLC hardware connection of Motor Control
› Leading Brands of PLC
› Ladder Logic for Basic Gates (Truth Table)
› Areas of Application
› Difference between Current-Sourcing and
› PLC Sizes
Sinking
› Major parts of PLC
› PLC Operation Sequence
› PLC Programming Language
OVERVIEW OF MOTOR CONTROL
▪ MOTOR CONTROL – is a device that will energize and de-energizes the circuit of the motor so
that it can start and stop. It might include an automatic or manual means in starting and
stopping the motor. In this webinar we will focus on motor control for induction motors as it is
widely used in most of industries.
▪ INDUCTION MOTOR – An induction motor (also known as an asynchronous motor) is a commonly
used AC electric motor. The electric current required to create torque in an induction motor is
produced by electromagnetic induction from the rotating field of the stator winding. The rotor
of an induction motor can be a squirrel cage rotor or wound type rotor.
MCCB or MPCB
Timer Relay
Pilot Lamp
SET-UP USING MCCB vs MPCB
Conventional method A method using a MPCB
PURPOSE OF MOTOR CONTROL COMPONENT
▪ MOULDED CASE CIRCUIT BREAKER (MCCB) is a
type of electrical protection device that is
used to protect the electrical circuit from
excessive current, which can cause overload or
short circuit.
For the activities Direct On Line (DOL) and Wye-Delta Starter will be used.
CIRCUIT LAYOUT, CONNECTIONS, and SYMBOLS
▪ NEMA ▪ IEC
Direct-On-Line Motor Starter Reduced Voltage Starting - Wye-Delta Starter
PART 02
~ BASIC PLC ~
INTRODUCTION TO PLCs
What is PLC
PLC (Programmable Logic Controller) is a digital
computer used in industrial automation to
automate different electromechanical processes. It
was introduced to eliminate problems such as high
power consumption caused by the use of relays to
control the manufacturing process. It consists of a
programmed microprocessor whose program is
written on the computer and then downloaded to
the PLC via a cable. The program is stored in non-
volatile PLC memory.
INTRODUCTION TO PLCs
What is PLC
❑ Developed on late 1960’s by Bedford associates (founded by: Richard E. Morley)
❑ Designed a computing device known as the Modular Digital Controller
(MODICON).
❑ Used as a replacement electromechanical relay of for General Motors
❑ The first PLC, model 084, was invented by Dick Morley in 1969
❑ MODICON is using the Boolean statements as programming technique.
ADVANTAGES OF PLCs
❑ Less wiring.
❑ Very fast
❑ Wiring and Space of the control system is tremendously reduced
❑ Easier and faster to make changes.
❑ Low power consumption
❑ Energy savings as power consumption is greatly reduced
❑ Trouble shooting aids make programming easier and reduce downtime.
❑ Counter, timer and comparator can be programmed
❑ Small physical size, shorter project time
❑ Reliable due to absence of moving parts
DISADVANTAGES OF PLCs
▪ Expensive
▪ PLCs are propitiatory, which means software and parts one manufacturer can’t be
easily combine with part of another manufacturer.Power consumption is high
▪ Machine downtime is usually long.
▪ Engineering drawings is not usually updated due to any change and modification.
LEADING BRANDS OF PLC
1. Siemens – Simatec PLC
2. Rockwell Automation (Allen Bradley) – Allen Bradley PLC
3. Mitsubishi – Melsec PLC
4. Schneider Automation – Modicon PLC
5. ABB - AC500, X20 & X90 PLC
6. Omron – Sysmac PLC
7. Emerson Electric (GE) - RX3i & VersaMax (GE Fanuc)
8. Yokogawa - Vitesse & Stardom PLC
9. Phoenix Contact - AXC
10. Eaton - XC & EasyE4 (Cutler-Hammer)
AREAS OF APPLICATION
❑ Manufacturing
❑ Packaging Machines
❑ Food / Beverage
❑ Automatic Assembly
❑ Power
❑ Mining
❑ Petrochemical / Chemical
❑ Material handling
❑ Machine Tools
❑ Conveyor system etc.
❑ And in general, any type of application that requires
electrical controls can use a PLC.
PLC SIZES
1. FIXED/INTEGRATED/COMPACT
✓ Fixed number of INPUT and OUTPUT
✓ Input module, Output module and control unit in one
house.it covers units with up to 128 I/O’s. - These
PLC’s are capable of providing simple to advance
levels or machine controls.
2. MODULAR
✓ Installed separately from the CPU, Input and Output
is mounted on a rack and can be substituted with a
specific module if needed.
✓ Can be classified into small, medium and large
✓ Module are connected to each other through system
bus
MAJOR PARTS OF PLC
PLC generally having five (5) parts, namely:
i. POWER SUPPLY - provides the voltage
needed to run the primary PLC components
ii. I/O MODULES Provides signal conversion and
isolation between the internal logic level
signals inside the PLC and the field’s high (Digital Input (Digital Output
EXECUTE / PROCESS
DETECT
OUTPUT
26
PLC EXAMPLES
Power Supply
Processor or CPU(Logix5572)
Ethernet I/P Communication Link
Redundancy Card IO Cards (DI, & DO)
Power Supply
Processor or CPU (S7-400)
Communication Link IO Cards (DI, DO, AO, & AI)
MCCB or MPCB
Timer Relay
Pilot Lamp
28
PLC HARDWIRE CONNECTION OF MOTOR CONTROL
29
LADDER LOGIC FOR BASIC GATES (TRUTH TABLE)
AND Gate NAND
NANDGate
Gate
A B C A B C
0 0 0 0 0 1
0 1 0 0 1 1
1 0 0 1 0 1
1 1 1 1 1 0
OR NOR
NORGate
Gate
ORGate
Gate
A B C A B C
0 0 0 0 0 1
0 1 1 0 1 0
1 0 1 1 0 0
1 1 1 1 1 0
30
DIFFERENCE BETWEEN CURRENT-
SOURCING AND SINKING
31
PART 03: ACTIVITIES
EXAMPLES:
▪ Example: Implement DOL motor starter using the CADe Simulation software.
▪ Example: TON, TOF, and Bit Functions
ACTIVITIES:
▪ Forward/reverse motor starter with interlock using the CADe Simulation software.
▪ Implement DOL motor starter WITH joG CIRCUIT in CADe Simulation software
▪ Wye/Delta motor starter with interlock using the CADe Simulation software.
▪ Implement a ladder logic in below circuits using the RSLogix 500 simulation software
❖ JOG circuit for DOL motor starter
❖ Forward/Reverse motor starter with interlock
❖ Wye/Delta motor starter
❖ Control a bulb in two(2) and (10) different location
32
Thank You!
Happy Learning