Air Polution Control - Project (Rockwell)
Air Polution Control - Project (Rockwell)
Air Polution Control - Project (Rockwell)
1. ACNOWLEDGEMENT
Write your own Text
2. INTRODUCTION
Write your own Text
INDEX:
SECTION A:
1. GENERAL OVERVIEW OF PLC Given below, edit if you like
A. ROCKWELL
Write your own text
(Hardware platform FlexLogix 5434, Software platform RSLogix 5000, HMI
RSView32)
2. FACTORY VISIT
Write your own text
(PLC Panel Visual observation, system info, continuity check, Control Desk/Post)
SECTION B:
AUTOMATION PROJECT ON AIR POLLUTION CONTROL
A.
B.
C.
E.
SECTION A
PROJECT OBJECTIVE
LOGIC WRITE UP
LADDER PROGRAM
HMI SCREEN SHOTS
LIMBS TO DO
SENSORY
ORGANS
HUMAN BRAIN
SENSORS
IN FIELD
AUTOMATION
THE WORK
CONTROL OF
MACHINES & DEVICES
Micro-controllers
Computers, etc.
PLC has higher capability of handling external input output signals, specially discreet input
and outputs
The PLC is more reliable, repetitive and precise for a particular job
PLCs are very rugged and designed to work under harsh ambient conditions
LEVELS OF AUTOMATION
Automation can be categorized in various levels based on the required intelligence level. In relation to
the human capabilities, both physical and mental, each level relates to a particular capability.
The definition of levels is not unique and is available in 3 Level, 4 Level, 5 level models. One of the
commonly used models is described below.
FOCUS ON
MANAGEMENT
& INFORMATION
ERP
Level 4
Level 3
MES
Process Automation
PLC, DCS,
Level 2
Level 1
HMI, SCADA
Sensors
Level 0
Drives
FOCUS ON
PROCESS &
CONTROL
COMPONENTS OF PLC
A PLC consists of minimum the following components:
Memory
Power Supply
Rail / Rack
Input Modules
Output Modules
PROGRAMMING
TERMINAL
RAIL / RACK
INPUT
OUTPUT
CPU
MEMORY
Power Supply
Components of PLC
CPU
The CPU is the Brain of the PLC. It essentially performs the following functions:
Perform all binary (logical) and arithmetic functions as per the inputs and the application
program and generate output
Communicate with Memory and Programming Terminal to read or write program or data
The CPUs are categorized primarily based on their Input/Output handling, special functions and
communication capabilities.
The operating system of the CPU is permanently written in the same. Unlike personal computers, the
hardware and the OS, as well as the programming software, are always from the same manufacturer.
Memory
The Memory stores the operating system, the application program and sometimes user data.
Depending on the type of data to be stored, memory can be Read-Only type or ROM. Operating
systems of the CPU are stored in such memory areas. The user program is generally stored in a
Read-Write memory or RAM.
Memory can be built in the CPU or can be external. External memory is normally of Flash EPROM
type. The RAM is normally backed up by the Battery provided in the PLC in case of power failure.
Power Supply
The Power Supply provides power to the CPU, Memory and the Input / Output modules. This is the
power required by the electronics of the modules to function and NOT the field power required for the
input / outputs.
Rail / Rack
The modules of a PLC are either mounted on a Rail or a Rack. While the Rail serves only as a
mechanical support for the modules, the Rack serves both as a mounting support as well as a
backplane. The backplane is the PCB board, similar to the motherboard of a PC, on which modules
are connected.
Digital
Analog
Digital Modules
Though the digital input and output modules vary through a wide range in terms of size and type, the
following are their characteristics.
Digital input modules are used to read signals from selector switches, push buttons, limit
switches, proximity switches, etc
Digital inputs and outputs can accept 24V DC, 48V DC, 120V AC or 240V AC. The entire
module is for a particular voltage.
The number of inputs / outputs or channels available on a single module can be 8, 16, 32 or
64.
DIGITAL
INPUTS
PLC
DIGITAL
OUTPUTS
CPU
Analog Modules
The Analog Input modules are used to read signals from analog transducers, potentiometers,
etc
Analog Output modules are used to give setpoints to drives or other processes or for
displaying values on meters
ANALOG
INPUTS
PLC
ANALOGO
UTPUTS
CPU
The principle of operation of an analog module is based on the analog to digital converters or vice
versa.
For analog input modules, the analog value connected to the terminals of the analog channel is
converted into digital value by means of Analog to Digital Converter (ADC). The digital value is further
processed for diagnostic data like overflow, wire breakage, etc. before being sent to the CPU via the
backplane bus.
For analog output modules, the digital value generated by the CPU is sent to the analog module via
the backplane bus for conversion into analog value by means of Digital to Analog Converter (DAC).
The digital value is processed for diagnostic data like overflow, etc. before being sent to the DAC.
Analog Input Types
Analog Inputs are available in four types
Thermocouple J, K, N, L, etc.
CONFIGURATION OF PLC
PLC is a modular system can be configured in different ways:
Centralized
In Centralized configuration, the I/Os are located near the CPU or within a short distance from it. The
input/outputs, irrespective of their physical location, are wired up to the PLC panel. This type of
configuration is useful when the process is compact and concentrated and not spread across a long
distance.
Remote I/O
In the Remote I/O configuration, the I/Os are distributed in smaller groups and located near the
devices the signals are connected to. The communication between the CPU and the I/Os are
established with the help of BUS system. The protocol of the communication is specific to the
manufacturer of the PLC.
Savings in wiring cost as the I/Os are wired near the field devices and the major length of the
cable is one single twisted pair cable.
Remote I/O stations are rugged and can be housed in control desks, control posts, MCC or
other similar enclosures
PROGRAMMING BASICS
The user develops the Application Program on a Programmer and transfers the program to
the CPU for execution.
Almost all prominent PLC vendors have PLCs in Small, Medium and Large category. The
categorization is done on the I/O handling and communication capacity.
Some of the CPUs come with a mode switch on it. At PROG position, only programming can
be done, but outputs are not transferred. At REM position, both programming and execution is
done. At RUN position, only program execution is done, no program transfer to the CPU is
allowed.
The way of execution of the program in the CPU is based on the Type of Program it is written
into.
Types of Programs
The application program running in a CPU can be categorized as per their type of execution
Cyclic Program
Startup Program
The Cyclic Program is the main program of the PLC and is executed cyclically. The status of inputs
from the field and the status of outputs by the PLC is updated once every cycle.
The Time Interrupt Program is a section of the program which is triggered based on a time value.
E.g., this part of the program is executed every 100 mS.
The Event Interrupt Program is triggered by an event, which can be either internal or external. It can
be triggered by a hardwired signal or a fault or other internal event.
Startup Programs are executed during startup only and are not processed during normal running.
A. ROCKWELL
Write your own text
(Hardware platform FlexLogix 5434, Software platform RSLogix 5000, HMI
RSView32)
2. FACTORY VISIT
Write your own text
(PLC Panel Visual observation, system info, continuity check, Control Desk/Post)
PROJECT OBJECTIVE
To use a Programmable Logic Controller (PLC) to control Air pollution develops the PLC software
and HMI Screens for the system.
LOGIC WRITE UP
LADDER PROGRAM