Graphical System Design for Thermal Power Plant Monitoring and Intimation using GSM Technology

DOI : 10.17577/IJERTCONV6IS07063

Download Full-Text PDF Cite this Publication

Text Only Version

Graphical System Design for Thermal Power Plant Monitoring and Intimation using GSM Technology

M. Arun Kumar1, G. Deepak1, P. Karunakaran1, S. Lalithkumar1, T. Srinivasan2

1EIE Department, M. Kumarasamy College of Engineering, Karur, Tamil Nadu, India 2Assistant Professor/EIE Department, M. Kumarasamy College of Engineering, Karur, Tamil Nadu, India

Abstract Monitoring and intimating of parameters such as temperature, pressure, level and turbine speed is an essential process in critically controlled environments of industries including the Thermal Power Plants. Thermal Power Plant needs continuous monitoring to work effectively. By using our traditional application it has some cons such as the instalment and maintenance cost is very high which can be overcome by our method. The objective of this paper is to control the plant performance by automatic monitoring of parameters such as temperature, pressure, level and turbine speed. Thermal Power Plant can be monitored continuously by sensors connected to ATMEGA 2560 and also we can GRAPHICALLY see the parameters value using LabVIEW. If any parameter exceeds the predefined values it will intimate using GSM technology. Authority can control the environmental factor of plant by simply sending control information to the controller connected to the Power Plant. It can be used in any industries where continuous monitoring is required. All these monitoring and intimation operations are performed by using ARDUINO, GSM, LabVIEW and various sensors.

Keywords Arduino, GSM, LabVIEW, Level, Temperature, Pressure, and Speed

  1. INTRODUCTION

    Over the past twenty years the need for power is increasing rapidly. To overcome this demand many power plants are built of which Thermal power Plants are common. In Thermal Power plant continuous monitoring is required for safe operation. By using manual power we cannot continuously monitor for 24×7. So some methods are involved for automatic monitoring. Most of the traditional methods used for monitoring have high operating and maintenance cost. In order to overcome this drawback we are using Arduino (Atmega 2560) for automatic monitoring. In this setup we are giving set point to various parameters such as Temperature, Pressure, Level and Speed. It will automatically monitor all parameters and also we can graphically view the parameters value by using LabVIEW. If any parameter value reach above the set point value it will automatically intimate to higher authority with that para- meter description by using GSM Global System for Mobile Communication) technology. Then the controller will send control instruction to the plant for safe operation. This is one of the effective method in monitoring the power plant with low cost.

  2. EXISTING SYSTEM

    In this research system all parameter are monitored continuously without virtual layout. And in some cases they use ZigBee for wireless communication and use pic microcontroller for operation. These Systems are having a problem that there is no graphical view about the status and also we cannot get any warning messages when we are at remote location.

  3. PROPOSED SYSTEM

    In this proposed paper we are using Graphical layout by using LabVIEW software. We are using GSM for wireless communication so we can receive status of power plant at remote area too. In this we are using Arduino Atmega 2560 microcontroller, which is more powerful and user friendly for programming. It has an open source software for programming and also it reduce the complexity of programming by simply using our native programming language.

  4. HARDWARE DESCRIPTION

    1. Block Diagram

      Fig. 1 Block Diagram

    2. Atmega 2560

      The Atmel Atmega 2560 is a high-performance, low- power microcontroller. It has 256KB of programmable Flash with Read-While-Write capabilities, 4KB EEPROM, 8KB SRAM,

      86 general purpose I/O lines of which 16 Analog and 54 Digital pins, 32 general purpose working registers, Real Time Counter(RTC), six flexible Timer/Counters with compare modes and PWM, four USARTs and 2-wire Serial Interface. It operates in 16 MHz at 4.5 to 5.5 V when operating temperature at -40 to +85. We can program this microcontroller by using Arduino Integrated Development Environment (IDE). It is an open source software and also supports native programming languages.

    3. LM35

      The LM35 is made up of semiconductor material and it is a contact type temperature sensor. The LM35 is highly precession, whose output voltage is linearly proportional to the Celsius scale i.e. 10mv/ which means for every degree rise in temperature the output of LM35 will rise by 10mv only. It does not require any external calibration or trimming. It is rated to operate over a -55 to + 150 with

      ±14C accuracy.

      Fig. 2 Circuit Diagram of LM35

    4. MPS 2000

      MPS 2000 is a silicon pressor sensor with 6 pin dual in- line package. At constant, the MPS 2000 produces a voltage output that is linearly proportional to the input pressure. It will be working for both noncorrosive gases and dry air. It measure a pressure ranges between 0 to 17.4 PSIG at wide operating temperature range of -40 to +85 . It is connected with UART board. The main reason for connecting pressure sensor with UART board is to send the data to Atmel Atmega 2560 microcontroller. We can transmit the data in either 8 bit or 10 bit. For this study we are using 8 bit for transmitting data.

    5. N8GS1

      Fig. 3 MPS 2000

      N8GS1 is an inductive proximity sensor which is used for the detection of Fe (metallic) objects. It senses with non- contact mode. It sense for metal target within 8 mm of range. It operates within 4 to 40 V with maximum load current of 300mA and maximum switching frequency of 20000Hz. It operates on logic NO with PNP. It is used to detect the speed of turbine. The main advantage of using this inductive type speed measurement is it compatible for all machines.

      Fig. 4 N8GS1

    6. Level Sensor

      This circuit consists of 3 sensing probes which are dipped in water at different levels to sense the level of liquid. The sensing electrode A which is at the bottom of tank which was given by 5 V supply and the remaining sensing electrode are connected to the circuit and placed in different position. Depending upon the liquid level the sensing probes get excited which is directly proportional to the tank level. It is very simple and low cost and also we can able to measure level of oil and chemical. When the tank is full both the sensing electrode C, B start conducting. If the tank is partially filled sensing electrode B will conducting. If the tank is low or empty no electrode will conduct. By this we can find level of tank. From this we can setup that when the tank level is too low we can set an indication easily with lower cost. By setting the input pin in Atmega 2560 as data input_pullup. This will sense the tank level easily.

      Fig. 5 Level Sensor

    7. SIM800A

      SIM800A is a GSM/GPRS module that support both SMS and Calling service. It operate on frequencies of 850/900/1800/1900 MHZ. In this kit it have one slot for sim card and have one UART port for communication. It works on 12 V DC. It will send and receive messages and call by uploading AT commands to the kit and interface with MAX232 IC [6].

      Fig. 6 SIM800A

    8. 16X2 Display

      The usually utilized 16×2 LCD show uniquely crafted characters, numbers, letter sets, and extraordinary characters. It is used for the local monitoring. It will show the temperature, pressure, level and speed value in low level controllin unit. In this study we are displaying the current status of Temperature, Level, Pressure and Speed. This display is used for the person who is near to the controlling area. It is used for local engineers for monitoring the values.

    9. USB to Serial/UART

    USB to Serial/UART is used to send serial data to computer, which provides connection for RS232 output and TTL interface. In this TX pin of Atmega 2560 is connected to RX pin of this board. It will send Serial data to PC via VISA cable.

    Fig. 7 USB TO SERIAL/UART

  5. SOFTWARE DESCRIPTION

    1. Arduino IDE

      The Arduino Integrated Development Environment or Arduino IDE is an open source software. It is similar to notepad and have some graphical GUI. It is an open source software that will allow user to programming the microcontroller in native programming languages that is similar to c and c++. It also have compiling and debugging option that allow user to check for an error and program the microcontroller without any error. It connects to Arduino and Genuino hardware to upload programs and communicate with them. It will also use to send AT commands for SIM800A module. In this we are programming Atmel Atmega 2560 by Arduino IDE [5].

    2. LabVIEW

    Laboratory Virtual Instrument Engineering Workbench (LabVIEW) is a software tool to design Graphical Monitoring and controlling of instruments. It have inbuilt developing platform for controllers and indicators. It also has inbuilt virtual instruments for measuring and using programming to controlling. LabVIEW programs are called Virtual Instruments, or VIs, because it operation are similar to the real working machine, such as oscilloscopes, ammeters and voltmeters. It have various tools for monitoring, performing some operation, displaying, and storing data, as well as it have many tools that can be used for controlling the data. It uses data flow programming method which is very user friendly to operate [4].

  6. FLOW CHART

Fig. 8 Flow Chart

N. HARDWARE DESIGN

In this research plan we use Arduino Atmel Atmega 2560 microcontroller operating volt of 5 V and frequency of 16MHz is used. It contains 16 Analog and 54 Digital I/O pins. The Analog pin A1 is connected to temperature sensor. The Digital pins (22, 23, 24, 25, 26, 27, 28, and

29) are connected to pressure sensor with UART 8 bit. The Digital pin 4 is connected to proximity sensor via NPN transistor. The Digital pins (52 and 53) is connected to level sensor probes. The digital pins (6, 7, 8, 9, 10, and

11) are connected to 16×2 LCD display. The TX1 pin is connected to RX pin of GSM module. Similarly TX2 pin is connected to RX pin of USB to UART/SERIAL board, which provides RS232 output to connect with PC. The Atmel Atmega 2560 microcontroller read all parameters value and process the data and send SMS through SIM800A if any abnormal situation was happened. It also send parameters value to LCD display and to PC for graphical display via LabVIEW.

Fig. 9 Hardware Setup

  1. GRAPHICAL DESIGN

    Graphical design was created by using LabVIEW, which is a software platform for PC. In which user can virtually create an instrument. It has both front panel for monitoring and block diagram for circuiting. We can access the value from Atmel

    Atmega 2560 via visa cable and monitor it. To do monitoring first we need to setup the sending port in Atmega 2560 and by using the USB to UART to convert into serial data and send to computer. Then setup the interface cable to the computer and connect with LabVIEW software. Then we need to get the serial data from the visa cable and convert it into parallel data for performing operation. To create the indicator Right click on the front panel to choose the needed indicators and controls. In the block diagram window we can choose the looping and other data flow programming for giving the interconnection for graphical view [4].

    Fig. 10 Graphical View

  2. CONCLUSION

From this project we can able to monitor the Thermal Power Plant automatically, thus reduce the man work. And automatically intimate error if happened in Power Plant to higher authorities by using GSM technology. This will reach in remote place, so they can know about status of their plant easily. This will reduce the destruction caused by any abnormal conditions. This project is not only for Thermal Power plant it can also be used for any type of Industries where continuous monitoring is required by changing the monitoring parameters and its value. In future we can

establish our research by implementing the controlling functions for automatic monitoring and controlling the Power plant. This will totally reduce the man power in the plant and improve the plant efficiency.

ACKNOWLEDGMENT

This research was supported by Mettur Thermal Power Plant. We thank our guide Er. M. Nandhagopal (Assistant Engineer/Electrical/C&I/MTPS-II) who provided insight and expertise that greatly assisted the research.

We thank our internal guide Mr. T. Srinivasan (Assistant Professor/EIE/MKCE) for assistance with Microcontroller and Sensor techniques.

REFERENCES

  1. Control of Boiler Operation using PLC SCADA, K. Gowri Shankar, International Multi Conference of Engineers and Computer Scientists 2008 Vol II, IMECS 2008, 19

  2. Modern Industrial Power Plant Boiler Automation Using GSM Technology, MR.R.Ashok1, S.Pandimeena2, R,Rajameena2, R.Jeyanthi2, S.Ramya2 , Proceedings of the International Journal of Advanced Research Trends in Engineering and Technology (IJARTET)

  3. Data Acquisition and Controlling in Thermal Power Plants using a Wireless Sensor Network and LabVIEW, Poornendu K, Manoj G, Kannan E P, Proceedings of the International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 4 Issue 07,

    Jully-2015

  4. Ni LabVIEW tutorials: http://home.hit.no/~hansha/?tutorial=labview

  5. Arduino tutorials: https://www.tutorialspoint.com/arduino/index.htm

  6. SIM800A GSM Module tutorials for AT commands for communication: https://www.developershome.com/sms/atCommamdsIntro.asp

Leave a Reply