plc2-130903111203-

34
PLC (Micrologix 1000) & SCADA (Intouch wonderware) SUMAN SOURABH 06570104910 B.TECH(EEE) FINAL YEAR

Upload: mehmood-khan-marwat

Post on 11-Jan-2016

214 views

Category:

Documents


2 download

DESCRIPTION

PLC scada

TRANSCRIPT

Page 1: plc2-130903111203-

PLC(Micrologix 1000) &

SCADA(Intouch wonderware)

SUMAN SOURABH06570104910B.TECH(EEE)FINAL YEAR

Page 2: plc2-130903111203-

What is AUTOMATION

• Making products under the control of computers and programmable controllers is known as automation.

• Manufacturing assembly lines as well as stand alone machine tools and robotic devices fall into this category.

• It is delegation of human control functions to technical equipment for increasing the productivity, quality, and increasing the safety in working conditions thereby reducing the manpower and cost.

Page 3: plc2-130903111203-

INSUSTRIAL AUTOMATION

• Now a days, every small and large industry employ automation.

• In manual control, an operator periodically reads the process and adjusts the input accordingly. Quite hectic!

• In automation control, measurements and adjustments are done automatically on a continuous basis. Quite convenient!

Page 4: plc2-130903111203-

Types of Control Systems used in INDUSTRIAL AUTOMATION

• PID controller based control system

• PLC based control system

• DCS based control system

• PC based control system

Page 5: plc2-130903111203-

PLC(Programmable Logic Controller)

• It is microprocessor based solid state/industrial computer that perform discrete or sequential logic.

• It was developed to replace mechanical relays, timers, counters.

• The early PLC’s were used to reduce the changeover time, wiring/re-wiring.

• The PLC programming procedures replaced the rewiring a panel full of wires, relays, timers, counters etc.

Page 6: plc2-130903111203-

Advantages

• Reliability in operation.

• Flexibility in control and programming techniques.

• Online offline modifications.

• Small physical size, shorter project time.

• In house simulation and testing of project.

• Speed of operation.

• Ease of maintenance and troubleshooting.

• Ability to communicate and networking with computer system in plant.

• Documentation and security.

• Designed to work in all types of industrial conditions.

Page 7: plc2-130903111203-

Micrologix 1000 programmable controller

Page 8: plc2-130903111203-

Architecture of a PLC

• BLOCK DIAGRAM

INPUT DEVICES

PLC OUTPUT DEVICES

POWERSUPPY

MEMORY INTERFACE

(24V DC,120V AC)

(Toggle or Push buttons, proximity or pressure sensors) (Displays

& Monitors)

(External memory module)

(SCADA or HMI)

Page 9: plc2-130903111203-

Hardware Overview

Page 10: plc2-130903111203-
Page 11: plc2-130903111203-

COMPUTER PLCDOWNLOAD

UPLOAD

• DATA TRANSMISSION-SERIAL

• SYSTEM(PORT) PLC(PORT) RS 232 DF port

• Baud Rate- 9.6 Kbps to 19.2 Kbps

• Driver softwares- RS Linx Classic, RS 232 & DF Drivers

• Programming software- RS Logix 500

Page 12: plc2-130903111203-

Working• Source mode: +ve supply is given to the PLC.

• Sink mode: -ve supply is given to the PLC.

• The sink and source modes mainly define the way in which the I/O is connected to the I/O of the PLC.

Page 13: plc2-130903111203-

PROGRAMMING the PLC

• Programming language used: LADDER language( ladder 2). The programming can be done with simple contacts that simulate the opening and closing of relays, counters, timers, shift registers and other math operations.

Page 14: plc2-130903111203-
Page 15: plc2-130903111203-

Basic symbols:

• Input symbols: XIC- XIO-

• Output symbols: OTE- OTL-

OUL-

Page 16: plc2-130903111203-

START- STOP LOGIC:

• START: hardware software NO- NC-

• STOP: NO- NC-

Page 17: plc2-130903111203-

ADDRESSING FORMAT : Identifier: slot address(if any).word address/bit

DATA FILES: micrologix 1000 contain the status information associated with the external I/O and all other instructions we use in our main and subroutine ladder program files.

These files are organized by the type of data they contain. Data file types are:

Page 18: plc2-130903111203-

PLC TIMER/COUNTER FUNCTION

Page 19: plc2-130903111203-

TIMER ON(Ton)

Page 20: plc2-130903111203-

COUNTER UP

Page 21: plc2-130903111203-

MATH INSTRUCTIO

NS

Page 22: plc2-130903111203-
Page 23: plc2-130903111203-

OTHER IMPORTANT INSTRUCTIONS

• JMP

• JSR

• SBR

• CMP

• MOV

• OSR

Page 24: plc2-130903111203-

Applications

• Material Handling

• Packaging Applications

• General Industrial Machinery

• Printing

• Food and Beverage

• Pharmaceutical

• Water Wastewater / SCADA

• Clutch/Brake control

• Position Control - Pick-and-place / Conveyor

Page 25: plc2-130903111203-

SCADA

• Supervisory Control And Data Acquisition

• It is a software through which we can create visualization of any industrial process.

• Earlier, PLC’s were programmed, download the program in it and it used to run for years

• The problem- no one knew what’s happening inside the PLC.

• Solution= PLC+SCADA

Page 26: plc2-130903111203-

TAG’s

• It is the address of the memory location where signals are being saved.

• We define a TAG in order to use it in the SCADA software(Intouch wonderware).

• TYPES : 1) Analog 2) Digital 3) Strings

• These are further associated with either “Memory” or “I/O” type tags.

• PC-SCADA – Memory analog/digital/string tag

• PLC-SCADA - I/O analog/digital/string tag

Page 27: plc2-130903111203-

FEATURES OF SCADA

• Dynamic process graphic

• Alarm

• Database connectivity

• Real time trend and historical trend view

• Security

• Device connectivity

Page 28: plc2-130903111203-

SCADA Software

• Wonderware- Intouch

• Rockwell- RS view32

• Siemens- winCC

• GE- Intellation

Page 29: plc2-130903111203-
Page 30: plc2-130903111203-
Page 31: plc2-130903111203-

PLC-SCADA COMMUNICATION

Page 32: plc2-130903111203-

EXAMPLE

Page 33: plc2-130903111203-

QUERIES???

Page 34: plc2-130903111203-

THANK YOU !!!