SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -17
On-line IDACS for Embedded Real Time Application
Mr. Avhad M. P. Mr. G. A. Kulkarni
ME (communication) Student Assistant Prof. SSGBCOE, Bhusawal
SSGB COE, Bhusawal, NMU North Maharashtra university
Abstract: Design of on-line embedded web server is a challenging part of many embedded and real time data
acquisition and control system applications. The World Wide Web is a global system of interconnected computer
networks that use the standard Internet Protocol Suite (TCP/IP) to serve billion of users worldwide and allows the
user to interface many real time embedded applications like data acquisition, Industrial automations and safety
measures etc,. This paper approached towards the design and development of on-line Interactive Data Acquisition and
Control System (IDACS) using ARM based embedded web server. It can be a network, intelligent and digital
distributed control system. Single chip IDACS method improves the processing capability of a system and overcomes
the problem of poor real time and reliability. This system uses ARM9 Processor portability with Real Time Linux
operating system (RTLinux RTOS) it makes the system more real time and handling various processes based on multi-
tasking and reliable scheduling mechanisms. Web server application is ported into an ARM processor using embedded
‘C’ language. Web pages are written by Hyper text markup language (HTML); it is beneficial for real time IDACS,
Mission critical applications, ATM networks and more. Mission critical applications, ATM networks and more.
Key words: Embedded ARM9 Processor, Real Time Linux Operating system (RTLinux RTOS), Embedded web server,
Interactive data acquisition and control system (IDACS).
I. INTRODUCTION
Online Interactive Data Acquisition and Control system plays the major role in the rapid development of the fast
popularization and control in the field of measurement and control systems. It has been designed with the help of many
electrical, electronic and high voltage equipment i.e. electrical parameters of current, voltage, power, frequency, analog,
circuit breaker status, digital signal protective actions, the amount of electrical pulses degree, non-electrical Parameters of
temperature, pressure and other thermal signal, water level , signal pulse, ECG, speed and high voltage signal flow and
other hydraulic signals the usual practice is to design special data acquisition systems.
It makes the system more complicated and not reliable. This system Develop a new system that contains inbuilt Data
Acquisition and Control system (DACS) with on-line interaction. It makes the system more reliable and avoids more
complication. It is the great demand in consumer applications and many industries. This system replaces various complex
cables which are used for acquisition and it uses FPGA and ARM processor for data acquisition and digital diagnosis.
There are various digital DAC systems are available for the substitution of multisite job operation. A single worker can
interact with the machine and collect
Various data from on-going work in a single work station. The simplest design of data acquisition system is detailed in
[2], which is based on Linux Operating system [3]; it is the popular choice for many embedded real time applications and
PC systems. The design of flexible and networked data acquisition architecture was approached in [4], where the software
resources are stored in local memory to avoid the level of resource usage and increases system’s efficiency. This system
process the client based on dynamic manner by server response and it maintains separate data base with DAC controller.
In [5] advanced traffic survey mechanism uses data collection process for post processing of vehicle’s position. Signal
conditioning is the major part of any data acquisition unit. High level integration architecture was discussed in [6]; it
allows signals to be conditioned, simultaneously acquired according to the external clock and triggers processed and
transferred data to real time servers. Signal measurement from astrophysical sources is described in [7]; where the shared
memory and internet protocols are used for data handling and process from remote users. It was developed with Global
Positioning System (GPS) and Environmental monitoring system. Similarly depends on industry and its location General
Packet Radio Service (GPRS) also used for data transmission through on-line. But this paper doesn’t use GPRS and GPS
systems for data uploading into internet. It reduces the system complexity and effective for all kind of real time
applications. Every real time embedded system should be run by real time operating systems. Even a small 8-bit
microcontroller has the portability with RTOS is developed in [8].
II. BASIC SYSTEM STRUCTURE
Its structure configured in five sections such as supply system, communication system, control system, sensor system,
web system. Fig.1 shows the overview of IDAC system. Every client can access the industry directly without any
interaction with additional server and modules. IDACS shows Intelligent Data Acquisition and Control System. This
system contains single ARM9 processor which is portable with Real Time Linux RTOS.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -18
Fig.1: Basic system structure
ARM processor is the heart of this work. It handles two modes at same time, DAC and Web server. During DAC mode
Processor can measure signals which are coming from various external sources and applications. And it can control the
industry machineries by the control instruction sent by client via embedded web server. During signal measurements
Analog to digital converter is very important, because almost every external source is giving analog signal only. While
converting these analog to digital processor has to handle asynchronous interrupts. This system uses RT Linux so it can
handle many interrupts in an efficient manner because RT Linux has pre-emptive kernel with required privilege levels.
Similarly during web server mode processor will handle client request and response to the particular client by sending
web pages, client can interact the industry by giving instruction in web page on its own web browser. This setup can be
suitable for intercommunication with other nodes via Ethernet and higher end ports. Ethernet programming and execution
is very easy and adaptable with various applications. Embedded web pages are designed by HTML language.
III. SYSTEM DESIGNE
Hardware design, Software design and Porting are the entire important steps in whole system design.
A. Hardware design:
Fig.2 Show IDACS design Hardware consist of such as ARM 9 i.e. LPC 2929, Sensors like LDR, Temperature,
Humidity, Gas, Fire etc. It is having Ethernet interface with PC web server.
B. Software design:
The software design ARM controller used with C language coding used to run the system.
Fig. 2: IDACS Design
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -19
IV.RESCUE IDACS ARCHITECTURE:
Here we developed working model of IDAS for acquisitions and control system. In which uses a desktop computer to
monitor and control the parameter of the DAS using Ethernet module and to detect the parameters like Gas using Gas
sensor, Temperature with temperature sensor, Fire with fire sensor, Humidity etc.
Picture 01: IDAS Fabrication on Chip
Picture 02: Reset Circuitry
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -20
Picture 03: Crystal Circuit
Picture 04: LCD interfacing
Picture 05: Analog Sensors Interfaced with ARM7 (LPC2138)
Picture 06: Ethernet module interface with ARM 9
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -21
Picture 07: Power Supply Circuit
V. SOFTWARE DETAILS:
For the IDAS, Embedded ‘C’ language is used for Arm 9 programming. Flash Magic is a tool which supports ISP (In
System Programming) feature. It is used to burn a hex code in EEPROM of microcontroller.
Keil µ Vision IDE: The µ Vision IDE from Keil combines project management, source code editing, program debugging,
and complete simulation in one powerful environment.
Ethernet Module: Ethernet module used in our project is “WIZ810MJ”. WIZ810MJ is the network module that includes
W5100 (TCP/IP hardwired chip, include PHY), MAG-JACK (RJ45 with X’FMR) with other glue logics.
Flow chart 1: Main Flowchart for IDAS
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -22
Flow chart 2: Sub Flowchart for IDAS.
VI. PERFORMANCE ANALYSIS
Their analysis of the different parts of the system is as follows-
1] Analysis of Temperature Sensor (LM 35).
2] Analysis of Gas Sensor (MQ 6)
3] Analysis of Humidity Sensor.
1] Temperature sensor LM35-
Temperature sensor LM 35 kept in different temperatures situations like in Air conditioner (A.C.) at 25ºC and at normal
room temperature 33 ºC. Then observed output of LM 35 on LCD and PC as below.
S. NO DIFFERENT CONDITION TEMP MEASURED
0
C TEMP BY LM350
C
1 AIR CONDITIONER (25ºC) 22 24
2 NORMAL ROOM AT 32 ºC 31 31.7
3 NEAR OPEN FREEZE 6 6.7
4 NEAR ELECTRICAL ROOM HEATER 40 41.2
Table 1: Analysis of Collected Data for LM 35
2] Gas Sensor MQ 6:
Condition I-If LPG Gas releases intentionally for 30 sec, then Gas sensor indicate the following reading after particular
time.
S. NO TIME IN MIN GAS % CONCENTRATION REMARK
1 30SEC 99.9% GAS DETECTED
2 1MIN 86.4% GAS DETECTED
3 2MIN 74.2% GAS DETECTED
4 3MIN 63.1% GAS DETECTED
5 4MIN 50.9% GAS NOT DETECTED
Table 2: Analysis of Gas Sensor for condition I
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -23
Condition II-If LPG gas leaks continuously on one place, then gas sensor indicate the following reading considering the
distance in one minute.
S. NO DISTANCE GAS % CONCENTRATION REMARK
1 2MTR 99.9% GAS DETECTED
2 4MTR 84.1% GAS DETECTED
3 6MTR 73.9% GAS DETECTED
4 8MTR 62.7% GAS DETECTED
5 10MTR 51.4% NOT DETECTED
Table 3: Analysis of Gas Sensor for condition II
3] Humidity sensor:
Humidity sensor is used to measure humidity in %RH. The humidity sensor indicates the following reading at different
atmospheric conditions
On-line processing web page shows the working on PC
Picture 6: On-line processing web page
Picture 7: Client requested web page (issued by ARM web server)
Above showed web page are requested by the client and served by the embedded web server which is ported on ARM9
processor. Dummy Client can interact with the machine through its own browser via these embedded web pages. Every
client control has been executed in industry via the embedded web server.
OBJECTIVES FOR FUTURE WORK
In the future work, we will extend the on-line DAS system using technology of Ethernet and Advance ARM processors to
implement the systems in places such as small industry etc.
In future, it is also possible to provide the security to on-line DAS ARM processor using RT Linux Operating system.
Web pages are written by Hypertext mark-up language (HTML); it is beneficial for real time IDACS, Mission critical
applications, ATM networks and more.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 06, Volume 3 (June 2016) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -24
VIII. CONCLUSION
Hence with the rapid development of the field of industrial process control and the wide range of applications of network,
intelligence, digital distributed control System, it is necessary to make a higher demand of the data accuracy and
reliability of the control system. This embedded ARM system can adapt to the strict requirements of the data acquisition
and control system such as the function, reliability, cost, size, power consumption, and remote access and so on. This
paper operated by DACS mode to acquire the signals and control the devices remotely. Embedded web server mode is
used to share the data with clients in online. Both modes are efficiently carried out by real time multi-tasking. This paper
system can be widely applied to electric power, petroleum, chemical, metallurgy, steel, transportation, Electronic &
Electrical industries, Automobiles and so on.
The paper is based on the embedded technology of ARM processor in the development and research of data collection.
The main goal of designing hardware is to meet the demand of low cost, low power consumption, small volume and real-
time.
The on-line DAS control part is designed using the micro controller which communicates with PC using on-line DAS
Ethernet is used to interface the software and the hardware. Finally the performance of the on-line DAS is compared with
that of the traditional DAS on-line DAS systems used in the most of company; the analysis shows the better features
available in on-line DAS.
REFERENCES
[1]. Mr. M. P. Avhad, Mr. G. A. Kulkrni, “study of on-line IDAS”, International Journal
[2]. S. B. Silverstein, J. Rosenqvist and C. Bohm “Simple Linux-Based Platform for Rapid Prototyping of Experimental
Control Systems” IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006
[3]. Clyde C. W. Robson, Samuel Silverstein, and Christian Bohm ,”An Operation-Server Based Data Acquisition
System Architecture,”IEEETrans. Nuclear science, Vol. 55, No. 1, February 2008.
[4]. 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.
[5]. Tran Nguyen, Bao Anh, Su-Lim Tan, “Real-Time Operating Systems for small microcontrollers”IEEECompsociety,
pp.31-45, September2009.
[6]. Li, Jiarong, R.Luo, YichunC.Wu and Yong Wang. “Continuous and Real-Time Data Acquisition Embedded System
for EAST”IEEE Trans. Nuclear science, Vol.57, No.2, April 2010.
[7]. Manivannan M and Kumaresan N suggested in “Design of On-line Interactive Data Acquisition and Control System
for Embedded Real Time Applications” PROCEEDINGS OF ICETECT 2011.
[8]. Syed Ashvak Ahmed K.S.Roy K.Pavan Kumar discuss in “Data Procurement and Control Associated Online
System” International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 5- May 2013
[9]. S.P Rahul Santosh and K. Somasekhara Rao suggested in “Design of Real Time Interactive Data Acquisition and
Control System Using ARM9”.International Journal of Engineering Trends and Technology (IJETT) Volume 4
Issue 10- Oct 2013
[10]. Ramani.G and Menakambal.S suggested in “Advanced RISC Machine Based Data Acquisition Development and
Control” SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) – volume 1 Issue8
Oct 2014
[11]. High Speed Data Acquisition System with Ethernet Interface Journal of Electronics and Communication
Engineering (IOSRJECE) ISSN: 2278-2834 Volume 2, Issue 5 (Sep-Oct 2012).
[12]. Dinesh Arora, Hardeep Singh “Ethernet Passive Optical Network–A Review” IJCST Vol. 2, Issue 4, Oct. - Dec.
2011
[13]. Y. C.Wu, J. R. Luo, and J. Z. Shan, “Development of the central timing system on the EAST Tokamak,” IEEE
Trans. Nuclear science, Vol. 30, No. 9, pp. 789–792, 2007.
[14]. 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. [14] The Klimchynski
&Vienna Extensible embedded Web server for internet-based data acquisition and control, 2010.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (19)

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
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN
 
IoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring frameworkIoT based temperature and humidity monitoring framework
IoT based temperature and humidity monitoring framework
 
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-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on MortarsIRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
IRJET-Experimental Investigation on the Effect of TiO2 Particles on Mortars
 
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
 
IRJET- A Survey on Data Acquisition and Remote Monitoring Display
IRJET-  	  A Survey on Data Acquisition and Remote Monitoring DisplayIRJET-  	  A Survey on Data Acquisition and Remote Monitoring Display
IRJET- A Survey on Data Acquisition and Remote Monitoring Display
 
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
 
IRJET - IoT Gas Meters and Management Systems
IRJET - IoT Gas Meters and Management SystemsIRJET - IoT Gas Meters and Management Systems
IRJET - IoT Gas Meters and Management Systems
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
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
 
IRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoTIRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoT
 
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
IRJET- Oil Tank Prototype based on Wireless Communication-Controller System u...
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
Fog Computing: Helping the Internet of Things Realize its Potential
Fog Computing: Helping the Internet of Things Realize its PotentialFog Computing: Helping the Internet of Things Realize its Potential
Fog Computing: Helping the Internet of Things Realize its Potential
 
IOT based Industrial Automation using Raspberry Pi
IOT based Industrial Automation using  Raspberry PiIOT based Industrial Automation using  Raspberry Pi
IOT based Industrial Automation using Raspberry Pi
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 

Andere mochten auch

Kirkwood College March 2012
Kirkwood College March 2012Kirkwood College March 2012
Kirkwood College March 2012
Margie Peskin
 
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
AM Publications
 
Slide 1 WestCal Political Science 5 Western Political Thought 2016
Slide 1 WestCal Political Science 5 Western Political Thought 2016Slide 1 WestCal Political Science 5 Western Political Thought 2016
Slide 1 WestCal Political Science 5 Western Political Thought 2016
WestCal Academy
 
Trabajo de informatica geison cuasapaz y william narváez
Trabajo de informatica geison cuasapaz y william narváezTrabajo de informatica geison cuasapaz y william narváez
Trabajo de informatica geison cuasapaz y william narváez
arturocuasapaz
 
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
AM Publications
 

Andere mochten auch (11)

Kirkwood College March 2012
Kirkwood College March 2012Kirkwood College March 2012
Kirkwood College March 2012
 
Cognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applicationsCognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applications
 
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
Enhancement of Map Function Image Processing System Using DHRF Algorithm on B...
 
Slide 1 WestCal Political Science 5 Western Political Thought 2016
Slide 1 WestCal Political Science 5 Western Political Thought 2016Slide 1 WestCal Political Science 5 Western Political Thought 2016
Slide 1 WestCal Political Science 5 Western Political Thought 2016
 
Power point disney
Power point disneyPower point disney
Power point disney
 
Trabajo de informatica geison cuasapaz y william narváez
Trabajo de informatica geison cuasapaz y william narváezTrabajo de informatica geison cuasapaz y william narváez
Trabajo de informatica geison cuasapaz y william narváez
 
Implementation Secure Authentication Using Elliptic Curve Cryptography
Implementation Secure Authentication Using Elliptic Curve CryptographyImplementation Secure Authentication Using Elliptic Curve Cryptography
Implementation Secure Authentication Using Elliptic Curve Cryptography
 
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
Industry Based Vocational Higher Education Management Model (IVHEMM) On Engin...
 
Optimize Utility in Computing-Based Manufacturing Systems Using Service Model...
Optimize Utility in Computing-Based Manufacturing Systems Using Service Model...Optimize Utility in Computing-Based Manufacturing Systems Using Service Model...
Optimize Utility in Computing-Based Manufacturing Systems Using Service Model...
 
Предиктивная телефония
Предиктивная телефонияПредиктивная телефония
Предиктивная телефония
 
Classification Of Power System Stability
Classification Of Power System StabilityClassification Of Power System Stability
Classification Of Power System Stability
 

Ähnlich wie On-line IDACS for Embedded Real Time Application

Review on operating systems and routing protocols for wireless sensor
Review on operating systems and routing protocols for wireless sensorReview on operating systems and routing protocols for wireless sensor
Review on operating systems and routing protocols for wireless sensor
IAEME Publication
 
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
 

Ähnlich wie On-line IDACS for Embedded Real Time Application (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
 
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
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
 
IRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using RoboticsIRJET-E-Waste Management using Robotics
IRJET-E-Waste Management using Robotics
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking System
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserve...
Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserve...Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserve...
Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserve...
 
Review on operating systems and routing protocols for wireless sensor
Review on operating systems and routing protocols for wireless sensorReview on operating systems and routing protocols for wireless sensor
Review on operating systems and routing protocols for wireless sensor
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOT
 
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...
 
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...
 
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
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
 
Review on Smart Manufacturing Based on IoT: An Industrial Application
Review on Smart Manufacturing Based on IoT: An Industrial ApplicationReview on Smart Manufacturing Based on IoT: An Industrial Application
Review on Smart Manufacturing Based on IoT: An Industrial Application
 

Mehr von AM Publications

ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
AM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
AM Publications
 

Mehr von AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 

On-line IDACS for Embedded Real Time Application

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -17 On-line IDACS for Embedded Real Time Application Mr. Avhad M. P. Mr. G. A. Kulkarni ME (communication) Student Assistant Prof. SSGBCOE, Bhusawal SSGB COE, Bhusawal, NMU North Maharashtra university Abstract: Design of on-line embedded web server is a challenging part of many embedded and real time data acquisition and control system applications. The World Wide Web is a global system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) to serve billion of users worldwide and allows the user to interface many real time embedded applications like data acquisition, Industrial automations and safety measures etc,. This paper approached towards the design and development of on-line Interactive Data Acquisition and Control System (IDACS) using ARM based embedded web server. It can be a network, intelligent and digital distributed control system. Single chip IDACS method improves the processing capability of a system and overcomes the problem of poor real time and reliability. This system uses ARM9 Processor portability with Real Time Linux operating system (RTLinux RTOS) it makes the system more real time and handling various processes based on multi- tasking and reliable scheduling mechanisms. Web server application is ported into an ARM processor using embedded ‘C’ language. Web pages are written by Hyper text markup language (HTML); it is beneficial for real time IDACS, Mission critical applications, ATM networks and more. Mission critical applications, ATM networks and more. Key words: Embedded ARM9 Processor, Real Time Linux Operating system (RTLinux RTOS), Embedded web server, Interactive data acquisition and control system (IDACS). I. INTRODUCTION Online Interactive Data Acquisition and Control system plays the major role in the rapid development of the fast popularization and control in the field of measurement and control systems. It has been designed with the help of many electrical, electronic and high voltage equipment i.e. electrical parameters of current, voltage, power, frequency, analog, circuit breaker status, digital signal protective actions, the amount of electrical pulses degree, non-electrical Parameters of temperature, pressure and other thermal signal, water level , signal pulse, ECG, speed and high voltage signal flow and other hydraulic signals the usual practice is to design special data acquisition systems. It makes the system more complicated and not reliable. This system Develop a new system that contains inbuilt Data Acquisition and Control system (DACS) with on-line interaction. It makes the system more reliable and avoids more complication. It is the great demand in consumer applications and many industries. This system replaces various complex cables which are used for acquisition and it uses FPGA and ARM processor for data acquisition and digital diagnosis. There are various digital DAC systems are available for the substitution of multisite job operation. A single worker can interact with the machine and collect Various data from on-going work in a single work station. The simplest design of data acquisition system is detailed in [2], which is based on Linux Operating system [3]; it is the popular choice for many embedded real time applications and PC systems. The design of flexible and networked data acquisition architecture was approached in [4], where the software resources are stored in local memory to avoid the level of resource usage and increases system’s efficiency. This system process the client based on dynamic manner by server response and it maintains separate data base with DAC controller. In [5] advanced traffic survey mechanism uses data collection process for post processing of vehicle’s position. Signal conditioning is the major part of any data acquisition unit. High level integration architecture was discussed in [6]; it allows signals to be conditioned, simultaneously acquired according to the external clock and triggers processed and transferred data to real time servers. Signal measurement from astrophysical sources is described in [7]; where the shared memory and internet protocols are used for data handling and process from remote users. It was developed with Global Positioning System (GPS) and Environmental monitoring system. Similarly depends on industry and its location General Packet Radio Service (GPRS) also used for data transmission through on-line. But this paper doesn’t use GPRS and GPS systems for data uploading into internet. It reduces the system complexity and effective for all kind of real time applications. Every real time embedded system should be run by real time operating systems. Even a small 8-bit microcontroller has the portability with RTOS is developed in [8]. II. BASIC SYSTEM STRUCTURE Its structure configured in five sections such as supply system, communication system, control system, sensor system, web system. Fig.1 shows the overview of IDAC system. Every client can access the industry directly without any interaction with additional server and modules. IDACS shows Intelligent Data Acquisition and Control System. This system contains single ARM9 processor which is portable with Real Time Linux RTOS.
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -18 Fig.1: Basic system structure ARM processor is the heart of this work. It handles two modes at same time, DAC and Web server. During DAC mode Processor can measure signals which are coming from various external sources and applications. And it can control the industry machineries by the control instruction sent by client via embedded web server. During signal measurements Analog to digital converter is very important, because almost every external source is giving analog signal only. While converting these analog to digital processor has to handle asynchronous interrupts. This system uses RT Linux so it can handle many interrupts in an efficient manner because RT Linux has pre-emptive kernel with required privilege levels. Similarly during web server mode processor will handle client request and response to the particular client by sending web pages, client can interact the industry by giving instruction in web page on its own web browser. This setup can be suitable for intercommunication with other nodes via Ethernet and higher end ports. Ethernet programming and execution is very easy and adaptable with various applications. Embedded web pages are designed by HTML language. III. SYSTEM DESIGNE Hardware design, Software design and Porting are the entire important steps in whole system design. A. Hardware design: Fig.2 Show IDACS design Hardware consist of such as ARM 9 i.e. LPC 2929, Sensors like LDR, Temperature, Humidity, Gas, Fire etc. It is having Ethernet interface with PC web server. B. Software design: The software design ARM controller used with C language coding used to run the system. Fig. 2: IDACS Design
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -19 IV.RESCUE IDACS ARCHITECTURE: Here we developed working model of IDAS for acquisitions and control system. In which uses a desktop computer to monitor and control the parameter of the DAS using Ethernet module and to detect the parameters like Gas using Gas sensor, Temperature with temperature sensor, Fire with fire sensor, Humidity etc. Picture 01: IDAS Fabrication on Chip Picture 02: Reset Circuitry
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -20 Picture 03: Crystal Circuit Picture 04: LCD interfacing Picture 05: Analog Sensors Interfaced with ARM7 (LPC2138) Picture 06: Ethernet module interface with ARM 9
  • 5. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -21 Picture 07: Power Supply Circuit V. SOFTWARE DETAILS: For the IDAS, Embedded ‘C’ language is used for Arm 9 programming. Flash Magic is a tool which supports ISP (In System Programming) feature. It is used to burn a hex code in EEPROM of microcontroller. Keil µ Vision IDE: The µ Vision IDE from Keil combines project management, source code editing, program debugging, and complete simulation in one powerful environment. Ethernet Module: Ethernet module used in our project is “WIZ810MJ”. WIZ810MJ is the network module that includes W5100 (TCP/IP hardwired chip, include PHY), MAG-JACK (RJ45 with X’FMR) with other glue logics. Flow chart 1: Main Flowchart for IDAS
  • 6. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -22 Flow chart 2: Sub Flowchart for IDAS. VI. PERFORMANCE ANALYSIS Their analysis of the different parts of the system is as follows- 1] Analysis of Temperature Sensor (LM 35). 2] Analysis of Gas Sensor (MQ 6) 3] Analysis of Humidity Sensor. 1] Temperature sensor LM35- Temperature sensor LM 35 kept in different temperatures situations like in Air conditioner (A.C.) at 25ºC and at normal room temperature 33 ºC. Then observed output of LM 35 on LCD and PC as below. S. NO DIFFERENT CONDITION TEMP MEASURED 0 C TEMP BY LM350 C 1 AIR CONDITIONER (25ºC) 22 24 2 NORMAL ROOM AT 32 ºC 31 31.7 3 NEAR OPEN FREEZE 6 6.7 4 NEAR ELECTRICAL ROOM HEATER 40 41.2 Table 1: Analysis of Collected Data for LM 35 2] Gas Sensor MQ 6: Condition I-If LPG Gas releases intentionally for 30 sec, then Gas sensor indicate the following reading after particular time. S. NO TIME IN MIN GAS % CONCENTRATION REMARK 1 30SEC 99.9% GAS DETECTED 2 1MIN 86.4% GAS DETECTED 3 2MIN 74.2% GAS DETECTED 4 3MIN 63.1% GAS DETECTED 5 4MIN 50.9% GAS NOT DETECTED Table 2: Analysis of Gas Sensor for condition I
  • 7. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -23 Condition II-If LPG gas leaks continuously on one place, then gas sensor indicate the following reading considering the distance in one minute. S. NO DISTANCE GAS % CONCENTRATION REMARK 1 2MTR 99.9% GAS DETECTED 2 4MTR 84.1% GAS DETECTED 3 6MTR 73.9% GAS DETECTED 4 8MTR 62.7% GAS DETECTED 5 10MTR 51.4% NOT DETECTED Table 3: Analysis of Gas Sensor for condition II 3] Humidity sensor: Humidity sensor is used to measure humidity in %RH. The humidity sensor indicates the following reading at different atmospheric conditions On-line processing web page shows the working on PC Picture 6: On-line processing web page Picture 7: Client requested web page (issued by ARM web server) Above showed web page are requested by the client and served by the embedded web server which is ported on ARM9 processor. Dummy Client can interact with the machine through its own browser via these embedded web pages. Every client control has been executed in industry via the embedded web server. OBJECTIVES FOR FUTURE WORK In the future work, we will extend the on-line DAS system using technology of Ethernet and Advance ARM processors to implement the systems in places such as small industry etc. In future, it is also possible to provide the security to on-line DAS ARM processor using RT Linux Operating system. Web pages are written by Hypertext mark-up language (HTML); it is beneficial for real time IDACS, Mission critical applications, ATM networks and more.
  • 8. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 06, Volume 3 (June 2016) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -24 VIII. CONCLUSION Hence with the rapid development of the field of industrial process control and the wide range of applications of network, intelligence, digital distributed control System, it is necessary to make a higher demand of the data accuracy and reliability of the control system. This embedded ARM system can adapt to the strict requirements of the data acquisition and control system such as the function, reliability, cost, size, power consumption, and remote access and so on. This paper operated by DACS mode to acquire the signals and control the devices remotely. Embedded web server mode is used to share the data with clients in online. Both modes are efficiently carried out by real time multi-tasking. This paper system can be widely applied to electric power, petroleum, chemical, metallurgy, steel, transportation, Electronic & Electrical industries, Automobiles and so on. The paper is based on the embedded technology of ARM processor in the development and research of data collection. The main goal of designing hardware is to meet the demand of low cost, low power consumption, small volume and real- time. The on-line DAS control part is designed using the micro controller which communicates with PC using on-line DAS Ethernet is used to interface the software and the hardware. Finally the performance of the on-line DAS is compared with that of the traditional DAS on-line DAS systems used in the most of company; the analysis shows the better features available in on-line DAS. REFERENCES [1]. Mr. M. P. Avhad, Mr. G. A. Kulkrni, “study of on-line IDAS”, International Journal [2]. S. B. Silverstein, J. Rosenqvist and C. Bohm “Simple Linux-Based Platform for Rapid Prototyping of Experimental Control Systems” IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006 [3]. Clyde C. W. Robson, Samuel Silverstein, and Christian Bohm ,”An Operation-Server Based Data Acquisition System Architecture,”IEEETrans. Nuclear science, Vol. 55, No. 1, February 2008. [4]. 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. [5]. Tran Nguyen, Bao Anh, Su-Lim Tan, “Real-Time Operating Systems for small microcontrollers”IEEECompsociety, pp.31-45, September2009. [6]. Li, Jiarong, R.Luo, YichunC.Wu and Yong Wang. “Continuous and Real-Time Data Acquisition Embedded System for EAST”IEEE Trans. Nuclear science, Vol.57, No.2, April 2010. [7]. Manivannan M and Kumaresan N suggested in “Design of On-line Interactive Data Acquisition and Control System for Embedded Real Time Applications” PROCEEDINGS OF ICETECT 2011. [8]. Syed Ashvak Ahmed K.S.Roy K.Pavan Kumar discuss in “Data Procurement and Control Associated Online System” International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 5- May 2013 [9]. S.P Rahul Santosh and K. Somasekhara Rao suggested in “Design of Real Time Interactive Data Acquisition and Control System Using ARM9”.International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 10- Oct 2013 [10]. Ramani.G and Menakambal.S suggested in “Advanced RISC Machine Based Data Acquisition Development and Control” SSRG International Journal of Electrical and Electronics Engineering (SSRG-IJEEE) – volume 1 Issue8 Oct 2014 [11]. High Speed Data Acquisition System with Ethernet Interface Journal of Electronics and Communication Engineering (IOSRJECE) ISSN: 2278-2834 Volume 2, Issue 5 (Sep-Oct 2012). [12]. Dinesh Arora, Hardeep Singh “Ethernet Passive Optical Network–A Review” IJCST Vol. 2, Issue 4, Oct. - Dec. 2011 [13]. Y. C.Wu, J. R. Luo, and J. Z. Shan, “Development of the central timing system on the EAST Tokamak,” IEEE Trans. Nuclear science, Vol. 30, No. 9, pp. 789–792, 2007. [14]. 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. [14] The Klimchynski &Vienna Extensible embedded Web server for internet-based data acquisition and control, 2010.