SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 9, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 1925
Data Acquisition and Control System for Real Time Applications
Sheetal Mahadik1
Prof. P. G.Chilveri2
1
M. E. Student 2
Assistant Professor
1,2
Department of Electronics & Telecommunication Engineering
1, 2
Smt. Kashibai Navale College of Engineering, Pune, Pune University, India
Abstract—This paper proposes an Embedded Ethernet
which is nothing but a processor that is capable to
communicate with the network. This helps in data
acquisition and status monitoring with the help of standard
LAN. Currently device with processor is widely used in
industrial field. The Embedded Ethernet provides web
access to distributed measurement/control systems and
provides optimization for instrumentation, educational
laboratories and home automation. However, a large number
of devices don't have the network interface and the data
from them cannot be transmitted in network. A design of
ARM Processor based Embedded Ethernet interface is
presented. In this design, data can be transmitted
transparently through Ethernet interface unit to remote end
desktop computer. By typing the IP address of LAN on the
ARM9 board, the user gets sensor values on the PC screen
at remote station. This provides the status of the devices at
remote field. The user can also control the devices
interfaced to the ARM9 Board by pressing the button
displayed on the GUI of the remote Desktop PC.
Key words: ARM9 Processor, Embedded Ethernet, Linux,
TCP/IP.
I. INTRODUCTION
Due to development in communication and network
technology, the industrial control need can be completed via
network is a trend now. The main purpose of the design is to
make traditional monitoring systems that have the
capabilities of remote monitoring or data transmission by
introducing Ethernet interface in it. So an ARM processor
based Embedded Ethernet interface system is designed. In
the system the data can be transmitted transparently between
host and serial device and the host can communicate with
any serial device connected with Ethernet without knowing
each other’s physical location. When the serial device needs
to establish communication with a new host, what you can
do is just to connect the host to Ethernet. A web server can
be embedded into any appliance and connected to the
Internet so the appliance can be monitored and controlled
from remote places through the browser in a desktop.
Temperature, Pressure, displacement, motion and sound are
the most often measured environmental quantities. Among
these environmental quantities, temperature is the most
often measured parameter in industries. For example, some
processes work only within a narrow range of temperatures;
certain chemical reactions, biological processes, and even
electronic circuits perform best within limited temperature
ranges. So, it is necessary to measure the temperature and
control if it exceeds some certain limit to avoid any
misbehavior of the systems.
II. SYSTEM DESIGN
In this, all the design aspects including the block diagram,
functional description of the system are discussed in detail.
System ArchitectureA.
Following Fig. 1Shows the proposed system of Data
Acquisition and Control Systems (DACS) with Embedded
Web Server. The ARM processor manages all the tasks such
as measuring analog signals, conversion of signals, database
updating and connecting/communicating with new users etc.
In this architecture the client PC is connected to the Internet
through a browser and gets access to the embedded Web
server. Using this way remote login and controlling is
possible. But for demonstration purpose and for prototype
design; the system is designed which is limited over the
LAN only. That means ARM9 Board with sensors and
relays can be accessed over the LAN only.
Fig. 1: Embedded Web Server Architecture
Hardware Design of the SystemB.
ARM core is the center core of this system. The general
hardware structure of the IDACS is shown in Fig.1.The
online intelligent data acquisition and control system based
on embedded ARM platform has high universality,
acquisition and control device is equipped with
acquisition/control channels and isolated from each other.
Each I/O channel can select a variety of electrical and non-
electrical signals like current, voltage, resistance etc.
Samsung Company brings out a 32bit RISC microcontroller
called S3C2440X, which is designed for hand-held devices
and general applications; it is cost-effective, low-power, and
high-performance microcontroller. To reduce total system
cost, the S3C 2440X includes the following components i.e.
MMU to handle virtual memory management, LCD
Controller (STN & TFT), NAND Flash Boot Loader,
System Manager (chip select logic and SDRAM Controller),
3-ch UART, I/O Ports, RTC, and Touch Screen Interface,
the main frequency of S3C2440 up to 400MHz etc.
S3C2440X reduces the whole cost of the system and
enhances integration and dependability of the system. The
S3C2440 CPU chip has two types of boot modes: booting
from the NAND flash and booting from the NOR flash.
Steppingstone buffer is present in SDRAM to support boot
loader in the NAND Flash. When the system is started, the
first 4Kbyte content in NAND Flash is loaded to the
Data Acquisition and Control System for Real Time Applications
(IJSRD/Vol. 1/Issue 9/2013/0058)
All rights reserved by www.ijsrd.com 1926
Steppingstone buffer and gets executed. During Start up, the
contents of the NAND Flash are copied to the SDRAM.
Main program then executes from the SDRAM.
Fig. 2: General Structure of the Remote DACS
Software Design of the SystemC.
It includes the following steps:
1) Transplant U-Boot
At first, cross-compiling environment is built, which is a
code generated from one platform and used in another
platform. For this system, it is generated in PC and can run
on the development board. Arm-linux-4.4.3 is used as the
cross compilation tool-chain. Transplanted U-boot will be
done after installing the cross compilation tool-chain and
configuring the development environment. U-Boot is at the
boot loader stage. Boot loader is the first software code after
system powers up. It initializes the hardware equipment and
builds up the map of memory space. Then the hardware and
software environment of the system may be suitable for the
OS Kernel boot. This system adopts u-boot-1.1.6. Download
and decompress source code. Modify source code in order to
support MINI 2440 development board, and add the boot
function of NAND Flash. Compiling u-boot-1.1.6 generates
a binary file u-boot.bin. Download it to MINI 2440
development board through Jtag interface.
2) Transplant Linux kernel
OS kernel is the center of the operating system. A complete
operating system includes more tools, libraries, application
programs and kernel source. Linux kernel source can be
downloaded from Internet free of charge. This system uses
Linux-2.6.32 kernel source. Firstly, customize Linux kernel
source and modify the source code. Add processor support,
Nand flash chip support and Yaffs file system support.
Dispose the program module in order to support the
hardware module of MINI 2440 development board. Then,
cross-compile the kernel source to generate zImage. At last,
download the mapping file to NAND Flash memory.
3) Load file system
By building, canceling, reading and writing, modifying and
copying files, file system can access files by name and make
access control. After Linux system startup, root file system
must be mounted firstly. If not mounted from designated
equipment, the system will be treated as making mistakes
and quit startup. This system adopts Yaffs file system. As a
kind of JFS designed for NAND flash memory in embedded
system, Yaffs has the characteristics of high efficiency,
short mount time and small memory requirement.
4) Application program
This system adopts Qtopia as the platform for application
program. As a general application platform designed by
Troltech and used in those consumer electronics with
embedded Linux operating system, Qtopia contains
complete application layer, flexible user interface, window
operating system, and application program startup and
development framework. Qtopia-2.2.0 is adopted, which is
the most advanced edition in PDA Qtopia. Qtopia-2.2.0
possesses PDA function. Besides this system has the
function of wireless communication, including making calls,
short message management, telephone directory
management and network data deliver. GUI graphical
interface is designed by QT Creator. QT Creator, a kind of
design tool with visualized user interface, can improve the
development speed of QT application program. Three
interfaces are designed in the wireless communication
module, containing calling, short message management and
network data deliver. Following lines of the code are used to
send the SMS if temperature goes beyond the set value that
is 600
C.
/* write the basic AT */
ret = write(CommFd, "ATr", 3);
/* Enter in Text Mode */
ret = write(CommFd, "AT+CMGF=1r", 10);
/* Read the Number */
str = LineEdit3->text();
/* Read the sms */
str2 = "ALERT!!! Temperature Overshoot!!!!";
sprintf(buf2,"AT+CMGS="%s";rn%s",str.data(),str2.data
()); buf2[strlen(buf2)+1] = '0';
buf2[strlen(buf2)] =(char)0x1A;
/* send the message */
ret = write(CommFd, buf2, strlen(buf2)+1);
This is the small function that is written in main program for
sending SMS through SIM 900 GSM Modem. In program
we have used following lines of code to declare the Ethernet
port number at the server side.
int portno = 8889, fd, fd1; // Declaration of port number.
server_address.sin_port = htons(portno); //server port no.
server_len = sizeof(server_address); //length of the server
address.
III. TEMPERATURE,HUMIDITY MEASUREMENT
AND ITS CONTROL
SHT-71 Sensor is used to measure the temperature and
humidity simultaneously. SHT7x (including SHT71 and
SHT75) is Sensirion’s family of relative humidity and
temperature sensors with pins. The sensors integrate sensor
elements plus signal processing in compact format and
provide a fully calibrated digital output. A unique capacitive
sensor element is used for measuring relative humidity
while temperature is measured by a band-gap sensor. The
Data Acquisition and Control System for Real Time Applications
(IJSRD/Vol. 1/Issue 9/2013/0058)
All rights reserved by www.ijsrd.com 1927
interface with the SHT is similar to the Philips I2C protocol
in having a unidirectional clock (SCK) and a bidirectional
data lead (DATA), but the actual protocol is quite different.
Fig. 3: Typical Application Circuit With Pull up
Resistor(Rp).
To initiate each communication session, the device
is reset by bringing DATA high (high impedance) and
providing nine clock pulses. As with the I2C protocol, the
DATA lead is bidirectional and thus the two states are open
(high Z) with an external 4.7K pull up resistor providing the
logic one and ground acting as a logic zero. Application
program has been written at both the ends which will
automatically detects the rise in temperature and sends SMS
on a number provided in the GUI designed on the ARM
board as well as it makes buzzer ON so that worker can
immediately detects the rise in temperature at the field side.
We can make ON the fan for cooling purpose connected at
field side through the GUI designed at the PC side.
IV. RESULTS AND DISCUSSIONS
Following fig. 4 and 5 shows execution results of ARM
Embedded web server based on DACS system.
Fig. 4: Temperature And Humidity Measurement at PC
Side.
Fig. 5: Temperature And Humidity Measurement at ARM
Board Side.
Fig. 6: Components Of DAC System.
V. CONCLUSION
In this application, a low-cost, Network based data
acquisition and control system has been designed and
implemented. Compared with other applications, this system
has advantages in terms of allowing direct bidirectional
communication and reducing overhead, which can be vitally
important for some real-time applications. Thus the system
provides higher demand of data accuracy and reliability of
the control system. The embedded system implements the
application as a center processing task, which can adapt the
strict demands of application system well to the function,
reliability, cost, size and power consumption etc.
REFERENCES
[1] S. Li, Jiarong, R. Luo, Yichun C. Wu, Guiming M. Li,
Feng Wang, and Yong Wang. “Continuous and Real-
Time Data Acquisition Embedded System for EAST”,
IEEE Trans. Nuclear science, Vol.57, No.2, pp. 696-
699, April 2010.
[2] Tran Nguyen, Bao Anh, Su-Lim Tan, “Real-Time
Operating Systems for small microcontrollers”, IEEE
Comp society, pp. 31-45, September 2009.
[3] F. Acernese, P. Amico, M. Alshourbagy, F. Antonucci,
S. Aoudia, P. Astone, S. Avino, D. Babusci, G.
Ballardin, ”Data Acquisition System of the Virgo
Gravitational Waves Interferometric Detector,” IEEE
Trans. Nuclear science , Vol. 55, No. 1, pp.225-232,
February 2008
[4] Bhairavi Savant and Rahul Desai, "Deployment of
RTLinux on various Platforms,” IEEE conference-
ICTES pp. 1058-1062, Dec. 20- 22, 2007.
[5] S. B. Silverstein, J. Rosenqvist, and C. Bohm, “A
simple Linux-based platform for rapid prototyping of
experimental control systems,” IEEE Trans. Nucl. Sci.,
vol. 53, no. 3, pp. 927–929, Jun. 2006.
[6] E. Siever, A. Weber, S. Figgins, and R. Love, CA:
O’Reilly, “Linux in a Nutshell,” 2005.
[7] K. Jackerand J. McKinney, “TkDAS- A data
acquisition system using RTLinux, COMEDI, and
Tcl/Tk,” inProc. Third Real Time Linux Foundation:
http://www.realtimelinuxfoundation.org/events/rtlws-
2001/papers.html
Data Acquisition and Control System for Real Time Applications
(IJSRD/Vol. 1/Issue 9/2013/0058)
All rights reserved by www.ijsrd.com 1928
[8] J. E. Marca, C. R. Rindt, M. Mcnally, and S. T.
Doherty, “A GPS enhanced in- vehicle extensible
data collection unit,” Inst. Transp. Studies, Univ.
California, Irvine, CA, Uci-Its-As-Wp-00-9, 2000.
[9] 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.
[10] Xiguang, Li Bonian, Zhao Likai, Zhang Jie, and Zhang
Minghu “An embedded real-time remote monitoring
system based on B/S mode”978-1-61284-722-
1/11/$26.00 ©2011 IEEE.
[11] Yakun Liu Xiaodong Cheng “Design and
Implementation of Embedded Web Server Based on
ARM and Linux” 978-1-4244-7656-511 01$26.00
©201 0 IEEE.
[12] Mo Guan and Minghai Gu, “Design and
Implementation of an Embedded Web Server Based on
ARM” 978-1-4244-6055-7/10/$26.00 ©2010 IEEE.
[13] Installation Manual for S3C2440.

More Related Content

What's hot

Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)
Moe Moe Myint
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET Journal
 
Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)
Moe Moe Myint
 
Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)
Moe Moe Myint
 
Introduction to Embedded Systems I : Chapter 1
Introduction to Embedded Systems I : Chapter 1Introduction to Embedded Systems I : Chapter 1
Introduction to Embedded Systems I : Chapter 1
Moe Moe Myint
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
GOKUL SREE
 
ETHERNET PACKET PROCESSOR FOR SOC APPLICATION
ETHERNET PACKET PROCESSOR FOR SOC APPLICATIONETHERNET PACKET PROCESSOR FOR SOC APPLICATION
ETHERNET PACKET PROCESSOR FOR SOC APPLICATION
cscpconf
 
Ppt on embedded systems
Ppt on embedded systemsPpt on embedded systems
Ppt on embedded systems
Vaibhava Mishra
 
Embedded System
Embedded System Embedded System
Embedded System
Sonali Parab
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Language for Embedded System
Language for Embedded System Language for Embedded System
Language for Embedded System
vkrhanjeeth .
 
Embedded two mark question
Embedded two mark questionEmbedded two mark question
Embedded two mark question
JCT COLLEGE OF ENGINEERING AND TECHNOLOGY
 
Module1 introduction to network
Module1 introduction to networkModule1 introduction to network
Module1 introduction to networkMiz Malinz
 
Embedded system introduction
Embedded system introductionEmbedded system introduction
Embedded system introduction
RajalakshmiSermadurai
 
Implementation of linux based uart device driver
Implementation of linux based uart device driverImplementation of linux based uart device driver
Implementation of linux based uart device driver
eSAT Publishing House
 
Embedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - MtechEmbedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - Mtech
sangeetha rakhi
 
Ppt embedded systems
Ppt embedded systemsPpt embedded systems
Ppt embedded systems
Multisoft Virtual Academy
 

What's hot (19)

Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
 
Current System
Current SystemCurrent System
Current System
 
Embedded System
Embedded SystemEmbedded System
Embedded System
 
Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)
 
Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)
 
Introduction to Embedded Systems I : Chapter 1
Introduction to Embedded Systems I : Chapter 1Introduction to Embedded Systems I : Chapter 1
Introduction to Embedded Systems I : Chapter 1
 
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITYSYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
SYSTEM ADMINISTRATION AND MAINTENANCE NOTES PERIYAR UNIVERSITY
 
ETHERNET PACKET PROCESSOR FOR SOC APPLICATION
ETHERNET PACKET PROCESSOR FOR SOC APPLICATIONETHERNET PACKET PROCESSOR FOR SOC APPLICATION
ETHERNET PACKET PROCESSOR FOR SOC APPLICATION
 
Ppt on embedded systems
Ppt on embedded systemsPpt on embedded systems
Ppt on embedded systems
 
Embedded System
Embedded System Embedded System
Embedded System
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Language for Embedded System
Language for Embedded System Language for Embedded System
Language for Embedded System
 
Embedded two mark question
Embedded two mark questionEmbedded two mark question
Embedded two mark question
 
Module1 introduction to network
Module1 introduction to networkModule1 introduction to network
Module1 introduction to network
 
Embedded system introduction
Embedded system introductionEmbedded system introduction
Embedded system introduction
 
Implementation of linux based uart device driver
Implementation of linux based uart device driverImplementation of linux based uart device driver
Implementation of linux based uart device driver
 
Embedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - MtechEmbedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - Mtech
 
Ppt embedded systems
Ppt embedded systemsPpt embedded systems
Ppt embedded systems
 

Similar to Data Acquisition and Control System for Real Time Applications

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
IJERA Editor
 
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
IOSR Journals
 
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
IOSR Journals
 
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
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
eSAT Publishing House
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
eSAT 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
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
Pawan Kumar Ganjhu
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
IJERA Editor
 
E010113235
E010113235E010113235
E010113235
IOSR Journals
 
Ig3514391443
Ig3514391443Ig3514391443
Ig3514391443
IJERA Editor
 
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
IRJET Journal
 
Ens
EnsEns
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
40NehaPagariya
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
IRJET Journal
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
Benjim Thomas Mathew
 
Facebook and Telecom
Facebook and TelecomFacebook and Telecom
Facebook and Telecom
Marie-Paule Odini
 
Ethernet Enabled Digital I/O Control in Embedded Systems
Ethernet Enabled Digital I/O Control in Embedded SystemsEthernet Enabled Digital I/O Control in Embedded Systems
Ethernet Enabled Digital I/O Control in Embedded Systems
IOSR Journals
 

Similar to Data Acquisition and Control System for Real Time Applications (20)

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
 
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
 
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
 
Beagle board
Beagle boardBeagle board
Beagle board
 
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
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition 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...
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
E010113235
E010113235E010113235
E010113235
 
Ig3514391443
Ig3514391443Ig3514391443
Ig3514391443
 
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
 
Ens
EnsEns
Ens
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
 
IRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing FrameworkIRJET- ALPYNE - A Grid Computing Framework
IRJET- ALPYNE - A Grid Computing Framework
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
 
Facebook_TIP_Nov
Facebook_TIP_NovFacebook_TIP_Nov
Facebook_TIP_Nov
 
Facebook and Telecom
Facebook and TelecomFacebook and Telecom
Facebook and Telecom
 
Ethernet Enabled Digital I/O Control in Embedded Systems
Ethernet Enabled Digital I/O Control in Embedded SystemsEthernet Enabled Digital I/O Control in Embedded Systems
Ethernet Enabled Digital I/O Control in Embedded Systems
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 

Recently uploaded (20)

CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 

Data Acquisition and Control System for Real Time Applications

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 9, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 1925 Data Acquisition and Control System for Real Time Applications Sheetal Mahadik1 Prof. P. G.Chilveri2 1 M. E. Student 2 Assistant Professor 1,2 Department of Electronics & Telecommunication Engineering 1, 2 Smt. Kashibai Navale College of Engineering, Pune, Pune University, India Abstract—This paper proposes an Embedded Ethernet which is nothing but a processor that is capable to communicate with the network. This helps in data acquisition and status monitoring with the help of standard LAN. Currently device with processor is widely used in industrial field. The Embedded Ethernet provides web access to distributed measurement/control systems and provides optimization for instrumentation, educational laboratories and home automation. However, a large number of devices don't have the network interface and the data from them cannot be transmitted in network. A design of ARM Processor based Embedded Ethernet interface is presented. In this design, data can be transmitted transparently through Ethernet interface unit to remote end desktop computer. By typing the IP address of LAN on the ARM9 board, the user gets sensor values on the PC screen at remote station. This provides the status of the devices at remote field. The user can also control the devices interfaced to the ARM9 Board by pressing the button displayed on the GUI of the remote Desktop PC. Key words: ARM9 Processor, Embedded Ethernet, Linux, TCP/IP. I. INTRODUCTION Due to development in communication and network technology, the industrial control need can be completed via network is a trend now. The main purpose of the design is to make traditional monitoring systems that have the capabilities of remote monitoring or data transmission by introducing Ethernet interface in it. So an ARM processor based Embedded Ethernet interface system is designed. In the system the data can be transmitted transparently between host and serial device and the host can communicate with any serial device connected with Ethernet without knowing each other’s physical location. When the serial device needs to establish communication with a new host, what you can do is just to connect the host to Ethernet. A web server can be embedded into any appliance and connected to the Internet so the appliance can be monitored and controlled from remote places through the browser in a desktop. Temperature, Pressure, displacement, motion and sound are the most often measured environmental quantities. Among these environmental quantities, temperature is the most often measured parameter in industries. For example, some processes work only within a narrow range of temperatures; certain chemical reactions, biological processes, and even electronic circuits perform best within limited temperature ranges. So, it is necessary to measure the temperature and control if it exceeds some certain limit to avoid any misbehavior of the systems. II. SYSTEM DESIGN In this, all the design aspects including the block diagram, functional description of the system are discussed in detail. System ArchitectureA. Following Fig. 1Shows the proposed system of Data Acquisition and Control Systems (DACS) with Embedded Web Server. The ARM processor manages all the tasks such as measuring analog signals, conversion of signals, database updating and connecting/communicating with new users etc. In this architecture the client PC is connected to the Internet through a browser and gets access to the embedded Web server. Using this way remote login and controlling is possible. But for demonstration purpose and for prototype design; the system is designed which is limited over the LAN only. That means ARM9 Board with sensors and relays can be accessed over the LAN only. Fig. 1: Embedded Web Server Architecture Hardware Design of the SystemB. ARM core is the center core of this system. The general hardware structure of the IDACS is shown in Fig.1.The online intelligent data acquisition and control system based on embedded ARM platform has high universality, acquisition and control device is equipped with acquisition/control channels and isolated from each other. Each I/O channel can select a variety of electrical and non- electrical signals like current, voltage, resistance etc. Samsung Company brings out a 32bit RISC microcontroller called S3C2440X, which is designed for hand-held devices and general applications; it is cost-effective, low-power, and high-performance microcontroller. To reduce total system cost, the S3C 2440X includes the following components i.e. MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, I/O Ports, RTC, and Touch Screen Interface, the main frequency of S3C2440 up to 400MHz etc. S3C2440X reduces the whole cost of the system and enhances integration and dependability of the system. The S3C2440 CPU chip has two types of boot modes: booting from the NAND flash and booting from the NOR flash. Steppingstone buffer is present in SDRAM to support boot loader in the NAND Flash. When the system is started, the first 4Kbyte content in NAND Flash is loaded to the
  • 2. Data Acquisition and Control System for Real Time Applications (IJSRD/Vol. 1/Issue 9/2013/0058) All rights reserved by www.ijsrd.com 1926 Steppingstone buffer and gets executed. During Start up, the contents of the NAND Flash are copied to the SDRAM. Main program then executes from the SDRAM. Fig. 2: General Structure of the Remote DACS Software Design of the SystemC. It includes the following steps: 1) Transplant U-Boot At first, cross-compiling environment is built, which is a code generated from one platform and used in another platform. For this system, it is generated in PC and can run on the development board. Arm-linux-4.4.3 is used as the cross compilation tool-chain. Transplanted U-boot will be done after installing the cross compilation tool-chain and configuring the development environment. U-Boot is at the boot loader stage. Boot loader is the first software code after system powers up. It initializes the hardware equipment and builds up the map of memory space. Then the hardware and software environment of the system may be suitable for the OS Kernel boot. This system adopts u-boot-1.1.6. Download and decompress source code. Modify source code in order to support MINI 2440 development board, and add the boot function of NAND Flash. Compiling u-boot-1.1.6 generates a binary file u-boot.bin. Download it to MINI 2440 development board through Jtag interface. 2) Transplant Linux kernel OS kernel is the center of the operating system. A complete operating system includes more tools, libraries, application programs and kernel source. Linux kernel source can be downloaded from Internet free of charge. This system uses Linux-2.6.32 kernel source. Firstly, customize Linux kernel source and modify the source code. Add processor support, Nand flash chip support and Yaffs file system support. Dispose the program module in order to support the hardware module of MINI 2440 development board. Then, cross-compile the kernel source to generate zImage. At last, download the mapping file to NAND Flash memory. 3) Load file system By building, canceling, reading and writing, modifying and copying files, file system can access files by name and make access control. After Linux system startup, root file system must be mounted firstly. If not mounted from designated equipment, the system will be treated as making mistakes and quit startup. This system adopts Yaffs file system. As a kind of JFS designed for NAND flash memory in embedded system, Yaffs has the characteristics of high efficiency, short mount time and small memory requirement. 4) Application program This system adopts Qtopia as the platform for application program. As a general application platform designed by Troltech and used in those consumer electronics with embedded Linux operating system, Qtopia contains complete application layer, flexible user interface, window operating system, and application program startup and development framework. Qtopia-2.2.0 is adopted, which is the most advanced edition in PDA Qtopia. Qtopia-2.2.0 possesses PDA function. Besides this system has the function of wireless communication, including making calls, short message management, telephone directory management and network data deliver. GUI graphical interface is designed by QT Creator. QT Creator, a kind of design tool with visualized user interface, can improve the development speed of QT application program. Three interfaces are designed in the wireless communication module, containing calling, short message management and network data deliver. Following lines of the code are used to send the SMS if temperature goes beyond the set value that is 600 C. /* write the basic AT */ ret = write(CommFd, "ATr", 3); /* Enter in Text Mode */ ret = write(CommFd, "AT+CMGF=1r", 10); /* Read the Number */ str = LineEdit3->text(); /* Read the sms */ str2 = "ALERT!!! Temperature Overshoot!!!!"; sprintf(buf2,"AT+CMGS="%s";rn%s",str.data(),str2.data ()); buf2[strlen(buf2)+1] = '0'; buf2[strlen(buf2)] =(char)0x1A; /* send the message */ ret = write(CommFd, buf2, strlen(buf2)+1); This is the small function that is written in main program for sending SMS through SIM 900 GSM Modem. In program we have used following lines of code to declare the Ethernet port number at the server side. int portno = 8889, fd, fd1; // Declaration of port number. server_address.sin_port = htons(portno); //server port no. server_len = sizeof(server_address); //length of the server address. III. TEMPERATURE,HUMIDITY MEASUREMENT AND ITS CONTROL SHT-71 Sensor is used to measure the temperature and humidity simultaneously. SHT7x (including SHT71 and SHT75) is Sensirion’s family of relative humidity and temperature sensors with pins. The sensors integrate sensor elements plus signal processing in compact format and provide a fully calibrated digital output. A unique capacitive sensor element is used for measuring relative humidity while temperature is measured by a band-gap sensor. The
  • 3. Data Acquisition and Control System for Real Time Applications (IJSRD/Vol. 1/Issue 9/2013/0058) All rights reserved by www.ijsrd.com 1927 interface with the SHT is similar to the Philips I2C protocol in having a unidirectional clock (SCK) and a bidirectional data lead (DATA), but the actual protocol is quite different. Fig. 3: Typical Application Circuit With Pull up Resistor(Rp). To initiate each communication session, the device is reset by bringing DATA high (high impedance) and providing nine clock pulses. As with the I2C protocol, the DATA lead is bidirectional and thus the two states are open (high Z) with an external 4.7K pull up resistor providing the logic one and ground acting as a logic zero. Application program has been written at both the ends which will automatically detects the rise in temperature and sends SMS on a number provided in the GUI designed on the ARM board as well as it makes buzzer ON so that worker can immediately detects the rise in temperature at the field side. We can make ON the fan for cooling purpose connected at field side through the GUI designed at the PC side. IV. RESULTS AND DISCUSSIONS Following fig. 4 and 5 shows execution results of ARM Embedded web server based on DACS system. Fig. 4: Temperature And Humidity Measurement at PC Side. Fig. 5: Temperature And Humidity Measurement at ARM Board Side. Fig. 6: Components Of DAC System. V. CONCLUSION In this application, a low-cost, Network based data acquisition and control system has been designed and implemented. Compared with other applications, this system has advantages in terms of allowing direct bidirectional communication and reducing overhead, which can be vitally important for some real-time applications. Thus the system provides higher demand of data accuracy and reliability of the control system. The embedded system implements the application as a center processing task, which can adapt the strict demands of application system well to the function, reliability, cost, size and power consumption etc. REFERENCES [1] S. Li, Jiarong, R. Luo, Yichun C. Wu, Guiming M. Li, Feng Wang, and Yong Wang. “Continuous and Real- Time Data Acquisition Embedded System for EAST”, IEEE Trans. Nuclear science, Vol.57, No.2, pp. 696- 699, April 2010. [2] Tran Nguyen, Bao Anh, Su-Lim Tan, “Real-Time Operating Systems for small microcontrollers”, IEEE Comp society, pp. 31-45, September 2009. [3] F. Acernese, P. Amico, M. Alshourbagy, F. Antonucci, S. Aoudia, P. Astone, S. Avino, D. Babusci, G. Ballardin, ”Data Acquisition System of the Virgo Gravitational Waves Interferometric Detector,” IEEE Trans. Nuclear science , Vol. 55, No. 1, pp.225-232, February 2008 [4] Bhairavi Savant and Rahul Desai, "Deployment of RTLinux on various Platforms,” IEEE conference- ICTES pp. 1058-1062, Dec. 20- 22, 2007. [5] S. B. Silverstein, J. Rosenqvist, and C. Bohm, “A simple Linux-based platform for rapid prototyping of experimental control systems,” IEEE Trans. Nucl. Sci., vol. 53, no. 3, pp. 927–929, Jun. 2006. [6] E. Siever, A. Weber, S. Figgins, and R. Love, CA: O’Reilly, “Linux in a Nutshell,” 2005. [7] K. Jackerand J. McKinney, “TkDAS- A data acquisition system using RTLinux, COMEDI, and Tcl/Tk,” inProc. Third Real Time Linux Foundation: http://www.realtimelinuxfoundation.org/events/rtlws- 2001/papers.html
  • 4. Data Acquisition and Control System for Real Time Applications (IJSRD/Vol. 1/Issue 9/2013/0058) All rights reserved by www.ijsrd.com 1928 [8] J. E. Marca, C. R. Rindt, M. Mcnally, and S. T. Doherty, “A GPS enhanced in- vehicle extensible data collection unit,” Inst. Transp. Studies, Univ. California, Irvine, CA, Uci-Its-As-Wp-00-9, 2000. [9] 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. [10] Xiguang, Li Bonian, Zhao Likai, Zhang Jie, and Zhang Minghu “An embedded real-time remote monitoring system based on B/S mode”978-1-61284-722- 1/11/$26.00 ©2011 IEEE. [11] Yakun Liu Xiaodong Cheng “Design and Implementation of Embedded Web Server Based on ARM and Linux” 978-1-4244-7656-511 01$26.00 ©201 0 IEEE. [12] Mo Guan and Minghai Gu, “Design and Implementation of an Embedded Web Server Based on ARM” 978-1-4244-6055-7/10/$26.00 ©2010 IEEE. [13] Installation Manual for S3C2440.