Top Banner
Presented by Lajin B S Jiji Prabhash Meghana Jayakumar Nithin Joseph Malini Mohan Guided by: Mr. Rahul R S DESIGN OF VARIABLE FREQUENCY DRIVE FOR SPEED CONTROL IN SINGLE PHASE INDUTION MOTOR
26

design of VFD for speed control in single phase induction motor

Jan 21, 2017

Download

Engineering

Nithin Joseph
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: design of VFD for speed control in single phase induction motor

Presented byLajin B S

Jiji PrabhashMeghana Jayakumar

Nithin JosephMalini Mohan

Guided by: Mr. Rahul R S

DESIGN OF VARIABLE FREQUENCY DRIVE

FOR SPEED CONTROL IN SINGLE PHASE INDUTION MOTOR

Page 2: design of VFD for speed control in single phase induction motor

OVERVIEW OF PRESENTATION AIM INTRODUCTION FUNCTIONAL BLOCK DIAGRAM WORKING PRINCIPLE

Page 3: design of VFD for speed control in single phase induction motor

CONTND… FIRST PHASE ADVANTAGES DISADVANTGES APPLICATIONS

Page 4: design of VFD for speed control in single phase induction motor

AIM

Design of variable frequency drives for speed

control in single phase induction motor

Page 5: design of VFD for speed control in single phase induction motor

PHASES OF PROJECT

FIRST PHASE

• Experimental set up of the drive using basic knowledge

SECOND PHASE

• Microcontroller programming

THIRD PHASE

• Hardware design, assembling & installation

Page 6: design of VFD for speed control in single phase induction motor

INTRODUCTION Most of the industries use induction motors as the

drives Rising energy price create a need for energy efficient

motor VFDS are useful in energy saving It reduces the motor speed as demand decreases VFDs consists of Electronic actuator-controller Driving electrical machines – motor Driven machine – pump, fan, blower…

Page 7: design of VFD for speed control in single phase induction motor

FUNCTIONAL BLOCK DIAGRAM

Page 8: design of VFD for speed control in single phase induction motor

WORKING PRINCIPLE

Torque of IM depends on flux

Flux α V/f ratio

Hence torque α V/f ratio

Speed = 120 * f/ P

With load change, speed also changes

By retaining V/f ratio constant, torque is

maintained

Page 9: design of VFD for speed control in single phase induction motor

TORQUE SPEED CHARACTERISTICS OF IM

Page 10: design of VFD for speed control in single phase induction motor

Serving as the prime power sources for a seemingly

limitless array of small-horsepower applications in

industry and in the home.

Single phase AC electrical supply is what is typically

supplied in homes, three phase electrical power is

commonly only available in a factory setting.

Correctly sized and rated -- can last a lifetime with little

maintenance.

WHY SINGLE PHASE INDUCTION MOTOR?

Page 11: design of VFD for speed control in single phase induction motor

PWM INVERTERS? Characterized by constant amplitude pulses Width of these pulses is modulated Different PWM techniques – Single pulse

modulation, Multiple pulse modulation and

Sinusoidal pulse modulation These techniques differ each other in harmonic

content Choice – on permissible harmonic content in

input

Page 12: design of VFD for speed control in single phase induction motor

SINUSOIDAL PULSE WIDTH MODULATION Pulses over half cycle of unequal widths are generated Pulse width is a sinusoidal function of angular position of each cycle By comparing a sinusoidal wave against a triangular carrier wave Simple and ease of implementation No: of cycles is decided by ratio of triangular carrier frequency to that of modulating sinusoidal frequency

Page 13: design of VFD for speed control in single phase induction motor

WAVEFORMS

Page 14: design of VFD for speed control in single phase induction motor

CONTND…

PWM inverter model has four sections

o Power supply section

o Power circuit section

o Load circuit section

o Gate control section

Page 15: design of VFD for speed control in single phase induction motor

BASIC CIRCUIT

Page 16: design of VFD for speed control in single phase induction motor

HARDWARE

Bridge Rectifier

DC Chopper

PIC Microcontroller

Basic circuit

Keypad & LCD Connection

Dead Band time Generator

3-Phase Bridge Driver

IGBT 3-Phase Inverter

Page 17: design of VFD for speed control in single phase induction motor

COMPONENTS Diode rectifier- KBPC 35-10, Maximum recurrent

peak reverse voltage 1000 V. Maximum average forward rectified current 35 A

Supply source – 220V, 50 Hz ac Power circuit section – 4 No: of 2MBI50L-120

IGBTs, 1200V, 50 A,400 watts, Vgth > 20V Load circuit section –single phase induction motor Gate control section- PIC 16F877A, 5V Gate driver – IR21363, Gate drive supply

voltage 10-20V

Page 18: design of VFD for speed control in single phase induction motor

EXPERIMENTAL SETUP

Software used- PROTEUS Microcontroller – 8051

Page 19: design of VFD for speed control in single phase induction motor

PROGRAMORG 0000HST:JNB P1.0,A1JNB P1.1,A2JNB P1.2,A3JMP STA1:CLR P2.0CALL DELAY1SETB P2.0CALL DELAY1JNB P1.1,A2JNB P1.2,A3JMP A1DELAY1:

Page 20: design of VFD for speed control in single phase induction motor

MOV R0,0FHL1:MOV R1,0FFHDJNZ R1,$DJNZ R0,L1RETA2:CLR P2.0CALL DELAY2CALL DELAY1SETB P2.0CALL DELAY2CALL DELAY1JNB P1.0,A3JNB P1.2,A1

CONTND…

Page 21: design of VFD for speed control in single phase induction motor

JMP A2DELAY2:MOV R0,0FHL2:MOV R1,0FFHDJNZ R1,$DJNZ R0,L2RETA3:CLR P2.0CALL DELAY3CALL DELAY1CALL DELAY3CALL DELAY1CALL DELAY2

CONTND…

Page 22: design of VFD for speed control in single phase induction motor

SETB P2.0CALL DELAY3CALL DELAY3CALL DELAY1CALL DELAY2CALL DELAY1JNB P1.0,A1JNB P1.1,A2JMP A3DELAY3:MOV R0,03FHL3:MOV R1,0FFHDJNZ R1,$DJNZ R0,L3RETEND

CONTND…

Page 23: design of VFD for speed control in single phase induction motor

ADVANTAGES Rising energy prices creates a need for energy

efficient motor To reduce energy losses we select VFDs Improved operating performance Good control capability Efficient energy saving Consume less energy

Page 24: design of VFD for speed control in single phase induction motor

DISADVANTAGES

High cost System resonance Increased noise& vibration Shortens life Reduce service factor

Page 25: design of VFD for speed control in single phase induction motor

APPLICATIONS Boiler pumps , fans& HVAC system Cooling towers Compressors Stairway & packing ventilation Kitchen hoods Roof top units Air handlers Elevators & escalators

Page 26: design of VFD for speed control in single phase induction motor

THANK YOU