Industrial Automation Overview and Applications
Industrial Automation Overview and Applications
1. Define Automation
An automation system refers to a system that is designed to control and manage various
aspects of a building or environment, such as environmental control, energy management, safety,
security, access control, and remote [Link] is the application of technology,
programs, robotics or processes to achieve outcomes with minimal human input.
Applications of Profibus:
It provides communication between the field sensors & the controllers or control system.
Pascal (Pa): The SI unit of pressure, defined as one newton per square meter (N/m²).
Pounds per Square Inch (psi): A unit of pressure widely used in the United States,
where 1 psi = 6894.76 Pascals.
1. Bidirectional Conductivity: It can conduct current in both directions once the voltage
exceeds its breakover voltage.
2. Triggering: The DIAC starts conducting when the voltage across it reaches a specific
threshold (breakover voltage), typically between 30V to 40V, making it useful in phase
control applications.
In industrial automation, the following are the different types of mass flow
meters:
1. Coriolis Mass Flow Meter: Measures mass flow directly by detecting the change in
vibration frequency of a tube through which the fluid flows.
2. Thermal Mass Flow Meter: Measures the mass flow rate based on the heat transfer
between a heated element and the fluid passing over it.
3. Rotameter (Variable Area Flow Meter): While typically used for volumetric flow,
certain types can also estimate mass flow by combining fluid density and flow rate.
4. Ultrasonic Mass Flow Meter: Uses ultrasonic waves to determine the flow velocity and
calculate the mass flow based on the density of the fluid.
5. Positive Displacement Flow Meter: Measures the volume of fluid passing through,
which can then be converted to mass flow when the fluid density is known.
Part-B (5 x 13 = 65 marks)
11.a. Define automation? Explain briefly about three elements of Automated system.
Automation refers to the use of control systems such as computers, robots, and information
technologies to control industrial machinery, processes, and systems, with minimal human
intervention. In industrial automation, the goal is to increase efficiency, reliability, and consistency
while reducing operation
In Fig. a sensor system is shown decomposed into three of its major functional components,
along with the medium in which the measurement takes place. These are described below.
A. The physical medium refers to the object where a physical phenomenon is taking place and
we are interested in the measurement of some physical variable associated with the
phenomenon. Thus, for example, the physical medium may stand for the hot gas in a
furnace in the case of temperature measurement or the fluid in a pipe section in the case
of measurement of liquid flow rate.
B. The sensing element is affected by the phenomenon in the physical medium either through
direct or physical contact or through indirect interaction of the phenomenon in the medium
with some component of the sensing element. Again, considering the case of temperature
measurement, one may use a thermocouple probe as the sensing element that often comes in
physical contact with the hot object such as the flue gas out of a boiler-furnace or an optical
pyrometer which compares the brightness of a hot body in the furnace with that of a lamp
from a distance through some window and does not come in direct contact with the furnace.
In the more common case where the sensing element comes in contact
with the medium, often some physical or chemical property of the sensor changes in response
to the measurement variable. This change then becomes a measure of the physical variable of
interest. A typical example is the change in resistivity due to heat in a resistance thermometer
wire. Alternatively, in some other sensors a signal is directly generated in the sensing element,
as is the case of a thermocouple that generates a voltage in response to a difference in
temperature between its two ends.
C. The signal-conditioning element serves the function of altering the nature of the signal
generated by the sensing element. Since the method of converting the nature of the signal
generated in the sensor to another suitable signal form (usually electrical) depends essentially
on the sensor, individual signal conditioning modules are characteristic of a group of sensing
elements. As an example considers a resistance Temperature Detector (RTD) whose output
response is a change in its resistance due to change in temperature of its environment. This
change in resistance can easily be converted to a voltage signal by incorporating the RTD in
one arm of a Wheat stone's bridge. The bridge therefore serves as a signal-conditioning
module. Signal conditioning modules are also used for special purpose functions relating to
specific sensors but not related to variable conversion such as `ambient referencing' of
thermocouples. These typically involve analog electronic circuits that finally produce
electrical signals in the form of voltage or current in specific ranges.
D. The signal processing element is used to process the signal generated by the first stage for
a variety of purposes such as, filtering (to remove noise), diagnostics (to assess the health of
the sensor), and linearisation (to obtain an output which is linearly related with the
physical measurand [Link] processing systems are therefore usually more general
purpose in nature.
E. The target signal-handling element may perform a variety of functions depending on the
target application. It may therefore contain data/signal display modules, recording or/storage
modules, or simply a feedback to a process control system. Examples include a temperature
chart recorder, an instrumentation tape recorder, a digital display or an Analog to Digital
Converter (ADC) followed by an interface to a process control [Link] the above
description fits in most cases, it may be possible to discover some variations in some cases.
The above separation into subsystems is not only from a functional point of view, more
often than not, these subsystems are clearly distinguishable physically in a measurement
[Link] sensors often have the additional capability of digital communication using
serial, parallel or network communication protocols. Such sensors are called “smart” and
contain embedded digital electronic processing systems.
Modbus
Modbus
Modbus is the open standard RTU, where many organizations and engineers implement it into
their device without including any kind of payments. This protocol is considered as the most
ubiquitous communication protocol and generally accessible as a means of linking engineering
electronic equipment.
In a detailed way, this is the communication protocol that is employed for information
transmission between the electronic equipment through serial lines or through Ethernet
connections. In an open standard condition, anyone can implement it. This is probably utilized
for the connection of a system controlling using an RTU in SCADA in the power domain.
The protocol of Modbus is well-defined as a master and slave protocol which means that
a tool functioning as master will make either one or more tools to have functioned as a slave.
This clearly indicates that slave will not undertake data, it needs to wait until it was asked for the
information. The master will write down information to the slave devices and then reads
information from slave registers to the master. There will always exist a registered address from
the perspective of slave registers.
As the Remote Terminal Unit (RTU) of this kind of open standard employs a master and slave
approach to create communication across various devices, this corresponds that any kind of
application that employs the RTU scenario will possess a Modbus master device and a minimum
of one Slave device. This clearly indicates that slave will not undertake data, it needs to wait
until it was asked for the information.
Modbus Communication
The master and slave communication across the devices is enabled either through serial buses or
networks. In the OSI approach, Modbus is placed in the seventh layer. The purpose of this is to
request the protocol and then delivers the corresponding services mentioned by functioned codes.
These functional codes of Modbus RTU protocol are the Modbus request components.
So as to develop the Modbus application data unit, the delivery unit should instigate a device
transaction. This is the operation which notifies the server to work on the specified kind of
operation.
Modbus Communication
The design of the request that is instigated by the master device is determined by the application
protocol. Then the function code will be coded as 8-bits which is one byte. Only the function
codes that are in the range of 1-25 are considered as valid and in this 128-255 are set aside for
exceptional responses
Architecture
When there is a request/message from master to slave, this means that it is the function
code field that notifies the server to perform the requested action. For some operations, there will
be some sub-functional codes also. For example, the master device can read ON and OFF
transitions of a cluster of various inputs/outputs.
It also either reads or writes the information of a group of Modbus registers. When the
slave’s response is received by the master, then the function code field is utilized by the slave to
signify either it is an unexceptional or exceptional response. The slave device will resonate for
the request of the first function code in there is a normal [Link] is how the Modbus
communication protocol has functioned.
Function Codes
The protocol of Modbus identifies multiple function codes to get accessibility for registers. There
are mainly four various data blocks characterized by Modbus and here there might happen to the
overlap of either register numbers or addresses. So because of this, an exact definition has to be
defined where addresses are required and where functional codes are required.
The below table clearly summarizes the Modbus function codes. There exists only one
subcategory of these codes. But for a few corresponding applications, these might not get
applied.
1 Reading coil
5 Writing of single-coil
To compare Profibus and Modbus as separate applications, each of the two have multiple
benefits and applications.
Modbus has a simple construction, streamlined operation, and can easily approachable
protocol. Though there exists some difference in the protocol by itself and in the definition of the
physical layer, this develops issues in multi-vendor operations. Whereas Profibus is the most
complicated protocol which was constructed to automate the whole industries. It operates
exceptionally in the multi-vendor functionalities having modems and holds thorough diagnostics.
At the time of smart device connection with the controller in a point-to-point approach, or
it there exists one remote location, then Modbus serves this scenario at the best. In the conditions
when there exists more than one point which means multiple vendors, then Profibus serves at its
best.
One application that gains more popularity provides the most excellent of both worlds.
This application utilizes Modbus for the data transmission in between the master controller and a
data concentrator and it has a remote location where this makes use of a Profibus.
Protocol Versions
Protocol versions in this device exist for both Ethernet and serial ports. The variants of Modbus
protocols are:
Modbus RTU
To establish protocol communication, this represents data in a binary format and is mostly
utilized in serial communication. The messages in this version are divided by idle periods. The
format that is followed in the RTU version is a cyclic redundancy check to verify mechanism and
this makes sure of data reliability.
Modbus ASCII
To establish protocol communication, ASCII characters are utilized and are mostly implemented
in serial communication. The messages in this version are divided by a colon (“) and by trailing
newline (/). The format that is followed in the ASCII version is a longitudinal redundancy check
to verify the mechanism.
Modbus TCP
This version of Modbus is implemented for communications through TCP/IP networks linking
over the port 502. This variant does not require any kind of checksum calculation as lower levels
itself provides this.
Modbus Plus
This is the patented variant for Schneider Electric and in contrast to other kinds of variants, it
supports peer to peer type of communications between various masters. It needs a committed co-
processor to manage quick HDLC such as token variation. It makes use of a twisted pair at 1
Mbit/s and consists of transformer isolation placed at every node. A specific type of hardware is
necessary to establish a connection between Modbus + and computers, such as the ISA bus.
Enron
Pemux
Modbus over UDP
Ethernet Vs Modbus
Ethernet
Ethernet is used to connect different devices in a wired LAN (local area network) or
WAN (wide area network). So, it allows devices to interact with each other through a protocol.
Ethernet protocols are classified into different types basic, fast, gigabit, 10 gigabits,
PoE(Power over Ethernet), and ATM (asynchronous transfer mode). Modbus protocols are
classified into two types RS-232 & RS-485.
The advantages of Ethernet are efficiency, speed, security, quality data transfer, less cost,
reliability, etc. The advantages of Modbus are; simple installation, simple to use, reliable
communication, open specifications, etc.
Modbus
Modbus is one kind of communication protocol used to transmit data between electronic devices
through the Ethernet or over serial lines. So it is usually used within process & factory
automation.
Modbus Applications
In addition to these, the other major concepts also to be known in the concept are data
visualization, register types, exception codes, communication with these gateway devices, data
encoding in this type of RTU, data representation, troubleshooting, speed, and serial
communication, and messaging. This article gives an overall description of what is a Modbus, its
working, function codes, protocol versions, and applications.
Profibus Architecture
PROFIBUS is an open field and vendor-independent standard bus used in different fields of
applications like process automation & manufacturing. These are ensured through international
standards like EN 50254 & EN 50170.
PROFIBUS simply allows communication between different manufacturers’ devices
without any adjustment of a special interface. It can be simply used for both time-critical, high-
speed & difficult communication-based tasks. PROFIBUS gives communication protocols like
FMS & DP based on the request, the transmission technologies like RS-485, IEC 1158-2 otherwise
fiber optics are accessible.
The data link layer or Layer 2 simply describes the bus access protocol and the application
layer or Layer 7 simply describes the application functions. The architecture of Profibus is shown
above.
Application Profiles
Application Profiles of PROFIBUS mainly describe the communications protocol through the
transmission technology being utilized and they also describe the field devices’ behavior
throughout communication using PROFIBUS. So, the most significant Application Profile of
PROFIBUS is presently the PROFIBUS PA because this defines the function blocks & parameters
of process automation devices like measuring valves, positioners & transducers.
Application Layer or Layer7
In the OSI model, the application layer simply provides the services of the application for the users.
So these services will make an efficient as well as open data transfer achievable in between the
layer 2 & application programs. The application layer includes two protocols DP & FMS.
DP
DP is a very efficient communications protocol that uses layer1, layer2, and the user interface. So,
this streamlined architecture will ensure a very efficient & fast transmission of data.
The DDLM or Direct Data Link Mapper simply provides the user interface to layer 2. The
functions of application obtainable to the operator and the device & the system behavior of the
various types of DP device are specified within the user interface.
FSM
The universal communications protocol in FMS importance is to connect layers 1, 2 & 7. Layer 7
or application layer mainly includes FMS (Fieldbus Message Specification) & the LLI (Lower
Layer Interface). So, FMS simply describes a huge number of communication services intended
for the master to master & master to slave communication. The lower layer interface defines the
depiction of the FMS services over the layer2 data transmission protocol.
FSM is a common communication profile that offers several complicated application functions
used for communication in between intelligent devices. But further PROFIBUS technical
development & the utilization of TCP/IP at the level of the cell, FMS will play a less significant
role in the future.
The field bus system application is mostly determined through the transmission technology
available and also the normal demands made over bus systems like large distances, maximum
transmission speed, high transmission reliability, automation process and also extra requirements
should be satisfied like operation within dangerous areas, the transmission of data & energy on a
normal cable.
Once it is not achievable to satisfy all necessities through a single transmission technology, then
presently three transmission methods are obtainable for PROFIBUS:
Optical fibers are used to improve interference immunity & also the distance of a large
network.
Data Link Layer or Layer2
The Layer 2 or data link layer simply defines the bus access technique description with the security
of data. By using PROFIBUS, this is the master-slave technique within combination through the
token method.
Generally, the data link layer is accountable for moving messages or frames from one node to
another. In this layer, a unit of communication is a frame. This layer uses the packets from the
network layer, to sum up, them into frames If the size of the frame turns into very large, then the
packet can be separated into small frames. So data link layer at the receiver end receives signals
& gathers them into messages or frames.
The following diagram will show the main relationship of the data link layer toward the network
& physical layers. The main responsibilities of this layer are discussed below.
Framing
The data link layer simply separates the stream of bits obtained from the network layer into
controllable frames.
Physical Addressing
If frames or messages are transmitted to various systems on the network, then this layer inserts a
header toward the frame to describe the sender & receiver of the frame or message.
Flow Control
At which point, the absorbed data speed through the receiver is low as compared to the data
generated within the sender, then the data link layer imposes a mechanism for flow control to avoid
the receiver from being overwhelming.
Error Control
The data link layer inserts consistency toward the physical layer by including mechanisms to notice
& retransmit lost frames. It also utilizes a mechanism to identify duplicate messages or frames.
So, error control is usually attained throughout a trailer including to the frame end.
Access control
Once the minimum of two or above devices is linked to a similar link, then protocols of this layer
are required to decide which device has the power to control the link in a given time.
The PROFIBUS uses a uniform medium access protocol which is implemented through the data
link layer or layer2 of the OSI model. So, this also comprises data security, telegrams, and
transmission protocols handling. The layer2 within PROFIBUS is known as FDL or Fieldbus Data
Link.
The FDL or Field bus Data Link simply works through a hybrid access technique that unites
token passing through a master-slave technique. The process control systems or the controllers
within a PROFIBUS DP network are the masters whereas the actuators & sensors are the slaves.
1. Bus Topology: Devices are connected in a line with a single cable, with terminators at
both ends to prevent signal reflection.
2. Star Topology: Devices are connected to a central hub or switch. This is common in
larger systems for better management of communication.
3. Tree Topology: A combination of bus and star topologies, where different sub-networks
are connected in a hierarchical structure.
1. Transmission Speed:
o PROFIBUS supports various transmission speeds, ranging from 9.6 kbps to 12
Mbps, depending on the type of PROFIBUS (DP, PA, etc.).
o The transmission speed is selected based on the application requirements, with
PROFIBUS DP providing the fastest speeds for real-time communication.
2. Cable Types:
o PROFIBUS uses shielded twisted-pair (STP) cables for robust data transmission
over longer distances.
o It also supports fiber-optic cables in certain cases, particularly when long
distances or electromagnetic interference is a concern.
Telegram: The basic data unit containing the actual communication data and control
information.
Data Field: The part of the telegram that contains the actual process data (sensor
readings, actuator commands).
Control Field: Contains the control information necessary to manage the communication
(e.g., addressing, error checking).
Status Field: Provides information on the state of the communication (e.g., if any errors
occurred during data transmission).
PROFIBUS Communication Process:
Advantages of PROFIBUS:
Limitations of PROFIBUS:
(ii) Bellows.
(iii) Diaphragms.
A Bourdon tube is one of the most widely used mechanical devices for pressure measurement in
industrial automation. It consists of a curved, hollow tube (usually made of metal), which is open
at one end and connected to a pressure source at the other end. When pressure is applied, the tube
tries to straighten due to the internal pressure pushing against the walls of the tube.
(ii) Bellows
Bellows are flexible, accordion-like devices that expand or contract in response to changes in
pressure. They are typically made of a thin, flexible metal such as brass or stainless steel, and are
used for measuring low to moderate pressures.
Measurement Process: When pressure is applied to the inside of the bellows, they
expand, and when pressure decreases, the bellows contract. The movement of the bellows
can be linked to a mechanical system, such as a pointer or a recording mechanism, to
show the pressure level.
Advantages: Bellows are highly sensitive and can detect small changes in pressure,
making them ideal for precise measurements of low pressure or differential pressure.
Applications: They are often used in applications involving gas pressure measurement,
such as in air conditioning systems, laboratory instruments, and certain industrial control
systems.
(iii) Diaphragms
A diaphragm is a thin, flexible membrane that deforms under pressure. It is commonly made
from materials like stainless steel, rubber, or composites. Diaphragms are used for measuring
both low and high pressures in industrial settings.
Answer hint:
Bourdon tubes are best for higher pressure ranges and are simple, mechanical devices.
Bellows excel in measuring low pressures with high sensitivity and are often used in gas
pressure applications.
Diaphragms provide versatility and safety when dealing with aggressive or hazardous
fluids, offering both mechanical and electronic solutions for pressure measurement.
In industrial automation, accurate temperature measurement is crucial for process control, safety,
and optimization. Different principles and instruments are used depending on the application,
temperature range, and the nature of the material being measured. Below is a brief overview of
common temperature measurement principles with their specifications:
1. Thermocouples
Principle: Thermocouples operate on the Seebeck effect, where two different metals
joined together at one end produce a voltage that is proportional to the temperature
difference between the joined end and the other ends.
Specifications:
o Temperature Range: -200°C to 2,000°C (varies with type).
o Types: K, J, T, E, N, S, R, B (based on material combinations).
o Accuracy: ±0.5% of reading or ±2°C, whichever is greater.
o Advantages: Wide temperature range, fast response, and relatively inexpensive.
o Applications: High-temperature processes like furnaces, kilns, and engines.
2. Resistance Temperature Detectors (RTDs)
Principle: RTDs operate on the principle that the electrical resistance of a metal (usually
platinum) increases with temperature. This resistance change is measured and used to
calculate the temperature.
Specifications:
o Temperature Range: -200°C to 850°C (depending on type).
o Accuracy: ±0.1°C to ±0.5°C.
o Types: Pt100, Pt1000 (most common).
o Advantages: High accuracy, stable over time, and excellent repeatability.
o Applications: Used in precise temperature control applications like food
processing, pharmaceutical industries, and HVAC systems.
3. Thermistors
5. Bimetallic Strips
Principle: A bimetallic strip consists of two metals with different expansion rates. When
heated, the strip bends due to the differing expansion rates, and this deflection can be
used to indicate temperature.
Specifications:
o Temperature Range: -50°C to 500°C.
o Accuracy: ±2°C to ±5°C.
o Advantages: Simple, reliable, and inexpensive.
o Applications: Used in mechanical temperature gauges for ovens, HVAC systems,
and industrial equipment.
6. Liquid-in-Glass Thermometers
Principle: These thermometers work based on the expansion of a liquid (such as mercury
or alcohol) inside a glass tube. As temperature rises, the liquid expands and moves up the
tube.
Specifications:
o Temperature Range: -39°C to 600°C (mercury) or -115°C to 78°C (alcohol).
o Accuracy: ±0.5°C to ±1°C.
o Advantages: Simple and inexpensive.
o Applications: Used in laboratories, HVAC systems, and weather stations.
Principle: These sensors use the change in the optical properties of fiber optics (such as
the wavelength shift or light intensity) as temperature varies.
Specifications:
o Temperature Range: -200°C to 1,000°C.
o Accuracy: ±0.1°C.
o Advantages: Ideal for electrically hazardous environments, non-contact, and high
precision.
o Applications: Used in power generation, aerospace, and hazardous environments.
8. Gas Thermometers
14.a. Examine the structure and different modes of operation with the characteristics of
TRIAC.
TRIAC
Thyristors are widely used semiconductor-based devices for the regulation of power.
However, they can conduct in only one direction just like a diode which makes them suitable for
DC power regulation. Whereas, TRIAC which belongs to the family of the thyristor can conduct
in both directions as well as offer full control over the power supplied. Therefore, they are used
for AC power regulation.
TRIAC is an acronym that stands for “Triode for Alternating Current”. Triode means a
three-terminal device while AC means that it is used for switching Alternating current. It is a
three-terminal bi-directional switch that conducts in both directions. It is made from the
combination of two SCRs in anti-parallel with their gates joined together.
The three terminals are Gate, A1 or MT1 and A2 or MT2. It does not have an anode and cathode
like a thyristor because it can conduct in both directions and it does not matter if the terminals
are swapped.
TRIAC can be triggered into conduction by either positive or negative gate current in both
directions. While it switches off when the main current falls below the holding current limit.
Symbol of TRIAC
The symbol of TRIAC represents two thyristors connected in antiparallel having a common gate.
Its equivalent two-thyristor structure is also given for better understanding.
Just like thyristor, it has three terminals but their names are different except for Gate. It is due to
the fact that each terminal is made by connecting the anode and cathode of SCR together.
Therefore, both terminals are either called Anode or Main Terminal MT.
Construction of TRIAC
TRAIC is a four-layer device that is made from a combination of two antiparallel SCRs having
three terminals Gate, MT1 and MT2.
Both main terminals (MT1 and MT2) electrodes are connected with both P and N regions of both
SCRs. So that it can conduct current in both directions. The gate metallic electrode is also
connected with both P and N regions. It allows the TRIAC to be triggered by both positive as
well as negative gate currents.
TRIAC is a bidirectional switch, it can conduct in both directions but it is not symmetrical. Its
asymmetrical structure is the reason TRAIC has asymmetrical switching.
Operation of TRAIC
The operation of TRAIC resembles thyristor. When the voltage is applied, it will not conduct
unless the voltage does not exceed the break over voltage VBO or a gate pulse is applied.
As we know that TRAIC can conduct for both polarities of applied voltage and it can be
triggered by both polarities of gate voltage for either direction. Therefore, the TRAIC can
operate in 4 modes.
The following voltages are taken with respect to the MT2 terminal such as MT1 voltage with
respect to MT2 and Gate voltage with respect to MT2.
In this mode, the applied voltage at MT1 is positive with respect to MT2. By applying a positive
gate pulse, the TRAIC will trigger into forward conduction and the current will flow from MT1
to MT2.
In this mode, the applied voltage is the same i.e. MT1 is positive with respect to MT2. But the
gate pulse is negative. Since the gate is connected with the N region of TRIAC, it will trigger it
into forward conduction while the current direction will remain the same.
In this mode, the applied voltage polarities are swapped i.e. MT1 is negative with respect to
MT2. But the gate pulse is positive. The gate pulse will trigger TRAIC into reverse
conduction from MT2 to MT1.
In this mode, both the applied voltage and the gate voltage are negative. The negative gate pulse
triggers the TRAIC into reverse conduction
Mode 1 and mode 2 represents an operation in the 1st quadrant where the current and voltage are
positive while mode 3 and mode 4 represent operation in the 3rd quadrant where the voltage and
current both are negative.
While the gate pulse can trigger TRAIC in either direction, it is best to use a positive gate pulse
for operation in the 1st quadrant and negative gate pulse for operation in the 3rd quadrant due to
their increased sensitivity. Mode 2 and 3 require more gate current that mode 1 and 4 to trigger
TRIAC.
The following characteristic curve shows the relationship between the applied voltage and the
current flowing through the TRIAC. It operates in only the 1st and 3rd quadrants. Its operation is
the same as SCR but it can also operate in the 3rd quadrant.
The current I increase when either voltage V exceeds the break over voltage VBO or if a gate
pulse is applied. As soon as, the device switches into ON-state, the voltage reduces to ON-state
voltage and the current exceeds. It will remain in ON-state until the current reduces below
holding current IH.
TRAIC is the combination of two SCR in a single package, therefore, it also has the same
electrical characteristics as individual SCR in each direction such as break down voltage, trigger
voltage, holding current.
Advantages & Disadvantages of TRIAC
Advantages
It is compact and requires a smaller heat sink as opposed to using two SCR.
Disadvantages
Applications of TRIAC
TRIAC is used for low to medium AC power regulation. Due to their asymmetrical
switching, a DIAC is used in series to its gate terminal to provide symmetrical triggering. A
combination of both DIAC and TRIAC in a single package is available which is known
as QUADRAC.
14.b. (i). Explain with neat sketch the construction and working of the rotameter.
Rotameter Principle:
It consists of a verticle, a tapered and transparent tube in which a plummet is placed. During the
fluid flow through the tube, the plummet rises and falls because of variation in flow. The
Rotameter principle works on of force of gravity and upthrust force exerted by a fluid.
It consists of a verticle tapered tube, which is mounted with a narrow end down.
The tube is usually made of glass to which a linear scale is attached.
A solid plummet is placed in the tube (the diameter is smaller than the narrow end of the
tube).
Plummet/float may be made of lead, aluminum, glass, and plastic.
Working:
The first rotameter is fitted on a pipe, as flow is moving in an upward direction through a tapered
tube, and the flow of fluid varies. The plummet, which is surrounded by the fluid, rises and falls
depending on the rate of flow, the greater the flow rate, the higher the plummet rises in the tube.
Due to gravity and drag, respectively, the float in the rotameter is subject to two forces acting in
opposite directions.
The float is pulled upward from gravity by the liquid flow. After a while, the flowing area
reaches a place where the force applied to the floating body is exactly equal to the weight of the
plummet. Therefore, the plummet will reach equilibrium once the area where it is moving causes
enough drag to equal its own weight.
The distance the plummet is raised when gravity and its weight are both stable depends on how
quickly the liquid is moving through the tapered tube.
The flow may be read using the upper edge of the plummet as an index (linear scale). The
reading can be sent for recording, integrating, and controlling purposes.
Types of Rotameters:
Basically, Rotameter has three types:
1. Glass tube rota meter
2. Metal tube rotameter
3. Heavy duty rotameter
Parameters:
The following parameters need to be considered while selecting rotameters.
Operating pressure
Temperature of liquid
Diameter of pipe
Indicating the type of scale
Requirements of valve
15.b. With neat diagram explain the block diagram of computer aided process control
system.
The process control system is run by special sensors that automatically work to ensure the set
parameters are obtained. A user doesn't need to set it up again and again. The system always uses
the sensor to monitor the parameters, and when any of the set parameters are changed, it turns the
system on or off automatically.
The industrial use of such a system brings many benefits to the business owners and runs the
system through automation. Certain elements are involved in this process to happen successfully;
we will discuss them all individually through block diagrams.
Process control systems are used to monitor and control industrial processes, including
manufacturing processes, chemical processes, oil and gas production facilities, water treatment
plants, and power generation facilities.
Uses:
Process control systems are used in various industries, including manufacturing, petrochemical,
mining, oil and gas, power generation, pulp and paper, and food processing. They're also used in
pharmaceuticals and biotechnology.
Objective: This process control system aims to assemble a car efficiently, accurately, and safely
with minimum human intervention.
Process: The car's assembly involves several steps, including body assembly, painting, engine
installation, interior installation, etc. These steps are carried out at different stations along the
assembly line.
Controller: The controllers in this system can be programmable logic controllers (PLCs) or
similar devices. These controllers are pre-programmed to control the operation of the different
machines at each station along the assembly line.
Control action: A specific action is taken at each station along the line. For instance, robotic arms
might be controlled at one station to weld parts of the car body together. A machine might be
controlled at another station to paint the car's body automatically. And so on. The PLC or similar
controller determines the control action at each station.
Sensors: Many sensors in this system monitor the process. For example, there might be sensors to
detect whether a part has been correctly installed, sensors to measure the paint thickness and ensure
it's within acceptable parameters, sensors to ensure the correct components are installed at the right
location, etc.
Feedback loop: This is a closed-loop system because it uses sensor feedback to adjust the control
actions. If a sensor detects that a part has not been installed correctly, the controller can halt the
assembly line, or a robot can be controlled to make necessary adjustments.
This assembly line process control system improves car production efficiency, speed, and
accuracy. It also enhances safety by reducing the need for human workers to carry out potentially
dangerous tasks. However, it requires sophisticated programming, regular maintenance, and
occasional human intervention to correct errors or handle unexpected situations.
Here is a block diagram for the process control system where the system's working is explained.
Let's check out the main components of the diagram.
Sensor
A Sensor is the most important part of the Process control system. It detects physical quantities
like temperature, water flow, heat, gas detection, pressure force, etc. It detects these quantities and
converts them into an electrical signal for further operations.
Controller
The signal from the sensor is detected by the controller and processed there. After processing, the
signal is sent to the actuator to produce an output.
Actuator
This actuator is a device that sends the feedback and converts the electric signal to a physical action
like turning on the AC/ Heater, opening or closing the valve for water flow, or increasing or
reducing the pressure in a chamber.
Part 2. Types of Process Control Systems
Process control systems are of many types, as different types of systems are needed to perform
different tasks. Here are a few of the types of process control systems.
An open-loop control system is a system where the system's performance does not influence
output. The input of these open-loop systems works on the predetermined rules.
In a closed-loop control system, feedback is used to compare the output needed to run the system.
Input is used to fill the gaps between the outputs or eliminate any errors in the system.
The type of systems that operate to achieve a certain output value or time are called Continuous
Control systems. These systems, like temperature control systems, are used in applications where
continuous operation is needed.
Discrete Control systems are where the output is needed at certain points or time frames. These
systems are usually used in machine control systems.
Linear differential equations represent linear control systems. The system's output is directly
related to the system's input. They are easier to control and don't require specialized tools.
Nonlinear control systems are difficult to operate as the output is not dependent on the input. You
may need special instruments and digital analyzers to operate these systems.
A system with a signal input and a single output is called a Single Input, Single Output Control
System (SISO). These systems are very easy to operate due to their simplest form. These systems
are used in basic control systems and don't need a controller to control the system as it runs
independently.
The type of system where multiple inputs and outputs are used is called multiple input multiple
output (MIMO) system. These systems are not easy to handle as they need complex integrations
to control. However, they are being used at industrial levels where such systems are needed.
However, the manual operation of such a system is difficult. So, an operator is needed to keep a
look at the system.
ADVANTAGES
Maintains the plant conditions and also would quickly respond to the plant problems
Less maintenance
Purpose: Handles data acquisition and basic control at the equipment level.
Key Components:
Sensors: Measure process variables like temperature, pressure, flow rate, etc.
Actuators: Devices like valves, motors, and pumps that execute control actions.
Role: Provides real-time data from the physical process to higher levels and executes
commands from the control level.
Example: A temperature sensor measuring the heat of a furnace or a motor controlling
conveyor speed.
Purpose: Bridges the gap between business systems and the shop floor.
Key Components:
o Manufacturing Execution Systems (MES)
o Production planning tools
Role: Manages workflows, schedules production runs, tracks performance, and handles
resource allocation.
Example: An MES system scheduling a production batch based on order priority and
resource availability.
16.a. Generalize three basic types of automation and explain about each type in detail.
2. Sensors: Devices that gather data from the environment, such as temperature, pressure,
and flow rates, providing crucial information for decision-making.
4. Robotics: Automated machines that can perform tasks such as assembly, welding, or
painting, often used in manufacturing settings.
Cost Reduction: Lower labor costs and reduced waste contribute to overall savings.
Enhanced Safety: Automation can take over dangerous tasks, reducing the risk of
workplace accidents.
Process Industries: Oil and gas, chemical production, food processing, and
pharmaceuticals.
Overall, industrial automation plays a crucial role in modern manufacturing and production,
driving innovation and competitiveness across various sectors.
Industrial automation can be categorized into several types based on the level of
flexibility, complexity, and production processes. Here are the main types:
1. Fixed Automation
Description: Also known as hard automation, this type involves the use of specialized
equipment to automate specific tasks in high-volume production settings.
Examples: Assembly lines for automotive manufacturing, where machines are designed
for a single product type.
Advantages: High efficiency and low cost per unit for large production runs; however, it
lacks flexibility for product changes.
2. Programmable Automation
Examples: CNC machines and robotic arms that can be reconfigured for various tasks.
3. Flexible Automation
Description: Also known as soft automation, this system can quickly adapt to changes in
the product type or production volume without significant downtime.
Examples: Automated manufacturing cells that can handle different products using
interchangeable tools.
Advantages: High flexibility and adaptability, ideal for environments with frequent
changes in product types.
4. Industrial Robotics
Description: Involves the use of robots for automating tasks that can range from simple
to complex operations.
Examples: Robots used for welding, painting, assembly, and material handling.
Advantages: High precision, speed, and the ability to perform repetitive tasks, often
improving safety by handling dangerous jobs.
Description: A system that gathers and analyzes real-time data from various sensors and
devices, allowing for monitoring and control of industrial processes.
Advantages: Provides operators with comprehensive insights and control over processes,
improving efficiency and decision-making.
7. Process Automation
Examples: Systems that control temperature, pressure, flow, and chemical reactions.
Advantages: Ensures consistent quality and safety in processes that require constant
monitoring.
8. Cloud-Based Automation
Description: Utilizes cloud computing to store and analyze data from automated systems,
enabling remote access and control.
Examples: IoT-enabled devices that monitor equipment health and performance from
anywhere.
16.b. Formulate the principles used for the measurement of humidity and also explain
about the design and working of any one type of hygrometer with a neat sketch.
Humidity measurement is an important tool for predicting the climate outdoors as well as
controlling the climate indoors. Humidity control is especially important in living, storage, and
manufacturing sites.
Definitions
Humidity is the measure of water vapor present in a gas. Vapor is a term that refers to the
gaseous form of a substance that normally exists as a solid or liquid. When liquid exists as a gas,
it exerts pressure on its surroundings. This pressure determines the amount of vapor in the air at a
given temperature. This value, known as vapor pressure, varies with temperature and pressure, as
well as from substance to substance. Water, for example, has a high vapor pressure at temperatures
near boiling (at the boiling point the vapor pressure = the atmospheric pressure). A low vapor
pressure at temperatures below freezing (all solids generally have low vapor pressures; if they did
not, they would evaporate). The vapor pressure rises as pressure decreases, which explains why
water boils at a lower temperature in higher altitudes (low pressure).
(1) Vapor pressure :Vapor pressure is the partial pressure of water vapor in the air, expressed in
hPa.
(2) Saturation vapor pressure :Saturation vapor pressure is the vapor pressure that is in a
thermodynamic equilibrium with the surface of water or ice, expressed in hPa.
(3) Dewpoint temperature: Dewpoint temperature is the air temperature at which the moist air
saturates respect to water at a given [Link] dewpoint temperature is usually equal to or lower
than the actual air temperature. The temperature at which moist air saturates with respect to ice is
called the frost point temperature. the unit of these temperatures is ℃.
(4)Absolute humidity is a measure of the mass of the water vapor present in a specified volume.
Because the mass of water vapor is difficult to measure, a more common measurement called
relative humidity is used.
(5)Relative humidity (RH) is the percentage of the amount of water that the air can hold at a given
temperature. The following equation calculates the percent relative humidity.
Where:
Pa = actual pressure
Ps = saturated pressure
Relative Humidity is temperature dependent. At 100% RH, the actual pressure of the water
vapor is equal to the saturation pressure. The temperature where this exists is called the dew point.
Any cooling below the dew point causes water to condense. If the atmosphere stabilizes at a
constant humidity during the day, the falling temperatures at night may go below the dew point
causing the vapor to condense. The condensing vapor creates the phenomenon commonly known
as dew. A crucial fact to note is that it is only necessary for the sensor to obtain one measurement,
absolute humidity, RH, or dew point, because the other two can be calculated using the ambient
temperature, graphs or [Link] humidity As shown below, relative humidity (H) is the
ratio of the vapor pressure (e) of the moist air to its saturation vapor pressure (es) at its temperature,
which is expressed in %.
H = (e/es) × 100 %
H = (e/esw) × 100 %
H = (e/esi) × 100 %
where Hw and esw are the saturation vapor pressure with respect to water, and Hi and esi are the
saturation vapor pressure with respect to ice, respectively.
Sensing Methods
In general, obtaining a measure of humidity is not an easy task. Many of the instruments have poor
accuracy, narrow bandwidth, contamination problems, and hysteresis. Some of the instruments are
large, awkward, and expensive pieces of equipment. To compound the problem there are few
highly accurate devices for humidity generation and measurement, needed for use in sensor
calibration. Discussed below, are the different methods of humidity sensing.
Psychrometric Method
The oldest method for measuring relative humidity is the psychrometric method. Psychrometry is
commonly known as the “wet” and “dry” bulb method. A psychrometric sensor does not directly
sense humidity, but rather it senses temperature to indirectly find relative humidity. The sensing
elements can be thermometers, RTD’s, or thermistors. The first sensing element, the dry bulb,
measures ambient temperature. The second sensing element, the wet bulb, is enclosed in a wick
saturated with distilled water. Air forced across the wet bulb creates evaporation, which cools it
below ambient temperature. The amount of evaporation (cooling) is dependent on the vapor
pressure of the air. Using the wet and dry bulb temperatures, the relative humidity can be looked
up on a psychrometric chart. Looking up the %RH on a chart for every measurement is time-
consuming and cumbersome. With today’s technology, psychrometric charts and dew point
equations can be stored in a microprocessor, thus making this a direct sensing method for RH and
dew point.
The sling psychrometer dates back to the late 19th century. It used mercury thermometers for
temperature measurement, and swinging the bulb around created air movement across the wet
bulb. Nowadays, the units have built in fans to ventilate the wet bulb. A psychrometric sensor has
good precision with %RH resolutions of 0.1%, humidity ranges from 10 – 100% at temperatures
from 32oF to 140oF, and accuracy’s of + 2%. The drawbacks of a psychrometric sensor are a slow
response time and they are substantially more expensive.
Another method for measuring humidity is using a dew point sensor. There are two common types
of dew point sensors, the cooled condensation surface type, or a solution of saturated lithium
chloride. The solution of saturated lithium chloride does not directly sense relative humidity.
Saturating a wick with resistive electrodes in the solution and an excitation current through the
wick creates joule heating. The heating causes some of the solution to evaporate, which reduces
the resistance and slows heating. Eventually equilibrium is reached and the temperature of the
solution can then be related to the dew point.
The cooled condensation surface type detects very accurately the temperature at which
condensation begins. The most common device used is a mirror to detect for condensation. The
system is set up so an LED (light emitting diode) reflects off the mirror at an angle of about 45
degrees. A photo-transistor detects the reflected light. Then, the temperature of the mirror is
electronically controlled. The system works by cooling the mirror’s surface below the ambient
temperature until condensation forms. The condensation on the surface of the mirror causes the
LED’s light to scatter. The scattered light creates a sudden drop in the output of the photo-
transistor. At this point, the surface temperature of the mirror is read using a temperature sensor
such as an RTD or thermistor. This temperature is the dew point. With a feedback loop, the cooling
or heating of the mirror continuously tracks the dew point. There are a few different designs of
condensation surfaces that are also used. The chilled mirror method is the most stable and accurate
method to determine relative humidity. It is crucial to keep the mirror clean and ensure the
temperature sensor and mirror is of high quality. This method has the best humidity range (0-
100%RH) and can be used for numerous gases at many pressures. These instruments are bulky and
very expensive.
Hygrometric Method
The hygrometric method of relative humidity sensing is the most common. The instruments are
generally compact, reliable, and inexpensive. Hygrometric humidity sensors provide an output that
is directly indicative of humidity. The first humidity sensing elements were mechanical in nature.
Physical dimensions of various materials will change with the adsorption1 of water. Some
examples of these are hair, animal membrane, and some plastics. To build a sensor from these
materials the element is kept in tension with a spring. A strain gage monitors the displacement
caused by a change in the moisture content of the air. The output of the strain gage is directly
proportional to the relative humidity. A second method of hygrometry is coating an oscillating
crystal (quartz) with a hygroscopic coating. When the coating adsorbs water the mass changes
which then changes the crystal’s oscillating frequency. A more obscure method is an electrolytic
hygrometer. This method is complicated and not used frequently enough to warrant explanation.
Recent strides in thin film and micromachining technology make it possible to produce high
quality resistive and capacitive hygrometric sensors. These sensors have become more accurate,
compact, and stable in recent years making them popular in industry. The materials used to produce
these sensing elements have the ability to change their electrical characteristics with the adsorption
of water. The materials have changed over the years from electrolytic salts, to ceramics, to the
recently popular polymers. The new designs in sensing material have overcome many problems.
The first major problem with the sensors was narrow bandwidths. Each individual sensor was only
reliable over a span of 10 to 20% relative humidity. Numerous manufactured sensors with specific
spans cover the entire %RH span. Then there was a problem when adsorbed water left impurities
behind on the surface. These impurities would change the electrical characteristics of the sensing
materials. The polymers used now have overcome these early problems.
A capacitive sensor is built like a parallel-plate capacitor. The sensing element serves as the
dielectric. As the moisture in the air changes the water vapor, the sensing polymer changes with
adsorption, resulting in a dielectric constant change. The dielectric constant is directly proportional
to the capacitance, which is inversely proportional to the %RH. New techniques in producing thin
films have made these, accurate, stable, and easy to manufacture large quantities.
The resistive types of hygrometers are the sensors ACI uses in their products. The sensors consist
of placing a thin film of sensing polymer over a set of comb electrodes. Figure 1 is a representation
of the physical parts of the humidity sensor. The sensor adsorbs water into the humidity sensing
material, which changes the polymers resistance. Other materials adsorb the water, which changes
just the surface resistivity. Because the water is absorbed the bulk resistance of the polymer
changes making the sensor resistant to surface contamination. The sensor requires an AC excitation
current. So there is no chance electrolysis or separation of the humidity-sensing polymer can occur.
Thin film technology makes these sensors accurate, stable, and easy to manufacture. The choice
of material assures they have fast response times with little hysteresis. Another attraction is their
small size and low cost.
HYGROMETER
A hygrometer is a useful gadget that measures relative humidity. This aids in the measurement
of water vapour. This device is excellent for detecting water vapour in soil, air, or any other
confined place. This is a particularly helpful tool for monitoring humidity.
What is a Hygrometer?
A hygrometer is used to measure the amount of water vapour in the air, soil, and enclosed places.
Instruments for measuring humidity typically rely on measurements of other values, such
as temperature, pressure, mass, or a mechanical or electrical change in a substance caused by the
absorption of moisture. By calibrating and calculating these measured quantities, humidity can
be determined.
Principle Of Measurement
When water or ice covers the bulb of a thermometer (wet-bulb), latent heat is removed from the
surface of the bulb as the water evaporates, and the wet-bulb temperature becomes lower than the
air (dry-bulb) temperature. At a lower humidity, water evaporates more actively, so that the wet-
bulb temperature lowerssharply. The aspirated psychrometer measures humidity by measuring
the difference between the dry-bulb temperature and wet-bulb temperature.
Invention of Hygrometer
In 1480, Leonardo da Vinci developed a primitive hygrometer. In 1755, Swiss polymath Johann
Heinrich Lambert devised a version that was more contemporary. In 1783, Swiss physicist and
geologist Horace Bénédict de Saussure built the first hygrometer that measured humidity using
human hair.
Hygrometer Diagram
There are two bulbs in a hygrometer: one moist and one dry. One of the bulbs is covered with a
wet or dry towel to simulate a thermometer. After a length of time, the water on the bulb
evaporates, and the temperature of each bulb is then measured. The difference in temperatures is
recorded. The temperatures are then plotted on a chart to determine the relative humidity for each
temperature and location. Relative humidity is a ratio, therefore ratios do not have units. A tiny
temperature difference between the bulbs indicates a high relative humidity resulting from a low
evaporation rate. In dry air, evaporation occurs more rapidly, resulting in a large temperature
differential and a low relative humidity.
A hygrometer measures the amount of water vapour in the air, soil, or enclosed areas. This
equipment typically relies on measurements of variables such as temperature, pressure, and
weight, as well as a fundamental mechanical or electrical change as moisture is concentrated.
The environment’s temperature, air mass, atmospheric pressure, and moisture content are used to
calculate humidity.
The hygrometer consists of two thermometers that are placed side by side. The first
thermometer’s bulb is exposed to the air, while the second thermometer’s bulb is wrapped in a
damp cloth. The water on the cloth causes evaporation and heat loss from the bulb, resulting in
lower results than on a thermometer with a dry bulb.
Evaporative cooling is a technique for cooling the air via the evaporation of water. The
temperature decreases as water evaporate from the moist bulb. Wet and dry bulbs have the same
temperature at 100 percent humidity because the air is saturated with moisture and cannot hold
any more. In the absence of evaporation, the temperature of the wet and dry bulbs would be
identical. The relationship between the evaporation from the wet bulb and the relative humidity
is inverse. When humidity is high, the temperature change in a wet bulb is reduced.
A hygrometer employs two distinct methods to measure and report humidity. Some hygrometers
provide readings in millilitres per cubic centimetre, which represents the amount of water
contained within a specific volume of air. Other hygrometers report the relative humidity of the
air as a percentage. A high percentage implies an extremely humid day.
The hygrometer operates based on the evaporative cooling phenomenon. Its theory demonstrates
that as water evaporates from any surface, it cools as the water molecules absorb thermal energy
from the surface. Due to this cooling effect, the wet-bulb temperature is always lower than the
dry-bulb temperature.
Types of Hygrometer
Psychrometers,
Dew-Point Hygrometer,
Mechanical Hygrometer
Electrical Hygrometer.
Psychrometer
A psychrometer consists of two thermometers, one with a dry bulb and the other with a wet bulb,
and measures humidity via evaporative cooling. As moisture evaporates from the wet bulb, its
temperature decreases, and relative humidity is calculated using a psychrometric chart based on
the temperature differential between the wet- and dry-bulb thermometers. The simplest
hydrometer, a sling psychrometer, employs this wet/dry bulb approach with thermometers
attached to a chain or rope and suspended in the air.
Dew-Point Hygrometer
The most accurate hygrometer available is a condensation or “cooled mirror dew point”
hygrometer. Electronic feedback regulates the temperature of a chilled mirror exposed to the
open air, maintaining a dynamic equilibrium between condensation and evaporation. An
optoelectronic device detects condensation on the surface of the mirror and measures the dew
point temperature, or the temperature at which air gets so saturated with water vapour that it can
no longer hold it and condensation occurs.
Mechanical Hygrometer
The hair hygrometer measures humidity using hair under stress. When relative humidity
increases, hair length increases, and when it decreases, hair length decreases. This device
employs human or horse hair linked to levers that amplify minute length variations. A
hygrograph, which consists of an ink pen and a rotating cylinder, records daily changes in
humidity. Hair hygrometers are less precise than their equivalents and register considerable
inaccuracies at extremely high and low relative humidity levels.
Electrical Hygrometer
Utilizing materials with an electrical resistance that fluctuates with the quantity of moisture
absorbed, electronic gadgets measure humidity. The two most popular types of sensors are
capacitive and resistive. Using an electrical signal between two plates, capacitive
sensors measure the variations in the amount of water vapour in the air. When water is absorbed,
the polymer membrane of a resistive sensor registers changes in conductivity.
Hair Hygrometer
These hygrometers use a human hair or animal hair as the sensing element. The hair expands and
contracts with changes in humidity, and this expansion and contraction is used to move a pointer
or generate an electrical signal. Hair hygrometers are relatively inexpensive and easy to use, but
they can be inaccurate in high or low humidity conditions.
Wet-bulb hygrometers use a wet wick to measure the relative humidity. The relative humidity is
the ratio of the actual amount of water vapour in the air to the maximum amount of water vapor
that the air can hold at a given temperature. Wet-bulb hygrometers are often used in meteorology
and weather forecasting.
A dry-bulb hygrometer measures the temperature of the air. It is typically used in conjunction
with a wet-bulb hygrometer to measure the relative humidity. It consists of a thermometer with a
wick. The wick is kept dry, and the temperature of the wick is measured.
Uses of Hygrometer
o Combining the hydrometer’s reading with that of a thermometer to create the heat
index is one of its applications. A heat index of 105 or above is hazardous to human
health.
o Commercial and domestic saunas use both a thermometer and a hygrometer to measure
the air quality.
o Another use is a humidor for cigars. Over time, humidity has a significant impact on the
quality of the tobacco in cigars that have been preserved.
o Museums house priceless pieces of art, antiquities, documents, and other rare and old
objects that are extremely sensitive to temperature and humidity. A hygrometer is a
critical aspect of that protection. Extremely high relative humidity is dangerous and must
be avoided.