myppt 130914055931-phpapp01

21
Seminar on “PLC” Presented By Veenita Rao More B.Tech (EC) III yr Banasthali University (Programmable Logic Controller) Banasthali University

Upload: bharat-chaware

Post on 15-Jan-2017

163 views

Category:

Art & Photos


0 download

TRANSCRIPT

Page 1: Myppt 130914055931-phpapp01

Seminar on

“PLC” Presented By

Veenita Rao MoreB.Tech (EC) III yr

Banasthali University

(Programmable Logic Controller)

Banasthali University

Page 2: Myppt 130914055931-phpapp01

ContentsWhat is PLC?History of PLCMajor components of PLCOperational sequence of PLCLadder logicExample of starting and stopping of a motorAdvantagesDisadvantagesApplication

Page 3: Myppt 130914055931-phpapp01

What is PLC? PLC is a digital computer designed

for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. A PLC is an example of a real time system.

Page 4: Myppt 130914055931-phpapp01

History of PLC

PLC was introduced in late 1960’sFirst commercial & successful Programmable Logic Controllers was designed and developed by Modicon as a relay replacer for General Motors.Earlier, it was a machine with thousands of electronic parts.Later ,in late 1970’s,the microprocessor became reality & greatly enhanced the role of PLC permitting it to evolve form simply relay to the sophisticated system as it is today.

Page 5: Myppt 130914055931-phpapp01

5

Major Components of a Common PLC

PROCESSOR

POWERSUPPLY

I MN O P D U UT L E

O M U OT DP UU LT E

PROGRAMMING DEVICE

From SENSORSPushbuttons,

contacts,limit switches,

etc.

ToOUTPUT

Solenoids, contactors,

alarmsetc.

Page 6: Myppt 130914055931-phpapp01

6

Major Components of a Common 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.

Page 7: Myppt 130914055931-phpapp01

PLC operation sequence 1)Self test: Testing of its own hardware and software for faults.2)Input scan: If there are no problems, PLC will copy all the inputs and copy their values into memory.3)Logic solve/scan: Using inputs, the ladder logic program is solved once and outputs are updated.4)Output scan: While solving logic the output values are updated only in memory when ladder scan is done, the outputs will be updated using temporary values in memory.

Self test

Input scan

Logic scan

Output scan

Page 8: Myppt 130914055931-phpapp01

Programming Languages of PLC Most common languages encountered in PLC

programming are: 1) Ladder Logic 2) Functional Block Diagram 3) Sequential Function Chart 4) Boolean mnemonics

Page 9: Myppt 130914055931-phpapp01

Ladder Logic The ladder logic is the oldest programming language for PLC. It is well suited to express Combinational logic.The main ladder logic symbols represent the elements :

make contact

break contact

relay coil

Page 10: Myppt 130914055931-phpapp01

Ladder Logic For Basic gates

A B Logic(Y)

OFF

OFF

ON

ON

OFF

ON

OFF

ON

OFF

OFF

OFF

ON

AAND Gate

A B Y

A B Logic(Y)

OFF

OFF

ON

ON

OFF

ON

OFF

ON

OFF

ON

ON

ON

OR Gate

A

B

Y

Page 11: Myppt 130914055931-phpapp01

NOR Gate

A B Y

A B Logic(Y)

OFF

OFFON

ON

OFF

ONOFF

ON

ON

ONON

OFF

A B Logic(Y)

OFF

OFF

ONON

OFF

ON

OFFON

ON

OFF

OFFOFF

NAND Gate

B

Y

A

Page 12: Myppt 130914055931-phpapp01

Block diagram of a PLC OutputsLED

s

Inputs

Page 13: Myppt 130914055931-phpapp01

Programming Example:Ladder Logic Program for Start/Stop of Motor : 

X2X1

Y1

Y1

Page 14: Myppt 130914055931-phpapp01

Programming PLC:

Page 15: Myppt 130914055931-phpapp01

Starting of Motor:

Page 16: Myppt 130914055931-phpapp01

Continuous Running of motor when Start Button is released:

Page 17: Myppt 130914055931-phpapp01

To Stop the Motor :

Page 18: Myppt 130914055931-phpapp01

Advantages of PLCs: Reliability. Flexibility in programming and

reprogramming. Cost effective for controlling complex systems. Small physical size, shorter project time. High speed of operation. Ability to communicate with computer systems

in the plant. Ease of maintenance /troubleshooting. Reduced space. Energy saving.

Page 19: Myppt 130914055931-phpapp01

Disadvantages of PLCsPLC devices are proprietary it means that

part or software of one manufacturer can’t be used in combination with parts of another manufacturer.

Limited design and cost optionFixed Circuit Operations.PLCs manufacturers offer only closed

architectures.

Page 20: Myppt 130914055931-phpapp01

Applications:Wherever automation is desired the PLCs are best suited to meet the task.

Few examples of industries where PLCs are used : 1) Robots manufacturing and control 2) Car park control 3) Train control station system 4) Food processing 5) Materials handling 6)Machine tools 7)Conveyer system etc.

Page 21: Myppt 130914055931-phpapp01

Thank You!!!