SlideShare a Scribd company logo
DEPARTMENT OF MECHANICAL ENGINEERING
MANIT BHOPAL
SUBJECT: AUTOMATION AND MANUFACTURING
GUIDED BY : DR MD.TAUFIK SIR
Topic Cover:
1.Electric Drive
2.Microntroller and Microprocessor
3.Data Acquisition and Signal Condition
BHAVESH AGRAWAL
222116607
Electric Drives
• Systems employed for motion control are called
as Drives.
• It may employ any of prime movers such as diesel
or petrol engines, gas or steam turbines, steam
engines, hydraulic motors and electric motors, for
supplying mechanical energy for motion control.
• Drives employing electric motors are called as
Electrical Drives.
Parts Of Electric Drives
Description of Parts of Electric Drives
Power Modulator :
• The power modulator regulates the output power of
the source.
• It controls the power from the source to the motor in
such a manner that motor transmits the speed
torque characteristic required by the load.
• During the transient operations like starting,
braking and speed reversing the excessive current
drawn from the source.This excessive current drawn
from the source may overload it or may cause a
voltage drop. Hence the power modulator restricts
the source and motor current.
CONTROL UNIT
Control Unit :
• The control unit controls the power modulator which
operates at small voltage and power levels. The
control unit also operates the power modulator as
desired.
• It also generates the commands for the protection of
power modulator and motor. An input command
signal which adjusts the operating point of the drive,
from an input to the control unit.
SENSING UNIT
Sensing Unit :
• It senses the certain drive parameter like motor
current and speed.
• It mainly required either for protection or for closed
loop operation.
CLASSIFICATION OF ELECTRIC DRIVES
Classification of Electric Drive:
Generally classified into 3 categories:
• Group drive
• Individual Drive
• Multimotor Drive
Group Drive :
• If several group of mechanisms or machines are
organized on one shaft and driven or actuated by
one motor, the system is called a group drive or
shaft drive.
CLASSIFICATION OF ELECTRIC
DRIVES(Cont’d)
Individual Drive:
• If a single motor is used to drive or actuate a given
mechanism and it does all the jobs connected with
this load , the drive is called individual drive.
• All the operations connected with operating a lathe
may be performed by a single motor.
• Each motor is driven by its own separated motor
with the help of gears , pulleys etc.
TORQUE-SPEED SIGN CONVENTON
FOUR QUADRANT OPERATION
CONSTANT TORQUE AND CONSTANT
POWER OPERATION
Microprocessor and Microcontroller
 The introduction of a piece of technology called “Microprocessor” has changed
the way in which we view, analyze and control the world surrounding us over
the past two decades. The first commercial microprocessor is 4-bit 4004
developed by Intel and was made available in 1971. Since then, it took a
phenomenal success in its development and usage. Microprocessor is considered
a product of combined developments in the fields of computer architecture and
Integrated Circuit (IC) fabrication. It has made the concept of personal
computing very feasible.
 The Microcontroller is often considered as a byproduct in the development of
microprocessor. The fabrication process and programming technique which are
responsible in the development of microprocessors has also lead to the
development of microcontrollers. Until a decade ago, the microcontrollers are
less popular in both the technical community and general public even though
most of the consumer electronics like televisions, video games, video cassette
recorders, telephones, elevators etc. comprise of them.
01 1
Microcontrollers
 Embedded Systems
 Operations managed behind the scenes by a
microcontroller
 Microcontroller (MCU)
 Integrated electronic computing device that
includes three major components on a single chip
 Microprocessor (MPU)
 Memory
 I/O (Input/Output) ports
Block Diagram(Microcontrollers)
Microprocessor (MPU)
 MPU (CPU)
 Read instructions
 Process binary data
Memory
 Storage Device
 Addresses
 Registers
 Major Categories
 Read/Write Memory
(R/W)
 Read-only-Memory
(ROM)
D7 D0
Microprocessor-Based Systems
Microprocessor Architecture
 MPU communicates with Memory and I/O
using the System Bus
 Address bus
 Unidirectional
 Memory and I/O Addresses
 Data bus
 Bidirectional
 Transfers Binary Data and Instructions
 Control lines
 Read and Write timing signals
Microprocessor-Based System
01 8
Example Microprocessor System
Software
 Machine Language
 Binary Instructions
 Difficult to decipher and write
 Error-prone
 All programs converted into machine language for execution
 Assembly Language
 Machine instructions represented in mnemonics
 One-to-one correspondence
 Efficient execution and use of memory
 Machine-specific
Instruction Hex Mnemonic Description Processor
10000000 80 ADD B Add reg B to Acc Intel 8085
00101000 28 ADD A, R0 Add Reg R0 to Acc Intel 8051
00011011 1B ABA Add Acc A and B Motorola 6811
Data Format (8-bit)
 Unsigned Integers
 All eight bits represent the magnitude of a number
 Bit7 to Bit0
 Range 00H to FFH (010 to 25510)
 Signed Integers
 2's Complement
 Bit7 is sign bit
 Positive numbers: 00H to 7FH (010 to 12710)
 Negative numbers: 80H to FFH (-110 to -12810)
MCU-Based System
DATA
ACQUISITION
SYSTEM
OBJECTIVE AND INTRODUCTION
❑ DAS must acquire the necessary data, at correct speed and at correct
time.
❑ It must monitor the complete plant operation to maintain on line and
safe operations.
❑ It must be able to collect, summarise and store data for diagnosis of
operation and record purpose.
❑ It must be flexible and capable of being expanded for future
requirements.
❑ It must be able to compute unit performance indices using on-line,
real time data.
❑ It must be reliable, easy to operate and must be user friendly.
DAS BLOCK DIAGRAM
3
PHYSICAL
SYSTEM/CONDITIONS
Physical condition that can be used as input of DAS or
which can be represented in Digital form are as under…
❑ Displacement
❑ Level
❑ Electric signals
❑ ON/OFF switch
❑ Temperature
❑ Pressure
❑ Light
❑ Force
4
METHODOLOGY
❑ DAS begins with the physical property to be measured. Examples of
this include temperature, light intensity, gas pressure, fluid flow, force
etc.
❑ A sensor, which is a type of transducer converts a physical property
into a corresponding electrical signal
❑ Signal conditioning may be necessary if the signal from the
transducer is not suitable for the DAQ hardware being used.
❑ After signal conditioning the analog wave output is converted into
digital form using A/D converter.
❑ Once digitized, the signal can be encoded to reduce and correct
transmission errors.
❑ This whole process is called as DATA ACQUISITION SYSTEM
DATA ACQUISITION HARDWARE
❑
❑
❑
❑
❑
❑
❑Industrial Ethernet
Industrial USB
LAN eXtensions for Instrumentation
NIM
PowerLab
V ME bus
VXI
➢DAQ hardware interfaces the signal and a PC. It could be
in the form of modules that can be connected to the
computer's ports or cards connected to slots in the
motherboard. Following are some hardware's….
❑ CAMAC - Computer Automated Measurement and Control
DATA ACQUISITION SOFTWARE
➢ DAQ software is needed in order for the DAQ
hardware to work with a PC.
➢Involves the use of a programming language,
such as:
❑C++, visual C++
❑BASIC, Visual Basic + Add-on tools (such as Visual
lab with VTX)
❑Fortran
❑Pascal
❑Ladder logic
❑Lab view
MERITS/ADVANTAGES
❑ Reduced data redundancy
❑ Reduced updating errors and increased
consistency
❑ Greater data integrity and independence from
applications programs
❑ Improved data access to users through use of
host and query languages
❑ Improved data security
❑ Reduced data entry, storage, and retrieval costs
❑ Facilitated development of new applications
program
DEMERITS/DISADVANTAGES
❑ Database systems are complex, difficult, and
time-consuming to design
❑ Substantial hardware and software start-up costs
❑ Damage to database affects virtually all
applications programs
❑ Extensive conversion costs in moving form a file-
based system to a database system
❑ Initial training required for all programmers and
users
CONCLUSION
10
❑ Data acquisition systems typically convert analog
Physical condition into digital values for easy
processing.
❑ DAS is advantageous as we can store a lot of
physical condition data in digitized form
❑ DAS helps in easy processing of data as well as
easy comparison can be done.
❑ Today DAS is used in almost every field,industry
and companies.
THANK YOU

More Related Content

Similar to BHAVESH AGRAWAL.pptx

Intelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulatorsIntelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulators
Selvam Sethurathinam
 
Vfd
VfdVfd
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
Pratik Gupta
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
pratikguptateddy
 
DRIVERS
DRIVERSDRIVERS
DRIVERS
Chakri Pani
 
Distribution System Automation
 Distribution System Automation  Distribution System Automation
Distribution System Automation
Adithya Ballaji
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
MrSunilKumarP
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
Arul Kumar
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
Indira Kundu
 
PLC
PLCPLC
INTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICSINTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICS
Aladin Ganesh
 
introduction to mechatronics.ppt
introduction to mechatronics.pptintroduction to mechatronics.ppt
introduction to mechatronics.ppt
JklMahanth
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
Veerakumar S
 
Lecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfLecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdf
SmritiGarg21
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
Thulasikanth Vaddi
 
Overview of IoT/M2M Capability
Overview of IoT/M2M CapabilityOverview of IoT/M2M Capability
Overview of IoT/M2M Capability
ALTEN Calsoft Labs
 
Lecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptxLecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptx
surangagw
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
Mahesh Vadhavaniya profmjv
 
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
Pradeep Avanigadda
 
Automation(plc&scada)
Automation(plc&scada)Automation(plc&scada)
Automation(plc&scada)
Deepesh Vaishnav
 

Similar to BHAVESH AGRAWAL.pptx (20)

Intelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulatorsIntelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulators
 
Vfd
VfdVfd
Vfd
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
 
DRIVERS
DRIVERSDRIVERS
DRIVERS
 
Distribution System Automation
 Distribution System Automation  Distribution System Automation
Distribution System Automation
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADA
 
PLC
PLCPLC
PLC
 
INTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICSINTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICS
 
introduction to mechatronics.ppt
introduction to mechatronics.pptintroduction to mechatronics.ppt
introduction to mechatronics.ppt
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
Lecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfLecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdf
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
 
Overview of IoT/M2M Capability
Overview of IoT/M2M CapabilityOverview of IoT/M2M Capability
Overview of IoT/M2M Capability
 
Lecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptxLecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptx
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
 
Automation(plc&scada)
Automation(plc&scada)Automation(plc&scada)
Automation(plc&scada)
 

More from bhaveshagrawal35

quadcopterintroshare160125-181211064657.pptx
quadcopterintroshare160125-181211064657.pptxquadcopterintroshare160125-181211064657.pptx
quadcopterintroshare160125-181211064657.pptx
bhaveshagrawal35
 
Media_604616_smxx.pptx
Media_604616_smxx.pptxMedia_604616_smxx.pptx
Media_604616_smxx.pptx
bhaveshagrawal35
 
projectppt-141127001908-conversion-gate02.pptx
projectppt-141127001908-conversion-gate02.pptxprojectppt-141127001908-conversion-gate02.pptx
projectppt-141127001908-conversion-gate02.pptx
bhaveshagrawal35
 
MergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptxMergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptx
bhaveshagrawal35
 
ece480_dt5_final_presentation.ppt
ece480_dt5_final_presentation.pptece480_dt5_final_presentation.ppt
ece480_dt5_final_presentation.ppt
bhaveshagrawal35
 
bionics_4.ppt
bionics_4.pptbionics_4.ppt
bionics_4.ppt
bhaveshagrawal35
 
lecture2-mcu_and_io.pptx
lecture2-mcu_and_io.pptxlecture2-mcu_and_io.pptx
lecture2-mcu_and_io.pptx
bhaveshagrawal35
 
05-Pi-Camera.pdf
05-Pi-Camera.pdf05-Pi-Camera.pdf
05-Pi-Camera.pdf
bhaveshagrawal35
 
05-Pi-Camera.pptx
05-Pi-Camera.pptx05-Pi-Camera.pptx
05-Pi-Camera.pptx
bhaveshagrawal35
 
Unit 3.pptx
Unit 3.pptxUnit 3.pptx
Unit 3.pptx
bhaveshagrawal35
 
Actuators.pptx
Actuators.pptxActuators.pptx
Actuators.pptx
bhaveshagrawal35
 
facedetectionandrecosignationwithpi-200430225418.pptx
facedetectionandrecosignationwithpi-200430225418.pptxfacedetectionandrecosignationwithpi-200430225418.pptx
facedetectionandrecosignationwithpi-200430225418.pptx
bhaveshagrawal35
 
Lecture-1-Smart-Sensor.ppt
Lecture-1-Smart-Sensor.pptLecture-1-Smart-Sensor.ppt
Lecture-1-Smart-Sensor.ppt
bhaveshagrawal35
 
mdml.pptx
mdml.pptxmdml.pptx
mdml.pptx
bhaveshagrawal35
 
mdml.pptx
mdml.pptxmdml.pptx
mdml.pptx
bhaveshagrawal35
 
rs.pptx
rs.pptxrs.pptx
pptr.pptx
pptr.pptxpptr.pptx
pptr.pptx
bhaveshagrawal35
 

More from bhaveshagrawal35 (17)

quadcopterintroshare160125-181211064657.pptx
quadcopterintroshare160125-181211064657.pptxquadcopterintroshare160125-181211064657.pptx
quadcopterintroshare160125-181211064657.pptx
 
Media_604616_smxx.pptx
Media_604616_smxx.pptxMedia_604616_smxx.pptx
Media_604616_smxx.pptx
 
projectppt-141127001908-conversion-gate02.pptx
projectppt-141127001908-conversion-gate02.pptxprojectppt-141127001908-conversion-gate02.pptx
projectppt-141127001908-conversion-gate02.pptx
 
MergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptxMergeResult_2023_04_02_05_26_56.pptx
MergeResult_2023_04_02_05_26_56.pptx
 
ece480_dt5_final_presentation.ppt
ece480_dt5_final_presentation.pptece480_dt5_final_presentation.ppt
ece480_dt5_final_presentation.ppt
 
bionics_4.ppt
bionics_4.pptbionics_4.ppt
bionics_4.ppt
 
lecture2-mcu_and_io.pptx
lecture2-mcu_and_io.pptxlecture2-mcu_and_io.pptx
lecture2-mcu_and_io.pptx
 
05-Pi-Camera.pdf
05-Pi-Camera.pdf05-Pi-Camera.pdf
05-Pi-Camera.pdf
 
05-Pi-Camera.pptx
05-Pi-Camera.pptx05-Pi-Camera.pptx
05-Pi-Camera.pptx
 
Unit 3.pptx
Unit 3.pptxUnit 3.pptx
Unit 3.pptx
 
Actuators.pptx
Actuators.pptxActuators.pptx
Actuators.pptx
 
facedetectionandrecosignationwithpi-200430225418.pptx
facedetectionandrecosignationwithpi-200430225418.pptxfacedetectionandrecosignationwithpi-200430225418.pptx
facedetectionandrecosignationwithpi-200430225418.pptx
 
Lecture-1-Smart-Sensor.ppt
Lecture-1-Smart-Sensor.pptLecture-1-Smart-Sensor.ppt
Lecture-1-Smart-Sensor.ppt
 
mdml.pptx
mdml.pptxmdml.pptx
mdml.pptx
 
mdml.pptx
mdml.pptxmdml.pptx
mdml.pptx
 
rs.pptx
rs.pptxrs.pptx
rs.pptx
 
pptr.pptx
pptr.pptxpptr.pptx
pptr.pptx
 

Recently uploaded

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 

Recently uploaded (20)

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 

BHAVESH AGRAWAL.pptx

  • 1. DEPARTMENT OF MECHANICAL ENGINEERING MANIT BHOPAL SUBJECT: AUTOMATION AND MANUFACTURING GUIDED BY : DR MD.TAUFIK SIR Topic Cover: 1.Electric Drive 2.Microntroller and Microprocessor 3.Data Acquisition and Signal Condition BHAVESH AGRAWAL 222116607
  • 2. Electric Drives • Systems employed for motion control are called as Drives. • It may employ any of prime movers such as diesel or petrol engines, gas or steam turbines, steam engines, hydraulic motors and electric motors, for supplying mechanical energy for motion control. • Drives employing electric motors are called as Electrical Drives.
  • 4. Description of Parts of Electric Drives Power Modulator : • The power modulator regulates the output power of the source. • It controls the power from the source to the motor in such a manner that motor transmits the speed torque characteristic required by the load. • During the transient operations like starting, braking and speed reversing the excessive current drawn from the source.This excessive current drawn from the source may overload it or may cause a voltage drop. Hence the power modulator restricts the source and motor current.
  • 5. CONTROL UNIT Control Unit : • The control unit controls the power modulator which operates at small voltage and power levels. The control unit also operates the power modulator as desired. • It also generates the commands for the protection of power modulator and motor. An input command signal which adjusts the operating point of the drive, from an input to the control unit.
  • 6. SENSING UNIT Sensing Unit : • It senses the certain drive parameter like motor current and speed. • It mainly required either for protection or for closed loop operation.
  • 7. CLASSIFICATION OF ELECTRIC DRIVES Classification of Electric Drive: Generally classified into 3 categories: • Group drive • Individual Drive • Multimotor Drive Group Drive : • If several group of mechanisms or machines are organized on one shaft and driven or actuated by one motor, the system is called a group drive or shaft drive.
  • 8. CLASSIFICATION OF ELECTRIC DRIVES(Cont’d) Individual Drive: • If a single motor is used to drive or actuate a given mechanism and it does all the jobs connected with this load , the drive is called individual drive. • All the operations connected with operating a lathe may be performed by a single motor. • Each motor is driven by its own separated motor with the help of gears , pulleys etc.
  • 11. CONSTANT TORQUE AND CONSTANT POWER OPERATION
  • 12. Microprocessor and Microcontroller  The introduction of a piece of technology called “Microprocessor” has changed the way in which we view, analyze and control the world surrounding us over the past two decades. The first commercial microprocessor is 4-bit 4004 developed by Intel and was made available in 1971. Since then, it took a phenomenal success in its development and usage. Microprocessor is considered a product of combined developments in the fields of computer architecture and Integrated Circuit (IC) fabrication. It has made the concept of personal computing very feasible.  The Microcontroller is often considered as a byproduct in the development of microprocessor. The fabrication process and programming technique which are responsible in the development of microprocessors has also lead to the development of microcontrollers. Until a decade ago, the microcontrollers are less popular in both the technical community and general public even though most of the consumer electronics like televisions, video games, video cassette recorders, telephones, elevators etc. comprise of them. 01 1
  • 13. Microcontrollers  Embedded Systems  Operations managed behind the scenes by a microcontroller  Microcontroller (MCU)  Integrated electronic computing device that includes three major components on a single chip  Microprocessor (MPU)  Memory  I/O (Input/Output) ports
  • 15. Microprocessor (MPU)  MPU (CPU)  Read instructions  Process binary data
  • 16. Memory  Storage Device  Addresses  Registers  Major Categories  Read/Write Memory (R/W)  Read-only-Memory (ROM) D7 D0
  • 18. Microprocessor Architecture  MPU communicates with Memory and I/O using the System Bus  Address bus  Unidirectional  Memory and I/O Addresses  Data bus  Bidirectional  Transfers Binary Data and Instructions  Control lines  Read and Write timing signals
  • 21. Software  Machine Language  Binary Instructions  Difficult to decipher and write  Error-prone  All programs converted into machine language for execution  Assembly Language  Machine instructions represented in mnemonics  One-to-one correspondence  Efficient execution and use of memory  Machine-specific Instruction Hex Mnemonic Description Processor 10000000 80 ADD B Add reg B to Acc Intel 8085 00101000 28 ADD A, R0 Add Reg R0 to Acc Intel 8051 00011011 1B ABA Add Acc A and B Motorola 6811
  • 22. Data Format (8-bit)  Unsigned Integers  All eight bits represent the magnitude of a number  Bit7 to Bit0  Range 00H to FFH (010 to 25510)  Signed Integers  2's Complement  Bit7 is sign bit  Positive numbers: 00H to 7FH (010 to 12710)  Negative numbers: 80H to FFH (-110 to -12810)
  • 25. OBJECTIVE AND INTRODUCTION ❑ DAS must acquire the necessary data, at correct speed and at correct time. ❑ It must monitor the complete plant operation to maintain on line and safe operations. ❑ It must be able to collect, summarise and store data for diagnosis of operation and record purpose. ❑ It must be flexible and capable of being expanded for future requirements. ❑ It must be able to compute unit performance indices using on-line, real time data. ❑ It must be reliable, easy to operate and must be user friendly.
  • 27. PHYSICAL SYSTEM/CONDITIONS Physical condition that can be used as input of DAS or which can be represented in Digital form are as under… ❑ Displacement ❑ Level ❑ Electric signals ❑ ON/OFF switch ❑ Temperature ❑ Pressure ❑ Light ❑ Force 4
  • 28. METHODOLOGY ❑ DAS begins with the physical property to be measured. Examples of this include temperature, light intensity, gas pressure, fluid flow, force etc. ❑ A sensor, which is a type of transducer converts a physical property into a corresponding electrical signal ❑ Signal conditioning may be necessary if the signal from the transducer is not suitable for the DAQ hardware being used. ❑ After signal conditioning the analog wave output is converted into digital form using A/D converter. ❑ Once digitized, the signal can be encoded to reduce and correct transmission errors. ❑ This whole process is called as DATA ACQUISITION SYSTEM
  • 29. DATA ACQUISITION HARDWARE ❑ ❑ ❑ ❑ ❑ ❑ ❑Industrial Ethernet Industrial USB LAN eXtensions for Instrumentation NIM PowerLab V ME bus VXI ➢DAQ hardware interfaces the signal and a PC. It could be in the form of modules that can be connected to the computer's ports or cards connected to slots in the motherboard. Following are some hardware's…. ❑ CAMAC - Computer Automated Measurement and Control
  • 30. DATA ACQUISITION SOFTWARE ➢ DAQ software is needed in order for the DAQ hardware to work with a PC. ➢Involves the use of a programming language, such as: ❑C++, visual C++ ❑BASIC, Visual Basic + Add-on tools (such as Visual lab with VTX) ❑Fortran ❑Pascal ❑Ladder logic ❑Lab view
  • 31. MERITS/ADVANTAGES ❑ Reduced data redundancy ❑ Reduced updating errors and increased consistency ❑ Greater data integrity and independence from applications programs ❑ Improved data access to users through use of host and query languages ❑ Improved data security ❑ Reduced data entry, storage, and retrieval costs ❑ Facilitated development of new applications program
  • 32. DEMERITS/DISADVANTAGES ❑ Database systems are complex, difficult, and time-consuming to design ❑ Substantial hardware and software start-up costs ❑ Damage to database affects virtually all applications programs ❑ Extensive conversion costs in moving form a file- based system to a database system ❑ Initial training required for all programmers and users
  • 33. CONCLUSION 10 ❑ Data acquisition systems typically convert analog Physical condition into digital values for easy processing. ❑ DAS is advantageous as we can store a lot of physical condition data in digitized form ❑ DAS helps in easy processing of data as well as easy comparison can be done. ❑ Today DAS is used in almost every field,industry and companies.