BASIC COMPONENTS OF PLC NEW.ppt

819 views 117 slides Jul 06, 2023
Slide 1
Slide 1 of 117
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45
Slide 46
46
Slide 47
47
Slide 48
48
Slide 49
49
Slide 50
50
Slide 51
51
Slide 52
52
Slide 53
53
Slide 54
54
Slide 55
55
Slide 56
56
Slide 57
57
Slide 58
58
Slide 59
59
Slide 60
60
Slide 61
61
Slide 62
62
Slide 63
63
Slide 64
64
Slide 65
65
Slide 66
66
Slide 67
67
Slide 68
68
Slide 69
69
Slide 70
70
Slide 71
71
Slide 72
72
Slide 73
73
Slide 74
74
Slide 75
75
Slide 76
76
Slide 77
77
Slide 78
78
Slide 79
79
Slide 80
80
Slide 81
81
Slide 82
82
Slide 83
83
Slide 84
84
Slide 85
85
Slide 86
86
Slide 87
87
Slide 88
88
Slide 89
89
Slide 90
90
Slide 91
91
Slide 92
92
Slide 93
93
Slide 94
94
Slide 95
95
Slide 96
96
Slide 97
97
Slide 98
98
Slide 99
99
Slide 100
100
Slide 101
101
Slide 102
102
Slide 103
103
Slide 104
104
Slide 105
105
Slide 106
106
Slide 107
107
Slide 108
108
Slide 109
109
Slide 110
110
Slide 111
111
Slide 112
112
Slide 113
113
Slide 114
114
Slide 115
115
Slide 116
116
Slide 117
117

About This Presentation

BASIC COMPONENTS OF PLC


Slide Content

Industrial Automation

Normally Open (NO)

Normally Open (NO)

Normally Closed (NC)

Normally Closed (NC)

NC & NO

NC & NO

PLC
INPUTS
OUTPUTS
MOTO
R
LAMP
CONTACTOR
PUSHBUTTONS

A discrete input also referred as digital input is an input that is either ON
or OFF are connected to the PLC digital input. In the ON condition it is
referred to as logic 1 or a logic high and in the OFF condition maybe
referred to as logic o or logic low.
Discrete Input
Normally Open Pushbutton
Normally Closed Pushbutton
Normally Open switch
Normally Closed switch
Normally Open contact
Normally closed contact

Classification of PLC Input and Output Modules

1. Digital I/O Module
•Thedigital module is also calledDiscrete Module.
•It is useful in the ON or OFF condition.
•Based on Input and Output, the digital module is of two types.
1. Digital Input Module
•Examples:Push switch, Toggle switch, Rocker switch, Selector
switch, Proximity switch, Limit switch and etc are the example
of the Digital Input Signal.
2. Digital Output Module
•Examples:Lamp, Coil, Buzzer, Relay, Motor, Fan, Heater,
Actuator, Solenoid Valve and etc are the example of the Digital
Output Signal.

2. Analog I/O Module
•The analog module is called aContinuous Module.
•Usually, the voltage or current is given to the input module in
the form of an analog signal.
•Analog I/O modules are also of two types.
1.Analog Input Module
•Examples:Temperature detection switch, Pressure detection
switch, Flow detection switch, Level detection switch, Limit
detection switch, Position detection switch, PH Level detection
switch are the best example of the Analog Input Signal.
2.Analog Output Module
•Examples:Temperature Transmitter, Thermocouples, Pressure
Transmitter, Flow Transmitter, Level Transmitter, etc., are the
example of the Analog Output Signal.

PLC Programming

PLC Programming
•STL -Structured Text / Statement List
•LAD -Ladder Diagram
•FBD -Function Block Diagram
•SFC -Sequential Function Chart

Rails

RUNG

Inputs & Outputs

Basic Important Parts of Ladder Diagram in PLC
Programming
•Rungs
•Branches
•Inputs and Outputs for PLC programming
•Addressing Inputs and Outputs
•Instructions

Rungs & Rails
•In Ladder diagram, thehorizontal linescalled Rungs. You can put as many
numbers of rungs as per your project requirements.
•Thevertical linesshow the power supply or flow.

1. Series Branch:
•In the seriesbranch, inputs or outputs are connected in the series.

2. ParallelBranch:
•In the parallel branch, inputs or outputs are connected parallelly.

3. Nest Branch:
•The combination of series and parallel branches in the same or
different rungs are called as Nest Branch.

Inputs and Outputs for PLC Programming:
•Inputs refer to the switch or Push Button (PB).
•Outputreferred to the Coil or Lamp or Load.
•Input modules are represented by the ‘I‘ or ‘X‘ and
•Output modules are presented by the ‘Q‘ or ‘Y‘.
•For theLadder Diagram (LD) programming language, normally
open and normally closed contact is used in the form of input.

Input and output in PLC LD programming,

Addressing Inputs and Outputs
ABB PLC
•Input Address: I0, I1, I2,…………, In.
•Output Address: Q0, Q1, Q2, Q3, ………….., Qn.
Siemens PLC
•Input Address: I0.0, I0.1, I0.2, I0.3,……. I0.7.
•Output Address: Q0.0, Q0.1, Q0.2, Q0.3,……. Q0.7.
AB PLC
•Input Address: I:0.0/0, I:0.0/1, I:0.0/2, I:0.0/3, ……….., I:0.0/7.
•Output Address: O:0.0/0, O:0.0/1, O:0.0/2, O:0.0/3, ……., O:0.0/7.
Delta PLC & Mitsubishi PLC
•Input Address: X0, X1, X2, X3……….., Xn.
•Output Address: Y0, Y1, Y2, Y3, ……….., Yn.

87
INPUT MODULE
WIRING DIAGRAM
LADDER PROGRAM
I:0.1
0
I= Input
Module
slot # in rack
Module
Terminal #
Siemens S7-1200
Address I:0.1

N.
O
C
L2
L1
L2
OUTPUT
MODULE
WIRING
MOTOR
CONTACTOR
Q:0.1
0CONTACTOR
LADDER PROGRAM
L1
L2
FIELD WIRING
•SOLENOID
•VALVES
•LAMP
•BUZZER
L1

Advantage of the Ladder Diagram PLC Language
•Theladderdiagram(LD)isasimplelogicconstruction
andmorereliablethananelectroniccircuitcontroller.
•Easytolearnandreadtheprogram.
•Everyprogrammingsymbolperformsspecificactions.
•LDhavinggoodrepresentationfordiscretelogic.
•Easytotroubleshoot.
•Shutdownthepowerwithouttheswitch(i.e.hardware
devices).

1. Inputs can be used in Series as well as Parallel to form
a connection

2. Outputs (or coil) can be used only in Parallel

3. One Input can be used in multiple times in one program
Single Input with a different form of Outputs

4. One Output cannot be used multiple times in one program, except
in Set/Reset and Latch/ Unlatch functions
•In the function set/reset, the same output address is used. And it can be connected to the
same or different inputs.
•Different inputs (I1 and I2) are linked with the single output (Q1) using the set and reset
function.
•When the Input (I1) is pressed, the output coil will be set ( i.e. Q1 on activate mode). And
when the input (I2) is pressed, the output coil will be reset ( i.e. Q1 on deactivate mode).

•In latch/unlatch function, working is the same as set/reset function. The only
difference is, the first input (I1) is normally opened (NO) and the second input
(I2) is normally closed (NC).
•The latch/unlatch function is useful for the cycling process.

5. Input Address cannot be used as an Output Address
•The same input address can be used as multiple inputs. And it can
not be used as output.

6. Outputs Address can be used as Inputs Address

AND LOGIC GATE & PLC LADDER DIAGRAM

ORLOGIC GATE & PLC LADDER
DIAGRAM

NAND LOGIC GATE & PLC LADDER
DIAGRAM

NOR LOGIC GATE & PLC LADDER
DIAGRAM

XOR LOGIC GATE & PLC LADDER
DIAGRAM
Tags