SlideShare une entreprise Scribd logo
1  sur  34
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

Contenu connexe

Similaire à 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 simulatorsSelvam Sethurathinam
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overviewpratikguptateddy
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overviewPratik Gupta
 
Distribution System Automation
 Distribution System Automation  Distribution System Automation
Distribution System Automation Adithya Ballaji
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerArul Kumar
 
Basics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADABasics of Automation, PLC and SCADA
Basics of Automation, PLC and SCADAIndira Kundu
 
INTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICSINTRODUCTION TO MECHATRONICS
INTRODUCTION TO MECHATRONICSAladin Ganesh
 
introduction to mechatronics.ppt
introduction to mechatronics.pptintroduction to mechatronics.ppt
introduction to mechatronics.pptJklMahanth
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLCVeerakumar S
 
Lecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfLecture+9+-+SCADA+Systems.pdf
Lecture+9+-+SCADA+Systems.pdfSmritiGarg21
 
Overview of IoT/M2M Capability
Overview of IoT/M2M CapabilityOverview of IoT/M2M Capability
Overview of IoT/M2M CapabilityALTEN Calsoft Labs
 
Lecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptxLecture+9+-+SCADA+Systems.pptx
Lecture+9+-+SCADA+Systems.pptxsurangagw
 
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
 

Similaire à 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)
 

Plus de bhaveshagrawal35

Plus de 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
 

Dernier

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Dernier (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

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.