Mechatronics-PLCs, PLC - programming.ppt

venkateshanthirugnan 50 views 53 slides Sep 24, 2024
Slide 1
Slide 1 of 53
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

About This Presentation

PLC regarding, Mechatronics, programming


Slide Content

UNIT IV
PLC
Programmable logic controller - Architecture –
Input / Output Processing – Ladder diagrams -
Latching, Sequencing, Timers, Counters and
Internal relays – Data Handling – Selection of
PLC - Application of PLCs for control

Programmable Logic Controller (PLC)
•It is a solid state digital electronics device,
design for the use in Industrial environment.
•It is a microprocessor based specialized
computer that carriers out control function of
many types and level of complexity.
•Purpose is to monitor crucial parameter

Major Components of PLC

Major Components of PLC

Major Parts Of PLC
•Central Processing Unit
–Microprocessor
–Memory
–Power supply
•Programmer/ monitor
•I/O modules

Input/Output Interfaces:
•They provide isolation & signal conditioning.
•Input channel: Digital signal generally
compatible with
•Microprocessor of PLC is in range from 5V, 24
V, 110V to 240 V.

Output channel:

Sinking and sourcing operations
When choosing the type of input or output module
for your PLC system it is very important to have a
solid understanding of sinking and sourcing
concepts.
•Only applicable to dc load
•It refer to electrical configurations of the circuit in
the module & field input devices.
•When a device provides current when it is ON it is
said to be sourcing current.
•When a device receives current when it is ON it is
said to be sinking current.

Sinking and sourcing operations
•There are both sinking & sourcing field devices as
well as sinking & sourcing input module.
•But it’s a common practice to use input module in
sinking current mode.

PLC Architecture

PLC Programming
Most common languages encountered in PLC
programming are:
1) Ladder Logic
2) Functional Block Diagram
3) Sequential Function Chart
4) Boolean mnemonics

Ladder programming
•Ladder programming- form of graphical
language.
•Ladder programming- is a network of contacts
and coils are arranged on rungs between two
vertical lines called rails.

Symbols used in ladder programming

LADDER PROGRAMMING
•The sequence followed by PLC when carrying out
a program can be summarised:
–Scan the input associated with one rung of the ladder
program.
–Solve the logic operation involving those inputs.
–Set/reset the output for the rung.
–Move on to the next rung and repeat operation 1,2,3.
–Move on to the next rung and repeat operation 1,2,3.
–And so on until the end of program,, the PLC then
goes back to the beginning of the program and start
again.

Logic gates

Latching
•A ladder latch circuit
facilitates to hold an
output energised, even
when the input comes to
end.
•The output coil maintain
the its status until
another input received.
It remembers its last
state.

Sequencing
•The logic circuit whose output at any instant
time depend not only on the present input
also but past output is called sequencing.

INTERNAL RELAY
•It is a auxiliary relay in PLC, in reality they are
not Relay.
•They are useful for implementing switching
sequence.
•IR is used in a situation where occurrence of
output depends on two different input.
It is to programmes many purpose as follow:
 resetting latch circuit
 pushbutton used as input
 Master control

Timers
•Timer are commonly behave like a relay with
coil which when energised result in the
closure or opening of contact after some
preset time.

Counter
•Counters are used when there is a need to
count a specific number of contact operation.
•Up counters: count up starting form zero and
when a preset value is reached, the output of
the counter is ON
•Down counters: count down to zero from a
preset value and then the output of the
counter is ON

Jump
•Condition jump is function provides in PLC’S. If
a certain condition exists, then a section of
program is ignored and the program control is
jumped.

Selection of PLC
???????????????

Applications of PLC
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.