SlideShare une entreprise Scribd logo
1  sur  28
INDUSTRIAL AUTOMATION USING PLC
Iroakazi Chidiebere
PZ Cussons Nigeria Plc
kazzika@yahoo.com
Outline
Introduction
Background
PLC definition
PLC manufacturers
PLC Programming software
How it works
Advantages & Disadvantages
Application
Ladder logic
Conclusions and Recommendations
7/8/20172
Introduction
The Programmable Logic Controller (PLC) has
revolutionized the automation industry. Today PLCs can be
found in everything from factory equipment to
Automobiles, but prior to 1968 the programmable
controller didn’t even exist. Instead what existed was a
unique set of challenges that needed a solution.
7/8/20173
Background
Before the days of the PLC the only way to control machinery
was through the use of relays.
For example if I wanted to control an electric motor, I could
attach a relay between the power source and the motor. Then
I could control when the motor is getting power by either
energizing or de-energizing the relay.
There could be several motors in one factory that need to be
controlled, so what do you do? You add lots of relays.
So factories started to amass electrical cabinets full of power
relays
To effect any changes, electricians would have go through the
herculean task of rewiring each relays ”Five hours to find it
and five minutes to fix it”
In 1968 the Hydramatic Division of the General Motors
Corporation specified the design criteria for the first
programmable controller
7/8/20174
GM Hydra-Matic Mandate
PLC
Less
wiring/User
friendly
Cost
effective
Extensive I/O
capability
Robust and able
to withstand
extreme
operating
conditions
Extraordinary
processing
time
Dick Morley’s company Bedford Associates in
Massachusetts proposed something called a Modular
Digital Controller (MODICON).
The MODICON 084 brought the world’s first PLC into
commercial production.
7/8/20176
PLC Pioneers
A Programmable Logic Controller (PLC) is
an electronic device with a Programmable
memory, multiple input and output
terminals that is used to logically control
various industrial machines and processes
7/8/20177
What is a PLC?
Major Components of a PLC
7/8/20178
PROCESSOR
POWER
SUPPLY
I M
N O
P D
U U
T L
E
O M
U O
T D
P U
U L
T E
PROGRAMMING
DEVICE
From
SENSORS
Pushbuttons,
contacts,
limit switches,
etc.
To
OUTPUT
Solenoids,
contactors,
alarms
etc.
Major Components of a PLC
POWER SUPPLY
– Provides the voltage needed to run the primary PLC
components
I/O MODULES
– Provides signal conversion and isolation between the
internal logic-level signals inside the PLC and the field’s high
level signal.
PROCESSOR
– Provides intelligence to command and govern the activities
of the entire PLC systems.
PROGRAMMING DEVICE
– used to enter the desired program that will determine the
sequence of operation and control of process equipment or
driven machine.
7/8/20179
Leading Brands Of PLC
AMERICAN 1. Allen Bradley
2. Modicon
3. Texas Instruments
4. General Electric
EUROPEAN 1. Siemens
2. Festo
3. Telemechanique
JAPANESE 1. Toshiba
2. Omron
3. Mitsubishi
7/8/201710
PLC Programming Software
Allen-Bradley – Rockwell RSLogix500/5000
Modicon - Modsoft
Omron – CX-ONE
Siemens– Simatic Step 7
7/8/201711
How Does it work?
7/8/201712
Self
scan
•Testing of its
own hardware
and software for
faults
Input
scan
•A PLC scan cycle
begins with the
CPU reading the
status of its
inputs.
Logic
scan
•The application
program is
executed using
the status of the
inputs
Output
scan
•The cycle ends by
updating the
outputs.
PLC SCAN CYCLE
Concept of Ladder logic
7/8/201713
Power flows through these contacts when they are closed. The
normally open (XIC) is true when the input or output status bit
controlling the contact is 1. The normally closed (XIO) is true
when the input or output status bit controlling the contact is 0.
Examine if open
(XIC)
Examine if closed
(XIO)
7/8/201714
On Delay Timers (TON) EN
DN
TT:
PRESET:
ACC:
EN: This is the timer Enable bit that comes on once the timer
is energised
DN: This is the timer Done bit that only comes on once the
time is done counting
TT: This is the Timer Timing bit which comes on and stays on
as long as the timer is counting and goes off once the timer is
done counting.
7/8/201715
Coils
Coils represent relays that are energized when power flows to
them. When a coil is energized it causes a corresponding
output to turn on by changing the state of the status bit
controlling the output to 1
7/8/201716
AND OPERATION
Rung
Each rung or network on a ladder program represents
a logic operation. In the rung above, both inputs A and B
must be true (1) in order for the output C to be true (1).
7/8/201717
OR OPERATION
Rung
In the rung above, it can be seen that either input A or B
is be true (1), or both are true, then the output C is true (1).
7/8/201718
NOT OPERATION
Rung
In the rung above, it can be seen that if input A is be true (1),
then the output C is true (0) or when A is (0), output C is 1.
Tank Used to Mix Two Liquids
7/8/201719
A
B
C
FS
MOTOR
TIMER
Tank Used to Mix Two Liquids
A tank is used to mix two liquids. The control circuit operates as
follows:
When the start button is pressed, solenoids A and B energize.
This permits the two liquids to begin filling the tank.
When the tank is filled, the float switch trips. This de-energizes
solenoids A and B and starts the motor used to mix the liquids
together.
The motor is permitted to run for one minute. After one minute
has elapsed, the motor turns off and solenoid C energizes to
drain the tank.
7/8/201720
Tank Used to Mix Two Liquids
When the tank is empty, the float switch de-energizes
solenoid C.
A stop button can be used to stop the process at any
point.
Once the circuit has been energized it will continue to
operate until it is manually stopped.
7/8/201721
Sample Program
7/8/201722
7/8/201723
Smaller in size
Cost Effective
Ease of maintenance/
troubleshooting
Rugged and reliable
Easier and faster to make changes
High Speed of Operation
Diagnosis can be centrally
available
Advantages
7/8/201724
Hard wired VS PLC
7/8/201725
PLC devices are proprietary
Disadvantage
7/8/201726
Oil & Gas processing Plants
Factory/Process automation
Warehouse Automation
Traffic management controls
Power systems
Water treatment systems
Applications
Conclusions & Recommendations
As industrial automation evolves, students
exposure to modern technologies will translate
to increased opportunities in different industries,
therefore it is expedient that our universities put
in place a compulsory scheme on Factory
Automation that ensures every engineering
graduate gets a feel of what automation is all
about before graduation. Lagos state has already
started this by implementing a FESTO
Authorized and Certified Training (FACT) Centre
Thank you
7/8/201728

Contenu connexe

Tendances

FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
Journal For Research
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
Roshit Kadiru
 

Tendances (20)

Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
 
Training report of PLC
Training report of PLCTraining report of PLC
Training report of PLC
 
PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)PLC (PROGRAMMABLE LOGIC CONTROLLER)
PLC (PROGRAMMABLE LOGIC CONTROLLER)
 
Basics of plc_programming1
Basics of plc_programming1Basics of plc_programming1
Basics of plc_programming1
 
PLC
PLCPLC
PLC
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
PLC (programmable logic controllers) RTD and CNC PPT- powerpoint presentation...
 
Plc presentation
Plc presentation Plc presentation
Plc presentation
 
Basic plc
Basic plcBasic plc
Basic plc
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
Automation PLC & SCADA
Automation PLC & SCADA Automation PLC & SCADA
Automation PLC & SCADA
 
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
 
Part 5 PLC inputs & outputs
Part 5 PLC inputs & outputsPart 5 PLC inputs & outputs
Part 5 PLC inputs & outputs
 
Plc seminar abu
Plc seminar    abuPlc seminar    abu
Plc seminar abu
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
Plc example presentation
Plc example presentationPlc example presentation
Plc example presentation
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
plc training report
plc training reportplc training report
plc training report
 

Similaire à Industrial Automation Using PLC. (20)

Basic plc
Basic plcBasic plc
Basic plc
 
Project on PLC (SILO)
Project on PLC (SILO)Project on PLC (SILO)
Project on PLC (SILO)
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
 
Handbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUESHandbook Of PLC EMERSON EDUARDO RODRIGUES
Handbook Of PLC EMERSON EDUARDO RODRIGUES
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
Unit - 1.pptx
Unit - 1.pptxUnit - 1.pptx
Unit - 1.pptx
 
I012455457
I012455457I012455457
I012455457
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptx
 
documentation (1)
documentation (1)documentation (1)
documentation (1)
 
PLC operation part 1
PLC operation part 1PLC operation part 1
PLC operation part 1
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 

Plus de Chinaza Clement Owuamalam

Plus de Chinaza Clement Owuamalam (15)

Discover Rotary.
Discover Rotary.Discover Rotary.
Discover Rotary.
 
My TRF Twin
My TRF TwinMy TRF Twin
My TRF Twin
 
Rotary Citation For Rotaract Clubs - Making a Difference.
Rotary Citation For Rotaract Clubs - Making a Difference.Rotary Citation For Rotaract Clubs - Making a Difference.
Rotary Citation For Rotaract Clubs - Making a Difference.
 
Rotary Foundation Basics.
Rotary Foundation Basics.Rotary Foundation Basics.
Rotary Foundation Basics.
 
Doing Good in The World.
Doing Good in The World.Doing Good in The World.
Doing Good in The World.
 
A Presentation on Field Instrumentation.
A Presentation on Field Instrumentation.A Presentation on Field Instrumentation.
A Presentation on Field Instrumentation.
 
Digitization and Digital Preservation: An E-Library Solution.
Digitization and Digital Preservation: An E-Library Solution.Digitization and Digital Preservation: An E-Library Solution.
Digitization and Digital Preservation: An E-Library Solution.
 
Long Term Evolution Technologies, 3G & 4G.
Long Term Evolution Technologies, 3G & 4G.Long Term Evolution Technologies, 3G & 4G.
Long Term Evolution Technologies, 3G & 4G.
 
Academics - An Enhancement and A Career.
Academics - An Enhancement and A Career.Academics - An Enhancement and A Career.
Academics - An Enhancement and A Career.
 
How to Make Real Money on Fiverr.
How to Make Real Money on Fiverr.How to Make Real Money on Fiverr.
How to Make Real Money on Fiverr.
 
Ịwa Akwa -The Wearing Cloth Ceremony.
Ịwa Akwa -The Wearing Cloth Ceremony.Ịwa Akwa -The Wearing Cloth Ceremony.
Ịwa Akwa -The Wearing Cloth Ceremony.
 
Receiving a Nigerian Undergraduate Scholarship
Receiving a Nigerian Undergraduate ScholarshipReceiving a Nigerian Undergraduate Scholarship
Receiving a Nigerian Undergraduate Scholarship
 
Sexual Health of Young People.
Sexual Health of Young People.Sexual Health of Young People.
Sexual Health of Young People.
 
How to Build a Twitter Army And Use BBM Channels.
How to Build a Twitter Army And Use BBM Channels.How to Build a Twitter Army And Use BBM Channels.
How to Build a Twitter Army And Use BBM Channels.
 
Enjoy Rotaract!
Enjoy Rotaract!Enjoy Rotaract!
Enjoy Rotaract!
 

Dernier

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Dernier (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 

Industrial Automation Using PLC.

  • 1. INDUSTRIAL AUTOMATION USING PLC Iroakazi Chidiebere PZ Cussons Nigeria Plc kazzika@yahoo.com
  • 2. Outline Introduction Background PLC definition PLC manufacturers PLC Programming software How it works Advantages & Disadvantages Application Ladder logic Conclusions and Recommendations 7/8/20172
  • 3. Introduction The Programmable Logic Controller (PLC) has revolutionized the automation industry. Today PLCs can be found in everything from factory equipment to Automobiles, but prior to 1968 the programmable controller didn’t even exist. Instead what existed was a unique set of challenges that needed a solution. 7/8/20173
  • 4. Background Before the days of the PLC the only way to control machinery was through the use of relays. For example if I wanted to control an electric motor, I could attach a relay between the power source and the motor. Then I could control when the motor is getting power by either energizing or de-energizing the relay. There could be several motors in one factory that need to be controlled, so what do you do? You add lots of relays. So factories started to amass electrical cabinets full of power relays To effect any changes, electricians would have go through the herculean task of rewiring each relays ”Five hours to find it and five minutes to fix it” In 1968 the Hydramatic Division of the General Motors Corporation specified the design criteria for the first programmable controller 7/8/20174
  • 5. GM Hydra-Matic Mandate PLC Less wiring/User friendly Cost effective Extensive I/O capability Robust and able to withstand extreme operating conditions Extraordinary processing time
  • 6. Dick Morley’s company Bedford Associates in Massachusetts proposed something called a Modular Digital Controller (MODICON). The MODICON 084 brought the world’s first PLC into commercial production. 7/8/20176 PLC Pioneers
  • 7. A Programmable Logic Controller (PLC) is an electronic device with a Programmable memory, multiple input and output terminals that is used to logically control various industrial machines and processes 7/8/20177 What is a PLC?
  • 8. Major Components of a PLC 7/8/20178 PROCESSOR POWER SUPPLY I M N O P D U U T L E O M U O T D P U U L T E PROGRAMMING DEVICE From SENSORS Pushbuttons, contacts, limit switches, etc. To OUTPUT Solenoids, contactors, alarms etc.
  • 9. Major Components of a PLC POWER SUPPLY – Provides the voltage needed to run the primary PLC components I/O MODULES – Provides signal conversion and isolation between the internal logic-level signals inside the PLC and the field’s high level signal. PROCESSOR – Provides intelligence to command and govern the activities of the entire PLC systems. PROGRAMMING DEVICE – used to enter the desired program that will determine the sequence of operation and control of process equipment or driven machine. 7/8/20179
  • 10. Leading Brands Of PLC AMERICAN 1. Allen Bradley 2. Modicon 3. Texas Instruments 4. General Electric EUROPEAN 1. Siemens 2. Festo 3. Telemechanique JAPANESE 1. Toshiba 2. Omron 3. Mitsubishi 7/8/201710
  • 11. PLC Programming Software Allen-Bradley – Rockwell RSLogix500/5000 Modicon - Modsoft Omron – CX-ONE Siemens– Simatic Step 7 7/8/201711
  • 12. How Does it work? 7/8/201712 Self scan •Testing of its own hardware and software for faults Input scan •A PLC scan cycle begins with the CPU reading the status of its inputs. Logic scan •The application program is executed using the status of the inputs Output scan •The cycle ends by updating the outputs. PLC SCAN CYCLE
  • 13. Concept of Ladder logic 7/8/201713 Power flows through these contacts when they are closed. The normally open (XIC) is true when the input or output status bit controlling the contact is 1. The normally closed (XIO) is true when the input or output status bit controlling the contact is 0. Examine if open (XIC) Examine if closed (XIO)
  • 14. 7/8/201714 On Delay Timers (TON) EN DN TT: PRESET: ACC: EN: This is the timer Enable bit that comes on once the timer is energised DN: This is the timer Done bit that only comes on once the time is done counting TT: This is the Timer Timing bit which comes on and stays on as long as the timer is counting and goes off once the timer is done counting.
  • 15. 7/8/201715 Coils Coils represent relays that are energized when power flows to them. When a coil is energized it causes a corresponding output to turn on by changing the state of the status bit controlling the output to 1
  • 16. 7/8/201716 AND OPERATION Rung Each rung or network on a ladder program represents a logic operation. In the rung above, both inputs A and B must be true (1) in order for the output C to be true (1).
  • 17. 7/8/201717 OR OPERATION Rung In the rung above, it can be seen that either input A or B is be true (1), or both are true, then the output C is true (1).
  • 18. 7/8/201718 NOT OPERATION Rung In the rung above, it can be seen that if input A is be true (1), then the output C is true (0) or when A is (0), output C is 1.
  • 19. Tank Used to Mix Two Liquids 7/8/201719 A B C FS MOTOR TIMER
  • 20. Tank Used to Mix Two Liquids A tank is used to mix two liquids. The control circuit operates as follows: When the start button is pressed, solenoids A and B energize. This permits the two liquids to begin filling the tank. When the tank is filled, the float switch trips. This de-energizes solenoids A and B and starts the motor used to mix the liquids together. The motor is permitted to run for one minute. After one minute has elapsed, the motor turns off and solenoid C energizes to drain the tank. 7/8/201720
  • 21. Tank Used to Mix Two Liquids When the tank is empty, the float switch de-energizes solenoid C. A stop button can be used to stop the process at any point. Once the circuit has been energized it will continue to operate until it is manually stopped. 7/8/201721
  • 23. 7/8/201723 Smaller in size Cost Effective Ease of maintenance/ troubleshooting Rugged and reliable Easier and faster to make changes High Speed of Operation Diagnosis can be centrally available Advantages
  • 25. 7/8/201725 PLC devices are proprietary Disadvantage
  • 26. 7/8/201726 Oil & Gas processing Plants Factory/Process automation Warehouse Automation Traffic management controls Power systems Water treatment systems Applications
  • 27. Conclusions & Recommendations As industrial automation evolves, students exposure to modern technologies will translate to increased opportunities in different industries, therefore it is expedient that our universities put in place a compulsory scheme on Factory Automation that ensures every engineering graduate gets a feel of what automation is all about before graduation. Lagos state has already started this by implementing a FESTO Authorized and Certified Training (FACT) Centre