soft starter for 3 phase induction motor using pic microcontroller (original) (raw)
This project is about soft starter for 3 phase induction motor using pic microcontroller. In this project, we have designed a soft starter for three phase induction motor using PIC16F877A microcontroller. I have already posted a project on soft starter for single phase induction motor using pic microcontroller. Soft starter is a electronics device which used for smooth start of three phase induction motor. Every induction motor takes high current at the start which is more than the rated capacity of three phase induction motor.
This high current is also knows as inrush current. This inrush current may also damage the motor winding’s permanently. So we need a device which can control the starting high current of three phase induction motor. Smooth starter or soft starters are usually used to control this inrush current of the motor when motor starts to run. So Now lets start with the introduction of soft starter and see how smooth starter works? And How I designed the soft starter for three phase induction motor using pic16f877a microcontroller and at the end of article I will show you the simulation of soft starter in proteus. If you don’t know how to use proteus software, you may like to check my tutorials on proteus.
Introduction to soft starter for three phase induction motor
When we initially start a 3 phase induction motor, it draws a enormous amount of current which is also known as inrush current. 3 phase induction motor also reaches it full speed in minimum time or instantly. Due to instantly reaching full speed, it causes mechanical vibrations to motor and it also causes electrical stress on motor windings which may damage the motor windings. So to avoid this effect, we use soft starter or 3 phase smooth starter for induction motor. To avoid this instantly speed increasing effect of three phase induction motor, we need to control the speed of induction motor at the start sch that the motor speed should increase gradually only.
This gradual increase in speed of three phase induction motor also forces the current to increase gradually. So this gradual increase in speed and current saves the motor from mechanical jerks and avoid the chances of motor windings get burned. Now the question is how to achieve this gradual increase in motor speed using pic microcontroller. So now lets see how I achieved it using pic16f877a microcontroller. You may also like to check my other induction motor related projects:
- Speed control of single phase induction motor
- Variable frequency drive for three phase induction motor
soft starter for three phase induction motor using pic microcontroller
In this project, I have used controlled voltage through thyristors to control the voltage provided to three phase induction motor. At the start, thyristors firing angle is triggered with full delay and after that I started decreasing thyrsitors firing angle and it will keep decreasing gradually. Finally thyristor firing angle will become zero and full voltage will appear across all the three phase of induction motor. In other words, at the start minimum voltage will be applied to 3 phase induction motor and than it will start increasing. After sometime full voltage will appear across motor windings. It will help the three phase induction motor to start smoothly without any inrush current. So initially motor starts slowly and then reaches its full rated speed gradually. This is how easy it is to implement smooth starter for three phase induction motor.
Circuit diagram of soft starter for three phase induction motor
Circuit diagram of smoother start for three phase induction motor using pic microcontroller is shown below. Its consists of three zero crossing detection circuits for each phase of three phase power supply and PIC microcontroller which is used to provided firing angle to thyristors through opto isolator.
If you don’t know how to control firing angle of thyristor, you can check these article:
- Thyristor firing angle control using Arduino
- Adjustable firing angle control using pic microcontroller
To check the complete working of this power electronics project, check the simulation given below.