Top-Rated Free Essay
Preview

Remote Monitoring and Control of Industrial Parameters Using Embedded Web Server and GSM

Powerful Essays
2459 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Remote Monitoring and Control of Industrial Parameters Using Embedded Web Server and GSM
Research Paper

Engineering

Volume : 3 | Issue : 7 | July 2013 | ISSN - 2249-555X

Remote Monitoring & Control of Industrial parameters using Embedded Web Server & GSM
Keywords

Embedded ARM processor,Embedded Web Server,TCP/IP, GSM Modem, Mobile phone.

Prof.S.S.Wagh

Pradeep V. Kalge

Electronics & Telecommunication Dept.
Sinhgad Institute of Technology

Electronics & Telecommunication Dept., Sinhgad
Institute of Technology, Lonavala, Tal - Maval, Dist Pune - 410401. Maharashtra,India

ABSTRACT Remote Monitoring, Control and intelligent is one of the most important criteria for maximizing production and process plant availability. With the development of modern industry, the requirement for industrial monitoring system is getting higher. System is required to be able to acquire, save, analyze, and process real time data. It is also required controlling related instruments to change those environment factors and monitoring in long distance so that it realizes modern, intelligent, and accurate control.
Above advantages will achieve by the substitution of embedded ARM processor for single chip method to realize data acquisition and control (DACS). This DACS system measures the remote signals and controls the remote devices through reliable protocols and communication network as a web server. Also addition of a GSM Mobile Communication will help to providing ubiquitous access to the system when web server is not available to client.
I. INTRODUCTION
Data acquisition systems with remote accessibility are in great demand in industry and consumer applications. In some applications, human beings have been replaced by unmanned devices that will acquire data and relay the data back to the base. There are data-acquisition and control devices that will be a substitute for a supervisor in a multisite job operation
[1].

mode & GSM mode.

Although these are well-built systems that serve the purpose for a specific task, the user cannot interact with the system, which uses the Global System for Mobile Communications
(GSM) a popular wireless choice for connectivity between the data-acquisition units and clients. Similar types of Internetbased systems are designed to gather a bulk of data before serving them upon request. In these applications, data are compiled in a central server and are then served to the clients via the Internet. The client framework is in a central server and has all the applications. A person that needs to access any data must first access the server.
In this system, a reliable bidirectional Point-to-Point Protocol (PPP) link for real-time control and surveillance via a GSM network is formed. However, there is still no effort to minimize the operational costs (including the costs to transfer a large amount of data). In addition, this system is based on an industrial PC, thus making it an expensive solution. Interaction with the embedded unit is also an important issue. In, an embedded PC card placed on the Internet allows limited interaction through commands sent through Transmission
Control Protocol/IP (TCP/IP) and User Datagram Protocol [2].
II. HARDWARE DESIGN
a. ARM CORE HARDWARE
The general hardware structure of the remote I/O data acquisition and control system based on ARM processor .The remote I/O data acquisition and control system based on embedded ARM platform has high universality. Sensors are used for process monitoring and for process control.
Each I/O channel can select a variety of electrical and non electrical signals like current, voltage, resistance etc. This signal is taken into LP2148 & digitized using the inbuilt ADC.
Measured data are stored in external memory, we can directly show this data on LCD display connected to port 0 & the memory is act as a data base during Accessing web server

212 X INDIAN JOURNAL OF APPLIED RESEARCH

Fig-Remote Monitoring & Control of Industrial Parameters through Embedded Web Server & GSM Mobile
ARM processor has internal SPI module which directly supports the Ethernet service communication. Hence the data has been stored and controlled by some other PCs or network Ethernet.
Also ARM Processor has serial communication interface (Rx,
Tx, GND) Which is used to transferring data to GSM Modem.
a) CLIENT-SERVER ARCHITECTURE
A web server is a system which hosts websites and provides services for any requesting clients. A web server can be embedded in a device to provide remote access to the device from a web browser. The embedded system can be utilized to serve the embedded web documents, including static and dynamic information about industry machineries/systems to web browsers [2].
A Client can access the industry’s web server through internet and LAN router. Digitally acquired data are stored in web server’s data base. Whenever the client wants to access data, it sends the request to server; this request is taken by the

Research Paper router, which is connected to the internet.
The web processes the request made and finally connects to the desired web server, access the requested data and sends the data to the client.
Fig.2 shows the proposed concept of DACS with embedded web server on a single chip module. This is a single hardware it contains RTOS portable ARM processor. ARM processor is the responsible part for measuring signals and controlling the devices remotely. Measurements can be done by DACS mode and the data are shared with clients thro embedded web server by embedded web server mode. The real time operating system manages all the tasks such as measuring signals, conversion of signals, data base updating, sending
HTML pages and connecting/communicating with new users etc [2].

Volume : 3 | Issue : 7 | July 2013 | ISSN - 2249-555X

should in active low state for the slave to have communication with master. This is a four wire communication as shown in Fig. 4. The SDO or Serial Data Output signal send by the master and after receiving the clock pulse, the slave device responds back with SDI or Serial Data Input signal [4].
Ethernet is the family of wired network technology and is standardized as IEEE 802.3. The data of Ethernet is grouped into bytes often called frame. The start of the frame is preamble which is of 7 bytes length. It contains sets of 0’s and
1’s arranged alternately. The SFD or start frame delimiter is a 1 byte binary value. Its left most end contains an “11” by identifying it; the receiver gets information about arrival of the new frame.
Then comes the 48-bit MAC address that contains both source and destination address. The type of length which is of 2 bytes gives information about the protocol bound in the succeeding data payload. The frame terminates with a 32-bit checksum that performs CRC checking to identify if any error is present [4]. LPC2148 is embedded with internal MAC but it does not support PHY layer. The Ethernet controller, ENC28J60 constitute for the MAC and PHY layer. So by interfacing with ENC28J60, the required PHY interfaced is achieved.
The IEEE 802.3 model layered structure is shown in Fig.5.

Fig.2 - Embedded Web-Server architecture [2]
SPI (Serial Peripheral Interface) Standard
The SPI has a 4-wire synchronous serial interface. Data communication is enabled with a low active Slave Select or Chip
Select Signal (SS) or (CS). Data is transmitted with a 3- wire interface consisting of wires for serial data input (MOSI), serial data output (MISO) and serial clock (SCK) [3].

Fig.3-Serial Peripheral Interface [3]
III. SPI INTERFACE WITH ETHERNET MODULE
The serial communication is performed by means of two pins that are SI and SO as shown in Fig.4. SCLK provides clock synchronization and CS is the chip select. This communication technique can be implemented between processor and peripherals that have SPI interface. Serial Peripheral Interface
Bus is a synchronous serial data link standard where communication is performed in master/slave mode and master device initiates the data frame. This is a full duplex mode of point to point communication.
A typical application circuit using the device is shown in Figure 4.

Fig.4-Typical ENC28J60 Based Interface
The serial clock, SCLK generated by the master device is used by the slave also. The SS which is the Slave Select signal

Fig.5-Layered structure of 802.3 Model [4]
a. TCP/IP Stack
This is one of the most widely used successful network protocol by which the control information can be passed. This protocol stack needs to be simplified to increase the speed of communication [9]. Ethernet communication is achieved through the MAC address. With ARP, the physical address is obtained. Communication of the EWS the other equipments in the network could be achieved by the ICMP and
IP especially for data routing. In the application the control of the remote host is to be undertaken and here comes the importance of HTTP protocol. In the transport layer, the TCP maintains the reliability of the communication.
IV. GSM MODEM
A GSM modem is a specialized type of modem, which accepts a SIM card, and operates over a subscription to a mobile operator, just like a mobile phone. From the mobile operator perspective, a GSM modem looks just like a mobile phone [5]. A GSM modem can be a dedicated modem device with a serial, USB or Bluetooth connection, or it may be a mobile phone that provides GSM modem capabilities.
GSM/GPRS RS232 Modem from rhydo LABZ is built with

INDIAN JOURNAL OF APPLIED RESEARCH X 213

Research Paper
SIMCOM Make SIM900 Quad-band GSM/GPRS engine, works on frequencies 850 MHz, 900 MHz, 1800 MHz and
1900 MHz. It is very compact in size and easy to use as plug in GSM Modem [7].

Volume : 3 | Issue : 7 | July 2013 | ISSN - 2249-555X

Port, such as debugging tools, may be used while Flash magic is loaded. To download the hex file into the microcontroller board we use a programmer called flash magic tool.

The Modem is designed with RS232 Level converter circuitry, which allows you to directly interface PC Serial port .The baud rate can be configurable from 9600-115200 through AT command. Initially Modem is in Auto baud mode. This GSM/
GPRS RS232 Modem is having internal TCP/IP stack to enable you to connect with internet via GPRS. It is suitable for
SMS as well as DATA transfer application in M2M interface.

VI. HTTP PROTOCOL
The protocol used for the communication between web server and web browser is Hyper Text Transfer Protocol or HTTP protocol. This protocol defines all the basic frame work of web communications by handling requests and also by providing control information to be transferred between browser and server. To obtain a web document, the browser and server should establish a connection at Port.

The modem needed only 3 wires (Tx, Rx, GND) except Power supply to interface with microcontroller/Host PC. The built in
Low Dropout Linear voltage regulator allows you to connect wide range of unregulated power supply (4.2V -13V) to send
& Read SMS [7].

Establish a connection. To open a web document, client and server should establish their connection to port. This is done by means of sockets. Client will open a socket and bound it on a port. If successful, a virtual document is created where we can read and write.

a. MOBILE PHONE
A mobile phone also known as a wireless phone, cell phone, or cellular telephone is a little portable radio telephone. Mobile Phone can serve as powerful tool for world-wide communication. The Mobile Phone is a natural choice, since it is a communication resource generally available by people, which makes them practically always contactable and capable to send commands to operate the parameters in the industries.

In the server side, firstly the socket is created and it is bound to the server address. Now the socket is converted to listening socket to hear the client request. After this the connection to the client is established. To handle multiple requests, server carries out several processes that prevent the communication interference.

V. SOFTWARE ReQUIREMENTS
a. KEIL ARM μVision is a window-based software development platform that combines a robust and modern editor with a project manager and make facility tool. It integrates all the tools needed to develop embedded applications including a C/C++ compiler, macro assembler, linker/locator, and a HEX file generator. The μVision IDE and Debugger is the central part of the Keil development tool chain and has numerous features that help the programmer to develop embedded applications quickly and successfully. The Keil tools are easy to use, and are guaranteed to help you achieve your design goals in a timely manner.
b. FLASH MAGIC
Flash Magic is loaded being performed. This means that other applications that need to use the COM Port, such as debugging tools, may be used while Flash Magic is Windows software from the Embedded Systems Academy that allows easy access to all the ISP features provided by the devices
Flash Magic provides a clear and simple user Under Windows, only one application may have access the COM Port at any one time, preventing other applications from using the
COM Port. Flash Magic only obtains access to the selected
COM Port when ISP operations are being performed. This means that other applications that need to use the COM

REFERENCE

Fig.6- User access of ES with external Ethernet
VII. CONCLUSION
This system will provide a ubiquitously accessible; real time remotely monitored and controlled solution for automation of industries. Here TCP/IP is used which defines a set of rules to enable computers to communicate over a network. Also use of ARM Processor, web server, GSM module, Sensors & actuators provide existing possibilities. Thus this solution can be customized to suit any other industrial requirements related to monitoring and control provided by industrial sensor.

[1] Ali Ziya Alkar, Member, IEEE, and Mehmet Atif Karaca ” An Internet-Based Interactive Embedded Data-Acquisition System for Real-Time
Applications” IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 58, NO. 3, MARCH 2009.J. Clerk Maxwell, A
Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68–73. | [2] MANIVANNAN M & KUMARESAN N. Anna University of Technology
Coimbatore Coimbatore, Tamilnadu, India “EMBEDDED WEB SERVER & GPRS BASED ADVANCED INDUSTRIAL AUTOMATION USING LINUX RTOS”,Vol. 2(11),
2010, 6074-6081. | [3] Mr. Suyog A. Wani Prof. R.P.Chaudhari “Ethernet Enabled Digital i/o Control in Embedded Systems”, 2012 International Conference on
Computing, Electronics and Electrical Technologies [ICCEET]. | | [4] Alen Rajan, Aby K. Thomas, Rejin Mathew “A Comparative Performance Analysis of ARM based
Web Servers with Integrated and External Ethernet Interfaces for Industrial Applications”, International Journal of Computer Applications (0975 – 8887) Volume 44–
No.21, April 2012. | [5] Dr.B.Ramamurthy, S.Bhargavi, Dr.R.ShashiKumar,” Development of a Low-Cost GSM SMS-Based Humidity Remote Monitoring and Control system for Industrial Applications”. (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 1, No. 4, October 2010. | [6] Manivannan
M Kumaresan N “Design of On-line Interactive Data Acquisition and Control System for Embedded Real Time Applications” 978-1-4244-7926-9/11/$26.00 ©2011
IEEE. | [7] SIM 900 –RS232 GSM/GPRS Modem User Manual. | [8] Mr. Suyog A. Wani & Prof. R.P.Chaudhari “Ethernet Enabled Digital i/o Control in Embedded
Systems” 978-1-4673-0210-4112/$31.00 ©2012 IEEE. | [9] K.Manasa, T.Swapnarani Electronic and communication engineering “Implementation Of Tcp/Ip Ethernet
Webservices Based On Arm7” International Journal Of Mathematics & Computer Research 1:1 Feb|2013|20-24 |

214 X INDIAN JOURNAL OF APPLIED RESEARCH

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Week 4 Quiz

    • 419 Words
    • 2 Pages

    The Web server must have reliable Internet access. If Internet access fails, the customer cant access the Web server. Web server availability…

    • 419 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Homeostasis Review

    • 5382 Words
    • 21 Pages

    A sensor that detects a change in the internal environment and sends a signal to a control centre…

    • 5382 Words
    • 21 Pages
    Good Essays
  • Good Essays

    The control of humans by nonhuman technology is growing. Employers are seeking to have control over people with these technologies. This technique implements replacing people with machines. Businesses expect there to be less mess ups…

    • 641 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Us Military Drones

    • 658 Words
    • 3 Pages

    It is believed that United States Military Drones are one of the most advanced robotic systems in the world today. According to Historynet.com, it is estimated that there are thousands of these drones, or unmanned military vehicles and aerial devices, in the inventory and care of the US Military (Singer, 2011). Drones are mechanisms and technologies that can be used without the use of a human being inside of the robotic system. In most cases these drones are maneuvered from a distance using remote control apparatuses and are much like the GPS systems that a person might use in their car. Drones are watched and manipulated from anywhere in the world. While they are mostly known right now as military contraptions, civilian use of them is beginning to be a fast moving goal. This is so in civilian jobs like police forces, firefighting, surveillance, and nonmilitary security work.…

    • 658 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Langenscheidt

    • 903 Words
    • 4 Pages

    web-server on your device for the correct work of the application. We have tried to make…

    • 903 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Srs for Online Job Portal

    • 1872 Words
    • 8 Pages

    The purpose of this document is to describe all external requirements for online job portal. It also describes the interfaces for the system.…

    • 1872 Words
    • 8 Pages
    Powerful Essays
  • Good Essays

    Over at Harley-Davidson’s US manufacturing facility, every machine is connected, monitored, and analysed continuously via an integrated automation system. The collected data is used to anticipate maintenance needs so as to eliminate workflow interruptions, as well as to identify factors that will improve efficiency and throughput.…

    • 901 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Marketing Communications

    • 866 Words
    • 4 Pages

    * Internet, mobile phones, web pages and call centres for customer support enabling to listen to, interact and converse with audience.…

    • 866 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Dac, Dac0808 and Adc

    • 612 Words
    • 3 Pages

    In electronics, a digital-to-analog converter (DAC or D-to-A) is a device that converts a digital (usually binary) code to an analog signal (current, voltage, or electric charge). An analog-to-digital converter (ADC) performs the reverse operation. Signals are easily stored and transmitted in digital form, but a DAC is needed for the signal to be recognized by human senses or other non-digital systems.…

    • 612 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Visual Basic based software to support for daily sale, receipt & Balance of products and…

    • 499 Words
    • 2 Pages
    Good Essays
  • Good Essays

    bottling plant

    • 962 Words
    • 4 Pages

    I. INTRODUCTION In industrial purpose there is a recognized hierarchy of damage control measures based on the priciple that loss of production needs to be reduced to an acceptable level by enginnering means. Automation is the use of control systems and information technology to reduce the need for human work in the production of goods and services. In the scope of industrialization, automation is a step beyond mechanization. Whereas mechanization provides human operator with machinery to assist them with the muscular requirements of work, automation greatly decrease the need for human sensory and mental requirements. In filling industry faulty bottle detection routine is a imperative part being done by several discrete mechanisms working in harmony. It is a endowment of automation [1]-[8] that we can think about this process. So, in the industry the whole system is done by many separate machines like faulty bottle detection system, filling machine, capping machine, labelling process etc. Here the focal argument issue is about detecting the faulty bottle before entering into the main plant. We have used PLC which allows us using implying delay, timers, and counters. II. WORKING PRINCIPLE The main…

    • 962 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Digital Video Encoding

    • 1256 Words
    • 8 Pages

    for both RTSP (Real Time Streaming Protocol) and HTTP (Hypertext Transfer Protocol) as a means to…

    • 1256 Words
    • 8 Pages
    Satisfactory Essays
  • Good Essays

    Dutta, A. & Dopp, D. (2011). A Framework for Estimating ROI of Automated Internal Controls. ISAKA, 5, 39.…

    • 580 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Digital

    • 230 Words
    • 6 Pages

    Digital Transformation The blended use of technology to radically improve performance or reach of the enterprise Shchegolev Gleb Hot subjects in the World Cloud Compu1ng Robo1cs Social Collabora1on Media Tablets…

    • 230 Words
    • 6 Pages
    Satisfactory Essays
  • Powerful Essays

    Automation is the use of control systems and information technologies to reduce the need for human work in the production of goods and services. In the scope of industrialization, automation is a step beyond mechanization. Whereas mechanization provided human operators with machinery to assist them with the muscular requirements of work, automation greatly decreases the need for human sensory and mental requirements as well. Automation plays an increasingly important role in the world economy and in daily experience.…

    • 7341 Words
    • 30 Pages
    Powerful Essays