SlideShare a Scribd company logo
Introduction of SOFCON
Sofcon a Channel Partner of Rockwell Automation
in India.
▪ It offers Turn-key Automation projects, solutions
& services to power, chemical, pharma, cement,
energy, food, water management etc. industries
for over 02 decades.
▪ Sofcon India Pvt. Ltd (Training Wing of Sofcon
Group) is committed to Strengthen practical
Knowledge of Engineers /Working Professionals /
Technicians
Sofcon offers various
courses
0PLC Course Contents
0 Digital Electronics Basics
0 PLC Fundamentals
0 PLC Hardware & Architecture
0 Source & sink Cencepts
0 Wiring Different field Devices to PLC
S C A D A Course
Contents
0 Introduction to SCADA Software
0 Creating new SCADA project
0 Creating & editing elementary graphic display
0 Attaching controls to graphic objects
0 Real time & historical trends Using alarms &
events
0 Application of scripts Communication with PLC
0 Communication with excel
AUTOMATION
0 Automation is a step beyond mechanization.
0 Automation is the use of control systems
and information technologies to reduce the
need for human work in the production of
goods and services.
Automation Components
0 Sensor for sensing
physical conditions
0 Transmitters
0Control Systems
0Output Devices
Automation : Typical installation . . . .
Junction Box
Field Cabling
Sensors Placed in the field
Control Panel
Control Hardware
SCADA Software
Communication Cable
Field Cabling
Back
Programmable Logic
Controllers
❖A PLC is a solid state / industrial com puter that
performs discrete or sequential logic in a factory
environment.
❖ It was originally developed to replace mechanical
relays, timers, counters.
❖A sequence of instructions is programmed by the
user to the PLC memory. Its purpose is to monitor
crucial process parameters and adjust process
operations accordingly.
FUNCTIONS
•
Control
Counting
Arithmetic
On/Off
Timing
Sequencing
Data Handling
By
Reduced wiring & associated errors
Less space
No moving parts - rugged
Possibility of reprogramming
PLC Saves
Material cost
Installation cost
Troubleshooting
Labor cost
Value added benefits
Reliability
Flexibility
Advanced Function
Communication
Speed
Diagnostics
ADVANTAGES
Packaging
Material Handling
Power Generation
Security Systems
Paint Lines
Bottling & Canning
Machining
HVAC/ Building Automation
Automated Assembly
Water treatment
Industry
Cement Automobile Chemicals Plastics
Metals Paper F&B
APLLICATIONS
Any application in any industry
that requires electrical control
Various Brands of PLCs
➢Allen Bradley
➢Siemens
USA
Germany
➢Modicon
➢Mitshubishi
➢GE Fanuc
➢Omron
France
Japan
USA
Japan
Programming/
Communication
Device
Central
Processing
Unit (CPU)
Input
Circuits
Output
Circuits
Memory
program data
Power supply
Optical isolation Optical isolation
ARCHITECTURE
INPUTS
Input
Circuits
PLC system consists of Inputs
1) Inputs - Discrete - On/Off type
o
o
o
o
o
o
Pushbuttons
Switches
Limit Switches
Selector Switches
Proximity sensors
Photo - electric sensors
2) Inputs devices - Analog
o
o
Resistance Temp. Detectors
Thermo - couple
Input Modules
1
2
3
4
5
6
7
8
9
10
COM
A/D
conversion
To PLC
Terminal block -
this is where
wires from the
field devices are
connected
Field device -
this is
showing a
simple switch
Input
Module
24 Volt
DC
System
+ 24
Volts
- 24
Volts
The input module performs tasks
electronically as:
oDetermines the presence or absence of
input
oConverts input single to a DC level use
able PLC
oProvides Electronic isolation B/w input
signal & PLC
Input Modules
Pressur
e
Temperatur
e
0-10V DC
Switch
24V DC
PLC system consists of Outputs
Output
Circuits
o
o
o
o
o
o
o
Solenoids
Relays - AC or DC powered
Contactors
Motor Starters
Indication Lights
Valves
Alarms
OUTPUTS
Output Modules
From
PLC
Terminal block -
this is where
wires from the
field devices are
connected
Field device
-Motor starter,
controlling an
AC motor.
1
2
3
4
5
6
7
8
9
10
COM
D/A
Conversion
Output
Module
Fan
120V AC
Light
24V DC
Valve
0-10V
Output Modules
The output module operates in opposite manner
from input module
Processor, Controller, or CPU
● Stores the control program and data in its memory
● Reads the status of connected input devices
● Performs Arithmetic and Logical Operations
● Executes the control program
● Commands connected outputs to change state based on
program execution
WORKING OF
PROCESSOR
For any execution of program processor has
to scan the entire program
Scan cycle consist of:-
➢ Input Scan
➢ Program Scan
➢ Output Scan
➢ Housekeeping
PLC SCAN
Facts about scan
cycle
➢Scan Cycle Depends upon No of I/Os
➢More I/Os More scan time
➢Application Decides the Scan time
of a PLC
➢Scan time in normal applications is
1 ms to 2 ms & in bigger applications
100 ms to 200 ms
MEMORY
❖The processor consists of memory locations
known as words
❖Each word can store binary data
❖The number of bits that a word can store depends
on the system of PLC
❖The 16-bit word is more common
Types of Memory
It is divided into two parts
:
1)The user memory is for
storage of user program
i.e. ladder logic
2)The storage memory is
used to store information
such as input/ output
status timers, or counters
Programming Languages
0 Ladder Diagram (LD)
0 Functional block Diagram (FBD)
0 Structured Text (ST)
0 Instruction List (IL)
0 Sequential Functional Chart (SFC)
Ladder Basics
➢Ladder is widely used language & is close to
Electrical basics.
➢ In 50-6 0 % places in a ladder: NO, NC
or (XIC, XIO in case of Allen Bradley) are used.
➢If s/w closed at this add
CPU interprets it as True
condition
➢If s/w Open at this add CPU
interprets it as False
condition
➢If s/w Open at this add CPU
interprets it as True
condition
➢If s/w Closed at this add
CPU interprets it as False
condition
CONTROL
SIGNAL IN1
CONTROL
SIGNAL IN2
OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate, Relay and PLC Equivalent
Boolean Expression is written as: Y = A + B
In an OR gate, the output is high if any one or all of the inputs are
high. Therefore the OR gate is equivalent to a parallel combination of
normally open switches.
Truth Table Control signal
IN1
CONTROL
SIGNAL IN2
OUTPUT
0 0 0
0 1 1
1 0 1
1 1 1
Hardware Over View of
MicroLogix 1000
MicroLogix 1000 is a packaged controller
containing a power supply, input circuits, output
circuits, and a processor.
Data Files in Micrologix
1000
Basic Components of a PLC
Network Interface System
Most PLCs have the ability to communicate with
other devices. The PLC will communicate to the
other devices through a network interface.
Network connecting other
devices
Network
interface
module
PLC
Typical PLC Application
Motor
Solenoid 1 Solenoid 2
Solenoid 3
Sensor 1
Sensor 2
Ingredient A Ingredient B
Programming a PLC – Conveyor
example
Light 1
Photoeye 2 Photoeye 1
Motor
1
PLC Programming Software
Supervisory Control and
Data
Acquisition (SCADA)
0 SCADA system
S
s ystems
0 used to monitor and control a plant or
equipment in industries
such as:
0 telecommunications, water and waste
control, energy, oil and gas refining and
transportation
PURPOSE
A SCADA SYSTEM
●Gathers information from Remote Terminal
Units (RTUs) and/or (PLCs), and the central
host and the operator terminals(such as where
a leak on a pipeline has occurred).
●Transfers the information back to a central
site, then alerts the home station that a leak
has occurred
● carries out necessary analysis and control,
What do SCADA
Provide?
● Dynamic Process Graphics
● Basic SCADA functionality
Real time &historical trend
▪ Alarms
▪ Recipe Management
S e c u r i t y
R e p o r t Generation
▪ Logging, Archiving
▪ Device connectivity
▪ Data base connectivity
● Interfaces to H/W and S /W
● Interfaces to ERP- and Expert-Systems
● Development Tools
37
DEVICE CONNECTIVITY
Every manufacturer have there one way
communication or follow different protocols.
SCADA S /W should have connectivity to
different h/w used in automation
Benefits of
SCADA
0 Standard frame for application
0 Rich functionality (50 - 100 p-yrs investment)
0 Reliability and Robustness (very large installed
base, mission critical processes)
0 Limited specific development
0 Technical support and maintenance
0 ….. Etc
9 - 12 Oct. 2000 PCaPAC'2000 - DESY 39
Development
Tools
0 Project editor
0 Graphics editor
0 Configuration through parameter templates
0 Scripting language
0 Most processing tools based on IEC 1131
0 Batch configuration according to S88.1
0 Driver Development Tool Kit
9 - 12 Oct. 2000 PCaPAC'2000 - DESY 40
Configuration
of SCADA Systems
9 - 12 Oct. 2000 PCaPAC'2000 - DESY 41
Field Bus
Data Server PLC’s
Data Server
Configuration
of SCADA Systems 2nd
42
PLC
Programs
Communication
Processor
•Analog-Input
•Value-AI-0
•Value-AI-1
•Analog-Output
•Value-AO-0
•Value-AO-1
Field Bus
•Vacuum_VALUE
•Pressure_VALUE
•Analog-Output
•Valve_1_OUT
•Heater_1_OUT
Mapping
SCADA
•Analog-Input
Play
THAT’S IT FROM THE
PRESENTATION AREA
43

More Related Content

Similar to plc-amp-scada-ppt.pptx

Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
Ali Altahir
 
Basic plc
Basic plcBasic plc
Basic plc
sundar sivam
 
Automation(plc&scada)
Automation(plc&scada)Automation(plc&scada)
Automation(plc&scada)
Deepesh Vaishnav
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
Ashish Deotale
 
plc hardware presentation.pptx
plc hardware presentation.pptxplc hardware presentation.pptx
plc hardware presentation.pptx
chetanharihar2
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
Nokia Technology
 
documentation (1)
documentation (1)documentation (1)
documentation (1)
hari chandana
 
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
dmckinseyrecruitment
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
Hammzah Niazi
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
Nits Sharma
 
-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx
michael hailu
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUES
EMERSON EDUARDO RODRIGUES
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
RaghadAlnajim1
 
Basic plc
Basic plcBasic plc
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
Gaurav Kumar
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
BCGowtham1
 
Basic plc
Basic plcBasic plc
Basic plc
gmvd201091
 
Basic plc
Basic plcBasic plc
Basic plc
mnamky
 
Basic plc
Basic plcBasic plc
Basic plc
Kritika Ozha
 
Basic plc
Basic plcBasic plc
Basic plc
ishan111
 

Similar to plc-amp-scada-ppt.pptx (20)

Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
 
Basic plc
Basic plcBasic plc
Basic plc
 
Automation(plc&scada)
Automation(plc&scada)Automation(plc&scada)
Automation(plc&scada)
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
plc hardware presentation.pptx
plc hardware presentation.pptxplc hardware presentation.pptx
plc hardware presentation.pptx
 
Presentaton on Plc & Scada
Presentaton on Plc & ScadaPresentaton on Plc & Scada
Presentaton on Plc & Scada
 
documentation (1)
documentation (1)documentation (1)
documentation (1)
 
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
 
Basic PLC
Basic PLCBasic PLC
Basic PLC
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUES
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc 1
Basic plc 1Basic plc 1
Basic plc 1
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
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
 

More from Er.Perumal Manimekalai College of Engg

Plc and scada basics and application
Plc and scada basics and applicationPlc and scada basics and application
Plc and scada basics and application
Er.Perumal Manimekalai College of Engg
 
ml_battery_failure.pptx
ml_battery_failure.pptxml_battery_failure.pptx
Zenerdiode
ZenerdiodeZenerdiode
Armature Leakage reactance
Armature Leakage reactance Armature Leakage reactance
Armature Leakage reactance
Er.Perumal Manimekalai College of Engg
 
Dem-solved-problems
Dem-solved-problemsDem-solved-problems
MPMC LAB MANUAL EEE
MPMC LAB MANUAL EEEMPMC LAB MANUAL EEE
Basic electrical and electronics engineering
 Basic electrical and electronics engineering Basic electrical and electronics engineering
Basic electrical and electronics engineering
Er.Perumal Manimekalai College of Engg
 

More from Er.Perumal Manimekalai College of Engg (7)

Plc and scada basics and application
Plc and scada basics and applicationPlc and scada basics and application
Plc and scada basics and application
 
ml_battery_failure.pptx
ml_battery_failure.pptxml_battery_failure.pptx
ml_battery_failure.pptx
 
Zenerdiode
ZenerdiodeZenerdiode
Zenerdiode
 
Armature Leakage reactance
Armature Leakage reactance Armature Leakage reactance
Armature Leakage reactance
 
Dem-solved-problems
Dem-solved-problemsDem-solved-problems
Dem-solved-problems
 
MPMC LAB MANUAL EEE
MPMC LAB MANUAL EEEMPMC LAB MANUAL EEE
MPMC LAB MANUAL EEE
 
Basic electrical and electronics engineering
 Basic electrical and electronics engineering Basic electrical and electronics engineering
Basic electrical and electronics engineering
 

Recently uploaded

CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 

Recently uploaded (20)

CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 

plc-amp-scada-ppt.pptx

  • 1. Introduction of SOFCON Sofcon a Channel Partner of Rockwell Automation in India. ▪ It offers Turn-key Automation projects, solutions & services to power, chemical, pharma, cement, energy, food, water management etc. industries for over 02 decades. ▪ Sofcon India Pvt. Ltd (Training Wing of Sofcon Group) is committed to Strengthen practical Knowledge of Engineers /Working Professionals / Technicians
  • 2. Sofcon offers various courses 0PLC Course Contents 0 Digital Electronics Basics 0 PLC Fundamentals 0 PLC Hardware & Architecture 0 Source & sink Cencepts 0 Wiring Different field Devices to PLC
  • 3. S C A D A Course Contents 0 Introduction to SCADA Software 0 Creating new SCADA project 0 Creating & editing elementary graphic display 0 Attaching controls to graphic objects 0 Real time & historical trends Using alarms & events 0 Application of scripts Communication with PLC 0 Communication with excel
  • 4. AUTOMATION 0 Automation is a step beyond mechanization. 0 Automation is the use of control systems and information technologies to reduce the need for human work in the production of goods and services.
  • 5. Automation Components 0 Sensor for sensing physical conditions 0 Transmitters 0Control Systems 0Output Devices
  • 6. Automation : Typical installation . . . . Junction Box Field Cabling Sensors Placed in the field Control Panel Control Hardware SCADA Software Communication Cable Field Cabling Back
  • 7. Programmable Logic Controllers ❖A PLC is a solid state / industrial com puter that performs discrete or sequential logic in a factory environment. ❖ It was originally developed to replace mechanical relays, timers, counters. ❖A sequence of instructions is programmed by the user to the PLC memory. Its purpose is to monitor crucial process parameters and adjust process operations accordingly.
  • 9. By Reduced wiring & associated errors Less space No moving parts - rugged Possibility of reprogramming PLC Saves Material cost Installation cost Troubleshooting Labor cost Value added benefits Reliability Flexibility Advanced Function Communication Speed Diagnostics ADVANTAGES
  • 10. Packaging Material Handling Power Generation Security Systems Paint Lines Bottling & Canning Machining HVAC/ Building Automation Automated Assembly Water treatment Industry Cement Automobile Chemicals Plastics Metals Paper F&B APLLICATIONS Any application in any industry that requires electrical control
  • 11. Various Brands of PLCs ➢Allen Bradley ➢Siemens USA Germany ➢Modicon ➢Mitshubishi ➢GE Fanuc ➢Omron France Japan USA Japan
  • 13. INPUTS Input Circuits PLC system consists of Inputs 1) Inputs - Discrete - On/Off type o o o o o o Pushbuttons Switches Limit Switches Selector Switches Proximity sensors Photo - electric sensors 2) Inputs devices - Analog o o Resistance Temp. Detectors Thermo - couple
  • 14. Input Modules 1 2 3 4 5 6 7 8 9 10 COM A/D conversion To PLC Terminal block - this is where wires from the field devices are connected Field device - this is showing a simple switch Input Module 24 Volt DC System + 24 Volts - 24 Volts The input module performs tasks electronically as: oDetermines the presence or absence of input oConverts input single to a DC level use able PLC oProvides Electronic isolation B/w input signal & PLC
  • 16. PLC system consists of Outputs Output Circuits o o o o o o o Solenoids Relays - AC or DC powered Contactors Motor Starters Indication Lights Valves Alarms OUTPUTS
  • 17. Output Modules From PLC Terminal block - this is where wires from the field devices are connected Field device -Motor starter, controlling an AC motor. 1 2 3 4 5 6 7 8 9 10 COM D/A Conversion Output Module
  • 18. Fan 120V AC Light 24V DC Valve 0-10V Output Modules The output module operates in opposite manner from input module
  • 19. Processor, Controller, or CPU ● Stores the control program and data in its memory ● Reads the status of connected input devices ● Performs Arithmetic and Logical Operations ● Executes the control program ● Commands connected outputs to change state based on program execution
  • 20. WORKING OF PROCESSOR For any execution of program processor has to scan the entire program Scan cycle consist of:- ➢ Input Scan ➢ Program Scan ➢ Output Scan ➢ Housekeeping
  • 22. Facts about scan cycle ➢Scan Cycle Depends upon No of I/Os ➢More I/Os More scan time ➢Application Decides the Scan time of a PLC ➢Scan time in normal applications is 1 ms to 2 ms & in bigger applications 100 ms to 200 ms
  • 23. MEMORY ❖The processor consists of memory locations known as words ❖Each word can store binary data ❖The number of bits that a word can store depends on the system of PLC ❖The 16-bit word is more common
  • 24. Types of Memory It is divided into two parts : 1)The user memory is for storage of user program i.e. ladder logic 2)The storage memory is used to store information such as input/ output status timers, or counters
  • 25. Programming Languages 0 Ladder Diagram (LD) 0 Functional block Diagram (FBD) 0 Structured Text (ST) 0 Instruction List (IL) 0 Sequential Functional Chart (SFC)
  • 26. Ladder Basics ➢Ladder is widely used language & is close to Electrical basics. ➢ In 50-6 0 % places in a ladder: NO, NC or (XIC, XIO in case of Allen Bradley) are used. ➢If s/w closed at this add CPU interprets it as True condition ➢If s/w Open at this add CPU interprets it as False condition ➢If s/w Open at this add CPU interprets it as True condition ➢If s/w Closed at this add CPU interprets it as False condition
  • 28. OR Gate, Relay and PLC Equivalent Boolean Expression is written as: Y = A + B In an OR gate, the output is high if any one or all of the inputs are high. Therefore the OR gate is equivalent to a parallel combination of normally open switches. Truth Table Control signal IN1 CONTROL SIGNAL IN2 OUTPUT 0 0 0 0 1 1 1 0 1 1 1 1
  • 29. Hardware Over View of MicroLogix 1000 MicroLogix 1000 is a packaged controller containing a power supply, input circuits, output circuits, and a processor.
  • 30. Data Files in Micrologix 1000
  • 31. Basic Components of a PLC Network Interface System Most PLCs have the ability to communicate with other devices. The PLC will communicate to the other devices through a network interface. Network connecting other devices Network interface module PLC
  • 32. Typical PLC Application Motor Solenoid 1 Solenoid 2 Solenoid 3 Sensor 1 Sensor 2 Ingredient A Ingredient B
  • 33. Programming a PLC – Conveyor example Light 1 Photoeye 2 Photoeye 1 Motor 1
  • 35. Supervisory Control and Data Acquisition (SCADA) 0 SCADA system S s ystems 0 used to monitor and control a plant or equipment in industries such as: 0 telecommunications, water and waste control, energy, oil and gas refining and transportation
  • 36. PURPOSE A SCADA SYSTEM ●Gathers information from Remote Terminal Units (RTUs) and/or (PLCs), and the central host and the operator terminals(such as where a leak on a pipeline has occurred). ●Transfers the information back to a central site, then alerts the home station that a leak has occurred ● carries out necessary analysis and control,
  • 37. What do SCADA Provide? ● Dynamic Process Graphics ● Basic SCADA functionality Real time &historical trend ▪ Alarms ▪ Recipe Management S e c u r i t y R e p o r t Generation ▪ Logging, Archiving ▪ Device connectivity ▪ Data base connectivity ● Interfaces to H/W and S /W ● Interfaces to ERP- and Expert-Systems ● Development Tools 37
  • 38. DEVICE CONNECTIVITY Every manufacturer have there one way communication or follow different protocols. SCADA S /W should have connectivity to different h/w used in automation
  • 39. Benefits of SCADA 0 Standard frame for application 0 Rich functionality (50 - 100 p-yrs investment) 0 Reliability and Robustness (very large installed base, mission critical processes) 0 Limited specific development 0 Technical support and maintenance 0 ….. Etc 9 - 12 Oct. 2000 PCaPAC'2000 - DESY 39
  • 40. Development Tools 0 Project editor 0 Graphics editor 0 Configuration through parameter templates 0 Scripting language 0 Most processing tools based on IEC 1131 0 Batch configuration according to S88.1 0 Driver Development Tool Kit 9 - 12 Oct. 2000 PCaPAC'2000 - DESY 40
  • 41. Configuration of SCADA Systems 9 - 12 Oct. 2000 PCaPAC'2000 - DESY 41 Field Bus Data Server PLC’s Data Server
  • 42. Configuration of SCADA Systems 2nd 42 PLC Programs Communication Processor •Analog-Input •Value-AI-0 •Value-AI-1 •Analog-Output •Value-AO-0 •Value-AO-1 Field Bus •Vacuum_VALUE •Pressure_VALUE •Analog-Output •Valve_1_OUT •Heater_1_OUT Mapping SCADA •Analog-Input Play
  • 43. THAT’S IT FROM THE PRESENTATION AREA 43