Advanced Sensors and Instrumentation
Advanced Sensors and Instrumentation
Instrumentation
Syllabus:
Contents:
• Smart sensors: Definitions, Comparisons, Smart Sensor Interface Standards. Recent / Advanced
trends in sensor technology MEMS Sensors Comparison with Past technologies. , Fabrication
Techniques, Case study of MEMS Sensors.
Sensors and their applications. Basics of computer aided process control systems. Microcomputer
based process control. I) A programmable logic controller ii) A distributed control system
• Controllers:- On-off controllers , Analog controllers, Digital controllers, Fuzzy controllers,
• Working Principle, Merits- Demerits, Typical Application Areas and comparisons.
• Controller tuning and system design, Optimal control theory,
• Case study of Temperature controller, Case study of position controller, Case study of fuzzy controller.
• Study of PLC and Microcontroller based instrumentation Systems.
Books
Course Outcomes:
• Students will
1. Understand basics and operating principle of a few advanced sensors.
2. Understand the behaviour of various physical systems and model them
using some advanced technology.
3. learn charateristics of different controllers.
4. have fundamental and some special knowledge in process automation
in industries using PLC\SCADA.
5. know basic process parameters that are applied in most processing
industries for both measurement and control applications.
Definations:
• Sensor: A device that detects and respond to some type of input from physical
environment.
• Smart Sensor: The integration of Electronics and sensors to make an intelligent sensor
• Industrial :
• In the industrial field, productivity, quality, reliability, and safety heavily depend
on the performance of the sensors employed. The industrial equipment is
monitored and controlled for analyzing compression, temperature, moisture, and
vibrations.
• In the new wave of the ‘Internet of Things’, smart sensors could not only
dramatically change the system design of traditional applications, but enable the
development of new applications.
• Healthcare:
• With the advancement of technology, many intelligent or medical
sensors have emerged that continually analyze individual patient
activity and automatically predict a heart attack before the patient
• The devices will eventually be the size of a particle of sand or even a dust particle.
The main purpose of each particle is to collect and relay information up to 1 km.
• Military
• Military equipment is expected to be increasingly equipped with processing
interfaces and communication abilities, which can be used to inspect or modify
the status of the equipment.
• In our daily lives, sensors are everywhere, quietly working behind the scenes.
• They not only make life easier but can also keep us safe by detecting dangers like smoke or fire.
Classification of Sensors:
1. Depending on the need of Power supply:
Active Passive
Analog Digital
4.Means of Detection:
Magnetic Sensor (Hall Effect Sensor) Detecting the position of a rotating object
The direct digital control is known as a loop control too, because the digital computer
can do the functions of a comparator, controller, and they can also do certain
safeguarding operations.
The major drawback of direct digital control is that it only uses one processor to do the
process, because of this a single error could disturb a large number of controlled
variables and also it could stop the process.
Distributed control system
In a distributed control system there are many computers and the total work will be divided into all
these computers.
A DCS is composed of many process control stations and these stations can be seen all around the
plant so that the individual loop and also the devices of the process can be controlled.
The interaction of the process is done with the help of communication networks.
Due to the usage of multiple microcomputers, the workload of the process control is distributed.
Numerical control and robotics:
• It is a genera
2
MOVE Instructions:
• This output instruction moves the source value to the destination location.
• As long as
The rung remains true, the instruction moves the data on each scan.
Entering Parameters
Entering Parameters
Source is the address of the data you want to move.
Mask is the address of the mask through which the
instruction moves data; the mask can be a
hexadecimal value (constant).
Destination is the address where the instruction
moves the data.
• As long as the rung remains true, the instruction moves the
data on each scan.
Bitwise And (AND) Instruction:
• This instruction performs a bit-by-bit logical AND.
• The operation is performed using the value at source A and the value
at source B. The result is stored in the destination.