INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
                   ENGINEERING AND TECHNOLOGY (IJARET)
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME

ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 3, Issue 2, July-December (2012), pp. 52-59
                                                                        IJARET
© IAEME: www.iaeme.com/ijaret.html
Journal Impact Factor (2012): 2.7078 (Calculated by GISI)
                                                                       ©IAEME
www.jifactor.com



GSM BASED REMOTE MONITORING OF WASTE GAS AT LOCALLY
  MONITORED GUI WITH THE IMPLEMENTATION OF MODBUS
 PROTOCOL AND LOCATION IDENTIFICATION THROUGH GPS

                    Seema vora1, Prof.Mukesh Tiwari 2, Prof.Jaikaran Singh 3
               1,2,3,
                     Department of Electronics and communication Engineering,
                                 SSSIST,Sehore,Bhopal,India

                                     1. sbvora@aits.edu.in
                                  2. mukeshtiwari_79@yahoo.co.in
                                    3. jksingh81@yahoo.co.in

ABSTRACT
To monitor the amount of gas (particularly Co2) from any factory site, a design has been
developed which measures and monitors the amount and pressure of Co2 and also the
temperature of that particular location. This will be helpful if any factory or chimney releases
polluted gas like Co2 above some specified limit, which seriously affects people’s health.
When level of Co2 exceeds certain predefined level, this system will send an alarm to
operator’s mobile. For this, existing infrastructure of GSM have been used. GPS module will
be used for locating exact position of plant. In this system, controller MSP 430, gas sensor
MG811 and temperature sensor LM 335 are used as core elements. In this area until now, the
work done is remote measurement of CO2 and that data was sent by GSM.The GPS was
effectively used to locate the position. Here MODBUS is used which is serial communication
protocol which will continuously update the value on local monitoring station also. so that
required actions can be taken immediately if it is required.GUI is also developed to monitor
the recorded data at local monitoring station only. Moreover another parameter-temperature
is also measured and updated. MODBUS is now- a -days a better option over conventional
low speed wireless channels.The precision and accuracy of recorded results of measured Co2
and position from GPS have been increased. The controller used here can give response to
247 different devices, which is good for future expansion of a system at low cost.

KEYWORDS
GPS, GSM, MG811, LM335, MSP430, MODBUS.

1. INTRODUCTION
In 21st century, as the technology advances, high speed, compact and wireless systems are in
demand. Wired communication cannot meet the requirements of speed and cannot be
available everytime, everywhere.
A challenge for web services is to find reliable and efficient methods to transfer large data
between them. The development of a modular Server/Client library that uses SOAP as a


                                              52
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME
control channel while the actual data transport is accomplished by various protocol
implementations [5]

Real time remote data monitoring through GSM technology allows user to get the
informative data whose measurement unit is located somewhere else. GSM is a wireless
communication technology; most popular today for transmitting data anywhere in the world
through SMS with the help of mobile phones.

SMS is a globally accepted wireless service that enables the transmission of alphanumeric
messages between mobile subscribers and external systems.In Short message service, the
most attractive feature we can highlight is regular delivery of messages and moreover instant
acknowledgement service.

Here, the main Objective is to work for Safety of the remotely situated location,application
for security of the same, and Send SMS to a monitoring centre.In addition to this, GPS
concept will trace real time position of remotely situated RTU.

This paper consists of five parts. In first block diagram for the proposed scheme has been
explained. In second various sensors, which have been used are explored. In third,
explanation of modbus protocol has been given. Fourth,will put some light on system
software. In Fifth the results of measurements have been shown.

2. DESIGNING THE SYSTEM
2.1. System Hardware




                       Fig.1 Gas Plant Monitoring System Architecture

Figure 1 shows the complete architecture of the GAS plant monitoring System. This system
will continuously measure the pressure of the Carbon Dioxide and temperature of the plant
and continuously update the values on the local system using MODBUS protocol. Alarms
will be sending to the operator’s mobile using GSM technology. Position of the remote
terminal unit is identified using GPS module, which is interfaced with this monitoring
system.




                                             53
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME




2.2. Sensors
    A) LM335 Temperature Sensor
The LM335 series are highly precise temperature sensors. Moreover calibration is easy.

They are calibrated in °Kelvin.they can give range from µA to mA and they are not
expensive.




                              Fig.2 LM335 Temperature Sensor

Vout t=Vout To*(T/T0)        Where, T=Temperature
                                 T0=Reference temperature

Calibration of temperature : (((temp - 2138) * 410) / 4096)+27;

   B) CO2 Gas Sensor
A carbon dioxide sensor or CO2 sensor is an instrument for the measurement of carbon
dioxide gas. The most common principles for CO2 sensors are infrared gas sensors (NDIR)
and chemical gas sensors. Measuring carbon dioxide is important in many industrial
processes.




                             Practical implementation of MG811


                                             54
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME
CO2 (CARBON DIOXIDE) WORKING PRINCIPLE
When the sensor exposed to CO2 the following electrodes reaction occurs

Cathodic reaction:            2Li + + CO2 + 1/2O2 + 2e - = Li2CO3
Anodic reaction:              2Na+ + 1/2O2 + 2e- = Na2O
Overall chemical reaction:    Li2CO3 + 2Na + = Na2O + 2Li + + CO2

These sensors are compatible with most microcontrollers. They can be interfaced with 4 pin
SIP headers. When certain predefined level has been reach, they are having alarm facility.

2.3. Control software
The algorithm or flowchart which will control the hardware is given below.




2.4. Setting up hardware with HyperTerminal




FINDING THE CONNECTING PORT OF SENSOR CONNECTING WITH THE GSM MODULE
          BY DEVICE MANAGER



                                             55
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME
2.5 MODBUS Protocol
MODBUS Protocol is a messaging structure developed by Modicon in 1979.it uses master
slave or client server communication between devices. In master slave technique, only master
can start the communication. Slave (other communicating devices) respond to the master
either by supplying the data or by taking the action told by the master.

There are two types of transmission modes.
   • ASCII mode
   • RTU mode

This mode is selected with serial communication in this specific case with baud rate but it can
be selected with parity also.Message frame and data frame are two different things. Data
frame structure depends on transmission mode. ASCII Mode messages start with a colon
character ":" (ASCII 3AH) and end with a carriage return-line feed pair of characters (CRLF,
ASCII 0DH & 0AH). The only allowable characters for all other fields are hexadecimal 0-9
& A-F [3].




                              MODBUS transaction (error free)




        MODBUS settings                                          View data




                                              56
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME




    GSM module connected with sensor                                    setting up GPS

2.6. Test results


                Time     Temp       CO2      CO2         Latitude      Longitude
                Slot                         Alarm
                (Min)    (°C)       (gm)     (0/1)       (N)               (E)
                10       27         189      0           2307.1256     12016.4438
                20       30         205      1           2307.1256     12016.4438
                30       32         210      1           2307.1256     12016.4438
                40       29         196      0           2307.1256     12016.4438
                50       26         190      0           2307.1256     12016.4438




Measurement of CO2 without alarm (0 in third row)   Measurement of CO2 with alarm (1 in third row)



                                                    57
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME




                             Locating position of device by GPS




                      GSM and GPS connected with system hardware




                              GUI for local monitoring station


                                             58
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME
3. CONCLUSION
The remote GAS Plant monitoring system based on GSM and GPS has three features. Firstly, all the
data collected by the system will be directly transmitted through MODBUS protocol. Secondly, the
system can automatically send alarms to the supervision staffs by the GSM network. Third, the system
can provide the location of the remote terminal unit using GPS system. At the same time, with the
advantages of small size, real-time communication, inexpensive and easy to maintain, the system also
has tremendous superiorities when compared with the expensive monitor system used by the
environmental supervision and management departments imported from foreign country.

4. REFERENCES
1] B. Priya, S.Rajendran, R.Bala and Gobb R, Remote Wireless Health               Monitoring
Systems conferences on Innovative Technologies in Intelligent Systems and Industrial          applications
[2] F.H. Ramírez Leyva, J. P. Acevedo Cuellar, R. G. Maldonado Basilio, E. Espinosa
Justo , Proceedings of the 14th International Conference on Electronics,          communications and Computer
,2004.
[3] MODBUS. ORG “MODBUS Application Protocol Specificatio V1.1 www.modbus.org Access Date: Jan
2003.
[4] www.parallax.com       CO2     Gas Sensor       Module         (#27929)       v1.2/25/2010.
[5] Spiros Koulouzis, Edgar Meij M. Scott Marshall ,Adam                  Belloum        Enabling Data Transport
between Web Service through alternative protocols and                     streaming, Fourth IEEE International
Conference on eScience,2008.
[6] Chen Lin, Research on Voltage acquisition system based on Modbus Industrial Bus and Single
Chip School of computer and information Shanghai Secon                       Polytechnic University Shanghai,
China in 2009 International          Conference on       Signal Processing Systems.
[7] David Dolezilekand Brian McDermott              Schweitzer Engineering Laboratories, Inc., USA. REMOTE
DATA MONITORING AND DATA                     ANALYSIS FOR                 SUBSTATIONS- CASE STUDY IN
IMPLEMENTATION
[8] WANG Haikuan1,2,HOUWeiyan1,2 FEI Minrui1,2 1. Shanghai                    Key Laboratory of Power Station
Automation Technology, Shanghai 200072, P. R.China. Proceedings of                     the 29th Chinese Control
Conference July 29-31, 2010, Beijing, China
[9] Zhao Xiaoqiang , Zhang Zuhou Xi’an. University of             Posts and Telecommunications               Xian,
Shaanxi, 710021,         China “Development of Remote Waste Gas                    Monitor          System” 2010
International Conference on Measuring Technology and Mechatronics               Automation
[10] Chwan-Lu Tseng a, Joe-Air Jiang b,, Ren-Guey Lee c, Fu-Ming Lub, Cheng-Shiou
Ouyangb, Yih-Shaing                  Chenb, Chih-Hsiang Changb a Department                  of          Electrical
Engineering,National Taipei University of Technology, Taiwanb Department of                         Bio-Industrial
Mechatronics Engineering,           National TaiwanUniversity,         Taiwa c          Department of Electronic
Engineering, National Taipei University of Technology,                 Taiwan Feasibility study on application
of GSM–SMS technology             to field data         acquisition Received 29 October 2005 received in
revised form     28 March 2006;           accepted 29 March 2006
[11] Dr. Aditya Goel Department of Electronics and Communication                   Engineering
M.A.N.I.T. (Deemed University) Bhopal Ravi Shankar Mishra Department of Electronics                           And
Communication Engineering M.A.N.I.T. Bhopal,India Remote Data Acquisition                        Using Wireless –
Scada System.
[12] Prabhakar Chitrapu 1, EE and Behrouz            Aghili Inter Digital       Communications Corporation, 781
Third Avenue, King of Prussia, PA 19406 USA. 2                      Inter Digital Communications Corporation, 2
Huntingd on Quadrangle,            Melville,        NY 11747 Evolution of GSM in to the Next Generation
Wireless World
[13] Yong He Department of Biosystems Engineering, Zhejiang University,                Hangzhou 310029, China
Haihong      Yu Department of Biosystem Engineering,               Zhejiang University, Hangzhou 310029,China
Zhengj       un Qiu Department of                Bio System Engineering, Zhejiang University, Hangzhou
310029          ,China Study on Farm Information Acquisition by Using Wireless Remote Methods and
Treatment Systems
[14] JIAH T, CAO L. “Application of remote data acquisition System based                    on GSM”. Chinese
Journal of Scientific Instrument, No. 1, pp422-423, Jan. 2006.
[15] ZHOU G P. “Test and research of SO2 emissions             from Thermal Power plants”. Thermal Power
Generation, No .5, pp 56-57, May.2003.




                                                       59

More Related Content

PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
Intelligent monitoring of toxic gases for the construction workers in mining (1)
PDF
ARM based System for Monitoring Grain Condition
PDF
IRJET - IoT based Smart City and Air Quality Monitor
PDF
IRJET- An IoT based Low Cost Air Pollution Monitoring System
PDF
40120140505008
PDF
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
PDF
An efficient data logger system for continous
International Journal of Engineering and Science Invention (IJESI)
Intelligent monitoring of toxic gases for the construction workers in mining (1)
ARM based System for Monitoring Grain Condition
IRJET - IoT based Smart City and Air Quality Monitor
IRJET- An IoT based Low Cost Air Pollution Monitoring System
40120140505008
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
An efficient data logger system for continous

What's hot (17)

PDF
Gsm based automatic lpg ordering system with leakage alert
PDF
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
PDF
125910167
PDF
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
PDF
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
PDF
Real Time Data Transmission for Weather Monitoring System
PDF
B42060609
PDF
Realtime wether station for monitoring and control of agricultre
PDF
Coal Mine Safety Monitoring and Alerting System
PDF
IRJET- Design and Development of IoT based Geiger Muller Counter
PPTX
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
PDF
Landslide Detection System using AVR microcontroller
PDF
Research on wireless Deviation Mode of Foundation Pit Surveying System
PDF
IRJET - Surveillance System for Petroleum Industry
PDF
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
PDF
PDF
IRJET- Pollution Monitoring System using RF Communication
Gsm based automatic lpg ordering system with leakage alert
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
125910167
IRJET- A Wireless Home Safety Gas Leakage Detection System using GSM Tech...
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
Real Time Data Transmission for Weather Monitoring System
B42060609
Realtime wether station for monitoring and control of agricultre
Coal Mine Safety Monitoring and Alerting System
IRJET- Design and Development of IoT based Geiger Muller Counter
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
Landslide Detection System using AVR microcontroller
Research on wireless Deviation Mode of Foundation Pit Surveying System
IRJET - Surveillance System for Petroleum Industry
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET- Pollution Monitoring System using RF Communication
Ad

Viewers also liked (14)

PDF
Mathematical modeling and analysis of hoop stresses in hydroforming deep draw...
PDF
Time domain sound spectrum measurements in ducted axial fan under stable regi...
PDF
Speech processing strategies for cochlear prostheses
PDF
Agile programming a new approach
PDF
Pattern based software patent
PDF
Software process and product quality assurance in it organizations
PDF
2012 JCP Year End Summary
PPTX
E twinning 2013
PDF
6.6 standard prestasi matematik kssr tahun 1
PDF
Aristóteles y su pensamiento educativo
PPS
Crees que lo has visto todo.pps
PDF
CAPT Leverette
PDF
Chuyende maytinhbotui-uclnbcnn
PDF
Mathematical modeling and analysis of hoop stresses in hydroforming deep draw...
Time domain sound spectrum measurements in ducted axial fan under stable regi...
Speech processing strategies for cochlear prostheses
Agile programming a new approach
Pattern based software patent
Software process and product quality assurance in it organizations
2012 JCP Year End Summary
E twinning 2013
6.6 standard prestasi matematik kssr tahun 1
Aristóteles y su pensamiento educativo
Crees que lo has visto todo.pps
CAPT Leverette
Chuyende maytinhbotui-uclnbcnn
Ad

Similar to Gsm based remote monitoring of waste gas at locally monitored gui with the implementation (20)

PDF
Online monitoring of greenhouse gases leakage by using gsm
PDF
Coalmine safety system with zigbee specification
PDF
Wireless Sensor Network for Radiation Detection
PDF
Railway Track Geometry Surveying System
PDF
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
PDF
Paper id 24201457
PDF
M1103047984
PDF
IRJET- Online Monitoring of Air Pollution using IoT
PDF
IRJET - IoT based Smart Oil and Gas Monitoring System
PDF
Gas Leakage Detection Using IoT
PDF
Covid-19 fever symptom detection based on IoT cloud
PDF
IRJET - Accident Monitoring and Rescue System
PDF
Design and Implementation of A GSM-Based Scrolling Message Display Board
PDF
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
PDF
IRJET- IoT based Industrial Pollution Monitoring System
PDF
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
PDF
IRJET - Smart Industrial Control and Safety System
PDF
GCEM4000 insitu gas analyser codel datasheet
PDF
IRJET- Radiosonde Payload for Weather Balloons
PDF
Smart Home Automation
Online monitoring of greenhouse gases leakage by using gsm
Coalmine safety system with zigbee specification
Wireless Sensor Network for Radiation Detection
Railway Track Geometry Surveying System
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
Paper id 24201457
M1103047984
IRJET- Online Monitoring of Air Pollution using IoT
IRJET - IoT based Smart Oil and Gas Monitoring System
Gas Leakage Detection Using IoT
Covid-19 fever symptom detection based on IoT cloud
IRJET - Accident Monitoring and Rescue System
Design and Implementation of A GSM-Based Scrolling Message Display Board
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- IoT based Industrial Pollution Monitoring System
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
IRJET - Smart Industrial Control and Safety System
GCEM4000 insitu gas analyser codel datasheet
IRJET- Radiosonde Payload for Weather Balloons
Smart Home Automation

More from iaemedu (20)

PDF
Tech transfer making it as a risk free approach in pharmaceutical and biotech in
PDF
Integration of feature sets with machine learning techniques
PDF
Effective broadcasting in mobile ad hoc networks using grid
PDF
Effect of scenario environment on the performance of mane ts routing
PDF
Adaptive job scheduling with load balancing for workflow application
PDF
Survey on transaction reordering
PDF
Semantic web services and its challenges
PDF
Website based patent information searching mechanism
PDF
Revisiting the experiment on detecting of replay and message modification
PDF
Prediction of customer behavior using cma
PDF
Performance analysis of manet routing protocol in presence
PDF
Performance measurement of different requirements engineering
PDF
Mobile safety systems for automobiles
PDF
Efficient text compression using special character replacement
PDF
Adaptive load balancing techniques in global scale grid environment
PDF
A survey on the performance of job scheduling in workflow application
PDF
A survey of mitigating routing misbehavior in mobile ad hoc networks
PDF
A novel approach for satellite imagery storage by classify
PDF
A self recovery approach using halftone images for medical imagery
PDF
A comprehensive study of non blocking joining technique
Tech transfer making it as a risk free approach in pharmaceutical and biotech in
Integration of feature sets with machine learning techniques
Effective broadcasting in mobile ad hoc networks using grid
Effect of scenario environment on the performance of mane ts routing
Adaptive job scheduling with load balancing for workflow application
Survey on transaction reordering
Semantic web services and its challenges
Website based patent information searching mechanism
Revisiting the experiment on detecting of replay and message modification
Prediction of customer behavior using cma
Performance analysis of manet routing protocol in presence
Performance measurement of different requirements engineering
Mobile safety systems for automobiles
Efficient text compression using special character replacement
Adaptive load balancing techniques in global scale grid environment
A survey on the performance of job scheduling in workflow application
A survey of mitigating routing misbehavior in mobile ad hoc networks
A novel approach for satellite imagery storage by classify
A self recovery approach using halftone images for medical imagery
A comprehensive study of non blocking joining technique

Gsm based remote monitoring of waste gas at locally monitored gui with the implementation

  • 1. INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – ENGINEERING AND TECHNOLOGY (IJARET) 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 3, Issue 2, July-December (2012), pp. 52-59 IJARET © IAEME: www.iaeme.com/ijaret.html Journal Impact Factor (2012): 2.7078 (Calculated by GISI) ©IAEME www.jifactor.com GSM BASED REMOTE MONITORING OF WASTE GAS AT LOCALLY MONITORED GUI WITH THE IMPLEMENTATION OF MODBUS PROTOCOL AND LOCATION IDENTIFICATION THROUGH GPS Seema vora1, Prof.Mukesh Tiwari 2, Prof.Jaikaran Singh 3 1,2,3, Department of Electronics and communication Engineering, SSSIST,Sehore,Bhopal,India 1. sbvora@aits.edu.in 2. mukeshtiwari_79@yahoo.co.in 3. jksingh81@yahoo.co.in ABSTRACT To monitor the amount of gas (particularly Co2) from any factory site, a design has been developed which measures and monitors the amount and pressure of Co2 and also the temperature of that particular location. This will be helpful if any factory or chimney releases polluted gas like Co2 above some specified limit, which seriously affects people’s health. When level of Co2 exceeds certain predefined level, this system will send an alarm to operator’s mobile. For this, existing infrastructure of GSM have been used. GPS module will be used for locating exact position of plant. In this system, controller MSP 430, gas sensor MG811 and temperature sensor LM 335 are used as core elements. In this area until now, the work done is remote measurement of CO2 and that data was sent by GSM.The GPS was effectively used to locate the position. Here MODBUS is used which is serial communication protocol which will continuously update the value on local monitoring station also. so that required actions can be taken immediately if it is required.GUI is also developed to monitor the recorded data at local monitoring station only. Moreover another parameter-temperature is also measured and updated. MODBUS is now- a -days a better option over conventional low speed wireless channels.The precision and accuracy of recorded results of measured Co2 and position from GPS have been increased. The controller used here can give response to 247 different devices, which is good for future expansion of a system at low cost. KEYWORDS GPS, GSM, MG811, LM335, MSP430, MODBUS. 1. INTRODUCTION In 21st century, as the technology advances, high speed, compact and wireless systems are in demand. Wired communication cannot meet the requirements of speed and cannot be available everytime, everywhere. A challenge for web services is to find reliable and efficient methods to transfer large data between them. The development of a modular Server/Client library that uses SOAP as a 52
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME control channel while the actual data transport is accomplished by various protocol implementations [5] Real time remote data monitoring through GSM technology allows user to get the informative data whose measurement unit is located somewhere else. GSM is a wireless communication technology; most popular today for transmitting data anywhere in the world through SMS with the help of mobile phones. SMS is a globally accepted wireless service that enables the transmission of alphanumeric messages between mobile subscribers and external systems.In Short message service, the most attractive feature we can highlight is regular delivery of messages and moreover instant acknowledgement service. Here, the main Objective is to work for Safety of the remotely situated location,application for security of the same, and Send SMS to a monitoring centre.In addition to this, GPS concept will trace real time position of remotely situated RTU. This paper consists of five parts. In first block diagram for the proposed scheme has been explained. In second various sensors, which have been used are explored. In third, explanation of modbus protocol has been given. Fourth,will put some light on system software. In Fifth the results of measurements have been shown. 2. DESIGNING THE SYSTEM 2.1. System Hardware Fig.1 Gas Plant Monitoring System Architecture Figure 1 shows the complete architecture of the GAS plant monitoring System. This system will continuously measure the pressure of the Carbon Dioxide and temperature of the plant and continuously update the values on the local system using MODBUS protocol. Alarms will be sending to the operator’s mobile using GSM technology. Position of the remote terminal unit is identified using GPS module, which is interfaced with this monitoring system. 53
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME 2.2. Sensors A) LM335 Temperature Sensor The LM335 series are highly precise temperature sensors. Moreover calibration is easy. They are calibrated in °Kelvin.they can give range from µA to mA and they are not expensive. Fig.2 LM335 Temperature Sensor Vout t=Vout To*(T/T0) Where, T=Temperature T0=Reference temperature Calibration of temperature : (((temp - 2138) * 410) / 4096)+27; B) CO2 Gas Sensor A carbon dioxide sensor or CO2 sensor is an instrument for the measurement of carbon dioxide gas. The most common principles for CO2 sensors are infrared gas sensors (NDIR) and chemical gas sensors. Measuring carbon dioxide is important in many industrial processes. Practical implementation of MG811 54
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME CO2 (CARBON DIOXIDE) WORKING PRINCIPLE When the sensor exposed to CO2 the following electrodes reaction occurs Cathodic reaction: 2Li + + CO2 + 1/2O2 + 2e - = Li2CO3 Anodic reaction: 2Na+ + 1/2O2 + 2e- = Na2O Overall chemical reaction: Li2CO3 + 2Na + = Na2O + 2Li + + CO2 These sensors are compatible with most microcontrollers. They can be interfaced with 4 pin SIP headers. When certain predefined level has been reach, they are having alarm facility. 2.3. Control software The algorithm or flowchart which will control the hardware is given below. 2.4. Setting up hardware with HyperTerminal FINDING THE CONNECTING PORT OF SENSOR CONNECTING WITH THE GSM MODULE BY DEVICE MANAGER 55
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME 2.5 MODBUS Protocol MODBUS Protocol is a messaging structure developed by Modicon in 1979.it uses master slave or client server communication between devices. In master slave technique, only master can start the communication. Slave (other communicating devices) respond to the master either by supplying the data or by taking the action told by the master. There are two types of transmission modes. • ASCII mode • RTU mode This mode is selected with serial communication in this specific case with baud rate but it can be selected with parity also.Message frame and data frame are two different things. Data frame structure depends on transmission mode. ASCII Mode messages start with a colon character ":" (ASCII 3AH) and end with a carriage return-line feed pair of characters (CRLF, ASCII 0DH & 0AH). The only allowable characters for all other fields are hexadecimal 0-9 & A-F [3]. MODBUS transaction (error free) MODBUS settings View data 56
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME GSM module connected with sensor setting up GPS 2.6. Test results Time Temp CO2 CO2 Latitude Longitude Slot Alarm (Min) (°C) (gm) (0/1) (N) (E) 10 27 189 0 2307.1256 12016.4438 20 30 205 1 2307.1256 12016.4438 30 32 210 1 2307.1256 12016.4438 40 29 196 0 2307.1256 12016.4438 50 26 190 0 2307.1256 12016.4438 Measurement of CO2 without alarm (0 in third row) Measurement of CO2 with alarm (1 in third row) 57
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME Locating position of device by GPS GSM and GPS connected with system hardware GUI for local monitoring station 58
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 3, Number 2, July-December (2012), © IAEME 3. CONCLUSION The remote GAS Plant monitoring system based on GSM and GPS has three features. Firstly, all the data collected by the system will be directly transmitted through MODBUS protocol. Secondly, the system can automatically send alarms to the supervision staffs by the GSM network. Third, the system can provide the location of the remote terminal unit using GPS system. At the same time, with the advantages of small size, real-time communication, inexpensive and easy to maintain, the system also has tremendous superiorities when compared with the expensive monitor system used by the environmental supervision and management departments imported from foreign country. 4. REFERENCES 1] B. Priya, S.Rajendran, R.Bala and Gobb R, Remote Wireless Health Monitoring Systems conferences on Innovative Technologies in Intelligent Systems and Industrial applications [2] F.H. Ramírez Leyva, J. P. Acevedo Cuellar, R. G. Maldonado Basilio, E. Espinosa Justo , Proceedings of the 14th International Conference on Electronics, communications and Computer ,2004. [3] MODBUS. ORG “MODBUS Application Protocol Specificatio V1.1 www.modbus.org Access Date: Jan 2003. [4] www.parallax.com CO2 Gas Sensor Module (#27929) v1.2/25/2010. [5] Spiros Koulouzis, Edgar Meij M. Scott Marshall ,Adam Belloum Enabling Data Transport between Web Service through alternative protocols and streaming, Fourth IEEE International Conference on eScience,2008. [6] Chen Lin, Research on Voltage acquisition system based on Modbus Industrial Bus and Single Chip School of computer and information Shanghai Secon Polytechnic University Shanghai, China in 2009 International Conference on Signal Processing Systems. [7] David Dolezilekand Brian McDermott Schweitzer Engineering Laboratories, Inc., USA. REMOTE DATA MONITORING AND DATA ANALYSIS FOR SUBSTATIONS- CASE STUDY IN IMPLEMENTATION [8] WANG Haikuan1,2,HOUWeiyan1,2 FEI Minrui1,2 1. Shanghai Key Laboratory of Power Station Automation Technology, Shanghai 200072, P. R.China. Proceedings of the 29th Chinese Control Conference July 29-31, 2010, Beijing, China [9] Zhao Xiaoqiang , Zhang Zuhou Xi’an. University of Posts and Telecommunications Xian, Shaanxi, 710021, China “Development of Remote Waste Gas Monitor System” 2010 International Conference on Measuring Technology and Mechatronics Automation [10] Chwan-Lu Tseng a, Joe-Air Jiang b,, Ren-Guey Lee c, Fu-Ming Lub, Cheng-Shiou Ouyangb, Yih-Shaing Chenb, Chih-Hsiang Changb a Department of Electrical Engineering,National Taipei University of Technology, Taiwanb Department of Bio-Industrial Mechatronics Engineering, National TaiwanUniversity, Taiwa c Department of Electronic Engineering, National Taipei University of Technology, Taiwan Feasibility study on application of GSM–SMS technology to field data acquisition Received 29 October 2005 received in revised form 28 March 2006; accepted 29 March 2006 [11] Dr. Aditya Goel Department of Electronics and Communication Engineering M.A.N.I.T. (Deemed University) Bhopal Ravi Shankar Mishra Department of Electronics And Communication Engineering M.A.N.I.T. Bhopal,India Remote Data Acquisition Using Wireless – Scada System. [12] Prabhakar Chitrapu 1, EE and Behrouz Aghili Inter Digital Communications Corporation, 781 Third Avenue, King of Prussia, PA 19406 USA. 2 Inter Digital Communications Corporation, 2 Huntingd on Quadrangle, Melville, NY 11747 Evolution of GSM in to the Next Generation Wireless World [13] Yong He Department of Biosystems Engineering, Zhejiang University, Hangzhou 310029, China Haihong Yu Department of Biosystem Engineering, Zhejiang University, Hangzhou 310029,China Zhengj un Qiu Department of Bio System Engineering, Zhejiang University, Hangzhou 310029 ,China Study on Farm Information Acquisition by Using Wireless Remote Methods and Treatment Systems [14] JIAH T, CAO L. “Application of remote data acquisition System based on GSM”. Chinese Journal of Scientific Instrument, No. 1, pp422-423, Jan. 2006. [15] ZHOU G P. “Test and research of SO2 emissions from Thermal Power plants”. Thermal Power Generation, No .5, pp 56-57, May.2003. 59