Project Report
Project Report
Project Report
Project Report on
MICRO GRID AUTOMATION
1
2
A Project Report on
Micro Grid Automation
Submitted By:
Umang Group
Roll No Name
20131119 Sayali Suhas Kamble
20131157 Vaishnavi Dattatray Nalawade
21133285 Ganesh Ambadas Patil
2
3
CERTIFICATE
This is certified that, following batch of students, 1) Sayali Suhas Kamble , (20131119),
2)Vaishnavi Dattatray Nalawade (20131157), 3) Ganesh Ambadas Patil (21133285)
Have satisfactorily completed the project work entitled,
PRINCIPAL
(Dr. A. T. Pise )
3
4
CONTENTS
Sr Topic Page no
No.
1 Introduction 5
2 What is Microgrid ? 6
3 Components 10
4 Software 19
5 Project algorithm 21
8 Conclusion 24
4
5
INTRODUCTION
5
6
What is microgrid :
Microgrid is an interconnected load and distributed energy resources that act as a single
controllable entity respect to the grid.
Consumer 2
Solar
Microgrid Consumer 1
generation
Wind
Generation
6
7
7
8
• At the second level, the same technologies are used at much smaller scale and are
installed by an individual energy consumer. Such a system is called Distributed
Generation.
• These sources can be individually connected to grid, so that they can supply power to
the grid when required – creating a prosumer, i.e., a producer and a consumer of
electricity.
8
9
9
10
COMPONENTS:
1. DC Motor:
❖ In project for MG set both the machines used are permanent magnet DC series 12
Volts, 3 Amps.
❖ DC motors include two key components: stator and armature.
❖ The stator is stationary part of a motor, while the armature rotates. In a DC motor the
stator provides a rotating magnetic field that drives the armature to rotate.
❖ A simple DC motor uses a stationary set of magnets in the stator, and a coil of wire
with a current running through it to generate an electromagnetic field aligned with the
centre of the coil.
❖ One or more windings of insulated wire are wrapped around the core of the motor to
concentrate the magnetic field.
❖ The windings of insulated wire are connected to a commutator that applies an
electrical current to the windings.
❖ The commutator allows each armature coil to be energised in turn, creating a steady
rotating force known as torque.
❖ When the coils are turned on and off in sequence, a rotating magnetic field is created
that interacts with the differing fields of the stationary magnets in the stator to create
torque, which causes it to rotate. These key operating principles of DC motors allow
them to convert the electrical energy from direct current into mechanical energy
through the rotating movement.
10
11
2. Arduino:
Arduino Uno Board:
There are following output voltage pins.
• 3v output pin
• 5v output pin
• GND (ground)
Most of the Arduino components operate at 5v or 3.3v and so can be powered with these
pins. There are several ground ports which can be used to give ground to your circuit and
components. There is a Vin pin which can be used to power the Arduino uno from an external
source.
11
12
Arduino uno board does have 14 digital i/o pins (input/output pins) out of which
contains 6 PWM output (Pulse width modulation). The digital pins can be configured
to read logic values such as 0 and 1 or can give logic (0 and 1) output for different
modules such as LEDs, Relays, etc. there is a symbol “~” corresponding to the PWM
pins.
3. Current Sensor:(ACS712)
12
13
• The ASC712 is based on Hall Effect. There is a copper strip connecting the IP+ and
IP- pins internally. When some current flows through this copper conductor, a
magnetic field is generated which is sensed by the Hall Effect sensor.
• The Hall Effect sensor then converts this magnetic field into appropriate voltage.
In this method, the input and the output are completely isolated.
4. Voltage Sensor:
The Voltage Sensor is a simple module that can used with Arduino to measure external
voltages that are greater than its maximum acceptable value i.e., 5V in case of Arduino.
• Basically, a 25V Voltage Sensor, like the one used here, has 5 pins in total. Two of
them are on the two-pin screw terminal and three are male header pins.
• The Screw Terminal pins are marked as VCC and GND and they must be connected
to the external source of voltage i.e., the voltage that needs to be measured.
• Coming to the three male headers, they are marked as S, + and –. The S pin is the
“Sense” pin and it must be connected to the Analog Input of the Arduino. The “–”
pin must be connected to the GND of the Arduino. The pin marked as “+” is not
connected to anything (it is an N/C Pin).
The Voltage Sensor is basically a Voltage Divider consisting of two resistors with resistances
• The Arduino Voltage Sensor Interface is pretty straight forward. Connect the voltage
to be measured to the screw terminal of the Voltage Sensor, connected the output of
the voltage divider to the Arduino.
• That’s it. After interfacing the Voltage Sensor with Arduino, you can either view the
results on the serial monitor of the Arduino IDE or on a 16×2 LCD Display.
5. Relay:
14
15
❖ Pins in the output group connected to the high voltage device, including three pins:
➢ COM Pin: It is a common pin. It is used in both normally open mode and
normally closed mode.
➢ NO Pin: Normally open pin. It is used in the normally open mode.
➢ NC Pin: Normally closed pin. It is used in the normally closed mode.
In practice we usually do not use all of the pins in the high voltage group we
use only two of them:
➢ we use only COM pin and NO pin if we use normally open mode.
➢ We use only COM pin and NC pin if we use normally closed the mode.
Working:
❖ The input mode (IN pin): There are two input modes that make a relay works
oppositely:
• low level Trigger mode
• high level Trigger mode
❖ The output mode (for output pins): There are two input mode that make a relay works
oppositely
• Normally open mode
• Normally closed mode
❖ The normally means if input pin is connected to low(0V).
❖ The normally open and normally closed the mode work oppositely.
❖ The low-level Trigger and high-level Trigger mode work oppositely.
15
16
6. Diodes:
16
17
❖ Switch Mode or Switching Mode Power Supply or simply SMPS is a type of Power
Supply Unit (PSU) that uses some kind of switching devices to transfer electrical
energy from source to load. In project it feeds the MG set and also act as main grid.
❖ Usually, the source is either AC or DC and the load is DC.
❖ The common feature of any SMPS design is to convert input AC to High Voltage DC
and convert this High Voltage DC to High Voltage, High Frequency Square Wave
(AC). This High Voltage and Frequency AC is converted to Regulated DC.
❖ SMPS is an electronic power supply system that makes use of a switching regulator to
transfer electrical power effectively.
17
18
2. SELECTION OF COMPONENTS:
According to the MG set output ratings we have chosen the ratings of;
Current sensor 0-30 Amp
Voltage sensor 0-25 V
Voltage regulator IC: LM7805
Diodes: 6 Amps
3. MOUNTING OF COMPONENTS AND CONNECTIONS :
Mounting of motors with the help of cable tie and glue gun.
Mounting of PCB base for Arduino uno and relay module .
Mounting of SMPS .
4. CONNECTIONS :
We have made the connection of MG sets and Arduino using Male-Female cords for Arduino
(control signals ) and 1/18 wire for power connections . As shown in diagram .
18
19
PROGRAM:
19
20
20
21
PROJECT ALGORITHM :
1 2
•connect the arduino to laptop and •current sensor and voltage sensor
Turn on the supply MG set 1 is output is fed to arduino and
turned on by default displayed on serial monitor.
3 4
•According to the cases ie load, the •The next MG set will further feed
arduino will actuate the respective the load around 15 watts .( the
relay to turn on or off the MG set . pair will supply 30 watts )
5 6
•once the load further exceeds ie •As of now the distributed
above 30 watts , next MG set will generating sources were able to
turn on and will feed along with feed the load , further load will
other 45 watts cause over loading
7
•further increaed load will cause
switching of main grid i.e. the
main grid will feed the load alog
with distributed sources .
21
22
22
23
23
24
24
25
CONCLUSION:
The microgrid is an effort to utilize the distributed energy sources effectively,
our vison is to automate the process of turning the generating sources as per the
load variations, accordingly the project is completed to achieve automatic
switching of the generating sources with respect to variation in load.
25
26
REFFRENCES :
https://youtube.com/playlist?list=PLGs0VKk2DiYw-L-RibttcvK-WBZm8WLEP
https://www.electronicshub.org/interfacing-acs712-current-sensor-with-arduino/
https://www.electronicshub.org/interfacing-voltage-sensor-with-arduino/
https://arduinogetstarted.com/tutorials/arduino-relay
[https://arduinogetstarted.com/tutorials/arduino-lcd
26