Automation(plc&scada)

50
Automation PLC & SCADA

description

automation (based on plc & scada)

Transcript of Automation(plc&scada)

Page 1: Automation(plc&scada)

AutomationPLC & SCADA

Page 2: Automation(plc&scada)

Title and Content Layout with List

What is Automation

Impact of Automation

Automation History

Type of Automation

Introduction of PLC

Type of PLC

Introduction of SCADA

Page 3: Automation(plc&scada)

What is Automation

Automation is the use of scientific and technological principles in the manufacture of machines that take over work normally done by humans.

Automation plays an increasingly important role in the global economy and in daily experience.

Page 4: Automation(plc&scada)

Impact of Automation

It speeds up the developmental processes of the society. It increases production. Brings further technological changes like information technology. Extreme industrialization Replacement of human labor with machines. Makes life dependent on latest gadgets and equipments

In general, automation is responsible for the shift in the world economy.

Page 5: Automation(plc&scada)

Automation History

Manual Control Pneumatic Control

Hard wired logic Control

Electronic Control using Logic Gates

Programmable Logic Controller

Page 6: Automation(plc&scada)

Types of Automation

Types of Automation Applications

1.Home Automation Air Conditioner, Geyser, Washing

machine etc.

2.Office Automation FAX, Printers etc.

3.Building Automation Automatic Car Parking, Elevator etc.

4.Industrial Automation Automation in whole plant.

Page 7: Automation(plc&scada)

Home Automation

Page 8: Automation(plc&scada)

Office Automation

Page 9: Automation(plc&scada)

Building Automation

Page 10: Automation(plc&scada)

Industrial Automation

Page 11: Automation(plc&scada)

Different types of automation tools exist are:

ANN - Artificial neural network DCS - Distributed Control System HMI - Human Machine Interface SCADA - Supervisory Control and Data Acquisition PLC - Programmable Logic Controller Robotics

Page 12: Automation(plc&scada)

Basic Components Of Automation

Field Sensors

Junction Box

Control Hardware and Control System

SCADA

Page 13: Automation(plc&scada)

Field Sensors

Sense the parameter and send the analog & digital signal to the control hardware

Process Variables Sensors

Temperature RTD, Thermocouple, Thermistor

Pressure Borden Tube, Bellows, Strain Gauge

Flow Pitot Tube

Displacement LVDT, RVDT

Page 14: Automation(plc&scada)

Control Hardware

Proportional Integral Derivative Controller (PID)

CNC

PC Based

PLC

DCS

Control hardware consist of different types of controllers which are as follows:

Page 15: Automation(plc&scada)

Application of Automation Power generationhydro, coal, gas, oil, shale, nuclear, wind, solar

Distribution electricity, water

Process paper, food, pharmaceutical, metal production and processing, glass, cement,

chemical, refinery, oil & gas

Manufacturing computer aided manufacturing (CIM)flexible fabrication, appliances, automotive, aircrafts

Storage

Building heat, ventilation, air conditioning (HVAC)access control, fire, energy supply, tunnels,

parking lots, highways,....

Transportation rolling stock, street cars, sub-urban trains,

silos, elevator, harbor, retail houses, deposits, luggage handling

Transmission electricity, gas, oil

Page 16: Automation(plc&scada)

Power Plants

Thermal power plant Hydro power plant Wind power plant

Nuclear power plant Solar power

plant

Page 17: Automation(plc&scada)

examples

Page 18: Automation(plc&scada)

Programmable Logic

Controllers(PLC)

Page 19: Automation(plc&scada)

Introduction of PLC

A PLC (i.e. Programmable Logic Controller) is a device that was invented to replace the necessary sequential relay circuits for machine control.

The PLC works by looking at its inputs and depending upon their state, turning on/off its outputs

Page 20: Automation(plc&scada)

Basic Components of PLC

CPU

PG/PC

Output Module

Power Supply

Input Module

Page 21: Automation(plc&scada)

Input Modules

Act as interface between real-time status of process variable and the CPU.

Analog input module:

RTD (Ohm)

Thermocouple (mV)

Digital input module:

Switches

Pushbuttons

Relays

Page 22: Automation(plc&scada)

TYPES OF I/P’S

Manually operated button MECHANICALLY OPERATED SWITCHES

PHOTO ELECTRIC SWITCHProximity sensors

Page 23: Automation(plc&scada)

Output Modules

• Act as link between the CPU and the output devices in the field.

Analog output module :

Control Valve

Motor

Digital output module :

Solenoid Valves

lamps

Page 24: Automation(plc&scada)

Power Supply

• Converts the incoming voltage to a useable form for the internal

electronics

• Protects the PLC ‘s components from voltage spikes

• Operates either on 120VAC/ 240 VAC/ 24VDC

• Isolation transformer - take care of shielding from Drives, ensure

proper earthing.

Page 25: Automation(plc&scada)

Programming Interface

• Personal Computer

– Run PLC Programming Software

– It creates, edits, document, store and troubleshoot ladder diagrams, and

generates printed reports.

• Hand Held Programmer

– Mainly a troubleshooting tool.

– On factory floor you can modify, store and transfer the program to

multiple machines.

These products communicate with the PLC through a RS232

Page 26: Automation(plc&scada)

PLC Programming Standards

The open, manufacturer-independent programming standard for automation is IEC 61131-3. You can thus choose what configuration interface you wish to use when writing your application :

Ladder Diagram Statement List Instruction List Function Block Diagram Sequential Function Chart Structured Text

Page 27: Automation(plc&scada)

Represents how electrical current flows through the devices to complete an electrical circuit

Each electrical circuit in the diagram is considered a rung having two components

Ladder Logic

L1 L2PB1 Stop PB2

Start

M1 M1

Motor

Power Bus

Power Bus

Auxiliary Holding Contact

Rung

Page 28: Automation(plc&scada)

Bit Instructions

Timers

Counters

Compare Block

Mathematical Operators

TOOLS FOR LADDER PROGRAMMING

Page 29: Automation(plc&scada)

Input NC Bit

Input NO Bit

Output Bit

Binary Latch Bit

Binary Unlatch Bit

OSR Bit

BITS

Page 30: Automation(plc&scada)

The three most common instructions in ladder logic are:

Ladder Logic Instructions

Page 31: Automation(plc&scada)

Simple Relay Circuit

Page 32: Automation(plc&scada)

Circuit representation in Ladder Logic

The above circuit is represented in Ladder logic as shown in figure below (only the low voltage circuit is used in ladder logic diagrams):

Page 33: Automation(plc&scada)

Timer

Page 34: Automation(plc&scada)

Counter

Page 35: Automation(plc&scada)

IF input 4 OR input 5 have power

THEN energize output 0

| |I/4

| |I/5

( )O/0

Logical Continuity

F

T

On

| |I/4

| |I/5

( )O/0

Logical Continuity

T

F

On

Logical OR Construction

Page 36: Automation(plc&scada)

IF input 4 AND input 5 have power

THEN energize output 0

| |I/4

| |I/5

( )O/0

Logical Continuity

T T T

On

Logical AND Construction

Page 37: Automation(plc&scada)

Advantages of PLCs

Reduced space Energy saving Ease of maintenance Economical Greater life & reliability Shorter project time Easier storage, archiving and documentation

Page 38: Automation(plc&scada)

SCADA(SUPERVISORY CONTROL AND DATA ACQUISITION)

Page 39: Automation(plc&scada)

What is meant by Data Acquisition

DA refers to the method used to access and control information or data from the equipment being controlled and monitored.

The Data accessed are then forwarded onto a telemetry system ready for being transferred to the different sites.

Data accessed can be analog and digital information gathered by sensors,

Flow-meter, Encoders or Current transformers

It also can be Control Actions for,

Actuators, Relays, Valves, Motors, etc

Page 40: Automation(plc&scada)

Why SCADA?

Previously without SCADA software, an industrial process was entirely controlled by PLC, CNC , PID & micro controllers having programmed in certain languages or codes.

These codes were either written in assembly language or relay logic without any true animation that would explain the process running.

It is always easy to understand the status of the process if it is shown with some animations rather then written codes.

Hence SCADA software came to existence and with some exclusive features it became internal part of automation system

Page 41: Automation(plc&scada)

Features of typical SCADA software

Dynamic process graphic

Real-time and Historical trending

Alarms

Recipe Management

Security

Device connectivity

Script for logic development

Database connectivity

Page 42: Automation(plc&scada)

Dynamic Process Graphics

Page 43: Automation(plc&scada)

Real-time & Historical Trends

Page 44: Automation(plc&scada)

Alarms Every plant needs proper monitoring and control of the process

parameters. Alarms represent warnings of process conditions that could

cause problems, and require an operator response

Page 45: Automation(plc&scada)

Recipe Management

The recipe management is facility used for maintain various recipes of different products and implement it on the process.

The recipe can be stored in a single server and it can be fetched by any client server from any area to run the process.

Page 46: Automation(plc&scada)

Security Every SCADA software has various levels of security for

securing the application by avoiding unauthorized access.

Page 47: Automation(plc&scada)

DIFFERENT USES OF SCADA SYSTEMS:

Mass transit: regulate electricity to subways, trams and trolley buses; to automate traffic signals for rail systems; to track and locate trains and buses; and to control railroad crossing gates.

Manufacturing: manage parts inventories for just-in-time manufacturing, regulate industrial automation and robots, and monitor process and quality control.

Page 48: Automation(plc&scada)

DIFFERENT USES OF SCADA SYSTEMS(CONTD.):

Electric power generation, transmission and distribution: Electric utilities detect current flow and line voltage, to monitor the operation of circuit breakers, and to take sections of the power grid online or offline.

Buildings, facilities and environments: Facility managers use SCADA to control HVAC, refrigeration units, lighting and entry systems.

Page 49: Automation(plc&scada)
Page 50: Automation(plc&scada)

thank you