International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

Size: px
Start display at page:

Download "International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016"

Transcription

1 International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016 Development of Embedded PLC with the application of Irrigation System Purva N. Authankar 1, Manoj A.Mechkul 2 1 Department of E&TC, PG Student, SNJB s college, Chandwad, Maharashtra, India, pauthankar@yahoo.com 2 Department of E&TC, Assistant Professor, SNJB s college, Chandwad, Maharashtra, India, mechkulmanoj@gmail.com Abstract - A programmable logic controller (PLC) or programmable controller is a digital computer used for automation of electromechanical operations, such as control of machinery on factory assembly lines, light fixtures or amusement rides. PLCs is inherently the relegation of human control function to technical equipment for increasing productivity, reducing cost, increasing quality, increasing safety in working condition. Unlike general purpose computers, the PLC is mapped for various inputs and output arrangements, resistance to vibration and impact, exempt to electrical noise and extended temperature ranges. Programs to control machine operation are often stored in nonvolatile memory or battery backed- up. A PLC is a prototype of a hard real time system since output results must be produced in response to input conditions within a finite period of time, otherwise unexpected operation will result. The development of the embedded PLC is designed with the combination of the LabVIEW software and the ARM Microcontroller. The flexibility of the proposed PLC makes it comparatively easy and less costly. The ARM microcontroller is preferred to develop embedded PLC since it is widely used across many embedded designs due to its low price and low power consumption. Extension to this, the LabVIEW Embedded Module for graphical programming to ARM microcontroller is used with the application of irrigation system for water sprinkling in agriculture field. Keywords- Programmable Logic controller; ARM microcontroller; Embedded PLC; LabVIEW software; Irrigation system. I. INTRODUCTION Programmable logic controllers (PLCs) are especial type of systems used to control processes and machines. They have been put forward in the early 1970s to substitute the extant relay control logic that has been outworn and valuable for implementing systems at that span. Moreover, PLCs exhibits higher reliability, flexibility, better communication possibilities and faster response time. As yet, PLCs have been concern for industrial control engineers that developed, introduced and standardized their own design methods and programming languages. However, issue and obstacles in the study and experiment on PLC is the rapid pace of PLC technological development, with new layouts and innovations continually being introduced by manufacturers. Future, PLCs are faithful industrial controllers, but once purchased for laboratory use cannot be engaged for a wide range of other advantageous applications. Costs acquired in the setting up of absolute and modernized PLC laboratory facilities, and equipment are, as a result, very high.[1] [5] A. Concept of PLC An embedded system is frame to operate one or a few dedicated functions normally with real time computing constraints. It is enclosed as part of a complete device usually including hardware and mechanical parts. By comparison, a PLC is arranged to be adjustable and to accommodate a All rights Reserved

2 range of end-user demands for industrial control application. Embedded systems control multiple devices in use today. One or more main processing cores controls embedded systems that are commonly microcontrollers. The essential characteristic is being dedicated to handle a special task that may need very powerful processors. Since the embedded system is dedicated to precise tasks, design engineers can improve it to reduce the cost and size of the product and improve the reliability and performance.[5] B. Concept of Embedded systems Embedded system is based on computer technology, which makes it suitable to fit for different application system, from other aspect; it is a unusual computer system that has disciplinary requirements in power consume, reliability, size and cost. It is the result of combination of technology development, such as electronics, computer, communication, semiconductor, and automation control. Embedded system has been extensively used in telecommunication, computer network, industrial control fields, consumer electronic product, aeronautics, medical apparatus and national defense industrial fields, and so on. The features of embedded system are as follows: Embedding, special system, extended interface.but there are still problems in implementing embedded system in control field that include: The design problem of embedded control system, the reliability problem of embedded control system, the compatibility problem of embedded control system.[4] C. Concept of Embedded PLC Being Studying the features and conception of embedded system and PLC, in this paper the expansion of low-cost embedded PLC for small scale industry application is proposed. The visionary design of embedded PLC combines the benefits of PLC and embedded system together. The architecture of embedded PLC is being developed by the LabVIEW with VB Module for ARM Microcontroller. The work of this development involves: 1) Based on embedded system technology, design a PLC. 2) To expand a model of embedded PLC. 3) One dedicated application to be implementing on embedded PLC. [1][2] II. IMPLEMENTATION OF EMBEDDED PLC The aims of the embedded PLC are that it must reinforce the sub-disciplines of computer programming, software engineering, and panel wiring. While the basic system must support digital Input/Output, also it should be supportive to analogue handling. The detailed objectives being that embedded PLC should be safe, low cost, can be interfaced to computer, integrate an industrial standard. On the other hand, embedded PLC should support IEC programming languages. A. Hardware Design The ARM microcontroller is selected to develop embedded PLC because it is broadly used across many embedded designs because of its low price, low power consumption, and wide variety of peripherals for many of the major vendors. Extension to this, we are using the LabVIEW Embedded Module for graphical programming to the ARM microcontroller. At the same instant, the properties of the LPC2378 microcontroller is used as a determinant specifications and features of embedded PLC, as shown in Fig. 1 and Table I respectively All rights Reserved 826

3 Fig 1. Main components used for developing Table 1 Specifications and feature of ARM LPC2378 Sr No Feature ARM7 LPC 2378 (72 MHz) 1 Flash memory 512Kbytes 2 SRAM 32Kbytes 3 Digital Input 8, sink/source 24V DC 4 Digital Output 8 Sink upto 200mAeach, 24V DC 5 Analog Input One 10 Bit resolution, input range 0-10V 6 Analog Output One 10 Bit resolution, output range 0-10V 7 Serial Port RS Power supply Single 3.3V power supply The signals (input and output) from the Microcontroller board are limited at 3.3V, therefore it is redesign of input and output of the embedded PLC that will allow to custom external industrial equipments, as shown by Fig. 2. Fig 2 Architecture of Embedded PLC B. Software Design Five programming languages for programmable control systems is presently defined by IEC are : LD (Ladder diagram), FBD (Function block diagram), ST (Structured text, similar to the Pascal programming language), SFC (Sequential function chart) and IL (Instruction list, similar to assembly language).[6] In this work, the FBD programming language is used for control of embedded PLC as the LabVIEW Embedded Module for ARM Microcontrollers is a extensive graphical All rights Reserved 827

4 environment for embedded design. This module combines the LabVIEW graphical development environment and ARM microcontroller. This module frame on LabVIEW Embedded technology which promote dataflow graphical programming for embedded systems and contain hundreds of analysis and signal processing functions, integrated Input/output, and interactive debugging interface. With the Embedded Module for ARM Microcontrollers, we can enhance linking and view live front panel using JTAG, serial, or TCP/IP [6]. The Embedded Module for ARM Microcontrollers incorporates the LabVIEW C Code Generator, which generates C code from the LabVIEW block diagram [6]. For the creation of FBD language, we use the avariable tools in LabVIEW, as shown in Fig. 3. A basic function of FBD language is organized according to IEC standards required for PLC which can be outlined as shown in Table II and Fig. 4 respectively. Fig 3 The example of creating function of FBD language Table 2 Basic functions of FBD language Instruction Addition Symbol Substration Multiplication Division Equal Not equal Equal to zero Greater than Less than ANDing NOT ORing Up All rights Reserved 828

5 Fig 4 Basic functions of FBD was developed for usage For model testing, the system architecture has been implemented by testing some experiments like basic gates (AND, NOT, OR). Architecture, operation, and programming language of PLC is observed. The laboratory effort included developing a FBD based, testing via the simulated model, after transferring program to the embedded PLC, then interfacing external equipment to embedded PLC, and finally executing the PLC program on the physical system. Fig.5 shows steps of implementation of embedded PLC.[2] Fig 5 Steps of implementation of embedded All rights Reserved 829

6 Fig 6 Application of embedded PLC in irrigation System The example of interfacing industrial equipment to embedded PLC: Fig. 6 shows the application of embedded PLC in irrigation system [7]. At the input side the content of soil moisture is determined by ATK SM (soil moisture sensor). If the soil moisture is below 14% (value controlled by FBD language) the data is proceed through embedded PLC & the water pump will start through relay and will spray water in the field. Similarly if the temperature in the field exceeds 29 C is senses by LM35 then the output is produced by the LED indication. Fig.7 shows the function block diagram for the system. The FBD code for the proposed system is generated by LabVIEW Embedded Module used for ARM with the help of LabVIEW software.[3] This diagram gives the backend view for proposed system diagram. The backend defines internal structure of front window. It shows the inputs and outputs associated with ARM for irrigation system. From the function palette components are selected. Fig 7 Backend for irrigation system III. EVALUATION OF EMBEDDED PLC After completing various laboratory exercises, we found possible conditions broadly determine the effectiveness of the embedded PLC. For each statement, we verified the condition. The hardware are safe. The embedded PLC setup is comparatively easy to understand. The programming language has typical functionality such as logic, latching, timing, mathematics, etc. Input and output were appropriate. The embedded PLC is able to interface with PC. To simulate the functionality of designed program before actual usage. PLC program file was effortlessly downloaded to the embedded PLC. Able to interface with common industrial electrical components. Reliability and Stability of embed PLC is All rights Reserved 830

7 Appearance of embedded PLC motivates to usage and experiment.. The simplicity of Embedded PLC along with good reliability, which demonstrates the success in generating. Also by using this Embedded PLC various dedicated applications can be implemented, as this Embedded PLC can sustained to better accuracy without using actual PLC IV. CONCLUSION A cost-effective resolution for an embedded Programmable Logic Controller (PLC) is the use of an Integrated Circuit (IC) that is a complete PLC. Using a single-chip PLC, development time is extremely reduced because the software drivers for numerous types of Input/output are already embedded on the chip. Once the system I/O has been defined, the appropriate interface circuits can be further added to the design and programming can be completed easily using the functional block diagram programming language and software such as LabVIEW. The implementation of the conceptual embedded PLC for controlling the irrigation system with the flawless combination of the LabVIEW software and the ARM Microcontroller module is discussed in this paper to test real time application. The flexibility of the proposed PLC makes it relatively easy and less costly to handle PLCs due to their variety and rapid change. The basics of PLC, its programming languages were discussed and a flexible, low cost, low power consuming PLC with a easy graphical interface has been designed using the ARM microcontroller V. REFERENCES [1]Pornjit Pratumsuwan and Watcharin Pongaen, An Embedded PLC Development for Teaching in Mechatronics Education, (KMUTNB), th IEEE Conference on Industrial Electronics and Applications. [2]Ms. Sneha Goyanka, Prof.Mrs. Rohita Jagdale, Survey of PLC Development on Embedded Platform International Journal of Electronics Communication and Computer Engineering (Volume 5, Issue (4) July),Technovision-2014 [3]Chetana N. Gangurde, Rupali S. Khule, Implementation of Embedded PLC for Batch Mixing System by using ARM Controller, IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 07, 2015 [4] Data books of ARM7/ARM9 J. Staunstrup and W. Wolf, editors, Hardware/Software Co- Design: Principles and Practice, Kluwer Academic Publishers, [5] Programmable Logic Controllers, Fourth Edition, W. Bolton, Elsevier Newnes publications. [6] Getting Started with the LabVIEW Embedded Module for ARM Microcontrollers 1.1 For the Keil MCB2300 [7] Maha M. Lashin, Different applications of programmable logic controller (plc) International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol. 4,No. 1, February All rights Reserved 831

8

International Journal of Modern Trends in Engineering and Research. Synthesis and Implementation of PLC on FPGA

International Journal of Modern Trends in Engineering and Research. Synthesis and Implementation of PLC on FPGA International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Synthesis and Implementation of PLC on FPGA Sonali Khairnar 1, Savita Sandip

More information

Intelligent Toll-Tax System using PLC

Intelligent Toll-Tax System using PLC IJSRD National Conference on Emerging Trends, Challenges & Opportunities in Power Sector March 2017 ISSN: 2321-0613 Milan J. Patel 1 Bhavika R. Patel 2 Riddhi M. Patel 3 Sandip B. Nayak 4 Mrs. Pinky P.

More information

Design and Implementation of PLC Based Industrial Application Prototypes

Design and Implementation of PLC Based Industrial Application Prototypes Indian Journal of Science and Technology, Vol 10(35), DOI: 10.17485/ijst/2017/v10i35/118962, September 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Implementation of PLC Based Industrial

More information

Automation of Conveyor System and Process Control with Power Reduction Using Efficient PLC Programming and SCADA

Automation of Conveyor System and Process Control with Power Reduction Using Efficient PLC Programming and SCADA Automation of Conveyor System and Process Control with Power Reduction Using Efficient PLC Programming and SCADA N C Padmanaabhan 1, AManikandan 2 U.G. Student, Department of Electronics & Communication

More information

Control System Implementation

Control System Implementation Control System Implementation Hardware implementation Electronic Control systems are also: Members of the Mechatronic Systems Concurrent design (Top-down approach?) Mechanic compatibility Solve the actual

More information

Figures 2 and 3 illustrate respectively a photograph and a labelled diagram of the PLC that will be discussed in this class.

Figures 2 and 3 illustrate respectively a photograph and a labelled diagram of the PLC that will be discussed in this class. Lesson 15 Title of the Experiment: Programmable Logic Controllers (Activity number of the GCE Advanced Level practical Guide 27) Name and affiliation of the author: N W K Jayatissa Department of Physics,

More information

Electronic Control systems are also: Members of the Mechatronic Systems. Control System Implementation. Printed Circuit Boards (PCBs) - #1

Electronic Control systems are also: Members of the Mechatronic Systems. Control System Implementation. Printed Circuit Boards (PCBs) - #1 Control System Implementation Hardware implementation Electronic Control systems are also: Members of the Mechatronic Systems Concurrent design (Top-down approach?) Mechanic compatibility Solve the actual

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 On-line Interactive Data Acquisition and Control System for Agricultural Applications

More information

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR Arun G Mohan 1 and Vijina K 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

More information

PRODUCT CATALOGUE 2013/2014

PRODUCT CATALOGUE 2013/2014 PRODUCT CATALOGUE 2013/2014 Factory I/O BUILD AUTOMATION SIMULATIONS The real time sandbox for automation training IMPROVING REALITY Home I/O BRINGING HOME AUTOMATION Enter and explore our smart house

More information

Project Planning. Module 4: Practice Exercises. Academic Services Unit PREPARED BY. August 2012

Project Planning. Module 4: Practice Exercises. Academic Services Unit PREPARED BY. August 2012 Project Planning PREPARED BY Academic Services Unit August 2012 Applied Technology High Schools, 2012 Module Objectives Upon successful completion of this module, students should be able to: 1. Select

More information

Development of Virtual Machine for Programmable Logic Controller (PLC) by Using STEPS Programming Method

Development of Virtual Machine for Programmable Logic Controller (PLC) by Using STEPS Programming Method Development of Virtual Machine for mable Logic Controller (PLC) by Using STEPS ming Method Norashikin M. Thamrin, Mohd. Mukhlis Ismail Faculty of Electrical Engineering Universiti Teknologi MARA Shah Alam,

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

IOT BASED HOME AUTOMATION

IOT BASED HOME AUTOMATION IOT BASED HOME AUTOMATION Shweta T.Patil 1, Gayatri S. Salokhe 2, Anuja A. Mane 3 1,2,3 U.G. Student, Department of Electronics and Telecommunication Engineering, Bharati Vidyapeeth s CollegeOf Engineering,

More information

ISSN Vol.03,Issue.06, May-2014, Pages:

ISSN Vol.03,Issue.06, May-2014, Pages: www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.06, May-2014, Pages:0927-0931 KHIN SU HLAING 1, KYAW ZIN LATT 2 1 Electronic Department, Mandalay Technological University, Mandalay, Myanmar,

More information

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2 Applied Mechanics and Materials Online: 2013-01-11 ISSN: 1662-7482, Vol. 273, pp 722-725 doi:10.4028/www.scientific.net/amm.273.722 2013 Trans Tech Publications, Switzerland The Application of Programmable

More information

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

More information

Automation of Solvent Barrel Handling System using PLC

Automation of Solvent Barrel Handling System using PLC International Journal of Technical Innovation in Morden Engineering & Science (IJTIMES) Impact Factor: 3.45 (SJIF-2015), e-issn: 2455-2585 Volume 3, Issue 12, December-2017 Automation of Solvent Barrel

More information

Laboratory Learning Objectives

Laboratory Learning Objectives EET 438B Sequential Control and Data Acquisition Laboratory 8 IEC 1131-3 PLC Programming Languages: Introduction to Function Block and Structured Text Programming of a PLC Laboratory Learning Objectives

More information

Automation of Level and Temperature Control in Food Industries using PLC and SCADA

Automation of Level and Temperature Control in Food Industries using PLC and SCADA Automation of Level and Temperature Control in Food Industries using PLC and SCADA Anisa Aftab (C&I) 1, Mrs. Hemavathi R 2, H Prasanna Kumar 3 PG Scholar 1, Assistant Professor 2, 3 Department of Electrical

More information

TRCAC. Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA. Key features:

TRCAC. Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA. Key features: Engineering and Technical Teaching Equipment Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA TRCAC Teaching Technique used EDIBON SCADA System 2 Control

More information

PROGRAMMABLE LOGIC CONTROLLERS. Wiley USING CODESYS A PRACTICAL APPROACH TO IEC. Dag H. Hanssen Institute of Engineering and Safety,

PROGRAMMABLE LOGIC CONTROLLERS. Wiley USING CODESYS A PRACTICAL APPROACH TO IEC. Dag H. Hanssen Institute of Engineering and Safety, PROGRAMMABLE LOGIC CONTROLLERS A PRACTICAL APPROACH TO IEC 61131-3 USING CODESYS Dag H. Hanssen Institute of Engineering and Safety, University oftroms0, Norway Translated by Dan Lufkin Wiley Contents

More information

Keywords: PLC, Three-Phase Induction Motor, AC Current Sensor, Proximity Sensor, AC Voltage Sensor.

Keywords: PLC, Three-Phase Induction Motor, AC Current Sensor, Proximity Sensor, AC Voltage Sensor. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Protection and Control of Three-Phase Induction Motor using Crouzet Millenium PLC K.L.Priyanka *, Dr. M.Chakravarthy * PG-Student,

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Introduction to Embedded Systems Minsoo Ryu Hanyang University Outline 1. Definition of embedded systems 2. History and applications 3. Characteristics of embedded systems Purposes and constraints User

More information

PLC Laboratories The Next Generation

PLC Laboratories The Next Generation Session 3548 PLC Laboratories The Next Generation James A. Rehg, Associate Professor, Pennsylvania State University Abstract Programmable Logic Controllers (PLCs) were a novelty in the automotive industry

More information

Automation of Weather Station in Agricultural Zone

Automation of Weather Station in Agricultural Zone 2018 IJSRST Volume 4 Issue 3 Print ISSN : 2395-6011 Online ISSN: 2395-602X National Conference on Advances in Engineering and Applied Science (NCAEAS) 29 th January 2018 Organized by : Anjuman College

More information

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM

More information

Question & its answer Remark Total marks 01 Attempt any THREE 12. a) State any three different tools used for Automation. 04 Ans.

Question & its answer Remark Total marks 01 Attempt any THREE 12. a) State any three different tools used for Automation. 04 Ans. Important Instructions to examiners: 1) The answers should be examined by keywords and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate may

More information

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE Mr. Ravindrra Deshmukkh 1, Dr. Pankaj Agrawal 2 1,2 Electronics Engineering, B. D. College Of Engg., (India) ABSTRACT The design of ARM based wireless Calorimeter

More information

The TCMS Solution ionia Train control by duagon

The TCMS Solution ionia Train control by duagon ionia Train control by duagon The small, space-saving and innovative one-for-all solution with the complete duagon train communication and control expertise. The TCMS Solution Space-saving and powerful

More information

Colour Object Counting and Sorting Mechanism Using Image Processing Approach Avadhoot R.Telepatil 1, 2 Prashant M. Jadhav 2 1

Colour Object Counting and Sorting Mechanism Using Image Processing Approach Avadhoot R.Telepatil 1, 2 Prashant M. Jadhav 2 1 e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Colour Object Counting and Sorting Mechanism

More information

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring The Application of Wireless Sensor in Aquaculture Water Quality Monitoring Wen Ding, Yinchi Ma Beijing Fisheries Research Institute, Beijing, 100068, China {dingwen, mayinchi}@bjfishery.com Abstract. The

More information

The Role of Modular Programming in Industrial Control System

The Role of Modular Programming in Industrial Control System The Role of Modular Programming in Industrial Control System Varun 1, Ritula Thakur 2 1 M.E Scholar, Electrical Engineering Department, NITTTR Chandigarh (Panjab University), India 2 Assistant Professor,

More information

PLC Based Automatic Fault Detection of Railway Track and Accidence Avoidance system

PLC Based Automatic Fault Detection of Railway Track and Accidence Avoidance system PLC Based Automatic Fault Detection of Railway Track and Accidence Avoidance system P. Kiran Kumar 1, B.S. ShivaShankara 2 1 Department of Mechanical Engineering, Malnad College of Engineering, Hassan-573201,

More information

EDSC. Computer Controlled Teaching Machine for Putting into a Container Solids, with SCADA. Key features:

EDSC. Computer Controlled Teaching Machine for Putting into a Container Solids, with SCADA. Key features: Engineering and Technical Teaching Equipment Computer Controlled Teaching Machine for Putting into a Container Solids, with SCADA EDSC Teaching Technique used EDIBON SCADA System 2 Control Interface Box

More information

PLC control system and HMI in the Pharmaceutical World

PLC control system and HMI in the Pharmaceutical World PLC control system and HMI in the Pharmaceutical World A typical PLC control system consists of the hardware, software and network components, together with the controlled functions and associated documentation.

More information

Signal types Coupler Box and PLC Box

Signal types Coupler Box and PLC Box Signal types Coupler ox and PLC ox Fieldbus interface (connection depends on the particular fieldbus) Fieldbus status display Hinged inspection window Address selection switch and diagnostic interface

More information

IEC Why the IEC standard was developed, The languages and concepts defined in the standard, How to obtain further information

IEC Why the IEC standard was developed, The languages and concepts defined in the standard, How to obtain further information IEC61131-3 This article gives a brief overview the PLC Software IEC1131-3 (also referred to as through this document by its full title IEC61131-3) and covers the following: Why the IEC 61131-3 standard

More information

PLC AUTOMATION USING VHDL PROGRAMMING

PLC AUTOMATION USING VHDL PROGRAMMING PLC AUTOMATION USING VHDL PROGRAMMING 1 NIDHI GOPAL, 2 NAVEEN UPADHYAY, 3 KOUSHIK CHAKRABORTY 1 M. Tech Scholar, Department of ECE, Jayoti Vidyapeeth Women s University, Rajasthan, India Email nid0203@gmail.com

More information

Design and Application of a Reconfigurable Embedded system

Design and Application of a Reconfigurable Embedded system Eighth International Conference on Intelligent Systems Design and Applications Design and Application of a Reconfigurable Embedded system Ching-Biau Tzeng, Tzuu-Shaang Wey*, Li-Dao Fang Department of Electronic

More information

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC)

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) Vinod Jiddi Assistant Professor,Dept.of EEE,B.L.D.E.A. S CET,vijayapur karnataka Abstract This paper presents to design, develop and monitor

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

ETMC. Computer Controlled Ocean Thermal Energy Unit, with SCADA and PID Control. Key features: For more information about Key Features, click here

ETMC. Computer Controlled Ocean Thermal Energy Unit, with SCADA and PID Control. Key features: For more information about Key Features, click here Engineering and Technical Teaching Equipment Computer Controlled Ocean Thermal Energy Unit, with SCADA and PID Control ETMC EDIBON SCADA System and PID Control included Teaching Technique used 2 Control

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

DIMINISHING THE REQUIREMENT OF POWER USING PLC AND SCADA SYSTEMS IN POWER GRID SYSTEM

DIMINISHING THE REQUIREMENT OF POWER USING PLC AND SCADA SYSTEMS IN POWER GRID SYSTEM DIMINISHING THE REQUIREMENT OF POWER USING PLC AND SCADA SYSTEMS IN POWER GRID SYSTEM Mr. T. Vignesh Assistant Professor, Department of EEE, Jay Shriram Group of Institutions, Tirupur, Tamilnadu, India

More information

PROGRAMMING AND CONTROLLING OF RPP ROBOT BY USING A PLC

PROGRAMMING AND CONTROLLING OF RPP ROBOT BY USING A PLC PROGRAMMING AND CONTROLLING OF RPP ROBOT BY USING A PLC BOGDAN Laurean University Lucian Blaga of Sibiu, e-mail: laurean.bogdan@ulbsibiu.ro Keywords: Robots, programmable logic controller, programming,

More information

ISAGRAF V3.5 OVERVIEW

ISAGRAF V3.5 OVERVIEW ISAGRAF V3.5 OVERVIEW Document Number: TD-0004 Issue Status: 1 Prepared By: OEM TECHNOLOGY SOLUTIONS PTY LTD UNIT 13, 82 RESERVE ROAD ARTARMON NSW 2064 AUSTRALIA 2005 This document is the property of OEM

More information

Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform.

Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform. Web Based Greenhouse Environment Monitoring and Controlling System using Arduino Platform. Ashwini Bhosure, Mayur Bhosure, Rakeshkumar Sharma Keystone School of Engineering, Pune, India Abstract As the

More information

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. August 2011

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. August 2011 PLC Fundamentals PREPARED BY Academic Services Unit August 2011 Applied Technology High Schools, 2011 ATE1212 PLC Fundamentals Module Objectives Upon successful completion of this module, students will

More information

Making the decision to switch from PLC to PC-based Control has gotten even easier with the introduction of MachineLogic Control Software.

Making the decision to switch from PLC to PC-based Control has gotten even easier with the introduction of MachineLogic Control Software. CTC Parker Automation MachineLogic and MachinePoint TM I/O A complete systems solution for open machine control MachineLogic Control Software, combined with CTC s new MachinePoint I/O products, gives you

More information

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

Benefits of Programming Graphically in NI LabVIEW

Benefits of Programming Graphically in NI LabVIEW Benefits of Programming Graphically in NI LabVIEW Publish Date: Jun 14, 2013 0 Ratings 0.00 out of 5 Overview For more than 20 years, NI LabVIEW has been used by millions of engineers and scientists to

More information

Benefits of Programming Graphically in NI LabVIEW

Benefits of Programming Graphically in NI LabVIEW 1 of 8 12/24/2013 2:22 PM Benefits of Programming Graphically in NI LabVIEW Publish Date: Jun 14, 2013 0 Ratings 0.00 out of 5 Overview For more than 20 years, NI LabVIEW has been used by millions of engineers

More information

IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL

IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL Mr. Sushil K. Jadhav 1, Dr. Dipak V. Nehete 2 1PG. Student, Master's in Automation Engineering, 2Associate Professor, MIT college of Engineering,

More information

LPC2148 DEV BOARD. User Manual.

LPC2148 DEV BOARD. User Manual. LPC2148 DEV BOARD User Manual www.coineltech.com www.coineltech.com Designed by CoiNel Technology Solutions LLP No-816, 2 nd Floor, 4 th B Cross, 9 th A Main, RPC Layout, Vijaynagar, Bangalore-560040 State:

More information

Further Programmable Logic Controllers (PLCs)

Further Programmable Logic Controllers (PLCs) Unit 42: Unit code Further Programmable Logic Controllers (PLCs) H/615/1510 Unit level 5 Credit value 15 Introduction Programmable Logic Controllers (PLCs) were invented by the American Richard ( Dick

More information

Sensaphone SCADA 3000

Sensaphone SCADA 3000 Sensaphone SCADA 3000 INTELLIGENT SCADA SYSTEMS. In the past, manufacturers boasted of their highly advanced Supervisory Control and Data Acquisition systems. Supposedly, these are full-featured systems,

More information

Short introduction to Bascom-AVR Programming. Written by Jurij Mikeln - Last Updated Tuesday, 04 June :38

Short introduction to Bascom-AVR Programming. Written by Jurij Mikeln - Last Updated Tuesday, 04 June :38 (function(i,s,o,g,r,a,m){i['googleanalyticsobject']=r;i[r]=i[r] function(){ (i[r].q=i[r].q []).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getelementsbytagname(o)[0];a.async=1;a.src=g;m.parentnode.insertbefore(a,m)

More information

SAMPLE. UEENEED026B Design a computer based control system. Learner Workbook. UEE07 Electrotechnology Training Package. Version 1.

SAMPLE. UEENEED026B Design a computer based control system. Learner Workbook. UEE07 Electrotechnology Training Package. Version 1. UEE07 Electrotechnology Training Package UEENEED026B Design a computer based control system Learner Workbook Version 1 TRAINING AND EDUCATION SUPPORT INDUSTRY SKILLS UNIT, MEADOWBANK Product 5495 Acknowledgments

More information

AC System Monitoring Device

AC System Monitoring Device AC System Monitoring Device Andrew Jarrett Project Adviser: Professor Gutschlag Department of Electrical and Computer Engineering October 28, 2015 Executive Summary The alternating current (AC) system

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT AC 2007-1527: INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT Ahad Nasab, Middle Tennessee State University SANTOSH KAPARTHI, Middle Tennessee State University American Society for Engineering Education,

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

Adaptive Motion Control of FIREBIRD V Robot

Adaptive Motion Control of FIREBIRD V Robot Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

Project Design and Management of Programmable Logic Controllers for Electrical Technology

Project Design and Management of Programmable Logic Controllers for Electrical Technology Int. J. Emerg. Sci., 2(3), 322-333, September 2012 ISSN: 2222-4254 IJES Project Design and Management of Programmable Logic Controllers for Electrical Technology Ahmad Fouad Alwan Electronic Department,

More information

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE Int. J. Elec&Electr.Eng&Telecoms. 2013 Pushkar Singh et al., 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 3, July 2013 2013 IJEETC. All Rights Reserved INTELLIGENT APPLIANCE CONTROL SYSTEM

More information

IoT based Control and Protection of Electrical Home Appliances

IoT based Control and Protection of Electrical Home Appliances IoT based Control and Protection of Electrical Home Appliances Priyanka Aishwarya M ept. of Electrical & Electronics Engineering, The National Institute of Engineering, Mysore, India Abstract Broadband

More information

IEC Basics. Presented by. Bill Lydon, Director PLCopen North America Automation Industry Consultant

IEC Basics. Presented by. Bill Lydon, Director PLCopen North America Automation Industry Consultant IEC 61131 Basics Presented by Bill Lydon, Director PLCopen North America Automation Industry Consultant blydon@plcopen-na.org Page 1 Why standard software? Standardization Improves Productivity Quality

More information

A Review Paper on Reconfigurable Techniques to Improve Critical Parameters of SRAM

A Review Paper on Reconfigurable Techniques to Improve Critical Parameters of SRAM IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 09, 2016 ISSN (online): 2321-0613 A Review Paper on Reconfigurable Techniques to Improve Critical Parameters of SRAM Yogit

More information

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1

ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti Ganesh* 1 e-issn 2277-2685, p-issn 2320-976 IJESR/June 2014/ Vol-4/Issue-6/480-484 Gunaganti Ganesh/ International Journal of Engineering & Science Research ANTI THEFT CONTROL SYSTEM OF CAR USING ARM7 Gunaganti

More information

PLC COURSE LIST NMU TRAINING CENTRE

PLC COURSE LIST NMU TRAINING CENTRE PLC COURSE LIST NMU TRAINING CENTRE Introduction to Programmable Logic Controllers (ST-PLCINTRO) Duration: 3 Days Pre-requisite: No pre-requisite required for the course. General technical competence would

More information

Schneider Training Center. Course catalogue 8/13/2018

Schneider Training Center. Course catalogue 8/13/2018 Schneider Training Center Course catalogue 8/13/2018 Index TRNOSPLCUTY13 (On-Site) - Unity Pro Programming Level 1 4 TRNOSPLCUTY23 (On-Site) - Unity Pro Programming Level 2 5 TRNOSPLCUTY13 (On-Site) -

More information

State machines with CODESYS: Clever usage of language properties CODESYS Users' Conference 2014, Manfred Werner

State machines with CODESYS: Clever usage of language properties CODESYS Users' Conference 2014, Manfred Werner : Clever usage of language properties CODESYS Users' Conference 2014, Manfred Werner CODESYS a trademark of 3S-Smart Software Solutions GmbH Agenda 1 2 3 4 5 6 7 Task assignment and definitions A PLC classic:

More information

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW 1 Y Madhusudhan Reddy, 2 Shaik Abdul Rahim, 3 J Leela Mahendra Kumar 1,2,3 Dept. of EIE, RGM Engineering College, Nandyal,

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

More information

DATA ACQUISITION SYSTEM USING LABVIEW

DATA ACQUISITION SYSTEM USING LABVIEW DATA ACQUISITION SYSTEM USING LABVIEW Suyash Lad 1, Bhushan Mahajan 1, Roshan Mandkulkar 1, Vishal Pugaonkar 1, Mrs. K. Sailakshmi 2 1Students Department of Electronic and Telecommunication Engineering,

More information

CTAC. Computer Controlled Coupled Tanks System, with SCADA and PID Control. Key features: For more information about Key Features, click here

CTAC. Computer Controlled Coupled Tanks System, with SCADA and PID Control. Key features: For more information about Key Features, click here Engineering and Technical Teaching Equipment Computer Controlled Coupled Tanks System, with SCADA and PID Control CTAC EDIBON SCADA System and PID Control included Teaching Technique used 2 Control Interface

More information

CS-3410 Systems Programming Spring 2013

CS-3410 Systems Programming Spring 2013 CS-3410 Systems Programming Spring 2013 Course Description http://atomicrhubarb.com/systems This course introduces students to many concepts underlying all computer systems and ties together the basic

More information

PACC. Computer Controlled Continuous Cycle Oil Production Plant, with SCADA. Key features: For more information about Key Features, click here

PACC. Computer Controlled Continuous Cycle Oil Production Plant, with SCADA. Key features: For more information about Key Features, click here Engineering and Technical Teaching Equipment Computer Controlled Continuous Cycle Oil Production Plant, with SCADA PACC Teaching Technique used EDIBON SCADA System 2 Control Interface Box 5 Cables and

More information

Design and Implementation of Programmable Logic Controller (PLC) Using System on Programmable Chip (SOPC)

Design and Implementation of Programmable Logic Controller (PLC) Using System on Programmable Chip (SOPC) Design and Implementation of Programmable Logic Controller (PLC) Using System on Programmable Chip (SOPC) Vilas V Deotare 1, Arjun J. Khetia 2, Dinesh V Padole 3 Professor, Dept. of Electronics and Telecommunication,

More information

Introduction to latest innovation in advanced industrial instrumentation UNIT 6 BASIC INSTRUMENTATION

Introduction to latest innovation in advanced industrial instrumentation UNIT 6 BASIC INSTRUMENTATION Introduction to latest innovation in advanced industrial instrumentation UNIT 6 BASIC INSTRUMENTATION Outline Simple block diagram of DCS ( Introductory) Simple block diagram of PLC ( Primary level ) Introduction

More information

PANASONIC PLC Application AE-PLC-PAN

PANASONIC PLC Application AE-PLC-PAN Engineering and Technical Teaching Equipment PANASONIC PLC Application AE-PLC-PAN PLC programming software Computer (not included in the supply) Unit: AE-PLC-PAN. PANASONIC PLC Application Key features:

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems MT2 Introduction Embedded Systems MT2.1 Mechatronic systems Mechatronics is the synergistic integration of mechanical engineering, with electronics and intelligent computer control in the design and manufacturing

More information

SMART VEHICLE CONTROLLED SYSTEM

SMART VEHICLE CONTROLLED SYSTEM Volume 03, Special sue. 01, March 2015 ISSN (online): 2348 7550 SMART VEHICLE CONTROLLED SYSTEM Sneha Mohan Shingate 1, Y. V. Chavan 2 1,2 Padmabhooshan Vasantdada Patil Institute Of Technology, Pune,

More information

Design and Synthesis of PLC on FPGA

Design and Synthesis of PLC on FPGA ISSN 2395-1621 Design and Synthesis of PLC on FPGA #1 Sonali Khairnar, #2 Savita Sandip Raut 1 sonali.khairnar25@gmail.com 2 krishivmanu@rediffmail.com #12 Student of Master s of Engineering from E &TC

More information

Typical applications where a CPLD may be the best design approach:

Typical applications where a CPLD may be the best design approach: By: Carlos Barberis, dba Bartek Technologies Description of Bartek s CPLD1 development board. For some of us CPLD s are familiar devices and for others just another acronym in the electronic device industry.

More information

VOICE CONTROLLED WHEEL CHAIR USING ARDUINO

VOICE CONTROLLED WHEEL CHAIR USING ARDUINO VOICE CONTROLLED WHEEL CHAIR USING ARDUINO Kharka Bahadur Rai 1, Jeetendra Thakur 2, Nirmal Rai 3 1,2 Student, 3 Asst. Professor, Department of Electronics and Communication Engineering, Sikkim Manipal

More information

Implementation of Elevator control system based on PLC

Implementation of Elevator control system based on PLC Implementation of Elevator control system based on PLC Ameem Ahmed Khan 1, Hiren Patel 2, Derrell Dsouza 3, Swapnil Desai 4 1 Electronics and Telecommunication, Saboo Siddik College 2 Electrical, Trinity

More information

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 06-10 A Low-Cost Energy Management System That Compares Power Consumption of Electronic

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Email Sending Using Non-GPRS Mobile Avinash Patil 1, Mayur Danej 2, Virali Patel

More information

The Modicon M340 PAC. Simple, Versatile and Exceptionally Powerful. Make the most of your energy SM

The Modicon M340 PAC. Simple, Versatile and Exceptionally Powerful. Make the most of your energy SM The Modicon M340 PAC Simple, Versatile and Exceptionally Powerful Make the most of your energy SM Simple, intuitive and yet exceptionally powerful! Extremely powerful, rugged and compact, the Modicon M340

More information

The Design of the Embedded WEB Server Based on ENC28J60

The Design of the Embedded WEB Server Based on ENC28J60 Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2670 2674 Advanced in Control Engineering and Information Science The Design of the Embedded WEB Server Based on ENC28J60 Shisheng

More information

Demand Side Management by Using GSM Interfacing with Arduino (UNO)

Demand Side Management by Using GSM Interfacing with Arduino (UNO) Demand Side Management by Using Interfacing with Arduino (UNO) 1 Madhuri Mahajan, 2 Swati Patharwat, 3 Anuruddha Ingale, 4 Rohit Chaudhari, 5 Ishwar Patil, 6 Prof. Atul Barhate 1,2,3,4,5,6 Department of

More information

Pioneering new technologies

Pioneering new technologies Pioneering new technologies Pioneering new technologies Freely programmable controllers for vehicles and machines with CAN-Bus Description The freely programmable controller ESX works independently as

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

Automation Systems.

Automation Systems. www.ingeteam.com ingesys.info@ingeteam.com The technical data in this catalogue is subject to change without prior notice. GC04IPTT01_A/INGESYSIC3-E/000/0715 NJC The INGESYS IC3 process controller is part

More information

Freescale s Next Generation 8-bit LCD Solutions

Freescale s Next Generation 8-bit LCD Solutions Freescale s Next Generation 8-bit LCD Solutions When most consumers think of LCD, they probably envision a flat panel television or computer monitor. However, there are millions more LCDs out there that

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 Identification of WhatsApp Users Among Large Dataset Patil Bhagyashri 1,Nimje

More information

Power Theft Detection and Monitoring using GPRS Technology

Power Theft Detection and Monitoring using GPRS Technology Reg. No.:20140613 DOI:V3I1P13 Power Theft Detection and Monitoring using GPRS Technology Trupti A.Bhosale Dr.B.G.Hogade truptibhosale09@gmail.com bghogade@gmail.com Department Of Electronics Engineering,

More information