SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Data Acquisition System (DAS) Based On ARM Embedded Web
Server
Ms.Vaishali Dhawale*, Prof.S.M. Turkane**
*(Department of Electronics and Telecommunication, PREC, Loni, Pune University, Ahmednagar)
** (Department of Electronics and Telecommunication, PREC, Loni, Pune University, Ahmednagar)

ABSTRACT
In this paper we present Internet based Data Acquisition system. It deals with the monitoring and acquisition of
physical parameters in the real time necessary in Industrial Automation. This is achieved using the main core of
the system which is an embedded hardware, running a µC/OS-II a popular choice of operating system for
embedded applications. The µC/OS-II was successfully ported on the ARM & the web server application is
configured with the operating system (µC/OS-II). The embedded device communicates through General Packet
Radio Service (GPRS), which makes it accessible from anywhere in the world through a web server built into
the embedded device. In addition, GPRS provides a real-time data transfer allowing interaction. The proposed
system eliminates the need for the server software and maintenance. A novel approach is introduced to
minimize the operational costs while operating with a large amount of data. The system is demonstrated to work
for online as well as offline .When online, queried data is directly available at the client side. Here is an inbuilt
offline system with 8-bit co-processor technique so one can get the data on personal computer without any
internet connection, for personal reference. It can be also used for the analysis like system failure.
Keywords – ARM11, Embedded Web Server, µC/OS-II, GPRS

I.

INTRODUCTION

DATA-ACQUISITION systems are in great
demand in industry and consumer applications. In
some applications, human beings have been replaced
by unmanned devices that will acquire data and relay
the data back to the base. There are data-acquisition
and control devices that will be a substitute for a
supervisor in a multisite job operation. A single
person can monitor and even interact with the
ongoing work from a single base station. An
acquisition unit designed to collect data in their
simplest form is detailed in [2]. Nowadays in
industrial sector the whole control and management
is done through the web server. This was the major
revolution that took place and out lifted the methods
of control system
As described in [4], a web server is a
computer that delivers web pages to other computers
in the network. Every web server has a unique IP
address and possibly a domain name. Any computer
can work as web server by installing server software.
The embedded web server is a high performance
embedded web server, allows users to monitor and
control their embedded applications using any
standard browser without the need of server software.
The embedded web server can communicate with the
web browser through TCP/IP. The user can use a web
browser and typing URL of website into that browser
user having authentication can examine the web

www.ijera.com

pages. This web server does not need dedicated high
configuration computer.
As described in [5], an embedded web
server is an ARM processor that contains an internet
software suite as well as application code for
monitoring and controlling machines/systems.
Embedded web servers are integral part of an
embedded network.
General web servers, which were developed
for general purpose computers such as NT servers or
Unix and Linux workstations, typically require
megabytes of memory, a fast processor, a preemptive
multitasking operating system and other resources. A
Web server can be embedded in a device to provide
remote access to the device from a Web browser if
the resource requirements of the Web server are
reduced. The end result of this reduction is typically a
portable set of code that can run on embedded
systems with limited computing resources. The
embedded system can be utilized to serve the
embedded web documents including static and
dynamic information about Embedded systems, to
Web browsers. This type of web server is called an
Embedded Web Server [8].
In this paper LPC2917-1 ARM-9 processor
is used with µC/OS-II which is free RTOS for real
time Data Acquisition. Operating System (µC/OS-II)
is successfully ported on ARM9.
Here is GPRS based portable low-cost dataacquisition system, which can establish a reliable
212 | P a g e
Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215
bidirectional connection for data acquisition.
The system uniquely reduces the Costs occurring
from frequently requested data and eliminates the
need for a well-established server. The system uses a
dummy server for static information, thus optimizing
the transfer of large data. The user can directly log in
and interact with the embedded device in real time
without the need to maintain an additional server.
The system is modularly built, allowing different
modules to be added. Fig.1.1 shows the architecture
of embedded web server system, in which remote
clients like mobiles, PC’s etc. can communicate to
the embedded board through internet.

www.ijera.com

In section II online system is introduced
with algorithm. In Section III, we will introduce the
details of the offline system along with algorithm. In
Section IV details of data acquisition sensors
connected to the embedded system are demonstrated
along with their specifications. Section V presents the
conclusion

II.

ONLINE MODE

Fig.2.1 shows the DAS with sever in online
mode. In this mode, when internet connection is
available, the data taken from the sensor will be
directly uploaded in the dummy server by the
embedded board. This queried data will be served to
the clients available worldwide. This is achieved with
the help of GPRS module SIM300.

Fig.1.1 Embedded web server System

Fig.2.1 Online System
LPC2917-1 (ARM-9) Processor is used as a
heart of the embedded web server.
Algorithm of ONLINE Hardware:
1. Start
2. Read the sensor output (one by one for all
predefined channels)
3. Analog to Digital conversion.
www.ijera.com

4.
5.
6.

7.

Convert to appropriate values in case of gas unit,
temperature unit and moisture unit.
Convert total data as a packet format of message.
Upload to IP link through defined
communication protocol for embedded web
server.
Stop

213 | P a g e
Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215
Algorithm of ONLINE Software:
1. Start.
2. Get the packed group messages through access
point.
3. Convert them to read values of data for end user
operations
4. Update the data to web page through a protocol
and algorithm.
5. Operations as per request from clients.
6. Give the specific output.
Fig.3.1 shows, Embedded Web Server with
Offline mode. Here we have designed offline system
inbuilt with 8-bit co-processor technique so one can
get the data on personal computer without any
internet connection, for personal reference. It can be
also used for the analysis like system failure Fig.3.2
shows Data management in the system.

www.ijera.com

Algorithm of OFFLINE Hardware:
1. Start
2. Read the sensor output (one by one for all
predefined channels)
3. ADC conversation
4. Convert to appropriate values in case of gas
unit, temperature unit and moisture unit
5. Write total data in external memory through
a specified algorithm.
6. Stop
Algorithm of OFFLINE Software:
1. Start.
2. Read total data in external memory through
a specified algorithm with help of 8 bit
microcontroller.

Fig.3.1. Offline mode
3.

Update the data to desktop application
through a protocol and algorithm.
4. Operation as per request from windows user.
5. Give the specific output.
6. Stop
Fig.4. gives the data management in the
system, where bulky data is transferred through
dummy (FTP) server. Clients can directly interact
with the server by putting query.

III.

Components, Software and Sensors
used in the system –

i) Processor - ARM-9 : LPC2917-1
ii) GPRS Module: SIM300
iii) Development IDE: Keil
iv) RTOS: µC/OS-II
v) PCB Design: Orcad 9.0
vi) Online front end: ASP.net
vii) Backend: Sql server 2008
www.ijera.com

viii) Offline front end: VB 6.0
Sensors used –
1. Humidity sensor Module SY-HS-22
2. LM -35 Precision Centigrade Temperature
Sensor
3. MQ-6 gas sensor
The system is basically used in industries
where manual observation is not possible.

IV.

Conclusion

This system eliminates the need for central
server. A novel approach introduced minimizes the
operational costs while operating with a large amount
of data. The system is demonstrated to work for
online as well as offline. This system has advantages
in terms of allowing direct communication and
reducing overhead, which can be vitally important for
some real-time applications. The operational costs
214 | P a g e
Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215
have been reduced by relinquishing the storage of
large data to an FTP server on the Internet. A remote
user only requires a common internet browser to get
the information of real time data.

www.ijera.com

network
element
management‖
International
Journal
of
Network
Management, pp. 261– 275, Oct 2000

REFERENCES
Journal Papers:
[1]
An Internet-Based Interactive Embedded
Data-Acquisition System for Real-Time
Applications IEEE Transactions On
Instrumentation And Measurement, VOL.
58, NO. 3, MARCH 2009 Ali Ziya Alkar,
Member, IEEE, and Mehmet Atif Karaca
[2]
K. Jacker and J. Mckinney, ―TkDAS—A
data acquisition system using RTLinux,
COMEDI, and Tcl/Tk,‖ in Proc. Third RealTime Linux workshop 2001. [Online].
Available: The Real
Time
Linux
Foundations: 2001/papers.html
[3]
Design and Implementation of an Embedded
Web Server Based on ARM Mo Guan
School of Information Science &
Engineering ,Shenyang University of
Technology,Shenyang , China
[4]
―Embedded Web Server on Nios II
Embedded FPGA Platform‖ Second
International Conference on Emerging
Trends in Engineering and Technology,
ICETET-09, 978-0-7695-3884-6/09 $26.00
© 2009 IEEE Ms. Nivedita N. Joshi,
Lecturer, Y.C.C.E., Nagpur, India,
[5]
Klimchynski, ―Extensible embedded Web
server for internet-based data acquisition
and control,‖ in Proc. 3rd IEEE Int. Conf.
Sensors,Vienna, Austria, Oct. 24–27, 2004,
vol. 1, pp. 52–55.
[6]
Design and Development of ARM processor
Based Web Server. International Journal of
Recent Trends in Engineering, Vol. 1, No. 4,
May 2009 V.Billy Rakesh Roy1, Sanket
Dessai1, and S. G.Shiva Prasad Yadav 1 1
M S Ramaiah School of Advanced Studies
in Collaboration with Coventry University
(UK)/Embedded Design Centre, Bangalore,
India
[7]
‖Design of on-line Interactive Data
Acquisition and Control System for
embedded
real
time
applications.‖
PROCEEDINGS OF ICETECT 2011
Manivannan M , PG Scholar, Embedded
System technology Coimbatore, India
Kumaresan N, Asst. Professor, department
of ECE, Anna university of technology
Coimbatore, India.
[8]
Hong-Taek Ju, _ Mi-Joung Choi and James
W. Hong ―An efficient and lightweight
embedded Web server for Web-based
www.ijera.com

215 | P a g e

Contenu connexe

Tendances

Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...IRJET Journal
 
Security Issues in SCADA based Industrial Control Systems
Security Issues in SCADA based Industrial Control Systems Security Issues in SCADA based Industrial Control Systems
Security Issues in SCADA based Industrial Control Systems aswanthmrajeev112
 
B03504008012
B03504008012B03504008012
B03504008012theijes
 
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
 
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
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesEditor IJMTER
 
A step on developing network monitoring tools
A step on developing network monitoring toolsA step on developing network monitoring tools
A step on developing network monitoring toolsAlexander Decker
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device controleSAT Publishing House
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensorijsrd.com
 
Comparative analysis of traditional scada systems and io t implemented scada
Comparative analysis of traditional scada systems and io t implemented scadaComparative analysis of traditional scada systems and io t implemented scada
Comparative analysis of traditional scada systems and io t implemented scadaIJARIIT
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET Journal
 
Implementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTTImplementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTTIRJET Journal
 
Scada protocols-and-communications-trends
Scada protocols-and-communications-trendsScada protocols-and-communications-trends
Scada protocols-and-communications-trendsSandip Roy
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET Journal
 
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...IJNSA Journal
 

Tendances (18)

Ki3517881791
Ki3517881791Ki3517881791
Ki3517881791
 
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
 
Security Issues in SCADA based Industrial Control Systems
Security Issues in SCADA based Industrial Control Systems Security Issues in SCADA based Industrial Control Systems
Security Issues in SCADA based Industrial Control Systems
 
B03504008012
B03504008012B03504008012
B03504008012
 
Beagle board
Beagle boardBeagle board
Beagle board
 
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
 
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
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling Appliances
 
A step on developing network monitoring tools
A step on developing network monitoring toolsA step on developing network monitoring tools
A step on developing network monitoring tools
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
ICEIC_2017_20161013
ICEIC_2017_20161013ICEIC_2017_20161013
ICEIC_2017_20161013
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensor
 
Comparative analysis of traditional scada systems and io t implemented scada
Comparative analysis of traditional scada systems and io t implemented scadaComparative analysis of traditional scada systems and io t implemented scada
Comparative analysis of traditional scada systems and io t implemented scada
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
 
Implementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTTImplementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTT
 
Scada protocols-and-communications-trends
Scada protocols-and-communications-trendsScada protocols-and-communications-trends
Scada protocols-and-communications-trends
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...
ADVANCED MULTIMEDIA PLATFORM BASED ON BIG DATA AND ARTIFICIAL INTELLIGENCE IM...
 

En vedette

关于天津集运VMware项目实施总结
关于天津集运VMware项目实施总结关于天津集运VMware项目实施总结
关于天津集运VMware项目实施总结Yunchao (Kevin) Wang
 
Difference Approx Impulsive Equa
Difference Approx Impulsive EquaDifference Approx Impulsive Equa
Difference Approx Impulsive EquaDr. Haydar Akca UAE
 
Arte e pensamento 2
Arte e pensamento 2Arte e pensamento 2
Arte e pensamento 2João Lima
 
MBA Diploma Wirtschaftsuniversitat Wien - Vienna University of Economics and...
MBA Diploma Wirtschaftsuniversitat  Wien - Vienna University of Economics and...MBA Diploma Wirtschaftsuniversitat  Wien - Vienna University of Economics and...
MBA Diploma Wirtschaftsuniversitat Wien - Vienna University of Economics and...Nicolas Rodriguez Giraldo
 
O Museu da Imagem
O Museu da ImagemO Museu da Imagem
O Museu da ImagemJoão Lima
 
Obanimmere Website Showcase
Obanimmere Website ShowcaseObanimmere Website Showcase
Obanimmere Website ShowcaseShannon Comber
 
Geology Park Notes Kakadu
Geology Park Notes KakaduGeology Park Notes Kakadu
Geology Park Notes KakaduAnne O'Dea
 
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoff
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoffcranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoff
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoffjohn davidoff
 
Letters of recommendations
Letters of recommendationsLetters of recommendations
Letters of recommendationsGentea Ioan
 
George Coppock Set work
George Coppock Set workGeorge Coppock Set work
George Coppock Set workGeorge Coppock
 

En vedette (20)

Ac4103169172
Ac4103169172Ac4103169172
Ac4103169172
 
关于天津集运VMware项目实施总结
关于天津集运VMware项目实施总结关于天津集运VMware项目实施总结
关于天津集运VMware项目实施总结
 
Deca28 out
Deca28 outDeca28 out
Deca28 out
 
Difference Approx Impulsive Equa
Difference Approx Impulsive EquaDifference Approx Impulsive Equa
Difference Approx Impulsive Equa
 
SAS code sample
SAS code sampleSAS code sample
SAS code sample
 
KONG's PORTFOLIO
KONG's PORTFOLIOKONG's PORTFOLIO
KONG's PORTFOLIO
 
Certificates
CertificatesCertificates
Certificates
 
Arte e pensamento 2
Arte e pensamento 2Arte e pensamento 2
Arte e pensamento 2
 
wind turbine 2
wind turbine 2wind turbine 2
wind turbine 2
 
MBA Diploma Wirtschaftsuniversitat Wien - Vienna University of Economics and...
MBA Diploma Wirtschaftsuniversitat  Wien - Vienna University of Economics and...MBA Diploma Wirtschaftsuniversitat  Wien - Vienna University of Economics and...
MBA Diploma Wirtschaftsuniversitat Wien - Vienna University of Economics and...
 
O Museu da Imagem
O Museu da ImagemO Museu da Imagem
O Museu da Imagem
 
4
44
4
 
Introductie 3Xtend
Introductie 3XtendIntroductie 3Xtend
Introductie 3Xtend
 
El espacio rural
El espacio ruralEl espacio rural
El espacio rural
 
Obanimmere Website Showcase
Obanimmere Website ShowcaseObanimmere Website Showcase
Obanimmere Website Showcase
 
Geology Park Notes Kakadu
Geology Park Notes KakaduGeology Park Notes Kakadu
Geology Park Notes Kakadu
 
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoff
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoffcranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoff
cranial fracture 41 pages evidence part 1 of 2 parts from mr. john g. davidoff
 
Letters of recommendations
Letters of recommendationsLetters of recommendations
Letters of recommendations
 
George Coppock Set work
George Coppock Set workGeorge Coppock Set work
George Coppock Set work
 
LR_MAG10
LR_MAG10LR_MAG10
LR_MAG10
 

Similaire à 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 SystemIOSR Journals
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
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
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)idescitation
 
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
 
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
 
IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationIoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationCHAKER ALLAOUI
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE cscpconf
 
wireless notice board
 wireless notice board wireless notice board
wireless notice boardAnmol Purohit
 
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
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...Mistral Solutions
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopIRJET Journal
 
Design and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerDesign and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerIJERA Editor
 
Graduation Project Documentation.PDF
Graduation Project Documentation.PDFGraduation Project Documentation.PDF
Graduation Project Documentation.PDFMostafa Elhoushi
 
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...Nico Huysamen
 

Similaire à Ak4103212215 (20)

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
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
Ijecet 06 07_004
Ijecet 06 07_004Ijecet 06 07_004
Ijecet 06 07_004
 
Bj4101347351
Bj4101347351Bj4101347351
Bj4101347351
 
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...
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
Home Automation System using ZigBee and PandaBoard as a Gateway (HAS-ZP)
 
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
 
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
 
IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationIoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
 
wireless notice board
 wireless notice board wireless notice board
wireless notice board
 
82 87
82 8782 87
82 87
 
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
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
 
Design and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerDesign and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web Server
 
Graduation Project Documentation.PDF
Graduation Project Documentation.PDFGraduation Project Documentation.PDF
Graduation Project Documentation.PDF
 
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...
A Scalable Network Monitoring and Bandwidth Throttling System for Cloud Compu...
 

Dernier

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Dernier (20)

Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

Ak4103212215

  • 1. Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Data Acquisition System (DAS) Based On ARM Embedded Web Server Ms.Vaishali Dhawale*, Prof.S.M. Turkane** *(Department of Electronics and Telecommunication, PREC, Loni, Pune University, Ahmednagar) ** (Department of Electronics and Telecommunication, PREC, Loni, Pune University, Ahmednagar) ABSTRACT In this paper we present Internet based Data Acquisition system. It deals with the monitoring and acquisition of physical parameters in the real time necessary in Industrial Automation. This is achieved using the main core of the system which is an embedded hardware, running a µC/OS-II a popular choice of operating system for embedded applications. The µC/OS-II was successfully ported on the ARM & the web server application is configured with the operating system (µC/OS-II). The embedded device communicates through General Packet Radio Service (GPRS), which makes it accessible from anywhere in the world through a web server built into the embedded device. In addition, GPRS provides a real-time data transfer allowing interaction. The proposed system eliminates the need for the server software and maintenance. A novel approach is introduced to minimize the operational costs while operating with a large amount of data. The system is demonstrated to work for online as well as offline .When online, queried data is directly available at the client side. Here is an inbuilt offline system with 8-bit co-processor technique so one can get the data on personal computer without any internet connection, for personal reference. It can be also used for the analysis like system failure. Keywords – ARM11, Embedded Web Server, µC/OS-II, GPRS I. INTRODUCTION DATA-ACQUISITION systems are in great demand in industry and consumer applications. In some applications, human beings have been replaced by unmanned devices that will acquire data and relay the data back to the base. There are data-acquisition and control devices that will be a substitute for a supervisor in a multisite job operation. A single person can monitor and even interact with the ongoing work from a single base station. An acquisition unit designed to collect data in their simplest form is detailed in [2]. Nowadays in industrial sector the whole control and management is done through the web server. This was the major revolution that took place and out lifted the methods of control system As described in [4], a web server is a computer that delivers web pages to other computers in the network. Every web server has a unique IP address and possibly a domain name. Any computer can work as web server by installing server software. The embedded web server is a high performance embedded web server, allows users to monitor and control their embedded applications using any standard browser without the need of server software. The embedded web server can communicate with the web browser through TCP/IP. The user can use a web browser and typing URL of website into that browser user having authentication can examine the web www.ijera.com pages. This web server does not need dedicated high configuration computer. As described in [5], an embedded web server is an ARM processor that contains an internet software suite as well as application code for monitoring and controlling machines/systems. Embedded web servers are integral part of an embedded network. General web servers, which were developed for general purpose computers such as NT servers or Unix and Linux workstations, typically require megabytes of memory, a fast processor, a preemptive multitasking operating system and other resources. A Web server can be embedded in a device to provide remote access to the device from a Web browser if the resource requirements of the Web server are reduced. The end result of this reduction is typically a portable set of code that can run on embedded systems with limited computing resources. The embedded system can be utilized to serve the embedded web documents including static and dynamic information about Embedded systems, to Web browsers. This type of web server is called an Embedded Web Server [8]. In this paper LPC2917-1 ARM-9 processor is used with µC/OS-II which is free RTOS for real time Data Acquisition. Operating System (µC/OS-II) is successfully ported on ARM9. Here is GPRS based portable low-cost dataacquisition system, which can establish a reliable 212 | P a g e
  • 2. Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215 bidirectional connection for data acquisition. The system uniquely reduces the Costs occurring from frequently requested data and eliminates the need for a well-established server. The system uses a dummy server for static information, thus optimizing the transfer of large data. The user can directly log in and interact with the embedded device in real time without the need to maintain an additional server. The system is modularly built, allowing different modules to be added. Fig.1.1 shows the architecture of embedded web server system, in which remote clients like mobiles, PC’s etc. can communicate to the embedded board through internet. www.ijera.com In section II online system is introduced with algorithm. In Section III, we will introduce the details of the offline system along with algorithm. In Section IV details of data acquisition sensors connected to the embedded system are demonstrated along with their specifications. Section V presents the conclusion II. ONLINE MODE Fig.2.1 shows the DAS with sever in online mode. In this mode, when internet connection is available, the data taken from the sensor will be directly uploaded in the dummy server by the embedded board. This queried data will be served to the clients available worldwide. This is achieved with the help of GPRS module SIM300. Fig.1.1 Embedded web server System Fig.2.1 Online System LPC2917-1 (ARM-9) Processor is used as a heart of the embedded web server. Algorithm of ONLINE Hardware: 1. Start 2. Read the sensor output (one by one for all predefined channels) 3. Analog to Digital conversion. www.ijera.com 4. 5. 6. 7. Convert to appropriate values in case of gas unit, temperature unit and moisture unit. Convert total data as a packet format of message. Upload to IP link through defined communication protocol for embedded web server. Stop 213 | P a g e
  • 3. Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215 Algorithm of ONLINE Software: 1. Start. 2. Get the packed group messages through access point. 3. Convert them to read values of data for end user operations 4. Update the data to web page through a protocol and algorithm. 5. Operations as per request from clients. 6. Give the specific output. Fig.3.1 shows, Embedded Web Server with Offline mode. Here we have designed offline system inbuilt with 8-bit co-processor technique so one can get the data on personal computer without any internet connection, for personal reference. It can be also used for the analysis like system failure Fig.3.2 shows Data management in the system. www.ijera.com Algorithm of OFFLINE Hardware: 1. Start 2. Read the sensor output (one by one for all predefined channels) 3. ADC conversation 4. Convert to appropriate values in case of gas unit, temperature unit and moisture unit 5. Write total data in external memory through a specified algorithm. 6. Stop Algorithm of OFFLINE Software: 1. Start. 2. Read total data in external memory through a specified algorithm with help of 8 bit microcontroller. Fig.3.1. Offline mode 3. Update the data to desktop application through a protocol and algorithm. 4. Operation as per request from windows user. 5. Give the specific output. 6. Stop Fig.4. gives the data management in the system, where bulky data is transferred through dummy (FTP) server. Clients can directly interact with the server by putting query. III. Components, Software and Sensors used in the system – i) Processor - ARM-9 : LPC2917-1 ii) GPRS Module: SIM300 iii) Development IDE: Keil iv) RTOS: µC/OS-II v) PCB Design: Orcad 9.0 vi) Online front end: ASP.net vii) Backend: Sql server 2008 www.ijera.com viii) Offline front end: VB 6.0 Sensors used – 1. Humidity sensor Module SY-HS-22 2. LM -35 Precision Centigrade Temperature Sensor 3. MQ-6 gas sensor The system is basically used in industries where manual observation is not possible. IV. Conclusion This system eliminates the need for central server. A novel approach introduced minimizes the operational costs while operating with a large amount of data. The system is demonstrated to work for online as well as offline. This system has advantages in terms of allowing direct communication and reducing overhead, which can be vitally important for some real-time applications. The operational costs 214 | P a g e
  • 4. Ms.Vaishali Dhawale et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 1( Version 3), January 2014, pp.212-215 have been reduced by relinquishing the storage of large data to an FTP server on the Internet. A remote user only requires a common internet browser to get the information of real time data. www.ijera.com network element management‖ International Journal of Network Management, pp. 261– 275, Oct 2000 REFERENCES Journal Papers: [1] An Internet-Based Interactive Embedded Data-Acquisition System for Real-Time Applications IEEE Transactions On Instrumentation And Measurement, VOL. 58, NO. 3, MARCH 2009 Ali Ziya Alkar, Member, IEEE, and Mehmet Atif Karaca [2] K. Jacker and J. Mckinney, ―TkDAS—A data acquisition system using RTLinux, COMEDI, and Tcl/Tk,‖ in Proc. Third RealTime Linux workshop 2001. [Online]. Available: The Real Time Linux Foundations: 2001/papers.html [3] Design and Implementation of an Embedded Web Server Based on ARM Mo Guan School of Information Science & Engineering ,Shenyang University of Technology,Shenyang , China [4] ―Embedded Web Server on Nios II Embedded FPGA Platform‖ Second International Conference on Emerging Trends in Engineering and Technology, ICETET-09, 978-0-7695-3884-6/09 $26.00 © 2009 IEEE Ms. Nivedita N. Joshi, Lecturer, Y.C.C.E., Nagpur, India, [5] Klimchynski, ―Extensible embedded Web server for internet-based data acquisition and control,‖ in Proc. 3rd IEEE Int. Conf. Sensors,Vienna, Austria, Oct. 24–27, 2004, vol. 1, pp. 52–55. [6] Design and Development of ARM processor Based Web Server. International Journal of Recent Trends in Engineering, Vol. 1, No. 4, May 2009 V.Billy Rakesh Roy1, Sanket Dessai1, and S. G.Shiva Prasad Yadav 1 1 M S Ramaiah School of Advanced Studies in Collaboration with Coventry University (UK)/Embedded Design Centre, Bangalore, India [7] ‖Design of on-line Interactive Data Acquisition and Control System for embedded real time applications.‖ PROCEEDINGS OF ICETECT 2011 Manivannan M , PG Scholar, Embedded System technology Coimbatore, India Kumaresan N, Asst. Professor, department of ECE, Anna university of technology Coimbatore, India. [8] Hong-Taek Ju, _ Mi-Joung Choi and James W. Hong ―An efficient and lightweight embedded Web server for Web-based www.ijera.com 215 | P a g e