SlideShare a Scribd company logo
1




    Date:- 26th May-2012
2




    Guide:                                  Prepared by:
    External Guide:-Mr.Ashok Fadnis                Alok Shah
    Internal Guide:-Ms.Manisha Mayavanshi
3




    Research & Consultant Company in Instrumentation
    Major Working Fields: Power Electronics & Embedded Systems
    Main Products:-
                   Medical Instruments
                   Welding Machines
                   Bagging Machines
                   Batching Machines
                   Servo Systems
                   Analytical Pharmaceutical Equipments
4




     The main core of this project is to design a control
    system for DC motor by using Microcontroller.
     This control system works on the principle of PID
    Controller and Pulse Width Modulation which will be able
    to control the DC motor speed at desired speed regardless
    the change of load.
     This system will be also able to perform operations
    like start and stop on motor at desired position of load.
5
6




         LCD Display               Power Supply:


    Controller-AVR ATMEGA32                          S1             S2
                                 DUTY CYCLE

     Control Menu
                       PWM                              H Bridge           M
                                                     S3         S4
     Open Loop                       S1,S4
                       Hi-Lo                              Forward
     RPM (Speed)               S2,S3
                                   DIRECTION
     Position
     Direction       Counter




     E      D    U      S                          ENCODER
           KEYPAD                                                        MOTOR
7




    LCD & KEYPAD:
    Keypad: 4*1, LCD: 16*2
    LCD to display i/p ,o/p & Appropriate Messages
    Keypad to take i/p from User

      KEY NO.       OPERATION
        B1            Start/Stop
        B2         Increment (Up)
        B3        Decrement (Down)
        B4               Esc
8




    MICROCONTROLLER:                 TECHNICAL SPECIFICATIONS OF
                                                AVR-ATMEGA32
    Software Module of Project
                                            Core Size             8 bit
    We use… AVR ATMEGA32
                                              Speed           Up to 8MHz
    Specially Designed Instructions
                                     Program Memory (Flash)    32Kbytes
    PWM Generation Modes
                                          Voltage Supply      2.7V ~ 5.5V
      Normal Mode
                                            Oscillator      Internal (8MHz)
      CTC Mode
                                      Operating Temperature  -40°C ~ 105°C
      Phase Correct PWM Mode
                                             Package            40-SOIC
      Fast PWM Mode
     Programmed for Four Separate Controls
     (Programming Scenario: PID Algorithm)
9
10
11
12
13




MOTOR DRIVER: Main Switching Module (Made of two Parts)

1) Power Circuit:-
 Require to generate 24Vdc             Require to generate 5Vdc
         Main Supply                        Main Supply

                                       Step-down Transformer
     Step-down Transformer

                                        Diode Bridge & Filter
       Bridge Rectifier

                          To Control      Voltage Regulator       To µC &
            Filter
                            Circuit           (LM-7805)         Optocoupler
14
15




2) Control Circuit:-
 Require to control the motor..
                         From Microcontroller


         Optocoupler-1                          Optocoupler-2
            (6N137)                                (6N137)


     Power MOSFET (IRFZ46N)              NPN Transistor (BC547)

              Duty Cycle                    Direction
              Control                       Control

                  DPDT Relay (2C/O MCC 24D)                To Motor
16




                                                 Formed using
                                                 DPDT Relay


     NC1   NC2   NC3   NC4   OPERATION
      1     0     0     1    Motor moves right
      0     1     1     0    Motor moves Left
      0     0     0     0     Motor free runs
      0     1     0     1      Motor breaks
      1     0     1     0      Motor breaks
17
18




 DC MOTOR:-                        TECHNICAL SPECIFICATIONS OF
                                              PMDC MOTOR
 Permanent Magnate Type
                                      Supply Voltage      24Vdc
 Advantages:
                                         Power             50W
      Low initial cost
                                         Current            2A
      Easy to Control Speed
                                          RPM             3200
 Disadvantages:
                                        Outer Dia.       60mm
      High maintenance
                                         Length          100mm
      Low torque generation
                                        Shaft Dia.        8mm
  Speed Control Using PWM
      Pulse Width increases=Speed increases
      Pulse Width decrease=Speed decreases
19




 DIGITAL FEEDBCK MECHANISM:-
 To form the Close loop for Position Control
 We use… Incremental Encoder
 One Rotation=One Pulse
 One Revolution=512 Pulses
 Generate Quadrature Pulses with 90 Shifting
20




How µC-Count(Position) is trigger??
                                          TECHNICAL SPECIFICATIONS OF
                                    H             ENCODER
                                             Supply Voltage      4.5V ~ 5.5V
                                    L
                                                  PPR               512
                                              Ref. Voltage         2.48V
                                            Output Voltage       4.5V ~ 5.5V
       FROM    TO    FROM    TO
                                             Supply Current     65mA ~ 91mA
         0,1   1,1    0,1    0,0
                                          Ambient Temperature       24°C
         1,1   1,0    1,1    1,0
                                               Body Dia.           50mm
         1,0   0,0    1,0    1,1
                                               Shaft Dia.           6mm
         0,0   0,1    0,0    1,0
                                             No. of Output         2 (AB)
 Forward=Count Up    Reverse=Count Down
21
22
23


Output    Across      Input
24VDC    Capacitor   230VAC
24




                   20V
     Duty Cycle
      At 50%


                   10V




                    0V




                  -10V
                         0s                  2ms   4ms   6ms   8ms    10ms   12ms   14ms   16ms
                              V(Q3:c,Q6:c)
                                                               Time


                   20V
     Duty Cycle
      At <50%




                   10V




                    0V




                  -10V
                         0s                  2ms   4ms   6ms   8ms    10ms   12ms   14ms   16ms
                              V(Q3:c,Q6:c)
                                                               Time


                   20V
     Duty Cycle
      At >50%




                   10V




                    0V




                  -10V
                         0s                  2ms   4ms   6ms   8ms    10ms   12ms   14ms   16ms
                              V(Q3:c,Q6:c)
                                                               Time
25




 At 50%       At >50%    At <50%
Duty Cycle   Duty Cycle Duty Cycle
26




     RPM




           Duty Cycle
27




      At No Load Condition




     At Minor Load Condition
28




     Used in any
29




      Same circuit can be used for stepper motor control..
      GSM Module can be used to make the control possible with
       mobile messages..
      This system can be used in industrial controlling drives because of
       its improved accuracy and fast dynamic response just by modifying
       following issues:-
                    Feedback Measurement (Encoder)
                    Control Algorithm (Microcontroller)
                    Switching Module (Motor Driver Circuit)
30




      The direction (forward/reverse) of the motor is also controlled.
      Control and operation of drive is flexible due to the user friendly
     menu, keyboard and LCD display.
      The speed of the motor is controlled accurately using
     microcontroller ATmega32 having PID algorithm.
      In the condition of the load variation the speed of the motor is
     maintained constant with the designed algorithm.
      Position is controlled accurately using PID algorithm and
     feedback pulses from the encoder in order to develop a precise
     system.
31

More Related Content

What's hot

Advanced motion controls azbh25a20
Advanced motion controls azbh25a20Advanced motion controls azbh25a20
Advanced motion controls azbh25a20
Electromate
 
Advanced motion controls azbh60a8
Advanced motion controls azbh60a8Advanced motion controls azbh60a8
Advanced motion controls azbh60a8
Electromate
 
Advanced motion controls az40a8ddc
Advanced motion controls az40a8ddcAdvanced motion controls az40a8ddc
Advanced motion controls az40a8ddc
Electromate
 
Advanced motion controls azbh40a8
Advanced motion controls azbh40a8Advanced motion controls azbh40a8
Advanced motion controls azbh40a8
Electromate
 
Advanced motion controls az60a8ddc
Advanced motion controls az60a8ddcAdvanced motion controls az60a8ddc
Advanced motion controls az60a8ddc
Electromate
 
Icom v82 service manual
Icom v82 service manualIcom v82 service manual
Icom v82 service manual
joffco
 
Advanced motion controls azb60a8
Advanced motion controls azb60a8Advanced motion controls azb60a8
Advanced motion controls azb60a8
Electromate
 
Advanced motion controls az25a20ddc
Advanced motion controls az25a20ddcAdvanced motion controls az25a20ddc
Advanced motion controls az25a20ddc
Electromate
 
Advanced motion controls 25a20dd
Advanced motion controls 25a20ddAdvanced motion controls 25a20dd
Advanced motion controls 25a20dd
Electromate
 
8204 045-15221 bl30
8204 045-15221 bl308204 045-15221 bl30
8204 045-15221 bl30
Osiris Apolo
 
Advanced motion controls 50a20dd
Advanced motion controls 50a20ddAdvanced motion controls 50a20dd
Advanced motion controls 50a20dd
Electromate
 
Advanced motion controls azb25a20
Advanced motion controls azb25a20Advanced motion controls azb25a20
Advanced motion controls azb25a20
Electromate
 
Icom 2200 h service manual
Icom 2200 h service manualIcom 2200 h service manual
Icom 2200 h service manual
joffco
 
Advanced motion controls 50a8dd
Advanced motion controls 50a8ddAdvanced motion controls 50a8dd
Advanced motion controls 50a8dd
Electromate
 
Advanced motion controls azb40a8
Advanced motion controls azb40a8Advanced motion controls azb40a8
Advanced motion controls azb40a8
Electromate
 
FEBFAN7688_I00250A
FEBFAN7688_I00250AFEBFAN7688_I00250A
FEBFAN7688_I00250A
Steve Mappus
 
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
CTY TNHH HẠO PHƯƠNG
 
Ppt presentation of manufacturing unit by - mithilesh2020.com
Ppt presentation of manufacturing unit   by - mithilesh2020.comPpt presentation of manufacturing unit   by - mithilesh2020.com
Ppt presentation of manufacturing unit by - mithilesh2020.com
Mithilesh
 
An Overview of the Power Over Ethernet and PWM Controller: LM5072
An Overview of the Power Over Ethernet and PWM Controller: LM5072An Overview of the Power Over Ethernet and PWM Controller: LM5072
An Overview of the Power Over Ethernet and PWM Controller: LM5072
Premier Farnell
 
Advanced motion controls sr60a40ac
Advanced motion controls sr60a40acAdvanced motion controls sr60a40ac
Advanced motion controls sr60a40ac
Electromate
 

What's hot (20)

Advanced motion controls azbh25a20
Advanced motion controls azbh25a20Advanced motion controls azbh25a20
Advanced motion controls azbh25a20
 
Advanced motion controls azbh60a8
Advanced motion controls azbh60a8Advanced motion controls azbh60a8
Advanced motion controls azbh60a8
 
Advanced motion controls az40a8ddc
Advanced motion controls az40a8ddcAdvanced motion controls az40a8ddc
Advanced motion controls az40a8ddc
 
Advanced motion controls azbh40a8
Advanced motion controls azbh40a8Advanced motion controls azbh40a8
Advanced motion controls azbh40a8
 
Advanced motion controls az60a8ddc
Advanced motion controls az60a8ddcAdvanced motion controls az60a8ddc
Advanced motion controls az60a8ddc
 
Icom v82 service manual
Icom v82 service manualIcom v82 service manual
Icom v82 service manual
 
Advanced motion controls azb60a8
Advanced motion controls azb60a8Advanced motion controls azb60a8
Advanced motion controls azb60a8
 
Advanced motion controls az25a20ddc
Advanced motion controls az25a20ddcAdvanced motion controls az25a20ddc
Advanced motion controls az25a20ddc
 
Advanced motion controls 25a20dd
Advanced motion controls 25a20ddAdvanced motion controls 25a20dd
Advanced motion controls 25a20dd
 
8204 045-15221 bl30
8204 045-15221 bl308204 045-15221 bl30
8204 045-15221 bl30
 
Advanced motion controls 50a20dd
Advanced motion controls 50a20ddAdvanced motion controls 50a20dd
Advanced motion controls 50a20dd
 
Advanced motion controls azb25a20
Advanced motion controls azb25a20Advanced motion controls azb25a20
Advanced motion controls azb25a20
 
Icom 2200 h service manual
Icom 2200 h service manualIcom 2200 h service manual
Icom 2200 h service manual
 
Advanced motion controls 50a8dd
Advanced motion controls 50a8ddAdvanced motion controls 50a8dd
Advanced motion controls 50a8dd
 
Advanced motion controls azb40a8
Advanced motion controls azb40a8Advanced motion controls azb40a8
Advanced motion controls azb40a8
 
FEBFAN7688_I00250A
FEBFAN7688_I00250AFEBFAN7688_I00250A
FEBFAN7688_I00250A
 
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
Catalog biến tần Frenic Lift - Fuji Electric mới nhất 2019
 
Ppt presentation of manufacturing unit by - mithilesh2020.com
Ppt presentation of manufacturing unit   by - mithilesh2020.comPpt presentation of manufacturing unit   by - mithilesh2020.com
Ppt presentation of manufacturing unit by - mithilesh2020.com
 
An Overview of the Power Over Ethernet and PWM Controller: LM5072
An Overview of the Power Over Ethernet and PWM Controller: LM5072An Overview of the Power Over Ethernet and PWM Controller: LM5072
An Overview of the Power Over Ethernet and PWM Controller: LM5072
 
Advanced motion controls sr60a40ac
Advanced motion controls sr60a40acAdvanced motion controls sr60a40ac
Advanced motion controls sr60a40ac
 

Similar to Implement Servo Motor Drive

Stepping Motor Driver IC Using PWM Chopper Type: TB62209FG
Stepping Motor Driver IC Using PWM Chopper Type: TB62209FGStepping Motor Driver IC Using PWM Chopper Type: TB62209FG
Stepping Motor Driver IC Using PWM Chopper Type: TB62209FG
Premier Farnell
 
00899a 2
00899a 200899a 2
00899a 2
00899a 200899a 2
dsPICDEM MCSM Development Board
dsPICDEM MCSM Development Board dsPICDEM MCSM Development Board
dsPICDEM MCSM Development Board
Premier Farnell
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
Tridib Bose
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower Robot
roboVITics club
 
Solution on Automotive LED Signal Lighting
Solution on Automotive LED  Signal LightingSolution on Automotive LED  Signal Lighting
Solution on Automotive LED Signal Lighting
Premier Farnell
 
Advanced motion controls azbe12a8
Advanced motion controls azbe12a8Advanced motion controls azbe12a8
Advanced motion controls azbe12a8
Electromate
 
Advanced motion controls azbdc20a8
Advanced motion controls azbdc20a8Advanced motion controls azbdc20a8
Advanced motion controls azbdc20a8
Electromate
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
Pankaj Kumar Nayak
 
Advanced motion controls azbdc60a8
Advanced motion controls azbdc60a8Advanced motion controls azbdc60a8
Advanced motion controls azbdc60a8
Electromate
 
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
moiz89
 
Advanced motion controls azbh20a8
Advanced motion controls azbh20a8Advanced motion controls azbh20a8
Advanced motion controls azbh20a8
Electromate
 
Advanced motion controls azbdc40a8
Advanced motion controls azbdc40a8Advanced motion controls azbdc40a8
Advanced motion controls azbdc40a8
Electromate
 
QuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MXQuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MX
Electromate
 
Advanced motion controls az20a8ddc
Advanced motion controls az20a8ddcAdvanced motion controls az20a8ddc
Advanced motion controls az20a8ddc
Electromate
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
Uday Wankar
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
Uday Wankar
 
Advanced motion controls az6a8ddc
Advanced motion controls az6a8ddcAdvanced motion controls az6a8ddc
Advanced motion controls az6a8ddc
Electromate
 
major project ppt 27-4-16
major project ppt 27-4-16major project ppt 27-4-16
major project ppt 27-4-16
rafiya begum
 

Similar to Implement Servo Motor Drive (20)

Stepping Motor Driver IC Using PWM Chopper Type: TB62209FG
Stepping Motor Driver IC Using PWM Chopper Type: TB62209FGStepping Motor Driver IC Using PWM Chopper Type: TB62209FG
Stepping Motor Driver IC Using PWM Chopper Type: TB62209FG
 
00899a 2
00899a 200899a 2
00899a 2
 
00899a 2
00899a 200899a 2
00899a 2
 
dsPICDEM MCSM Development Board
dsPICDEM MCSM Development Board dsPICDEM MCSM Development Board
dsPICDEM MCSM Development Board
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower Robot
 
Solution on Automotive LED Signal Lighting
Solution on Automotive LED  Signal LightingSolution on Automotive LED  Signal Lighting
Solution on Automotive LED Signal Lighting
 
Advanced motion controls azbe12a8
Advanced motion controls azbe12a8Advanced motion controls azbe12a8
Advanced motion controls azbe12a8
 
Advanced motion controls azbdc20a8
Advanced motion controls azbdc20a8Advanced motion controls azbdc20a8
Advanced motion controls azbdc20a8
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
Advanced motion controls azbdc60a8
Advanced motion controls azbdc60a8Advanced motion controls azbdc60a8
Advanced motion controls azbdc60a8
 
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
 
Advanced motion controls azbh20a8
Advanced motion controls azbh20a8Advanced motion controls azbh20a8
Advanced motion controls azbh20a8
 
Advanced motion controls azbdc40a8
Advanced motion controls azbdc40a8Advanced motion controls azbdc40a8
Advanced motion controls azbdc40a8
 
QuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MXQuickSilver Controls QCI-DS032 QCI-N2-MX
QuickSilver Controls QCI-DS032 QCI-N2-MX
 
Advanced motion controls az20a8ddc
Advanced motion controls az20a8ddcAdvanced motion controls az20a8ddc
Advanced motion controls az20a8ddc
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
 
Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control Arm cortex ( lpc 2148 ) based motor speed control
Arm cortex ( lpc 2148 ) based motor speed control
 
Advanced motion controls az6a8ddc
Advanced motion controls az6a8ddcAdvanced motion controls az6a8ddc
Advanced motion controls az6a8ddc
 
major project ppt 27-4-16
major project ppt 27-4-16major project ppt 27-4-16
major project ppt 27-4-16
 

More from Aalok Shah

Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
Aalok Shah
 
English Learning at Office with Fun - 2
English Learning at Office with Fun - 2English Learning at Office with Fun - 2
English Learning at Office with Fun - 2
Aalok Shah
 
English Learning at Office with Fun
English Learning at Office with FunEnglish Learning at Office with Fun
English Learning at Office with Fun
Aalok Shah
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)
Aalok Shah
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking Devices
Aalok Shah
 
Networking Puzzle
Networking PuzzleNetworking Puzzle
Networking Puzzle
Aalok Shah
 

More from Aalok Shah (6)

Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
 
English Learning at Office with Fun - 2
English Learning at Office with Fun - 2English Learning at Office with Fun - 2
English Learning at Office with Fun - 2
 
English Learning at Office with Fun
English Learning at Office with FunEnglish Learning at Office with Fun
English Learning at Office with Fun
 
Software Defined Networking (SDN)
Software Defined Networking (SDN)Software Defined Networking (SDN)
Software Defined Networking (SDN)
 
Network Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking DevicesNetwork Topologies, L1-L2 Basics, Networking Devices
Network Topologies, L1-L2 Basics, Networking Devices
 
Networking Puzzle
Networking PuzzleNetworking Puzzle
Networking Puzzle
 

Recently uploaded

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
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
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
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
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
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
 
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
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
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
 
[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
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
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
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
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
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 

Recently uploaded (20)

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
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
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
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
 
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...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
[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
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
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
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
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
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 

Implement Servo Motor Drive

  • 1. 1 Date:- 26th May-2012
  • 2. 2 Guide: Prepared by: External Guide:-Mr.Ashok Fadnis Alok Shah Internal Guide:-Ms.Manisha Mayavanshi
  • 3. 3 Research & Consultant Company in Instrumentation Major Working Fields: Power Electronics & Embedded Systems Main Products:-  Medical Instruments  Welding Machines  Bagging Machines  Batching Machines  Servo Systems  Analytical Pharmaceutical Equipments
  • 4. 4  The main core of this project is to design a control system for DC motor by using Microcontroller.  This control system works on the principle of PID Controller and Pulse Width Modulation which will be able to control the DC motor speed at desired speed regardless the change of load.  This system will be also able to perform operations like start and stop on motor at desired position of load.
  • 5. 5
  • 6. 6 LCD Display Power Supply: Controller-AVR ATMEGA32 S1 S2 DUTY CYCLE Control Menu PWM H Bridge M S3 S4 Open Loop S1,S4 Hi-Lo Forward RPM (Speed) S2,S3 DIRECTION Position Direction Counter E D U S ENCODER KEYPAD MOTOR
  • 7. 7 LCD & KEYPAD: Keypad: 4*1, LCD: 16*2 LCD to display i/p ,o/p & Appropriate Messages Keypad to take i/p from User KEY NO. OPERATION B1 Start/Stop B2 Increment (Up) B3 Decrement (Down) B4 Esc
  • 8. 8 MICROCONTROLLER: TECHNICAL SPECIFICATIONS OF AVR-ATMEGA32 Software Module of Project Core Size 8 bit We use… AVR ATMEGA32 Speed Up to 8MHz Specially Designed Instructions Program Memory (Flash) 32Kbytes PWM Generation Modes Voltage Supply 2.7V ~ 5.5V  Normal Mode Oscillator Internal (8MHz)  CTC Mode Operating Temperature -40°C ~ 105°C  Phase Correct PWM Mode Package 40-SOIC  Fast PWM Mode  Programmed for Four Separate Controls (Programming Scenario: PID Algorithm)
  • 9. 9
  • 10. 10
  • 11. 11
  • 12. 12
  • 13. 13 MOTOR DRIVER: Main Switching Module (Made of two Parts) 1) Power Circuit:-  Require to generate 24Vdc  Require to generate 5Vdc Main Supply Main Supply Step-down Transformer Step-down Transformer Diode Bridge & Filter Bridge Rectifier To Control Voltage Regulator To µC & Filter Circuit (LM-7805) Optocoupler
  • 14. 14
  • 15. 15 2) Control Circuit:-  Require to control the motor.. From Microcontroller Optocoupler-1 Optocoupler-2 (6N137) (6N137) Power MOSFET (IRFZ46N) NPN Transistor (BC547) Duty Cycle Direction Control Control DPDT Relay (2C/O MCC 24D) To Motor
  • 16. 16 Formed using DPDT Relay NC1 NC2 NC3 NC4 OPERATION 1 0 0 1 Motor moves right 0 1 1 0 Motor moves Left 0 0 0 0 Motor free runs 0 1 0 1 Motor breaks 1 0 1 0 Motor breaks
  • 17. 17
  • 18. 18 DC MOTOR:- TECHNICAL SPECIFICATIONS OF PMDC MOTOR Permanent Magnate Type Supply Voltage 24Vdc Advantages: Power 50W  Low initial cost Current 2A  Easy to Control Speed RPM 3200 Disadvantages: Outer Dia. 60mm  High maintenance Length 100mm  Low torque generation Shaft Dia. 8mm  Speed Control Using PWM  Pulse Width increases=Speed increases  Pulse Width decrease=Speed decreases
  • 19. 19 DIGITAL FEEDBCK MECHANISM:- To form the Close loop for Position Control We use… Incremental Encoder One Rotation=One Pulse One Revolution=512 Pulses Generate Quadrature Pulses with 90 Shifting
  • 20. 20 How µC-Count(Position) is trigger?? TECHNICAL SPECIFICATIONS OF H ENCODER Supply Voltage 4.5V ~ 5.5V L PPR 512 Ref. Voltage 2.48V Output Voltage 4.5V ~ 5.5V FROM TO FROM TO Supply Current 65mA ~ 91mA 0,1 1,1 0,1 0,0 Ambient Temperature 24°C 1,1 1,0 1,1 1,0 Body Dia. 50mm 1,0 0,0 1,0 1,1 Shaft Dia. 6mm 0,0 0,1 0,0 1,0 No. of Output 2 (AB) Forward=Count Up Reverse=Count Down
  • 21. 21
  • 22. 22
  • 23. 23 Output Across Input 24VDC Capacitor 230VAC
  • 24. 24 20V Duty Cycle At 50% 10V 0V -10V 0s 2ms 4ms 6ms 8ms 10ms 12ms 14ms 16ms V(Q3:c,Q6:c) Time 20V Duty Cycle At <50% 10V 0V -10V 0s 2ms 4ms 6ms 8ms 10ms 12ms 14ms 16ms V(Q3:c,Q6:c) Time 20V Duty Cycle At >50% 10V 0V -10V 0s 2ms 4ms 6ms 8ms 10ms 12ms 14ms 16ms V(Q3:c,Q6:c) Time
  • 25. 25 At 50% At >50% At <50% Duty Cycle Duty Cycle Duty Cycle
  • 26. 26 RPM Duty Cycle
  • 27. 27 At No Load Condition At Minor Load Condition
  • 28. 28 Used in any
  • 29. 29  Same circuit can be used for stepper motor control..  GSM Module can be used to make the control possible with mobile messages..  This system can be used in industrial controlling drives because of its improved accuracy and fast dynamic response just by modifying following issues:-  Feedback Measurement (Encoder)  Control Algorithm (Microcontroller)  Switching Module (Motor Driver Circuit)
  • 30. 30  The direction (forward/reverse) of the motor is also controlled.  Control and operation of drive is flexible due to the user friendly menu, keyboard and LCD display.  The speed of the motor is controlled accurately using microcontroller ATmega32 having PID algorithm.  In the condition of the load variation the speed of the motor is maintained constant with the designed algorithm.  Position is controlled accurately using PID algorithm and feedback pulses from the encoder in order to develop a precise system.
  • 31. 31