SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
185
Arm Based Real Time Monitoring and Controlling of
Industrial Parameters Using GPRS
N.NITHYA DR. S. JAYANTHY
Student, M.E Embedded Systems Technologies Professor, M.E Embedded System Technologies
Sri Ramakrishna Engineering College Sri Ramakrishna Engineering College
Coimbatore, India Coimbatore, India
nnithi.92@gmail.com sjayanthyabi@gmail.com
Abstract— Day by day the scope of networked embedded system is rapidly increasing for monitoring & controlling either home
appliances or industry devices. The World Wide Web is a global system of interconnected computer networks that utilizes the
standard Internet Protocol Suite (TCP/IP) and allows the user to interface many real-time Embedded applications similar to data
acquisition, Industrial automations and safety measures etc,. Users can monitor & control remote machines/systems by using an
embedded web server. The main objective of this system is used to monitor the industrial parameters and control the various
machines/systems in the industry from anywhere in the world through embedded web server. The machine/instrument is
monitored and controlled by ARM 7 and in-build web server with GPRS technology. Various sensor’s are used to monitor the
parameters like pressure, speed and temperature in the industry. A relay is used in this system to control the machine/instrument
by giving ON/OFF command in the web page. The embedded device communicates through General Packet Radio Service
(GPRS). GPRS technology along with GSM can be accessed from anywhere in the world.
Index Terms—ARM 7, GSM, GPRS, Embedded Web Server, DACs
——————————  ——————————
1 INTRODUCTION
DATA-ACQUISITION systems are in huge demand in
industry and consumer applications. In this application, it is
necessary to monitor the industrial parameters with great
accuracy [1]. Monitoring and controlling is significant in
industrial automation. With the development of modern
industry, the monitoring of industrial parameters gets higher
[2]. But also controlling of the machine/instrument is required.
The monitoring and controlling becomes a distributed
framework. In framework only wired communication is used
between the host and front panel. These systems cannot be
widely used and maintenance cost becomes high. In order to
solve the problem, we use a GPRS technology to monitor the
industrial parameters [3].
Online Interactive Data Acquisition and Control system
play the major role in the field of measurement and control
systems. It is designed with many electrical and electronic
components and makes the system more complicated [4]. So we
utilize a system that contains a Data acquisition and control
system. In this system we can monitor and control the industrial
devices.
The data acquisition & control devices are best solution for
unmanned devices. A single person can monitor and interact
with the ongoing work from a single base station through web
server. An acquisition unit design to collect data in their
simplest form which is based on Linux [5]. The Linux operating
system is simple, but difficult to recognize so to overcome this
limitation we employ ARM 7 processor which have a Real
Time Operating system & we design data acquisition unit with
embedded language. For a wide range of data transmission the
client and server architecture is not suitable. So, the central
server is replaced by a web server [6].
The proposed system is low cost and portability. It contains
the GPRS technology and it helps to communicate with GSM.
The GSM has an inbuilt TCP/IP protocols for internet data
transfer. An embedded web server is an easy way of monitoring
and controlling the industrial machines. The client can monitor
and control the machines/instruments from anywhere in the
world. The sensor’s are used to monitor the parameters of the
machine/instruments. The cryptography method is used in this
system for data security.
The structure of the paper is as follows. Section II
explains the concept of an embedded web server. Section III
will describe the operation when different sensor’s connected to
the embedded system and the software algorithm of the system.
Section IV explains the experimental results. Finally, section V
presents the conclusion and future work.
2 EMBEDDED WEB SERVER
Every client can access the industry directly without any
interaction with additional server and modules [7]. Fig 1 shows
proposed DAC system with an embedded web server. This
contains a portable ARM 7 processor. An ARM processor is
responsible for handling all tasks like measuring & conversion
of signals, data base updating, communicating with owner by
sending HTML pages. An ARM 7 processor manages all tasks
in parallel in tiny amounts of time. The client can monitor and
control the various industrial parameters in the web server.
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
186
Fig 1 Embedded web server architecture
Client can interact with the industry by giving instruction
on web page. The system has numerous advantages: user-
friendly, low-development cost and high maintainability.
3 SYSTEM DESIGN
3.1 Existing System
Networked embedded systems have become quite
essential for monitoring and control the industrial devices. The
existing system is used to monitor only the parameters of the
machine/instruments in the industry through web server [1]. It
do not contain any security. The main advantage of the
proposed system design is the client can monitor and control the
machines/instruments through an embedded web server.
Encryption and decryption is carried out in the data sharing in
the internet. This system reduces the manpower in the industry.
3.2 Hardware
The general hardware structure of the system is shown in
the fig2.
LPC2148 MCU
POWER
SUPPLY
TEMPERATURE
SENSOR
PRESSURE
SENSOR
SPEED SENSOR
RELAY
D1
D2
GSM
MODEM
Fig 2 General structure of the system
Different types of sensor’s such as temperature sensor,
pressure sensor and speed sensor is connected to each I/O
channel of the ARM processor. The data from sensors is
collected & maintained by the ARM processor. GSM modem is
connected to the transmitter and receiver pin of ARM
processor. GSM modem shares data from the board to internet.
In Web page, the data can be monitored by the client from
anywhere across the world through internet. The client can
control the machine/instrument by giving ON/OFF in the web
page. The relays are used to control the machine/instrument.
The cryptography is applied in this system for security.
3.3 Software
Keil µVision IDE is a simple integrated development
environment (IDE) that runs on regular personal computers and
provides tools for a powerful, easy to apply and easy to learn
environment for developing embedded applications. It includes
the components we need to create, debug and assembles our
C/C++ source files, and incorporate simulation for
microcontrollers and related peripherals. It also has RTX RTOS
Kernel Library, Device Database, Debugger and Analysis tools
and complete device simulation. It also has RTOS and
Middleware components for implementing time-critical
software and shorten the development cycle. Further, it has
Flash File system, USB Device Interface and CAN Interface.
The Keil ULINK-JTAG adapters connect the USB port of a PC
to the target hardware. This enables us to download, test and
debug the final executable hex code generated by the Keil IDE
to the target hardware. The embedded c code is designed to
monitor the parameters and to control the machine/instrument.
The encryption and decryption code is also designed in this
system.
The software consists of RTOS and HTML. The
application runs in the form of tasks. The RTOS is applied to
manage the tasks. The tasks are real time operations. The
software that runs on the embedded web server follows TCP/IP
protocols.
The HTML or Hyper Text Mark-up Language is
used to design the embedded web page. The HTML page is
used for data communication between the client and server. The
HTML page displays the parameter information of the
machine/instrument. The HTML page is saved on the board.
ALGORITHM
Step1: Initialize VPDIV register for setting clock frequency.
Step2: Initialize ADC ports P 0.6,P 0.7,P 0.8 for pressure
sensor, temperature sensor and speed sensor to monitor the
parameters.
Step3: Initialize the ports P 0.15 and P 0.17 for the relays to
control the machine.
Step4: Interface GSM to the transmitter and receiver pin of
ARM processor.
Step5: Initialize and enable the interrupts.
Step6: Begin the infinite loop and monitor the sensor values.
Step7: For data security encryption and decryption is applied.
Step8: GPRS connection is activated using APN command.
Step9: HTTP Initialisation is done for web page creation.
Step10: LOGIN page is created using HTML.
Step11: The temperature, pressure and speed parameters are
monitored in the web page.
Step12: The Device ON and OFF control action is also
performed in the web page.
4 RESULTS
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
187
The hardware implementation of the system is shown in
the fig 3. This system consists of Temperature sensor, pressure
sensor and speed sensor which is used to sense the various
parameters of the machine/instrument. It consists of relays to
control the machine/instrument. The GSM is connected to the
ARM 7 for sharing the data from the board to the internet via
enabling GPRS connection.
Fig 3 Hardware Implementation of the system
The online processing, web page for the client
authentication is opened. The client has to enter the valid user
name & password to access the embedded web server. These
web pages are requested by the client and served by the
embedded web server which is ported on ARM7 processor. The
client can monitor the parameters of the machine/instruments in
the web page. The client can control the machine/instruments
by giving the ON/OFF command in the web page. The Login
page of the system is shown in fig 4.
Fig 4 Login page of the system
The sensor values are displayed in the web page is shown
in fig 5 and it is maintained by the embedded web server. More
than one client can access the data in the web page from
anywhere in the world.
Fig 5 Client requested web page
The machine/system control is made in this system by
giving ON and OFF command in the web page. The controlling
of the machine/system is shown in the fig 6.
Fig 6 Controlling of machine/system
TABLE1 MONITORED PARAMETERS RESULTS OF
THE MACHINE/SYSTEM
Parameters Results
Temperature 31 0
c
Pressure 006
Speed 16 rpm
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
188
5 CONCLUSIONS AND FUTURE WORK
In this application, a low-cost, Internet-based data
acquisition and control system has been designed and
implemented. Every client can access the data through the web
browser. The client can monitor the industrial parameters and
can control the machine/system through the web browser. This
system reduces the manpower in the industry. This system is
highly secure, reliable and easy to access. This system can be
widely applied to petroleum, chemical, metallurgy, steel,
Electronic & Electrical industries, Automobiles and so on. The
data security is also provided in this system.
The system can be extended for sensing malfunctioning in
industrial machines and making corrective measures in it. The
system can be extended by sending a video recording of the
control room to the client through web browser. There is no
limit for future scope in the monitoring and control operation in
industry.
REFERENCES
[1] S.A.N.Sandeep, P.Malyadri, ― Embedded Web Server Based on
DAC System Using ARM‖, International Journal of Engineering
Research and Applications (IJERA), Vol. 2, Issue 4, July-August
2012, pp.1-6.
[2] Potdar Snehal Dilip, S. R. Jagtap, ―Remote Monitoring &
Controlling of Real Time Industrial Parameters with GSM &
Ethernet‖, International Journal of Electronics, Communication &
Instrumentation Engineering Research and Development
(IJECIERD), Vol. 3, Issue 3, Aug 2013,pp.1-10.
[3] Gayatri B. Kulkarni, Prof. S. G. Joshi.‖ Real Time Data
Acquisition and Control System Using ARM & GPRS
Technology‖, IJIRSET,vol.3, Issue 4, April 2014, pp 337-341.
[4] Manivannan M., Kumaresan N.‖Design of On-line Interactive
Data Acquisition and Control System for Embedded Real Time
Applications.‖ 2011 IEEE.
[5] Q. Zhou, W. Wu, and Y. Ma, ―The embedded data acquisition
system for Mössbauer spectrum, in Proc. Third Real- Time Linux
Workshop Embedded Linux Expo Conf. Real-Time Embedded
Comput Conf.,Milan, Italy, Nov. 2001, pp. 26–29.
[6] M Poongothai. ―ARM Embedded Web Server Based on DAC
System.‖ IEEE 978-1-61284-764-1/11-2011.
[7] RTOS Evaluat ion Project, ―What makes a good RT OS,Dedicated
Systems Experts, 2001. [Online].
Available:http://www.dedicatedsystems.com.
[8] Lei Wu, Jie Hu ―Design and Implementation of Production
Environment Monitoring System Based on GPRS Internet.‖ 2010
Fourth International Conference on Genetic and Evolutionary
Computing.
[9] C. E. Lin, C.-C. Li, A.-S. Hou, and C.-C.Wu, ―A real-time
remote control architecture using mobile communication, IEEE
Trans. Instrum. Meas.,vol. 52, no. 4, pp. 997–1003, Aug. 2003.
[10] http://www.farnell.com/datasheets/62306.pdf
[11] http://probots.co.in/Manuals/SIM900.pdf

Contenu connexe

Tendances

GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)Aishwary Verma
 
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...JOLLUSUDARSHANREDDY
 
Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automationShubham Kapoor
 
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...ASHOKKUMAR RAMAR
 
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONAUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONkamal soni
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Mahira Banu
 
IRJET - Transformers Monitoring using Arduino
IRJET -  	  Transformers Monitoring using ArduinoIRJET -  	  Transformers Monitoring using Arduino
IRJET - Transformers Monitoring using ArduinoIRJET Journal
 
Gsm based garbage disposal
Gsm based garbage disposalGsm based garbage disposal
Gsm based garbage disposalSuhanthi Devraj
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automationvision2d16
 
Monitoring & Controlling of Devices using GSM
Monitoring & Controlling of Devices using GSMMonitoring & Controlling of Devices using GSM
Monitoring & Controlling of Devices using GSMpriyanka kini
 
PLC and SCADA communication
PLC and SCADA communicationPLC and SCADA communication
PLC and SCADA communicationTalha Shaikh
 
Scada systems automating electrical distribution
Scada systems automating electrical distributionScada systems automating electrical distribution
Scada systems automating electrical distributionSHUBHAM SAINI
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET Journal
 
Scada For G Mgt
Scada For G MgtScada For G Mgt
Scada For G MgtAnil Patil
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesvishnu081
 

Tendances (20)

GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)
 
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
SECURED WIRELESS COMMUNICATION FOR INDUSTRIAL AUTOMATION AND CONTROL BY USING...
 
Home automation
Home automationHome automation
Home automation
 
Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automation
 
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
 
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATIONAUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
 
SCADA
SCADASCADA
SCADA
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)
 
IRJET - Transformers Monitoring using Arduino
IRJET -  	  Transformers Monitoring using ArduinoIRJET -  	  Transformers Monitoring using Arduino
IRJET - Transformers Monitoring using Arduino
 
Gsm based garbage disposal
Gsm based garbage disposalGsm based garbage disposal
Gsm based garbage disposal
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automation
 
Samiullah final ppt sacda
Samiullah final ppt sacdaSamiullah final ppt sacda
Samiullah final ppt sacda
 
Monitoring & Controlling of Devices using GSM
Monitoring & Controlling of Devices using GSMMonitoring & Controlling of Devices using GSM
Monitoring & Controlling of Devices using GSM
 
PLC and SCADA communication
PLC and SCADA communicationPLC and SCADA communication
PLC and SCADA communication
 
Scada systems automating electrical distribution
Scada systems automating electrical distributionScada systems automating electrical distribution
Scada systems automating electrical distribution
 
IRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking SystemIRJET- ARM 7 based Smart Accident Detection and Tracking System
IRJET- ARM 7 based Smart Accident Detection and Tracking System
 
Scada For G Mgt
Scada For G MgtScada For G Mgt
Scada For G Mgt
 
All about scada
All about scadaAll about scada
All about scada
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industries
 

En vedette

Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemeSAT Journals
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...eSAT Journals
 
Arm embedded web server based on dac system
Arm embedded web server based on dac systemArm embedded web server based on dac system
Arm embedded web server based on dac systemsudhakar5472
 
Home automation & security system
Home automation & security systemHome automation & security system
Home automation & security systemAniket Maithani
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 

En vedette (9)

Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding system
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...
 
Arm embedded web server based on dac system
Arm embedded web server based on dac systemArm embedded web server based on dac system
Arm embedded web server based on dac system
 
Src 147
Src 147Src 147
Src 147
 
Optical computers pdf
Optical computers pdfOptical computers pdf
Optical computers pdf
 
Gsm based home automation
Gsm based home automationGsm based home automation
Gsm based home automation
 
Home automation & security system
Home automation & security systemHome automation & security system
Home automation & security system
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
Ppt
PptPpt
Ppt
 

Similaire à Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using GPRS

Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT IRJET Journal
 
Graduation Project Documentation.PDF
Graduation Project Documentation.PDFGraduation Project Documentation.PDF
Graduation Project Documentation.PDFMostafa Elhoushi
 
An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System Saptarshi Nag
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformIRJET Journal
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...IRJET Journal
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGIAEME Publication
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGIAEME Publication
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoTIRJET Journal
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...IRJET Journal
 
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...IRJET Journal
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTIJEACS
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...IRJET Journal
 
Development of A web and GSM Based Monitoring and Controlling System for PLC ...
Development of A web and GSM Based Monitoring and Controlling System for PLC ...Development of A web and GSM Based Monitoring and Controlling System for PLC ...
Development of A web and GSM Based Monitoring and Controlling System for PLC ...ijsrd.com
 

Similaire à Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using GPRS (20)

Ijecet 06 07_004
Ijecet 06 07_004Ijecet 06 07_004
Ijecet 06 07_004
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
C010221015
C010221015C010221015
C010221015
 
Ki3517881791
Ki3517881791Ki3517881791
Ki3517881791
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 
Graduation Project Documentation.PDF
Graduation Project Documentation.PDFGraduation Project Documentation.PDF
Graduation Project Documentation.PDF
 
An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System An Internet Based Interactive Data Acquisition System
An Internet Based Interactive Data Acquisition System
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoT
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
 
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
Smart Lan System for Controlling and Monitoring Network Using at Commands in ...
 
Energy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoTEnergy Management with Disaster Intimation and Control using IoT
Energy Management with Disaster Intimation and Control using IoT
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
 
Development of A web and GSM Based Monitoring and Controlling System for PLC ...
Development of A web and GSM Based Monitoring and Controlling System for PLC ...Development of A web and GSM Based Monitoring and Controlling System for PLC ...
Development of A web and GSM Based Monitoring and Controlling System for PLC ...
 
Jq2416671672
Jq2416671672Jq2416671672
Jq2416671672
 

Plus de IJTET Journal

Beaglebone Black Webcam Server For Security
Beaglebone Black Webcam Server For SecurityBeaglebone Black Webcam Server For Security
Beaglebone Black Webcam Server For SecurityIJTET Journal
 
Biometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiBiometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiIJTET Journal
 
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksConceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksIJTET Journal
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...IJTET Journal
 
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodPrevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodIJTET Journal
 
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksEffective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksIJTET Journal
 
Raspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSRaspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSIJTET Journal
 
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...IJTET Journal
 
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesAn Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesIJTET Journal
 
Improved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationImproved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationIJTET Journal
 
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...IJTET Journal
 
Comprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksComprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksIJTET Journal
 
Optimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesOptimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesIJTET Journal
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesIJTET Journal
 
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemHarmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemIJTET Journal
 
Comparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresComparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresIJTET Journal
 
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...IJTET Journal
 
A Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterA Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterIJTET Journal
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...IJTET Journal
 
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationStudy of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationIJTET Journal
 

Plus de IJTET Journal (20)

Beaglebone Black Webcam Server For Security
Beaglebone Black Webcam Server For SecurityBeaglebone Black Webcam Server For Security
Beaglebone Black Webcam Server For Security
 
Biometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiBiometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry Pi
 
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksConceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
 
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodPrevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
 
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksEffective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
 
Raspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSRaspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRS
 
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
 
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesAn Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
 
Improved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationImproved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile Application
 
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
 
Comprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksComprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor Networks
 
Optimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesOptimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query Services
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing Techniques
 
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemHarmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
 
Comparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresComparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting Structures
 
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
 
A Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterA Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC Converter
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
 
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationStudy of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
 

Dernier

Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 

Dernier (20)

Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using GPRS

  • 1. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 185 Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using GPRS N.NITHYA DR. S. JAYANTHY Student, M.E Embedded Systems Technologies Professor, M.E Embedded System Technologies Sri Ramakrishna Engineering College Sri Ramakrishna Engineering College Coimbatore, India Coimbatore, India nnithi.92@gmail.com sjayanthyabi@gmail.com Abstract— Day by day the scope of networked embedded system is rapidly increasing for monitoring & controlling either home appliances or industry devices. The World Wide Web is a global system of interconnected computer networks that utilizes the standard Internet Protocol Suite (TCP/IP) and allows the user to interface many real-time Embedded applications similar to data acquisition, Industrial automations and safety measures etc,. Users can monitor & control remote machines/systems by using an embedded web server. The main objective of this system is used to monitor the industrial parameters and control the various machines/systems in the industry from anywhere in the world through embedded web server. The machine/instrument is monitored and controlled by ARM 7 and in-build web server with GPRS technology. Various sensor’s are used to monitor the parameters like pressure, speed and temperature in the industry. A relay is used in this system to control the machine/instrument by giving ON/OFF command in the web page. The embedded device communicates through General Packet Radio Service (GPRS). GPRS technology along with GSM can be accessed from anywhere in the world. Index Terms—ARM 7, GSM, GPRS, Embedded Web Server, DACs ——————————  —————————— 1 INTRODUCTION DATA-ACQUISITION systems are in huge demand in industry and consumer applications. In this application, it is necessary to monitor the industrial parameters with great accuracy [1]. Monitoring and controlling is significant in industrial automation. With the development of modern industry, the monitoring of industrial parameters gets higher [2]. But also controlling of the machine/instrument is required. The monitoring and controlling becomes a distributed framework. In framework only wired communication is used between the host and front panel. These systems cannot be widely used and maintenance cost becomes high. In order to solve the problem, we use a GPRS technology to monitor the industrial parameters [3]. Online Interactive Data Acquisition and Control system play the major role in the field of measurement and control systems. It is designed with many electrical and electronic components and makes the system more complicated [4]. So we utilize a system that contains a Data acquisition and control system. In this system we can monitor and control the industrial devices. The data acquisition & control devices are best solution for unmanned devices. A single person can monitor and interact with the ongoing work from a single base station through web server. An acquisition unit design to collect data in their simplest form which is based on Linux [5]. The Linux operating system is simple, but difficult to recognize so to overcome this limitation we employ ARM 7 processor which have a Real Time Operating system & we design data acquisition unit with embedded language. For a wide range of data transmission the client and server architecture is not suitable. So, the central server is replaced by a web server [6]. The proposed system is low cost and portability. It contains the GPRS technology and it helps to communicate with GSM. The GSM has an inbuilt TCP/IP protocols for internet data transfer. An embedded web server is an easy way of monitoring and controlling the industrial machines. The client can monitor and control the machines/instruments from anywhere in the world. The sensor’s are used to monitor the parameters of the machine/instruments. The cryptography method is used in this system for data security. The structure of the paper is as follows. Section II explains the concept of an embedded web server. Section III will describe the operation when different sensor’s connected to the embedded system and the software algorithm of the system. Section IV explains the experimental results. Finally, section V presents the conclusion and future work. 2 EMBEDDED WEB SERVER Every client can access the industry directly without any interaction with additional server and modules [7]. Fig 1 shows proposed DAC system with an embedded web server. This contains a portable ARM 7 processor. An ARM processor is responsible for handling all tasks like measuring & conversion of signals, data base updating, communicating with owner by sending HTML pages. An ARM 7 processor manages all tasks in parallel in tiny amounts of time. The client can monitor and control the various industrial parameters in the web server.
  • 2. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 186 Fig 1 Embedded web server architecture Client can interact with the industry by giving instruction on web page. The system has numerous advantages: user- friendly, low-development cost and high maintainability. 3 SYSTEM DESIGN 3.1 Existing System Networked embedded systems have become quite essential for monitoring and control the industrial devices. The existing system is used to monitor only the parameters of the machine/instruments in the industry through web server [1]. It do not contain any security. The main advantage of the proposed system design is the client can monitor and control the machines/instruments through an embedded web server. Encryption and decryption is carried out in the data sharing in the internet. This system reduces the manpower in the industry. 3.2 Hardware The general hardware structure of the system is shown in the fig2. LPC2148 MCU POWER SUPPLY TEMPERATURE SENSOR PRESSURE SENSOR SPEED SENSOR RELAY D1 D2 GSM MODEM Fig 2 General structure of the system Different types of sensor’s such as temperature sensor, pressure sensor and speed sensor is connected to each I/O channel of the ARM processor. The data from sensors is collected & maintained by the ARM processor. GSM modem is connected to the transmitter and receiver pin of ARM processor. GSM modem shares data from the board to internet. In Web page, the data can be monitored by the client from anywhere across the world through internet. The client can control the machine/instrument by giving ON/OFF in the web page. The relays are used to control the machine/instrument. The cryptography is applied in this system for security. 3.3 Software Keil µVision IDE is a simple integrated development environment (IDE) that runs on regular personal computers and provides tools for a powerful, easy to apply and easy to learn environment for developing embedded applications. It includes the components we need to create, debug and assembles our C/C++ source files, and incorporate simulation for microcontrollers and related peripherals. It also has RTX RTOS Kernel Library, Device Database, Debugger and Analysis tools and complete device simulation. It also has RTOS and Middleware components for implementing time-critical software and shorten the development cycle. Further, it has Flash File system, USB Device Interface and CAN Interface. The Keil ULINK-JTAG adapters connect the USB port of a PC to the target hardware. This enables us to download, test and debug the final executable hex code generated by the Keil IDE to the target hardware. The embedded c code is designed to monitor the parameters and to control the machine/instrument. The encryption and decryption code is also designed in this system. The software consists of RTOS and HTML. The application runs in the form of tasks. The RTOS is applied to manage the tasks. The tasks are real time operations. The software that runs on the embedded web server follows TCP/IP protocols. The HTML or Hyper Text Mark-up Language is used to design the embedded web page. The HTML page is used for data communication between the client and server. The HTML page displays the parameter information of the machine/instrument. The HTML page is saved on the board. ALGORITHM Step1: Initialize VPDIV register for setting clock frequency. Step2: Initialize ADC ports P 0.6,P 0.7,P 0.8 for pressure sensor, temperature sensor and speed sensor to monitor the parameters. Step3: Initialize the ports P 0.15 and P 0.17 for the relays to control the machine. Step4: Interface GSM to the transmitter and receiver pin of ARM processor. Step5: Initialize and enable the interrupts. Step6: Begin the infinite loop and monitor the sensor values. Step7: For data security encryption and decryption is applied. Step8: GPRS connection is activated using APN command. Step9: HTTP Initialisation is done for web page creation. Step10: LOGIN page is created using HTML. Step11: The temperature, pressure and speed parameters are monitored in the web page. Step12: The Device ON and OFF control action is also performed in the web page. 4 RESULTS
  • 3. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 187 The hardware implementation of the system is shown in the fig 3. This system consists of Temperature sensor, pressure sensor and speed sensor which is used to sense the various parameters of the machine/instrument. It consists of relays to control the machine/instrument. The GSM is connected to the ARM 7 for sharing the data from the board to the internet via enabling GPRS connection. Fig 3 Hardware Implementation of the system The online processing, web page for the client authentication is opened. The client has to enter the valid user name & password to access the embedded web server. These web pages are requested by the client and served by the embedded web server which is ported on ARM7 processor. The client can monitor the parameters of the machine/instruments in the web page. The client can control the machine/instruments by giving the ON/OFF command in the web page. The Login page of the system is shown in fig 4. Fig 4 Login page of the system The sensor values are displayed in the web page is shown in fig 5 and it is maintained by the embedded web server. More than one client can access the data in the web page from anywhere in the world. Fig 5 Client requested web page The machine/system control is made in this system by giving ON and OFF command in the web page. The controlling of the machine/system is shown in the fig 6. Fig 6 Controlling of machine/system TABLE1 MONITORED PARAMETERS RESULTS OF THE MACHINE/SYSTEM Parameters Results Temperature 31 0 c Pressure 006 Speed 16 rpm
  • 4. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 188 5 CONCLUSIONS AND FUTURE WORK In this application, a low-cost, Internet-based data acquisition and control system has been designed and implemented. Every client can access the data through the web browser. The client can monitor the industrial parameters and can control the machine/system through the web browser. This system reduces the manpower in the industry. This system is highly secure, reliable and easy to access. This system can be widely applied to petroleum, chemical, metallurgy, steel, Electronic & Electrical industries, Automobiles and so on. The data security is also provided in this system. The system can be extended for sensing malfunctioning in industrial machines and making corrective measures in it. The system can be extended by sending a video recording of the control room to the client through web browser. There is no limit for future scope in the monitoring and control operation in industry. REFERENCES [1] S.A.N.Sandeep, P.Malyadri, ― Embedded Web Server Based on DAC System Using ARM‖, International Journal of Engineering Research and Applications (IJERA), Vol. 2, Issue 4, July-August 2012, pp.1-6. [2] Potdar Snehal Dilip, S. R. Jagtap, ―Remote Monitoring & Controlling of Real Time Industrial Parameters with GSM & Ethernet‖, International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD), Vol. 3, Issue 3, Aug 2013,pp.1-10. [3] Gayatri B. Kulkarni, Prof. S. G. Joshi.‖ Real Time Data Acquisition and Control System Using ARM & GPRS Technology‖, IJIRSET,vol.3, Issue 4, April 2014, pp 337-341. [4] Manivannan M., Kumaresan N.‖Design of On-line Interactive Data Acquisition and Control System for Embedded Real Time Applications.‖ 2011 IEEE. [5] Q. Zhou, W. Wu, and Y. Ma, ―The embedded data acquisition system for Mössbauer spectrum, in Proc. Third Real- Time Linux Workshop Embedded Linux Expo Conf. Real-Time Embedded Comput Conf.,Milan, Italy, Nov. 2001, pp. 26–29. [6] M Poongothai. ―ARM Embedded Web Server Based on DAC System.‖ IEEE 978-1-61284-764-1/11-2011. [7] RTOS Evaluat ion Project, ―What makes a good RT OS,Dedicated Systems Experts, 2001. [Online]. Available:http://www.dedicatedsystems.com. [8] Lei Wu, Jie Hu ―Design and Implementation of Production Environment Monitoring System Based on GPRS Internet.‖ 2010 Fourth International Conference on Genetic and Evolutionary Computing. [9] C. E. Lin, C.-C. Li, A.-S. Hou, and C.-C.Wu, ―A real-time remote control architecture using mobile communication, IEEE Trans. Instrum. Meas.,vol. 52, no. 4, pp. 997–1003, Aug. 2003. [10] http://www.farnell.com/datasheets/62306.pdf [11] http://probots.co.in/Manuals/SIM900.pdf