fin_irjmets1714234839
fin_irjmets1714234839
fin_irjmets1714234839
III. METHODOLOGY
1) Transformer
A transformer is an electrical apparatus facilitating the transfer of electrical energy across multiple circuits via
electromagnetic induction. It efficiently converts AC voltage from one level to another with minimal power loss.
Operating on the principles of electromagnetic induction, transformers ensure mutual induction. In this study, a
one-to-one transformer is employed, allowing direct connection to measuring devices through rectification.
Successful parallel operation of transformers relies on fulfilling various conditions.
2) Power Supply
The power supply is an electrical apparatus responsible for delivering electrical power to an electrical load. Its
primary role involves converting electrical current from a source into the appropriate voltage, current, and
frequency required by the load. This involves the conversion of mains AC to low-voltage regulated DC power
and facilitating wireless energy transfer to power loads via wired connections.
3) Voltage Regulator
Voltage regulators generate a stable DC output voltage from fluctuating DC input (which may contain a small
amount of AC). This stable output is achieved by connecting the voltage regulator to the output of the filtered
DC. Additionally, they can be utilized within circuits to step down high DC voltage to lower levels (e.g.,
employing a 7805 regulator to obtain 5V from a 12V source). There are two main categories of voltage
regulators:
• Fixed voltage regulators (such as 78xx and 79xx).
• Variable voltage regulators (like LM317).
IV. PROJECT IMPLEMENTATION
4.1 Hardware Implementation
Arduino Uno is an 8-bit ATmega328P microcontroller-based microcontroller board. It includes extra
components to assist the ATmega328P microcontroller, such as a crystal oscillator, serial communication,
voltage regulator, and so on. There are 14 digital input/output pins, 6 analogue input pins, a USB connection
and Power barrel connector, an ICSP header, and a reset button on the Arduino Uno. Arduino is capable of
communicating with a computer, another Arduino board, or other microcontrollers. The ATmega328P
microcontroller supports UART TTL (5V) serial communication, which is accessed by digital pins 0 (Rx) and 1
V. CIRCUIT DIAGRAM
1. Transformer load sharing is automated using Arduino. The use of two identical transformers connected in
parallel using a changeover relay.
2. Transformer 1 is the primary transformer, also known as the master transformer, while Transformer 2 is
the auxiliary transformer, also known as the slave transformer.
3. A circuit breaker and a relay are connected in parallel by a standby transformer. The load current is
continually measured by the current sensor and fed to the comparator. The primary transformer is
switched on and the reserve transformer is switched off in normal operation.
4. There are different conditions would apply while connecting the load which are discussed below.Under
Normal
Condition
In the proposed system only one transformer is operating to feed the loads. A standby transformer is connected
in parallel a circuit breaker and relay. The current sensor continuously measures the load current and feeds it
to the comparator. Under normal condition the main transformer is in ON condition and the reserve
transformer is in OFF condition. The user enters the reference value or maximum load limit, and the priority
level of the load is also determined by the user or the responsible authority. During the normal the single
transformer can able to feed the entire load.
www.irjmets.com @International Research Journal of Modernization in Engineering, Technology and Science
[9055]
e-ISSN: 2582-5208
International Research Journal of Modernization in Engineering Technology and Science
( Peer-Reviewed, Open Access, Fully Refereed International Journal )
Volume:06/Issue:04/April-2024 Impact Factor- 7.868 www.irjmets.com
5.1 Under Abnormal Condition
As the load requirement increases, during peak, a single transformer will not be able to feed the entire load.
When the load demand exceeds the reference value, the Arduino will send a control signal to the relay coil to
energise it. Because the transformers have the same ratings, the standby transformer will be connected in
parallel and will share the load equally. Thus, all the loads are feed efficiently providing uninterrupted power
supply. If load limits exceed the main transformer is in ON condition and the reserve transformer is in ON
condition.
5.2 Shutdown Condition
When the load increases further to a value which is greater that the capacity of the two transforms, priority-
based load shading will be implemented. The loads which have the lowest priority will be shut down by
opening the respective circuit breakers. If the load limit exceeds the both the transformer. The main
transformer and the reserve transformer will be in OFF condition.
VI. RESULTS