Skip to content

Mug4h1/Detection-Indication-of-Faulty-Contactors-in-an-APFC-Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Detection-Indication-of-Faulty-Contactors-in-an-APFC-Panel

This project is about detecting and indicating faulty contactors in an APFC (Automatic Power Factor Controllers) Panel.

About

As per government rules, if any factory is consuming more than 40kW of power then, they have to maintain the power factor to unity. Otherwise, the factory will end up consuimg excessive power and will be charged a heavy penalty fine.
For this reason, the APFC panel is used which maintains the value of power factor to around unity and ensures that excess power is not consumed. The changes in PF may occur due to failure in components of the APFC panel such as contactors and capacitors.

Problem statement

After a long run, the contactors may get damaged, due to which the power consumption of the factory increases. It ultimately results in heavy penalty bills imposed by the government. After the bill is received the factory will connect with a professional to checkout their panel. This manual labor will take up a lot of time as the professional has to checkout/test each and every component of the panel, which ultimately results in more power consumption in that period as well as increased penalty.

Proposed Solution

For this issue, our proposed solution is to detect and indicate the faultiness of a contactor via an app and on-site LCD.
This project is divided into 2 parts:
  • Hardware
  • Software

1. These panels usually operate on 440V AC electricity and have more than 2 contactors. For easy demonstration and convenience, we're using a panel that operates on 240V AC electricity and 2 contactors.
In order to display the status of both the contactors on a LCD screen, we used the Arduino board to connect the LCD as well as get input from the panel. The challenge was to step-down the 240V AC to 5V DC (max voltage to operate Arduino board).

2. From software perspective, we needed to program 3 things.
First, receive input from the panel and process the data. Then display the results on the LCD as well as send the results to nodemcu for further processes. Second, process the results and send the data to a url where the Android application can utilize it. Finally, create an Android application which displays the status of the contactors in a sophisticated and readable way.

This repository contains the software aspect of our project.
For more infomation, you can checkout our published paper - Detection and Indication of Faulty Contactors in an APFC Panel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published