Você está na página 1de 4

Password Based Circuit Breaker

Nowadays, electrical accidents to the line man are increasing, while repairing the electrical lines due
to the lack of communication between the electrical substation and maintenance staff. This project
gives a solution to this problem to ensure line man safety. In this proposed system the control
(ON/OFF) of the electrical lines lies with line man.
This project is arranged in such a way that maintenance staff or line man has to enter the password
to ON/OFF the electrical line. Now if there is any fault in electrical line then line man will switch off
the power supply to the line by entering password and comfortably repair the electrical line, and
after coming to the substation line man switch on the supply to the particular line by entering the
password. Before going to know about this circuit, also read the interesting post: Password based
door locking system.
Block Diagram of Password Based Circuit Breaker:

Principle of Password Based Circuit Breaker:

The main component in the circuit is 8051 microcontroller. In this project 43 keypad is used to
enter the password. The password which is entered is compared with the predefined password. If
entered password is correct then the corresponding electrical line is turned ON or OFF. In this
project a separate password is provided to each electrical line. Activation and deactivation of the
line (circuit breaker) is indicated by the load.
Password Based Circuit Breaker Circuit Diagram:

Hardware Requirements:

at89c51 controller
8051 programming board
Programming cable
DC battery or 12V,1A adaptor
43 keypad
162 LCD
5V Relays 2
Lamps 2
BC 547 Transistors 2
330 ohm resistors (1/4 watt) 2
connecting wires

Software Requirements:

Keil compiler
Flash magic
Proteus

Password Based Circuit Breaker Circuit Design:

The above circuit consists of 8051 series controller, 43 keypad, LCD, relays and two loads. LCD data
pins are connected to PORT1 and control pins RS, RW, EN pins are connected P3.7, P3.6 and P3.5
respectively. Here LCD is used to display the information. Keypad is connected to PORT2 of the
controller. Using this keypad we need to enter the password. Lamps are connected to P3.0 and P3.1
through the relays. These are used to indicate circuit breaker state.

In this project we have used bc547 transistors to drive the relays. AC load should be connected to
COM and NO (Normally open) pins. 5V relays are used to drive the AC loads.
Password Based Circuit Breaker Project Algorithm:

Initially declare the PORT1 to LCD data pins and control pins to P3.5, P3.6 and P3.7 and declare
PORT2 to keypad. And use P3.0, P3.1 to loads.
Initially display enter password on LCD.
Now read the five digit password from the user.
Compare the entered password with stored password.
If correct then ON or OFF the particular load and display line or load status on LCD.
If the password is wrong then display PWD IS WRONG on LCD.
After some delay again ask to enter password
How to Operate Password Based Circuit Breaker?

Write the program to the password based circuit breakerin keil software and create .hex file.
Burn program to the controller with help of flash magic.
Now give the connections as per the circuit diagram.
While giving the connections, make sure that there is no common connection between AC and DC
supplies
Use 5V power supply circuit to provide regulated 5V DC to the controller.
Switch on the both AC and DC supplies.

Now relay output pins gets 230v so do not touch the load connected pins.
LCD displays enter password.
Enter the password with help of keypad, you can see * for each digit.
Now if the password is correct then circuit breaker state changes and displays line status on LCD.
If the password is wrong then displays pwd is wrong.
After some time asks to enter password.
Password Based Circuit Breaker Advantages:

Avoids electrical accidents to line man


Project is simple and easy
Uses commonly available components

Password Based Circuit Breaker Applications:

Used in electrical substations to ensure line man safety


This system is used in buildings and houses
Used in hotels and shopping malls to save the power.

Note:

If you are interested to get code, kindly take some time and answer following questions in the
comment section, so that we will send you the code.

Why you need this project code?


Are you trying to make the same project or different one?
Give us more details about your project.

Você também pode gostar