26
A PRESENTATION ON ROCKWELL AUTOMATION AUTOMATION & PLC By:- ANIL MAURYA ELECTRICAL & ELECTRONICS ENGINEER 1

Plc report

Embed Size (px)

Citation preview

Page 1: Plc report

A PRESENTATION

ON ROCKWELL

AUTOMATIONAUTOMATION&

PLC By:-

ANIL MAURYA

ELECTRICAL & ELECTRONICS

ENGINEER1

Page 2: Plc report

WORKED IN AREA OF AUTOMATIONWORKED IN AREA OF AUTOMATIONWORKED IN AREA OF AUTOMATIONWORKED IN AREA OF AUTOMATION

USING USING USING USING PLCPLCPLCPLCPLCPLCPLCPLC

PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000 PLC ALLEN BRADLEY RS Logix5000

Some companies are:-

ALLEN BRADLEY

MITSHUBISHI

SIEMENS

2ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 3: Plc report

HistoryHistoryHistoryHistoryHistoryHistoryHistoryHistory AndAndAndAndAndAndAndAnd OriginOriginOriginOriginOriginOriginOriginOrigin

•Rockwell Automation was initially founded in 1903 by LyndeBradley & Stanton Allen.

•February 20, 1985 Rockwell Automation purchased Allen-Bradley.

•Developed to replace relays in the late 1960s.

•PLC began in the 1970s, and has become the most common choice•PLC began in the 1970s, and has become the most common choicefor manufacturing controls.

•Costs dropped and became popular by 1980s.

• Now used in many industrial designs.

3ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 4: Plc report

COMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATIONCOMPONENTS OF AUTOMATION

PLCPLCPLCPLCPLCPLCPLCPLC VFDVFDVFDVFDVFDVFDVFDVFD

SCADA HMISCADA HMISCADA HMISCADA HMISCADA HMISCADA HMISCADA HMISCADA HMI

4ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 5: Plc report

WHY AUTOMATION ????

REDUCES MAN POWERREDUCES MAN POWER

DECREASES ERRORSDECREASES ERRORS

INCREASES PRODUCTIVITYINCREASES PRODUCTIVITY

5ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 6: Plc report

WHY ONLY PLC ???Cost effective.

High speed.

Better memory option.

Greater input output controlling capability.

Reliability is greater.

Trouble shooting is easier..

Less POWER CONSUMPTIONPOWER CONSUMPTION

6ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 7: Plc report

Programmable Programmable LogicLogicControllerController

PLC PLC

7ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 8: Plc report

INTRODUCTIONINTRODUCTIONINTRODUCTIONINTRODUCTIONINTRODUCTIONINTRODUCTIONINTRODUCTIONINTRODUCTION

Plc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesPlc is used for electromechanical processesSuch asSuch asSuch asSuch asSuch asSuch asSuch asSuch as

Control of machinery on factory assembly lines.

Control of sequencing, timing, arithmetic data manipulation and Control of sequencing, timing, arithmetic data manipulation and counting capabilities.

Control of lighting fixtures.

8ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 9: Plc report

ComponentsComponentsComponentsComponentsComponentsComponentsComponentsComponents

....1. Controller.

2. Input system.

3. Output system.

4. Programming system.

5. Communication network.

9ANIL MAURYA ELECTRICAL & ELECTRONICS ENGINEER

Page 10: Plc report

WorkingWorkingWorkingWorkingWorkingWorkingWorkingWorking

Sense the inputSense the input

Process the logicProcess the logic

Programmablecontroller

Process the logicProcess the logic

Gives the outputGives the outputMachine

orProcess

OutputsInputs

10ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 11: Plc report

MODESMODESMODESMODESMODESMODESMODESMODES

PROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUNPROGRAMME REMOTE RUN

11ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

PROGRAM :- Logic can be edited but cannot be executed.

REMOTE: - Logic can be executed but cannot be edited.

RUN:- Logic can be changed as well as executed.

Page 12: Plc report

ApplicationApplicationApplicationApplicationApplicationApplicationApplicationApplication

12ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 13: Plc report

ExamplesExamplesExamplesExamplesExamplesExamplesExamplesExamples

Operation condition:-

1. There are two lights only red and green.

2. If green is on then red will be off, and other three red will

Example 1:-- traffic light

2. If green is on then red will be off, and other three red will

be on.

3. Every green light should be on only for 5 seconds.

13ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 14: Plc report

14ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 15: Plc report

15ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 16: Plc report

Example2 :-- Conveyor Overload

Operation condition:-

1. When sensor 1 is on,counter1 counts the items passing through sensor 1 sensor 1

2. When sensor 2 is on,counter2 counts the items passing through sensor 2

3. If the number of items is more than 10,the alarm will blink which will indicate that the conveyer is overloaded

16ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 17: Plc report

Sw.1 Sw.2 Sw.3 Output

0 0 0 0

0 0 1 1

0 1 0 1

0 1 1 0

1 0 0 1

1 0 1 0

LOGIC

Sw.1 +Sw.2+ Sw.3+ Sw.1Sw.2Sw.3

1 0 1 0

1 1 0 0

1 1 1 1

17ANIL MAURYA ELECTRICAL & ELECTRONICS ENGINEER

Page 18: Plc report

18ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 19: Plc report

• SCADA refers to “Supervisory Control and Data Acquisition”.

• These are real time industrial process control systems used to centrally

monitor and control remote or local industrial equipment such as motors,

valves, pumps, relays, etc.

• Worked on Factory Talk View SE Programming software.

19ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 20: Plc report

1.Device Net

2.Control Net

3.Ether Net3.Ether Net

20ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 21: Plc report

To learn ladder logic programming for Control Logix .

To understand and implement the working of a Zinc

Purification Plant using PLC-SCADA.

21ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 22: Plc report

Examples related to INDUSTRIES

EXAMPLE 1:- FAULT DURING PROCESS

OPERATION CONDITION:-

1. ALARM blinks when there is fault is present.1. ALARM blinks when there is fault is present.

2. If ACKNOWLDGE button is pressed, alarm only glows.

3. If RESET button is pressed and fault is cleared then alarm off.

22ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 23: Plc report

23ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 24: Plc report

EXAMPLE 2:- Motor starts for a fixed period

OPERATION CONDITION:-

1. When START button is pressed Motor 1(M) starts after

5 sec, it will remain start for 20 sec.5 sec, it will remain start for 20 sec.

2. Motor 2(c) starts after 25 sec, after pressing the

button.

3. C remain starts for 5 minutes.

24ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 25: Plc report

25ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER

Page 26: Plc report

THANK

YOUYOU

26ANIL MAURYA

ELECTRICAL & ELECTRONICS ENGINEER