Project On Industrial Automationreport
Project On Industrial Automationreport
The programmable logic controller represents a key factor in industrial Automation. Its use
permits flexible adaptation to varying processes as well as rapid fault finding and error
elimination. This report explains the design of a programmable logic controller and its
interaction with peripherals with the detail of programming function and programming language.
The major portion of the report deals with the practical of Relays, Programmable Logic
Controller, SCADA, HMI, Drives, Instrumentation, and Panel Designing.
Relay is an electromechanical switch which is used to isolate one electrical circuit from another.
It allows a low current control circuit to make or break an electrically isolated high current
circuit path. PLC is a multipurpose clock driven memory based electronic device which is also
known as specialized industrial computer which deals with different level of complexity and
control system. SCADA stands for supervisory control and data acquisition, a computer system
for gathering and analyzing real time data. SCADA systems are used to monitor and control a
plant or equipment in industries.
1
2. Introduction to SOFCON INDIA Pvt. Ltd.
DELHI
Delhi 110034
Landline:-01147506530
Email id: [email protected], [email protected]
Sofcon India Pvt. Ltd. – A nodal place for Industries corporate training needs
Sofcon has over 2 decades of industry experience; this positions us to meet all types of corporate
training needs. Be it PLC Training, SCADA Training, Motion controls, Drives systems,
Robotics, Embedded systems, AVR PIC ARM training, HVAC Training, Building Automation,
HVAC Design & Drafting, Hydraulics & Pneumatics training, Mat lab, VLSI, training for
technicians, Aptitude training for fresher’s/job seekers/college graduates.
Corporate clients
A few of our corporate clients include, Indraprastha Gas Ltd, NHPC, NTPC, Schenck Rotec,
Jaypee cement, Ultratech cement, JK Laxmi cement, Shree Cement, MaCains foods, Bajaj Auto,
SMC Pneumatics, Coca Cola, PepsiCo, GlaxoSmithKline, KS oils, Emersion Ltd., Case
Construction Ltd, Sergi India, EcocatPvt Ltd, PepsiCo, JHOC Yemen, Qatar Petroleum, NHPC,
Ingersoll Rand, Motherson Engineering Ltd, Drunkgreen Bhutan, Samsung, SubrosLtD, Gail
India Ltd, NHDC.
2
They have PAN India Presence: Noida, Delhi, Gurgaon, Jaipur, Lucknow, Bhopal, Ahmadabad,
Baroda, Pune, Mohali, and Allahabad. We can customize /conduct training on diverse subjects as
per plant/maintenance/operational requirements at our training centers / your plants.
Branches
Noida, Delhi, Gurgaon, Lucknow, Allahabad, Jaipur, Mohali, Bhopal, Vadodara, Ahmedabad,
Pune
Courses Available
Automation Training
Embedded Training
Building Automation
Mechanical Training
HVAC Design and Drafting
VLSI Training
MATLAB Training
Autodesk Training Center
Technician Course
Placements
100 % placement Assistance for Sofcon IAE (Industrial Automation Engineer), ESE (Embedded
Systems Engineer), IBMSE (Integrated Building Management systems Engineer), VLSIE (VLSI
Engineer) Training Program. They have teams of dedicated placement professionals throughout
India to systematically route our trained engineers to industries. They train them for soft-skills,
Interview preparation, communication skill, ethical values, stress management, which improves
selection rate and grows him/her into a successful professional.
Sofcon Group having projects/operations mainly throughout India, Asia, Middle East and many
other countries receives vacancies for trained manpower. They have placement tie up with many
process/manufacturing companies/Infrastructure segment/Industrial automation, embedded,
BMS service providers.
3
Introduction of Training under taking
SOFCON is now affiliated and funded by NSDC. NSDC is first of its type Public Private
Partnership (PPP) in India. It has been set up by Ministry of Skill Development &
Entrepreneurship. It is a nonprofit company setup to provide Skill Development training for up
skilling India; it is managed by a team of experienced professionals for Decision Making. A
complete structure of Board, Sub Committee’s and executive councils are there within the
Group.
Sofcon is affiliated and funded by NSDC to provide Technical training with a mission to
provide 100000 placements to technical students till the year 2020, Sofcon provides technical
training in the field of Industrial Automation, Embedded System and Building
Automation which covers Electronics Skill Sector of India.
4
3. INDUSTRIAL AUTOMATION
Industrial automation is the use of control systems, such as computers or robots, and
information technologies for handling different processes and machineries in an industry to
replace a human being. Automation has been achieved by various means including mechanical,
hydraulic, pneumatic, electrical, electronic devices and computers, usually in combination.
Complicated systems, such as modern factories, airplanes and ships typically use all these
combined techniques
Or
Industrial automation is the process by which electrical machine and devices using
programmable electronic devices such as PLC, PAC, DCS, CNC, through the inputs from the
field and through the program built in it.
High Productivity
High flexibility
High Safety of labors
Reduce Human Efforts
Improved quality or increased predictability of quality.
Increased consistency of output.
Frees up workers to take on other roles.
5
4. PLC
It was originally developed to replace mechanical relays, Timers, Counters. Its purpose is to
monitor process, parameters and adjust operations accordingly. A sequence of instructions is
programmed by the user to PLC memory and when the program is executed, the controller
operates a system to the correct operating specifications.
The PLC is also designed to operate in the industrial environment with wide ranges of ambient
temperature, vibration, and humidity and is not usually affected by the electric noise that is
inherent in most industrial locations. Troubleshooting is simplified in most PLCs because they
include fault indicators, blown-fuse indicators, input and output status indicators, and written
fault information that can be displayed in the programmer. PCs often used for programming and
monitoring the PLC, However the PLC Manufacturer offers Hand-held programming channels
and dedicated programmers.
6
4.1 PLC ARCHITECTURE
CPU
INPUT/OUTPUT MODULES
Input module senses the presence or absence of an input signal at each of its input terminals.
The input signal tells what switch, sensor or other signal is ON or OFF in the process being
controlled.
It converts the input signal for high or on to DC level usable by module’s electronic circuits. For
a low input signal is converted, indicating OFF.
The Output module operates the opposite manner from the input module.
Control processing unit is designed to perform arithmetic and logic operations. CPU is the
brains of every computer. The CPU used to processes the input and gives the output according to
the instruction given by the user. Microprocessor is a part of PLC CPU that receives, analyzes,
processes, and sends data. The data sent or received is in the form of digital pulse.
7
4.2 PLC SCAN CYLCE
In the input scan table the plc scans the input table given from the user.
In this step the PLC scans the logic program and executes it but it doesn’t update the output.
3. Communication diagnostics
Communication diagnostics checks whether any program is downloading or not. If yes, then it
stops current running program. If not it continues current program.
4. Output update
In this step the output is updated accordingly to the logic program after all above steps are
executed.
8
4.3 HARDWARE OVERVIEW
L is base unit.
I/O supply
1. A= 120 V ac
2. B= 24 V dc
9
Output Switching Device
1. W= Relay
2. A= TRIAC
3. B= MOSFET
4. X= FET + Relay
The data files contain the status information associated with I/O and all other with instructions
used in the program.
Output (file 0) - This file stores the state of the output terminals for the controller. The
output file is addressed as O:0/0
Input (file 1) - This file stores the status of the input terminals for the controller. The
input file is addressed as I:0/0
Status (file 2) - This file stores controller operation information. This file is useful for
troubleshooting controller and program operation. The status file is addressed as S2:0/0
Bit (file 3) - This file is used for internal relay logic storage. The bit file is addressed as
B3:0/0.
Timer (file 4) - This file stores the timer accumulator and preset values and status bits.
The timer file is addressed as T4:0. There are 40 timers.
Counter (file 5) - This file stores the counter accumulator and preset values and the
status bits. The counter file is addressed as C5:0
Control (file 6) - This file stores the length, pointer position, and status bits for specific
instructions such as shift registers and sequencers.
Integer (file 7) - This file is used to store numeric values or bit information.
Table 4.1
10
Output unlatch OUT
Counter up CTU
11
Application requirements.
How many I/Os capacity is required?
What type of I/Os are required?
What size of memory is required?
Electrical requirements.
Speed of operation.
Communication requirements.
Which Software?
Operator interface.
12
4.7 Problem
Switch on all 3 motors with a start momentary push button and stop all 3 motor with same
momentary push button.
Sol.
13
5. SCADA
Supervisory control and data acquisition (SCADA) is a control system architecture that uses
computers, networked data communications and graphical user interfaces for high-level process
supervisory management, but uses other peripheral devices such as programmable logic
controllers and discrete PID controllers to interface to the process plant or machinery. The
operator interfaces which enable monitoring and the issuing of process commands, such as
controller set point changes, are handled through the SCADA supervisory computer system.
However, the real-time control logic or controller calculations are performed by networked
modules which connect to the field sensors and actuators.
OR simply we say that, SCADA is software which is used for monitoring, control, and data
collection of real and historical time of whole plant. The data can be received in the form of
spreadsheet.
In our training module we are using INTOUCH software which is made by WONDERWARE
Company.
14
5.1 COMPONENTS of SCADA
This is the core of the SCADA system, gathering data on the process and sending control
commands to the field connected devices. It refers to the computer and software responsible for
communicating with the field connection controllers, which are RTUs and PLCs, and includes
the HMI software running on operator workstations. In smaller SCADA systems, the supervisory
computer may be composed of a single PC, in which case the HMI is a part of this computer. In
larger SCADA systems, the master station may include several HMIs hosted on client
computers, multiple servers for data acquisition, distributed software applications, and disaster
recovery sites. To increase the integrity of the system the multiple servers will often be
configured in a dual-redundant or hot-standby formation providing continuous control and
monitoring in the event of a server malfunction or breakdown.
Remote terminal units, also known as (RTUs), connect to sensors and actuators in the process,
and are networked to the supervisory computer system. RTUs are "intelligent I/O" and often
have embedded control capabilities such as ladder logic in order to accomplish Boolean logic
operations.
Also known as PLCs, these are connected to sensors and actuators in the process, and are
networked to the supervisory system in the same way as RTUs. PLCs have more sophisticated
embedded control capabilities than RTUs, and are programmed in one or more IEC 61131-3
programming languages. PLCs are often used in place of RTUs as field devices because they are
more economical, versatile, flexible and configurable.
15
5.1.4 Communication infrastructure
This connects the supervisory computer system to the remote terminal units (RTUs) and PLCs,
and may use industry standard or manufacturer proprietary protocols. Both RTUs and PLCs
operate autonomously on the near-real time control of the process, using the last command given
from the supervisory system. Failure of the communications network does not necessarily stop
the plant process controls, and on resumption of communications, the operator can continue with
monitoring and control. Some critical systems will have dual redundant data highways, often
cabled via diverse routes.
The human-machine interface (HMI) is the operator window of the supervisory system. It
presents plant information to the operating personnel graphically in the form of mimic diagrams,
which are a schematic representation of the plant being controlled, and alarm and event logging
pages. The HMI is linked to the SCADA supervisory computer to provide live data to drive the
mimic diagrams, alarm displays and trending graphs. In many installations the HMI is the
graphical user interface for the operator, collects all data from external devices, creates reports,
performs alarming, sends notifications, etc.
Movement
1. Horizontal movement
2. Vertical movement
Object size
Percent filling
1. Horizontal filling
2. Vertical filling
Blinking
Visibility
Orientation
Fill color
16
5.3 Features of SCADA
Alarm
Trend
Data connectivity with MS Excel sheet
Recipe manager
Security
5.5 TAG
Tag database is the record of data which is used to make link between two or more objects.
Types of TAG
17
5.6 Advantage of SCADA
There are a number of advantages to having a SCADA system installed such as:
Ability to significantly reduce operating costs, while improving system performance and
reliability
Costly after-hours alarm call-outs can often be avoided since a SCADA system will
indicate the nature and degree of a problem
Since data is continuously recorded, operators do not have to manually read and record
meter readings on a daily basis.
Operators do not have to keep track of hundreds of log sheets as any data recorded on the
SCADA system can be downloaded and accessed at their convenience.
SCADA systems can often be accessed remotely through an internet connect on your
office computer or laptop, and even your cell phone or tablet.
18
5.8 SCADA DEVEPLOMENT WINDOW
19
5.9 SCADA RUNTIME WINDOW
20
6 HMI (Human Machine Interface)
A HMI is basically an electronic device that consists of graphical objects for both controlling &
monitoring purpose.
Step5. Disconnect PM-02 cable from PLC and connect to the PV 300 micro.
Step9. Down load the application into the HMI. (Don’t disconnect the cable while downloading.)
21
Step10. Disconnect the HMI with PC by PM-02 cable.
Step11. Connect the HMI and PLC by using the HM-02 cable.
22
7 Panel types
7.1 Power control centre
Incomers(RYB & N)
Main Circuit Breaker(ACB,VCB,MCCB,ELCB)
Out comer Bus bar
Current Transformer
Core wires and energy meters
A motor control center (MCC) is an assembly of one or more enclosed sections having a
common power bus and principally containing motor control units. Motor control centers are in
modern practice a factory assembly of several motor starters. It consists of
Incomer (RYB&N)
MCCB
MCBs TPN Type(Triple Pole Network)
Contactor
Control Relays
Terminal Blocks.
23
Control Terminal Blocks
Power Terminal Blocks
Variable frequency drive (VFD)
Soft starter
Line choke
Motor protection circuit breaker (MPCB)
PLC stands for Programmable logic controller. It is basically an electronic programmable device
which takes input from field and control field output through programs build in it. PLC control
panel consists of
It is basically a station on the control panel meant for local operator. This panel consists of
following components
Alarm annunciator
Local switch and push button for local operator
Meters (flow meter, temperature meter, pressure meter, level indicator)
Hootor and mimic
24
Control relay
It has got interlocking of relay logic for different kinds of environment condition. It has got
meters for different section of plants. It has got signal repeaters, signal conditioner, interlock for
emergency.
LT (Low Tension) Panel is an electrical distribution board that receives power from generator or
transformer and distributes the same to various electronic devices and distribution boards. Such
panels are used in industries both for internal and external use and, therefore, they are quite
rugged to withstand different climatic conditions. Our LT panels are designed to work with low
electricity consumption that makes them cost effective. It has 3-phase to 3-phase transformer for
conversion of high voltage into 440V. It has CT for measurement of whole plant current rating. It
has energy meter and bus bars.
HT (High Tension) Panel is like LT Panel except that it is used for high tension cables. It has
33KVA incomer and 11-11KVA outgoer. It has got electrical power control section.
Starter panel has control of power to be given to different section of industry. It has got
Power startup
Power shutdown
Emergency switch for each section of plant
25
These panels are used in commercial buildings and industries where there is fluctuation in
voltage and power supply. The electrical load required by a unit depends upon the type of
machineries, cooling plants and other devices installed. There is always a possibility of damage
of these equipments if power fluctuates. In case of fixed loads they can be safeguarded using
capacitors, but in case of varied loads, a mechanism to switch in and switch out the capacitors is
required which is basically handled using these panels. This section comprises of capacitor bank
meter analysis for improvement in current & voltage along with battery bank.
Compressor
Piston
Vacuum tight pipes
Valves
Hand handle valve
Butterfly valve
Solenoid valve
Non-returning valve
Direction control valve
Control relays
Pressure meters
Junction boxes have terminal for gathering the signal. It has signal duplicators, repeaters, MCBs,
fuse unit & cable alleys.
26
We have Ethernet switch, Hub, router, Along with it has signal conditioner and signal analysis
for we can strong signal in different area.
A Fire Alarm Control Panel (FACP), or Fire Alarm Control Unit (FACU), is the controlling
component of a Fire Alarm System. The panel receives information from environmental sensors
designed to detect changes associated with fire, monitors their operational integrity and provides
for automatic control of equipment, and transmission of information necessary to prepare the
facility for fire based on a predetermined sequence. The panel may also supply electrical energy
to operate any associated sensor, control, transmitter, or relay. There are four basic types of
panels: coded panels, conventional panels, addressable panels, and multiplex systems.
27
8 Mountings
Mounting is the way of placing a component inside a panel or outside the panel in some specific
location along with its design consideration for proper utilization of space & its protection &
adaptability.
Types
1. DIN rail mount - A DIN rail is a metal rail of a standard type widely used for mounting
PLCs and industrial control equipment inside equipment racks.
2. Wall mount – it is a simple mounting where the equipment is mounted on the wall.
3. Flange mount – A flange is an external or internal ridge, or rim (lip), for strength, as the
flange of an iron beam such as an I-beam or a T-beam; or for attachment to another
object, as the flange on the end of a pipe, steam cylinder, etc., or on the lens mount of a
camera; or for a flange of a rail car or tram wheel.
4. Rack mount - The term rack mount is used to describe electronic equipment and devices
designed to fit industry-standard-sized computer racks and cabinets (19" wide). Rack
mount devices are also standard 1.75 inch units.
9 Panel Protection
1. Electrical protection
2. Mechanical protection(ingress protection)
1. Fuse – A safety device consisting of a strip of wire that melts and breaks an electric
circuit if the current exceeds a safe level.
28
2. M.C.B. – An MCB or miniature circuit breaker is an electromagnetic device that
embodies complete enclosure in a molded insulating material. The main function of an
MCB is to switch the circuit, i.e., to open the circuit (which has been connected to it)
automatically when the current passing through it (MCB) exceeds the value for which it
is set. It can be manually switched ON and OFF as similar to normal switch if necessary.
3. M.C.C.B. – A molded case circuit breaker, abbreviated MCCB, is a type of electrical
protection device that can be used for a wide range of voltages, and frequencies of both
50 Hz and 60 Hz. The main distinctions between molded-case and miniature circuit
breaker are that the MCCB can have current ratings of up to 2,500 amperes, and its trip
settings are normally adjustable. An additional difference is that MCCBs tend to be much
larger than MCBs.
4. A.C.B. – Air Circuit Breaker is a device used to provide over current and Short Circuit
Protection for circuits ranging from 800 Amps to 10000 Amps.
5. V.C.B. – In vacuum circuit breakers, vacuum is used as the arc quenching medium.
Vacuum offers the highest insulating strength. So it has far superior arc quenching
properties than any other medium.
6. O.L.C.B. – Oil circuit breaker is such type of circuit breaker which used oil as a dielectric
or insulating medium for arc extinction. In oil circuit breaker the contacts of the breaker
are made to separate within an insulating oil. When the fault occurs in the system the
contacts of the circuit breaker are open under the insulating oil, and an arc is developed
between them and the heat of the arc is evaporated in the surrounding oil.
7. E.L.C.B. – An Earth-leakage circuit breaker (ELCB) is a safety device used in electrical
installations with high Earth impedance to prevent shock. It detects small stray voltages
on the metal enclosures of electrical equipment, and interrupts the circuit if a dangerous
voltage is detected.
8. R.C.C.B – RCCB means Residual Current Circuit Breaker -- A residual. Current device
(RCD) or residual current. Circuit breaker (RCCB), is an electrical wiring device that.
Disconnects a circuit whenever it detects that the electric. Current is not balanced
between the phase ("hot") conductors.
9. SF6 C.B. – The sulphur hexafluoride gas (SF6) is an electronegative gas and has a strong
tendency to absorb free electrons. The contacts of the breaker are opened in a high
29
pressure flow of sulphur hexafluoride (SF6) gas and an arc is struck between them. The
gas captures the conducting free electrons in the arc to form relatively immobile negative
ions. This loss of conducting electrons in the arc quickly builds up enough insulation
strength to extinguish the arc.
1. Overload thermal relay – Thermal Overload is widely used for Motor Protection.
Basically Thermal Overload Relay is an over current protection of the simplest type. The
working principle of Thermal Overload Relay is quite simple but interesting. Figure
below shows a typical Thermal Overload Relay. An adjustment dial located on the unit
allows the ampere trip setting. A manual test button is provided to test the operation of
the overload relay control contacts
2. M.P.C.B. – Motor protection circuit breakers are a specialized type of electrical
protection device that is designed specifically for electric motors, like their name implies.
Electric motors have plenty of applications and are used to drive mechanical devices of
all types, so it is very important to protect them adequately with MPCBs.
3. R.C.C.B.O. – RCBOs are commonly used in applications where there is the need to
combine protection against over currents (overload and short-circuit) and protection
against earth leakage currents. RCBOs help in sensing this kind of faults and trip the
circuit ensuring complete protection of the people and connected equipments.
9.1.3 Earthing
The IP Code, International Protection Marking, IEC standard 60529, sometimes interpreted as
Ingress Protection Marking, classifies and rates the degree of protection provided against
intrusion (body parts such as hands and fingers), dust, accidental contact, and water by
mechanical casings and electrical enclosures. It is published by the International Electro
technical Commission (IEC).
30
For e.g. IP 32CH
Table 9.1.
0 No protection
1 > 50mm
2 >25mm
3 >12.5mm
4 Tools
5 Pin protection
6 Dust tight
7 Air tight
Table 9.2
0 Not protected
1 Vertically falling water
2 15˚ slant falling water
3 Above 15˚ slant falling water
4 Water splash
5 Water jet
6 Strong water jet
7 Temporarily emerged in water
8 Permanently emerged in water
It has4 standards
31
2nd-it can’t be used by fingers.
Over the last four decades, power electronics technology has reduced VFD cost and size and has
improved performance through advances in semiconductor switching devices, drive topologies,
simulation and control techniques, and control hardware and software.
32
Fig 10.2 power conversion
Quadrant III - Driving or motoring, reverse accelerating quadrant with negative speed and torque
Harmonics- All VFDs generate harmonics. Care should be taken to select a VFD which
has built-in harmonic filters. These filters are commonly known as”DC Link Chokes”.
They reduce the harmonics generated by the VFD to acceptable standards.
Peak voltages generated by VFDs- A VFD subjects the motor to a higher peak voltage
than when it is operating on mains. Therefore the design peak voltage of a motor has to
be taken into account. For example, we come across 650V grade motors in some
countries which have an input voltage of 380-440V. A motor like that has a design peak
voltage of 1100 Volts. The VFD selected should not generate higher voltages than that,
with full length cable between the VFD and motor.
Standard motor capability- Some VFD manufacturers recommend inverter duty grade
motors. These motors are expensive and need to be specially ordered. Instead ask for a
VFD which accepts standard motors. These VFDs do not cause additional heating in the
motor, provide a full output voltage that is nearly sinusoidal and have lower peak
voltages.
Auto–manual operation- Look for a VFD which supports auto and manual operation.
This way you can be sure that if the control system or sensors / transmitters connected to
33
the VFD malfunction, you still have the possibility to control the VFD in manual mode
and continue the operation of the plant.
Motor cable length- It is normal practice to install VFDs in a control room. As a result
the distance between the VFDs and the motors they control can be quite long. It such a
case it is essential that the VFDs support long cable lengths. Look for a VFD which
allows for a motor cable length of at least 100 meter.
Cascade control- When operating multiple compressor packs, it is advisable to speed
control one compressor and cascade the other compressors as per the load requirement.
Look for a VFD with a cascade controller for compressor applications that supports this
type of operation. This will be very economical and improve the system reliability at the
same time, as you need to install only one VFD per compressor pack with an on-board
cascade controller that eliminates the need for external controllers.
Refrigerant charts- Look for VFDs that have built-in refrigerant pressure – temperature
charts. This allows operators to easily program temperature set points in deg C or deg F
in the VFD after selecting the refrigerant that is used in the system. This simplifies the
commissioning process and minimizes human errors.
PID control- VFDs should have built-in PID controllers to control the speed in such a
way that the set point for temperature or pressure is accurately maintained.
Sleep mode operation- Sometimes condenser fans are naturally efficient. If ambient
temperatures are low (night time & winter) the load is low. During such conditions there
is no need for the fan to run. The VFD should be able to detect such conditions and
automatically switch off to save energy and reduce wear and tear.
Programmable minimum and maximum speeds- The VFD should allow setting of
minimum and maximum speeds. In screw compressor applications for example, it may be
necessary to program a minimum speed of 50% if the compressor does not allow lower
speeds.
Overload capacity- VFDs for reciprocating compressors should have at least 160% over
load capacity, whereas VFDs for screw compressors should have at least 110% overload
capacity. These VFDs should be of constant torque type. VFDs for condenser and
evaporator fans should have at least 110% overload capacity and have to be of variable
torque type.
IP protection rating- If VFDs are to be installed outside, these VFDs should have at
least IP 66 protection and should be able to operate in temperatures up to 45-50 deg C.
VFDs with IP 54 protection shall be preferred for other applications, as these can be
installed without the need of an additional enclosure and are generally resistant to dust
and moisture – which are common issues in most refrigeration plants.
Display of parameters- Select a VFD which is able to display information in English or
in your local language. This saves your operators from the trouble of referring to
manuals, each time a message is displayed on the VFD.
34
Meters- Look for a VFD which can display the most essential variables like kW, kWh,
running hours, voltage, amperes and most importantly the parameters that are being
monitored by the VFD like temperature or pressure. This information is vital to your
installation and when connected to a computer, can provide log details of the data being
monitored.
Energy optimization- VFDs for evaporator and condenser fans should have an energy
optimization function. With such a function, you typically get an additional 5-10%
energy savings.
Real time clock- Always look for a VFD with the possibility of a built-in real-time clock.
This enables you to program your on/off times, defrost schedules, maintenance schedules,
night set back times etc.
The drives are available in a wide range of torque, speed and power.
They are adaptable to almost any operating conditions such as explosive and radioactive
environment, submerged in liquids, vertical mounting and so on.
The drive does not pollute the environment.
It can operate in all four quadrants of speed torque plane.
They can be started instantly and can immediately be fully loaded. i.e., there is no need to
refuel or warm up the motor.
They have flexible control characteristic and can be employed to automatically control
the drive.
They have high efficiency and considerably low no load losses and having a short time
overloading capacity.
Drives save energy.
35
The application of the drive is limited because it cannot use in a place where the power
supply is not available.
The initial cost of the system is high.
It has a poor dynamic response.
The output power obtained from the drive is low.
During the breakdown of conductors or short circuit, the system may get damaged due to
which several problems occur.
RTD
Thermocouple
Thermistor
Fig. 11.2 Thermocouple
36
Thermistors differ from resistance temperature detectors (RTDs) in that the material used in a
thermistor is generally a ceramic or polymer, while RTDs
use pure metals. The temperature response is also different;
RTDs are useful over larger temperature ranges, while
Thermistors typically achieve a greater precision within a
limited temperature range, typically −90 °C to 130 °C.
Diaphragm
Bourdon
The Bourdon pressure gauge uses the principle that a flattened tube tends to straighten or regain
its circular form in cross-section when pressurized. Although this
change in cross-section may be hardly noticeable, and thus involving
moderate stresses within the elastic range of easily workable
materials, the strain of the material of the tube is magnified by
forming the tube into a C shape or even a helix, such that the entire
Fig. 11.5 Bourdon
tube tends to straighten out or uncoil, elastically, as it is pressurized.
Strain gauge
37
A capacitive transducer has a static plate and a deflected flexible diaphragm with a dielectric in
between. When a force is exerted to the outer side of the diaphragm the distance between the
diaphragm and the static plate changes. This produces a capacitance which is measured using an
alternating current bridge or a tank circuit. A capacitance
pressure transducer is based on the fact that dielectric constants
Fig. 11.7 Capacitive pressure transducer
of liquids, solids and gases change under pressure. The figure
below shows an arrangement of a cylindrical capacitor that can
withstand large pressure. As the change in dielectric constant is
quite small (only about ½ percent change for a pressure change
of about 10 M Pa), it is usable only at large change in pressure.
Besides, the capacitance-pressure relation is non-linear and is
affected by temperature variation.
The main principle of a piezoelectric transducer is that a force, when applied on the quartz
crystal, produces electric charges on the crystal surface. The charge thus produced can be called
38
as piezoelectricity. Piezoelectricity can be defined as the electrical polarization produced by
mechanical strain on certain class of crystals. The rate of charge produced will be proportional to
the rate of change of force applied as input. As the charge produced is very small, a charge
amplifier is needed so as to produce an output voltage big enough to be measured. The device is
also known to be mechanically stiff.
The input pressure is given to the piston. This moves the piston accordingly and causes the
spring to be compressed. The piston position will be directly proportional to the amount of input
pressure exerted. A meter is placed outside the piston and spring arrangement, which indicates
the amount of pressure exerted. As the device has the ability to withstand shock, sudden pressure
changes, and vibrations, it is commonly used in hydraulic applications. Mostly, the output of the
piston and spring arrangement is given to a secondary device to convert
Fig. 11.8 piston type pressure
movement into an electrical signal.
transducer
when the input electricity ceases. The inductance of the loop changes
according to the material inside it and since metals are much more effective
inductors than other materials the presence of metal increases the current
flowing through the loop. This change can be detected by sensing circuitry,
which can signal to some other device whenever metal is detected.
Capacitive sensors
39
Capacitive sensors are constructed from many different media, such as copper, Indium tin oxide
(ITO) and printed ink. Copper capacitive sensors can be implemented on standard FR4 PCBs as
well as on flexible material. ITO allows the capacitive sensor to be up to 90% transparent (for
one layer solutions, such as touch phone screens). Size and spacing of the capacitive sensor are
both very important to the sensor's performance. In addition to the size of the sensor, and its
spacing relative to the ground plane, the type of ground plane used is very important. Since the
parasitic capacitance of the sensor is related to the electric field's (e-field) path to ground, it is
important to choose a ground plane that limits the concentration of e-field lines with no
Fig. 11.10 capacitive sensor
conductive object present.
40
Fig. 11.12 photoelectric proximity sensor
11.4 PH measurement
41
Fig. 11.13 PH scale
Definition of pH
The pH value of a solution is the negative log of its hydrogen ion activity (α), which is the
product of hydrogen ion concentration [H+] and the activity coefficient of hydrogen (GH+) at
that concentration.
Electrical Conductivity is the ability of a solution to transfer (conduct) electric current. It is the
reciprocal of electrical resistivity (ohms). Therefore conductivity is used to measure the
concentration of dissolved solids which have been ionized in a polar solution such as water. The
unit of measurement commonly used is one millionth of a Siemens per centimeter (micro-
Siemens per centimeter or µS/cm). When measuring more concentrated solutions, the units are
expressed as milli-Siemens/cm (mS/cm) i.e. - 10-3 S-cm (thousandths of a Siemens). For ease of
expression, 1000 µS/cm are equal to 1 mS/cm. Often times conductivity is simply expressed as
either micro or milli Siemens. However this unit of measurement is sometimes (incorrectly)
referred to as micro-mho's rather than micro-Siemens. The expression "mho" was simply the
word ohm spelled backwards.
42