SlideShare a Scribd company logo
Practical Programmable Logic Controllers (PLCs) for 
Automation and Process Control 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Objectives 
In this chapter, we will 
learn the following: 
• Introduction to the PLC 
• Basic block diagram of the PLC 
• Size of the PLC system 
• Components of the PLC system 
• PLC and process interaction 
• Number system and codes 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Introduction to the PLC 
“PLC” means “Programmable Logic Controller”. The word 
“Programmable” differentiates it from the conventional 
hard-wired relay logic. It can be easily programmed or 
changed as per the application’s requirement. The PLC also 
surpassed the hazard of changing the wiring. 
The PLC as a unit consists of a processor to execute the 
control action on the field data provided by input and output 
modules. 
In a programming device, the PLC control logic is first 
developed and then transferred to the PLC. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
What can a PLC do? 
• It can perform relay-switching tasks. 
• It can conduct counting, calculation and comparison of analog process 
values. 
• It offers flexibility to modify the control logic, whenever required, in 
the shortest time. 
• It responds to the changes in process parameters within fraction of 
seconds. 
• It improves the overall control system reliability. 
• It is cost effective for controlling complex systems. 
• Trouble-shooting becomes simpler and faster. 
• An operator can easily interact with the process with the help of the 
HMI (Human-Machine Interface) computer. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Basic block diagram of the PLC 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Size of the PLC system 
PLCs are classified on basis of their sizes: 
• A small system is one with less than 500 analog and digital 
I/Os. 
• A medium system has I/Os ranging from 500 to 5,000. 
• A system with over 5,000 I/Os is considered large. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Components of the PLC system 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
PLC Configuration 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
CPU or processor 
The main processor (Central Processing Unit or CPU) is a 
microprocessor-based system that executes the control 
program after reading the status of field inputs and then 
sends commands to field outputs. It is easy to perform 
arithmetic functions, manipulate data and calculate Boolean 
logic. 
The PLC’s memory contains the manufacturer’s operating 
system and housekeeping functions. It also has program 
written by the user and data stored by the user related to the 
process or equipment being controlled. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
I/O section 
The I/O section consists of a rack and individual I/O modules, 
which are plugged into the rack and a DC power supply. A 
standard approach is to connect to the main processor rack 
with communication cables to a series of other I/O racks. 
I/O modules act as “Real Data Interface” between field and 
PLC CPU. The PLC knows the real status of field devices, 
and controls the field devices by means of to the relevant 
I/O cards. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Programming device 
A CPU card can be connected with 
a programming device through a 
communication link via a 
programming port on the CPU. 
Thus, it is possible to transfer 
programs from the programming 
device to the CPU, monitor the 
CPU’s program online and make 
necessary changes in the CPU’s 
program. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Operating station 
• An operating station is commonly used to provide an 
"Operating Window" to the process. It is usually a 
separate device (generally a PC), loaded with HMI 
(Human Machine Software). 
• This operating station can change any process set point, 
observe all process parameters, process alarms, etc. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
PLC and process interaction 
The field devices or field data are broadly classified as follows: 
• Digital or discrete or on/off type field devices 
• Analog or continuous type field devices 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Digital I/O and PLC 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Digital I/O and PLC 
• Discrete or digital inputs are the most common types of 
field inputs. Selector switches, pushbuttons, limit switches, 
temperature switches, level switches, flow switches, etc., are 
common examples. All types of switches that permit digital 
contact are included in this class. 
• Depending on the field device contacts, they are normally 
connected to 110VAC, 230V AC and, 24VDC types of 
digital input cards installed in PLC rack. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Analog I/O and PLC 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Analog I/O and PLC 
• Analog or continuous devices are generally used for 
getting feedback of the process parameter control. For 
example, temperature transducers (RTDs, thermocouples), 
level, pressure, flow, etc., transmitters. 
• Depending on field transducer devices, they are normally 
connected to 0-20 or 4-20 mA DC, 0-10VDC, RTDs, 
thermocouples, etc., type of analog input card, installed in 
the PLC rack. 
• Analog output actuators, commonly used in the field, 
include continuous actuators, I/P converter for valves, 
reference for drives, etc. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Number systems and codes 
The commonly used number systems can be listed as: 
• Decimal number system 
• Binary number system 
• Octal number system 
• Hexadecimal (Hex) number system 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Number systems and codes 
The following definitions / terms are commonly encountered: 
• Bit: A single binary digit that can have either value 0 or 1. 
• Base: This denotes the total number of digits used by the number 
system. 
• LSB (Least Significant Bit): This is the bit that represents the 
smallest value. 
• MSB (Most Significant Bit): This is the bit that represents the 
largest value. 
• Byte: A group of 8 bits. 
• Nibble: A group of 4 bits. 
• Word: A group of 16 bits 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Decimal number system 
The decimal number system has a base of ‘10’. Base ‘10’ means it uses ten unique 
numbers (0 to 9) for the entire number system. A specific weight value is allocated 
to each digit from the right to the left. Therefore, the value of a decimal number 
depends on the digit as well as its location. 
For example: 
If we take ‘2312’ as a decimal number, its weight can be shown as, 
2 4 1 3 
3 x 10 exp. 0 = 3x1 = 3 
1 x 10 exp. 1 = 1x10 = 10 
4 x 10 exp.2 = 4x100 = 400 
2 x 10 exp.3 = 2x1000 = 2000 
= 2413 (Decimal) 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Binary number system 
The weight of the digits is calculated in terms of base ‘2’ 
like for example: 
1 0 0 1 1 
1 x 2 exp. 0 = 1x1 = 1 
1 x 2 exp .1 = 1x2 = 2 
0 x 2 exp .2 = 0x4 = 0 
0 x 2 exp .3 = 0x8 = 0 
1 x 2 exp .4 = 1x16 = 16 
= 19 (Decimal) 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Octal number system 
The binary system uses eight digits – from zero (0) to 
seven (7) to represent all the numbers. 
For example, the octal number 24 is represented as, 
2 4 
4 x 8 exp.0 = 4x1 = 4 
2 x 8 exp.1 = 2x8 = 16 
= 20 (Decimal) 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Hexadecimal (Hex) number system 
• The base of this number system is ‘16’. It provides a shorter 
notation of the numbers, compared octal system. It is very 
popular and was introduced by IBM. The hexadecimal 
number system uses 16 digits. These are: 
• Numbers ‘0’ to ‘9’, and it uses letters A, B, C, D, E, and F 
to represent the decimal equivalents of 10, 11, 12, 13, 14 
and 15. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
Hexadecimal (Hex) number system 
For example, the hex number 2F is represented as: 
0 0 2 F 
F x 16 exp.0 = Fx1 = 15 
2 x 16 exp. 1 = 2x16 = 32 
= 47 (Decimal) 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
BCD (Binary Coded Decimal) 
• Binary coded decimal uses binary numbers in coded 
format to represent the decimal numbers (unlike the 
normal way; discussed in the earlier section). 
• It is also called as 8421 BCD code. It basically 
employs four binary bits, with the weights 1, 2, 4 
and 8 assigned to it. 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
DO YOU WANT TO KNOW MORE? 
If you are interested in further training or information, 
please visit: 
http://idc-online.com/slideshare 
Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss

More Related Content

What's hot

PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
Jitender Singh Shekhawat
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Ahmed Elsayed
 
Dcs operator training
Dcs operator trainingDcs operator training
Dcs course
Dcs courseDcs course
Dcs course
Mohamed A Hakim
 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
Praveen Ramola
 
PLC SCADA
PLC SCADAPLC SCADA
PLC SCADA
Appin Delhi
 
PLC AND SCADA
PLC AND SCADA PLC AND SCADA
PLC AND SCADA
Ashutosh kumar
 
Microprocessor and microcontrollers
Microprocessor and microcontrollersMicroprocessor and microcontrollers
Microprocessor and microcontrollers
Hiran Gabriel
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
Md Talib
 
What is hmi
What is hmi What is hmi
What is hmi
JustEngineering
 
Distributed Control System (DCS) Notes
Distributed Control System (DCS) NotesDistributed Control System (DCS) Notes
Distributed Control System (DCS) Notes
Raj Nayak
 
Distributed Control System Basics
Distributed Control System BasicsDistributed Control System Basics
Distributed Control System Basics
Pratap Chandra
 
PLC Troubleshooting & Maintenance
PLC Troubleshooting & MaintenancePLC Troubleshooting & Maintenance
PLC Troubleshooting & Maintenance
NFI - Industrial Automation Training Academy
 
embedded system and AVR
embedded system and AVRembedded system and AVR
embedded system and AVR
Urvashi Khandelwal
 
SIEMENS S7-300c.ppt
SIEMENS S7-300c.pptSIEMENS S7-300c.ppt
SIEMENS S7-300c.ppt
Sidharth Mohapatra
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3
Rehan Fazal
 
123126804 scada
123126804 scada123126804 scada
123126804 scada
thangbd
 
CENTUM CS300 R3
CENTUM CS300 R3CENTUM CS300 R3
CENTUM CS300 R3
AhmedAmri23
 

What's hot (20)

PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200Programmable logic controller - Siemens S7-1200
Programmable logic controller - Siemens S7-1200
 
Dcs operator training
Dcs operator trainingDcs operator training
Dcs operator training
 
Dcs course
Dcs courseDcs course
Dcs course
 
Basics of plc_programming1
Basics of plc_programming1Basics of plc_programming1
Basics of plc_programming1
 
Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)Industrial automation (PLC, SCADA, VFD & HMI)
Industrial automation (PLC, SCADA, VFD & HMI)
 
PLC SCADA
PLC SCADAPLC SCADA
PLC SCADA
 
ppt on PLC
ppt on PLCppt on PLC
ppt on PLC
 
PLC AND SCADA
PLC AND SCADA PLC AND SCADA
PLC AND SCADA
 
Microprocessor and microcontrollers
Microprocessor and microcontrollersMicroprocessor and microcontrollers
Microprocessor and microcontrollers
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
What is hmi
What is hmi What is hmi
What is hmi
 
Distributed Control System (DCS) Notes
Distributed Control System (DCS) NotesDistributed Control System (DCS) Notes
Distributed Control System (DCS) Notes
 
Distributed Control System Basics
Distributed Control System BasicsDistributed Control System Basics
Distributed Control System Basics
 
PLC Troubleshooting & Maintenance
PLC Troubleshooting & MaintenancePLC Troubleshooting & Maintenance
PLC Troubleshooting & Maintenance
 
embedded system and AVR
embedded system and AVRembedded system and AVR
embedded system and AVR
 
SIEMENS S7-300c.ppt
SIEMENS S7-300c.pptSIEMENS S7-300c.ppt
SIEMENS S7-300c.ppt
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3
 
123126804 scada
123126804 scada123126804 scada
123126804 scada
 
CENTUM CS300 R3
CENTUM CS300 R3CENTUM CS300 R3
CENTUM CS300 R3
 

Viewers also liked

PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERSPROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERSRAHUL DESHMUKH
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Living Online
 
SNMP Network Management the Essentials
SNMP Network Management the EssentialsSNMP Network Management the Essentials
SNMP Network Management the Essentials
Living Online
 
Programmable Logic Controls training day 3
Programmable Logic Controls training day 3Programmable Logic Controls training day 3
Programmable Logic Controls training day 3
Malinga Ephraim
 
Practical Fundamentals of E-Manufacturing, MES and Supply
Practical Fundamentals of E-Manufacturing, MES and SupplyPractical Fundamentals of E-Manufacturing, MES and Supply
Practical Fundamentals of E-Manufacturing, MES and Supply
Living Online
 
Texas Instruments Smart Meter Board
Texas Instruments Smart Meter BoardTexas Instruments Smart Meter Board
Texas Instruments Smart Meter Board
Zin Kyaw
 
Programmable Logic Controllers (PLCs) and SCADA Systems
Programmable Logic Controllers (PLCs) and SCADA SystemsProgrammable Logic Controllers (PLCs) and SCADA Systems
Programmable Logic Controllers (PLCs) and SCADA Systems
Living Online
 
Practical Power Distribution
Practical Power DistributionPractical Power Distribution
Practical Power Distribution
Living Online
 
automation process
automation processautomation process
automation process
Dhiraj Jha
 
Plc Programming Fundamentals
Plc Programming FundamentalsPlc Programming Fundamentals
Plc Programming FundamentalsLiving Online
 
Slideshow on transducers
Slideshow on transducersSlideshow on transducers
Slideshow on transducers
Dattaraj Vidyasagar
 
Practical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsPractical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsLiving Online
 
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Living Online
 
Sensors-Interfacing Techniques
Sensors-Interfacing TechniquesSensors-Interfacing Techniques
Sensors-Interfacing Techniques
Dr.YNM
 
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
Řőmĕő Šhűbhąm
 
PLC and SCADA in Industrial Automation
PLC and SCADA in Industrial AutomationPLC and SCADA in Industrial Automation
PLC and SCADA in Industrial Automation
Nikhil nnk
 
Curso Arduino práctico 2014
Curso Arduino práctico  2014Curso Arduino práctico  2014
Curso Arduino práctico 2014
Jose Antonio Vacas
 
Introduction to automation ppt
Introduction to automation pptIntroduction to automation ppt
Introduction to automation ppt
Himani Harbola
 

Viewers also liked (20)

PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERSPROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
 
Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless Smart Instruments, Fieldbus, Ethernet and Wireless
Smart Instruments, Fieldbus, Ethernet and Wireless
 
SNMP Network Management the Essentials
SNMP Network Management the EssentialsSNMP Network Management the Essentials
SNMP Network Management the Essentials
 
Programmable Logic Controls training day 3
Programmable Logic Controls training day 3Programmable Logic Controls training day 3
Programmable Logic Controls training day 3
 
Practical Fundamentals of E-Manufacturing, MES and Supply
Practical Fundamentals of E-Manufacturing, MES and SupplyPractical Fundamentals of E-Manufacturing, MES and Supply
Practical Fundamentals of E-Manufacturing, MES and Supply
 
Texas Instruments Smart Meter Board
Texas Instruments Smart Meter BoardTexas Instruments Smart Meter Board
Texas Instruments Smart Meter Board
 
Programmable Logic Controllers (PLCs) and SCADA Systems
Programmable Logic Controllers (PLCs) and SCADA SystemsProgrammable Logic Controllers (PLCs) and SCADA Systems
Programmable Logic Controllers (PLCs) and SCADA Systems
 
Practical Power Distribution
Practical Power DistributionPractical Power Distribution
Practical Power Distribution
 
automation process
automation processautomation process
automation process
 
Introto pl cs
Introto pl csIntroto pl cs
Introto pl cs
 
Plc Programming Fundamentals
Plc Programming FundamentalsPlc Programming Fundamentals
Plc Programming Fundamentals
 
Slideshow on transducers
Slideshow on transducersSlideshow on transducers
Slideshow on transducers
 
Practical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus ProtocolsPractical Troubleshooting and Problem Solving of Modbus Protocols
Practical Troubleshooting and Problem Solving of Modbus Protocols
 
Practical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and TechniciansPractical Distributed Control Systems (DCS) for Engineers and Technicians
Practical Distributed Control Systems (DCS) for Engineers and Technicians
 
Sensors-Interfacing Techniques
Sensors-Interfacing TechniquesSensors-Interfacing Techniques
Sensors-Interfacing Techniques
 
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
INDUSTRIAL AUTOMATION ( SHUBHAM KURDIYA)
 
PLC and SCADA in Industrial Automation
PLC and SCADA in Industrial AutomationPLC and SCADA in Industrial Automation
PLC and SCADA in Industrial Automation
 
Curso Arduino práctico 2014
Curso Arduino práctico  2014Curso Arduino práctico  2014
Curso Arduino práctico 2014
 
Introduction to automation ppt
Introduction to automation pptIntroduction to automation ppt
Introduction to automation ppt
 
Transducers
TransducersTransducers
Transducers
 

Similar to Practical Programmable Logic Controllers (PLCs) for Automation and Process Control

plc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptxplc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptx
ADITYAGAUTAM364270
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
Power Integrated Solutions
 
Plc on cnc
Plc on cncPlc on cnc
Plc on cnc
AnjanaPaswan
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
Yasir Hashmi
 
Industrial Control Systems and basic SCADA system.pptx
Industrial Control Systems and basic SCADA system.pptxIndustrial Control Systems and basic SCADA system.pptx
Industrial Control Systems and basic SCADA system.pptx
MohdNajibAliMokhtar
 
Plc notes
Plc notesPlc notes
Plc notes
Nishant Bhamare
 
-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx
michael hailu
 
UNIT-IV.ppt
UNIT-IV.pptUNIT-IV.ppt
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHFEE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
2013471
 
FPGA Verilog Processor Design
FPGA Verilog Processor DesignFPGA Verilog Processor Design
FPGA Verilog Processor Design
Archana Udaranga
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminar
Mayank Verma
 
Industrial automation sustem
Industrial automation sustemIndustrial automation sustem
Industrial automation sustem
Paras kumar
 
Microprocessors-based systems (under graduate course) Lecture 1 of 9
Microprocessors-based systems (under graduate course) Lecture 1 of 9 Microprocessors-based systems (under graduate course) Lecture 1 of 9
Microprocessors-based systems (under graduate course) Lecture 1 of 9
Randa Elanwar
 
PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERSPROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
Siddheshwar Shinde
 
Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
Ali Altahir
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. Doke
Pranoti Doke
 
ppt on PLC.pptx
ppt on  PLC.pptxppt on  PLC.pptx
ppt on PLC.pptx
Ajaykumar388421
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUES
EMERSON EDUARDO RODRIGUES
 

Similar to Practical Programmable Logic Controllers (PLCs) for Automation and Process Control (20)

plc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptxplc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptx
 
plc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptxplc-amp-scada-ppt.pptx
plc-amp-scada-ppt.pptx
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
Plc on cnc
Plc on cncPlc on cnc
Plc on cnc
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
 
Industrial Control Systems and basic SCADA system.pptx
Industrial Control Systems and basic SCADA system.pptxIndustrial Control Systems and basic SCADA system.pptx
Industrial Control Systems and basic SCADA system.pptx
 
Plc notes
Plc notesPlc notes
Plc notes
 
-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx-basic concept and history-of-plc-ppt.pptx
-basic concept and history-of-plc-ppt.pptx
 
UNIT-IV.ppt
UNIT-IV.pptUNIT-IV.ppt
UNIT-IV.ppt
 
DCS
DCSDCS
DCS
 
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHFEE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
 
FPGA Verilog Processor Design
FPGA Verilog Processor DesignFPGA Verilog Processor Design
FPGA Verilog Processor Design
 
Plc & scada seminar
Plc & scada seminarPlc & scada seminar
Plc & scada seminar
 
Industrial automation sustem
Industrial automation sustemIndustrial automation sustem
Industrial automation sustem
 
Microprocessors-based systems (under graduate course) Lecture 1 of 9
Microprocessors-based systems (under graduate course) Lecture 1 of 9 Microprocessors-based systems (under graduate course) Lecture 1 of 9
Microprocessors-based systems (under graduate course) Lecture 1 of 9
 
PROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERSPROGRAMMABLE LOGIC CONTROLLERS
PROGRAMMABLE LOGIC CONTROLLERS
 
Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. Doke
 
ppt on PLC.pptx
ppt on  PLC.pptxppt on  PLC.pptx
ppt on PLC.pptx
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUES
 

More from Living Online

Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Living Online
 
Practical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansPractical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansLiving Online
 
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersMechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersLiving Online
 
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingHands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingLiving Online
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Living Online
 
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Living Online
 
Practical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingPractical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingLiving Online
 
High Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresHigh Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresLiving Online
 
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Living Online
 
Cybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsCybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsLiving Online
 
Practical Process Control
Practical Process ControlPractical Process Control
Practical Process Control
Living Online
 
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Living Online
 
Hands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP TroubleshootingHands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP Troubleshooting
Living Online
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Living Online
 
Practical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and TechniciansPractical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and Technicians
Living Online
 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Living Online
 
Practical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansPractical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansLiving Online
 
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansPractical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansLiving Online
 
Practical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsPractical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsLiving Online
 
Practical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and TechniciansPractical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and Technicians
Living Online
 

More from Living Online (20)

Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
Practical Routers and Switches including TCI/IP and Ethernet for Engineers an...
 
Practical Project Management for Engineers and Technicians
Practical Project Management for Engineers and TechniciansPractical Project Management for Engineers and Technicians
Practical Project Management for Engineers and Technicians
 
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-EngineersMechanical, Electrical and Instrumentation Engineering for Non-Engineers
Mechanical, Electrical and Instrumentation Engineering for Non-Engineers
 
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP TroubleshootingHands on Data-Communication, Networking and TCP/IP Troubleshooting
Hands on Data-Communication, Networking and TCP/IP Troubleshooting
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
 
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
Practical Fundamentals of Heating, Ventilation & Air-Conditioning (HVAC) for ...
 
Practical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & AuditingPractical Energy Efficiency, Design, Engineering & Auditing
Practical Energy Efficiency, Design, Engineering & Auditing
 
High Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating ProceduresHigh Voltage Electrical Compliance and Safety Operating Procedures
High Voltage Electrical Compliance and Safety Operating Procedures
 
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
Practical Routers & Switches (Including TCPIP and Ethernet) for Engineers and...
 
Cybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA SystemsCybersecurity for Automation Control and SCADA Systems
Cybersecurity for Automation Control and SCADA Systems
 
Practical Process Control
Practical Process ControlPractical Process Control
Practical Process Control
 
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
Inspection, Testing and Commissioning of Electrical Switchboards, Circuit Bre...
 
Hands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP TroubleshootingHands on Data Communications, Networking & TCP/IP Troubleshooting
Hands on Data Communications, Networking & TCP/IP Troubleshooting
 
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
Fundamentals of Instrumentation, Process Control, PLCs and SCADA for Plant Op...
 
Practical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and TechniciansPractical Industrial Flow Measurement for Engineers and Technicians
Practical Industrial Flow Measurement for Engineers and Technicians
 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
 
Practical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & TechniciansPractical Boiler Control & Instrumentation for Engineers & Technicians
Practical Boiler Control & Instrumentation for Engineers & Technicians
 
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and TechniciansPractical Arc Flash Protection for Electrical Safety Engineers and Technicians
Practical Arc Flash Protection for Electrical Safety Engineers and Technicians
 
Practical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line ApplicationsPractical Analytical Instrumentation in On-line Applications
Practical Analytical Instrumentation in On-line Applications
 
Practical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and TechniciansPractical Alarm Management for Engineers and Technicians
Practical Alarm Management for Engineers and Technicians
 

Recently uploaded

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 

Recently uploaded (20)

The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 

Practical Programmable Logic Controllers (PLCs) for Automation and Process Control

  • 1. Practical Programmable Logic Controllers (PLCs) for Automation and Process Control Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 2. Objectives In this chapter, we will learn the following: • Introduction to the PLC • Basic block diagram of the PLC • Size of the PLC system • Components of the PLC system • PLC and process interaction • Number system and codes Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 3. Introduction to the PLC “PLC” means “Programmable Logic Controller”. The word “Programmable” differentiates it from the conventional hard-wired relay logic. It can be easily programmed or changed as per the application’s requirement. The PLC also surpassed the hazard of changing the wiring. The PLC as a unit consists of a processor to execute the control action on the field data provided by input and output modules. In a programming device, the PLC control logic is first developed and then transferred to the PLC. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 4. What can a PLC do? • It can perform relay-switching tasks. • It can conduct counting, calculation and comparison of analog process values. • It offers flexibility to modify the control logic, whenever required, in the shortest time. • It responds to the changes in process parameters within fraction of seconds. • It improves the overall control system reliability. • It is cost effective for controlling complex systems. • Trouble-shooting becomes simpler and faster. • An operator can easily interact with the process with the help of the HMI (Human-Machine Interface) computer. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 5. Basic block diagram of the PLC Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 6. Size of the PLC system PLCs are classified on basis of their sizes: • A small system is one with less than 500 analog and digital I/Os. • A medium system has I/Os ranging from 500 to 5,000. • A system with over 5,000 I/Os is considered large. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 7. Components of the PLC system Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 8. PLC Configuration Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 9. CPU or processor The main processor (Central Processing Unit or CPU) is a microprocessor-based system that executes the control program after reading the status of field inputs and then sends commands to field outputs. It is easy to perform arithmetic functions, manipulate data and calculate Boolean logic. The PLC’s memory contains the manufacturer’s operating system and housekeeping functions. It also has program written by the user and data stored by the user related to the process or equipment being controlled. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 10. I/O section The I/O section consists of a rack and individual I/O modules, which are plugged into the rack and a DC power supply. A standard approach is to connect to the main processor rack with communication cables to a series of other I/O racks. I/O modules act as “Real Data Interface” between field and PLC CPU. The PLC knows the real status of field devices, and controls the field devices by means of to the relevant I/O cards. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 11. Programming device A CPU card can be connected with a programming device through a communication link via a programming port on the CPU. Thus, it is possible to transfer programs from the programming device to the CPU, monitor the CPU’s program online and make necessary changes in the CPU’s program. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 12. Operating station • An operating station is commonly used to provide an "Operating Window" to the process. It is usually a separate device (generally a PC), loaded with HMI (Human Machine Software). • This operating station can change any process set point, observe all process parameters, process alarms, etc. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 13. PLC and process interaction The field devices or field data are broadly classified as follows: • Digital or discrete or on/off type field devices • Analog or continuous type field devices Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 14. Digital I/O and PLC Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 15. Digital I/O and PLC • Discrete or digital inputs are the most common types of field inputs. Selector switches, pushbuttons, limit switches, temperature switches, level switches, flow switches, etc., are common examples. All types of switches that permit digital contact are included in this class. • Depending on the field device contacts, they are normally connected to 110VAC, 230V AC and, 24VDC types of digital input cards installed in PLC rack. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 16. Analog I/O and PLC Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 17. Analog I/O and PLC • Analog or continuous devices are generally used for getting feedback of the process parameter control. For example, temperature transducers (RTDs, thermocouples), level, pressure, flow, etc., transmitters. • Depending on field transducer devices, they are normally connected to 0-20 or 4-20 mA DC, 0-10VDC, RTDs, thermocouples, etc., type of analog input card, installed in the PLC rack. • Analog output actuators, commonly used in the field, include continuous actuators, I/P converter for valves, reference for drives, etc. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 18. Number systems and codes The commonly used number systems can be listed as: • Decimal number system • Binary number system • Octal number system • Hexadecimal (Hex) number system Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 19. Number systems and codes The following definitions / terms are commonly encountered: • Bit: A single binary digit that can have either value 0 or 1. • Base: This denotes the total number of digits used by the number system. • LSB (Least Significant Bit): This is the bit that represents the smallest value. • MSB (Most Significant Bit): This is the bit that represents the largest value. • Byte: A group of 8 bits. • Nibble: A group of 4 bits. • Word: A group of 16 bits Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 20. Decimal number system The decimal number system has a base of ‘10’. Base ‘10’ means it uses ten unique numbers (0 to 9) for the entire number system. A specific weight value is allocated to each digit from the right to the left. Therefore, the value of a decimal number depends on the digit as well as its location. For example: If we take ‘2312’ as a decimal number, its weight can be shown as, 2 4 1 3 3 x 10 exp. 0 = 3x1 = 3 1 x 10 exp. 1 = 1x10 = 10 4 x 10 exp.2 = 4x100 = 400 2 x 10 exp.3 = 2x1000 = 2000 = 2413 (Decimal) Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 21. Binary number system The weight of the digits is calculated in terms of base ‘2’ like for example: 1 0 0 1 1 1 x 2 exp. 0 = 1x1 = 1 1 x 2 exp .1 = 1x2 = 2 0 x 2 exp .2 = 0x4 = 0 0 x 2 exp .3 = 0x8 = 0 1 x 2 exp .4 = 1x16 = 16 = 19 (Decimal) Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 22. Octal number system The binary system uses eight digits – from zero (0) to seven (7) to represent all the numbers. For example, the octal number 24 is represented as, 2 4 4 x 8 exp.0 = 4x1 = 4 2 x 8 exp.1 = 2x8 = 16 = 20 (Decimal) Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 23. Hexadecimal (Hex) number system • The base of this number system is ‘16’. It provides a shorter notation of the numbers, compared octal system. It is very popular and was introduced by IBM. The hexadecimal number system uses 16 digits. These are: • Numbers ‘0’ to ‘9’, and it uses letters A, B, C, D, E, and F to represent the decimal equivalents of 10, 11, 12, 13, 14 and 15. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 24. Hexadecimal (Hex) number system For example, the hex number 2F is represented as: 0 0 2 F F x 16 exp.0 = Fx1 = 15 2 x 16 exp. 1 = 2x16 = 32 = 47 (Decimal) Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 25. BCD (Binary Coded Decimal) • Binary coded decimal uses binary numbers in coded format to represent the decimal numbers (unlike the normal way; discussed in the earlier section). • It is also called as 8421 BCD code. It basically employs four binary bits, with the weights 1, 2, 4 and 8 assigned to it. Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss
  • 26. DO YOU WANT TO KNOW MORE? If you are interested in further training or information, please visit: http://idc-online.com/slideshare Technology www.idc-online.com/slideshare Technology TTrraaiinniinngg tthhaatt Wwoorrkkss