Dr. Manjula Sutagundar Dept of E&IE, BEC, Bagalkot: 1 Process Automation (UEI751C) 03/24/2022
Dr. Manjula Sutagundar Dept of E&IE, BEC, Bagalkot: 1 Process Automation (UEI751C) 03/24/2022
Manjula Sutagundar
Dept of E&IE, BEC, Bagalkot
What is PLC?
Inputs
Outputs
a coil a switch
and a iron bar
a iron core connected to
the switch
I I
S1
electro magn.
connection
coil
K1 L1
0V
S1
When the user presses button S1, the relay
K1 pulls in its internal switch and the lamp
L1 turns on.
K1 L1
0V
S1
S1
Input Power
PLC
Power Output
K1 L1 L1
0V 0V
24V 24V
S1 PLC logic
S1
K1 L1 L1
0V 0V
L1
0V
POWER
SUPPLY
I M O M
N O
P D U O
U U PROCESSOR T D
T L P U
From E U L
T E To
SENSORS
OUTPUT
Pushbuttons, Solenoids,
contacts, contactors,
limit switches, alarms
etc. etc.
PROGRAMMING
DEVICE
PROCESSOR
Provides intelligence to command and govern the
activities of the entire PLC systems.
The processor (called as CPU), as in the self contained
units, is generally specified according to memory required
for the program to be implemented.
The processor consists of the microprocessor, system
memory, serial communication ports for printer, PLC LAN
link and external programming device.
network Communication
RAM E-EPROM
module
Programming
tool CPU
Machine
network Communication
RAM E-EPROM
module
Programming
tool CPU
Central
processing unit Machine
network Communication
RAM E-EPROM
module
Programming
tool CPU
Working- and
Machine
program memory
03/24/2022 Process Automation (UEI751C) 41
Working of PLC
network Communication
RAM E-EPROM
module
Programming
tool CPU
Program editor
Machine
and monitoring
03/24/2022 Process Automation (UEI751C) 42
Working of PLC
network Communication
RAM E-EPROM
module
Programming
tool CPU
Sensor signal
Machine
input
03/24/2022 Process Automation (UEI751C) 43
Working of PLC
network Communication
RAM E-EPROM
module
Programming
tool CPU
Actuator
Machine
command output
03/24/2022 Process Automation (UEI751C) 44
Working of PLC
network Communication
RAM E-EPROM
module
Programming
tool CPU
Control
Machine
communication
03/24/2022 Process Automation (UEI751C) 45
Working of PLC
• Less wiring.
• Wiring between devices and relay contacts are done in the PLC
program.
• Easier and faster to make changes.
• Trouble shooting aids make programming easier and reduce
downtime.
• Reliable components make these likely to operate for years before
failure.
• Classification of PLC
Based on size (Number of I/Os)
Micro
Small
Medium
Large
Very
Based on memory size, instruction set size and
communication and networking capabilities
Switch Light
Off On
On Off
LOAD I1
AND I2
OUT O5
LOAD I1
AND I2
AND I3
OUT O1
LOAD I1
OR I2
OR I3
OUT O2
03/24/2022 Process Automation (UEI751C) 123
Introduction to Logic
• Priority of logic elements
LOAD I1
AND I2
OR I3
AND I4
OUT O7
151