SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 207
REMOTE ADMINISTRATION OF BMS THROUGH ANDROID
APPLICATION
Monika Rana1
, Prateek Bindra2
, Manish Kumar Chauhan3
1
PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India
2
Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India
3
PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India
Abstract
SAN (Storage Area Network) is a committed high-speed network that interconnects data storage devices and multiple servers. It
allows the device to appear like locally attached device to the operating system by enhancing storage devices which are
accessible to server and consequently secures the manner in which the database connects with the server. Thus enabling design of
portable devices that allow the user to control the building constants from remote places.[1][2][3] By gaining the access to
control of building constants application like BMS (Building Management System) can be easily configured. BMS in actual is a
microprocessor based electronic module or device which can be installed in a building to allow the user to operate, manage and
measure real time data of various parameters. Data of the building can be accessed and modified through android app. The
protocol used for communication between the app and web server is GPRS.[4][5] BMS is used to securely store and configure
rules and parameters of an intelligent building like secured access-control, lighting and temperature etc.
Key Words: GPRS, SAN, Microcontroller, Industrial Appliance, Android, Smart building.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
SAN is a high performance network which provides
communication among storage devices and computer
systems. Building Management System built on the top of
SANs provide file-level access along with block level
operations. BMS is a computer system that can retrieve and
analyses the pre-set parameters of building and control those
parameters to meet the needs of end user.[6][7] Its inputs
received such as temperature and humidity from temperature
sensor and humidity sensor respectively and outputs, such as
on/off commands issue from the remotely located server are
passed onto outstations located in vicinity of the building.
Programmer within the outstations after retrieving this
information makes decisions for the necessary level of
applied control. The multiple outstations are linked to each
other and thus information is passed among them. In
addition a modem is also connected to the system to allow
remote access.[8][9] The control using the BMS depends
upon the information received from the sensors and the
manner in which programmer generate response to that
information. For a precise and accurate control of
parameters to its environment, BMS can be configured to
alarm or to issue warnings on conditions and events that
don’t meet specifications or warn of individual items.
The purpose of a Building Management System (BMS) is to
automate and take control of these operations in the most
efficient way possible for the occupiers/business, within the
constraints.[10] Building management through SAN enables
centralized control facility from remote site for regulation of
building parameters and simpler operation by programmed
routine and functions, thereby reducing consumption of time
and resources.
BMS ensures quicker troubleshooting by enabling faster
response to the end users and technicians and improved
indoor environment for living and working environments by
control of the parameters such as temperature and humidity.
2. BLOCK DIAGRAM
The block diagram explains the communication between
SAN and the Android App.
Chart -1: Block Diagram of the project
Web
Services
UDP
TCP-IP
Parser and Server
Building
Management Device
MySQL Database Web Server
Android App
UDP/TCP-IP
SAN (Storage Area Network)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 208
SAN includes both the electronic circuit i.e. Building
Management Device (BMD) and the software part i.e.
parser, server, database and the web server.
The BMD includes various analog and digital sensors for
sensing different parameters like smoke, humidity,
temperature, light intensity etc. The BMD is an ATmega32
microcontroller based device which analyzes and controls
the basic building parameters. The device also monitors
basic events and mishappenings which are unanticipated.
The information received from different sensors is
transformed into a packet and is this packet is transmitted by
GPRS modem to the Server. The packet is then parsed and
useful information is stored in MySQL database for further
reference and for retrieval later on. A web server is created
with access to localhost database; it may communicate with
the Android Application for controlling the building
constants along with provisions of other web services.[11]
An Android Application is created for TCP-IP Client-Server
communication. The accuracy of transmitted data packet is
controlled by TCP whereas the actual data transferred on the
GPRS network is performed by IP.
3. FLOW CHART/ALGORITHM
Chart -2: Flow chart of Server side
The flow chart is divided into two parts, namely server side
and client side.
Whenever we turned on the device the constant of all server
is collected in a controller circuit which is connected to all
sensors wired or wirelessly. After collecting all data from
sensor in controller card, the controller card forms a packet
of sensor data and sends it to the server through TCP-IP
communication. The server receives the packet which is sent
by controller card and parses the packet data and retrieves
the information from the data packet. Server on process
useful information like events of mishappenings and
failures. This event data is stored into MySQL database
which can be accessed when required. After retrieving all
data from packet, server generates an acknowledgement and
command set and sends it to client side.
Chart -3: Flow Chart of the Client side
The acknowledgement and command set sent by server is
received at client side and parse the information from
packet. Client verifies the data, whether the data received is
same as the data from the sensors or not. If it is same, no
changes were made else changes were implemented in the
BMD and the status of the appliances is set accordingly.
4. APPLICATION AREAS
The Building Management Device has varying applications
and multiple platforms like in airports, hospitals, industries
and many more. This device can be easily installed in any
building and it is good to go. It is capable of providing real
time data and can reduce overall energy needs of a building
making it energy efficient.[12] Thus providing a future
proof and scalable building management system that
optimizes and manage a wide range building services.
5. ADVANTAGES & LIMITATIONS
The device designed enables visibility and centralized
control of the building constants and has increased the level
BMD
Start
Retrieve data from
sensors
Packet Formation
Packet
Transmission
Retrieve data
packet at server
Parsing of data
packet
Store information
in database
Issue ACK and
command set to
clients
To Server-Parser
Retrieve of data at
client side
Parsing of data
packet
Verification of data No Changes
Required
Implement
Changes
BMD
Same
Different
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 209
of security. It increases the value of the building whereas
decreased running cost and maintenance economy by
avoiding expensive failures.[13] BMD improves reliability
and helps in conservation of energy. It ensures an easy way
to detect an issue and to eliminate it. The system provides an
improved security, fire and other emergency events.[14]
The control level through BMD is dependent upon the
quality of information received from the sensors. If
information received is not accurate, results may not be as
per our requirements. The disadvantage of the system is that
if some modifications are to be made, the software demands
modification in every workstation.
6. RESULT
The Android Application is able to send data to the server
and this parsed data is shown on the server’s screen.
Results have been obtained from the sensors and the data
has been successfully displayed on the server.
Chart -4: Screenshot of data displayed on server
7. CONCLUSION AND FUTURE SCOPE
The device can easily operate and manipulate the building
services from remote places and manages the energy usage
in the building.[15] This device has been successful in
discarding the need of being in a confined area to control the
building constants.
The sensor data can be acquired more precisely by using
FreeRTOS which minimizes the delay between the tasks and
achieves real time sensor information.
ACKNOWLEDGEMENT
I express my gratitude to professors, faculties and staff of
Department of Electrical, Electronics & Communication
Engineering of ITM University, Gurgaon along with Xinoe
Systems Private Limited by whose support and guidance I
was able to complete my research work timely and
unperturbedly.
REFERENCES
[1]. Krejcar, 0., Horkem, J. “Remote Access Of Building
Management System On Windows Mobile Devices”.
Networking and Information Technology (ICNIT),
2010 International Conference on DOI:
10.1109/ICNIT.2010.5508449 Publication Year:
2010 , Page(s):560 – 564
[2]. Dengler, Sebastian; Awad, Abdalkarim; Dressler,
Falko, “Sensor/Actuator Networks in Smart Homes
for Supporting Elderly and Handicapped People.”
Advanced Information Networking and Applications
Workshops, 2007, AINAW '07. 21st International
Conference on, Volume 2, 21-23 May 2007,
Page(s):863 – 868.
[3]. Krejcar, 0., “PDPT framework - Building information
system with wireless connected mobile devices”, In
Icinco 2006, 3rd International Conference on
Infonnatics in Control, Automation and Robotics
Insticc Press, Setubal, Portugal, pp. 162-167 (2006)
[4]. Kastner, W. ; Neugschwandtner, G. ; Soucek, S. ;
Newmann, “Communication Systems for Building
Automation and Control”, H.M. Proceedings of the
IEEE Volume: 93 , Issue: 6 DOI:
10.1109/JPROC.2005.849726 Publication Year: 2005
, Page(s): 1178 – 1203
[5]. Yu-Wei Huang ; Shun-Chien Chang ; Chih-Hung Wu
“GPRS-Based Embedded Remote Power
Management System Network And Mobile
Technology”, Sensors for Industry Conference, 2005
DOI: 10.1109/SICON.2005.257878 Publication Year:
2005 , Page(s): 105 – 110
[6]. Jiang, Li, Da-You Liu, and Bo Yang, “Smart Home
Research”, Machine Learning and Cybernetics
(2004). 15 Oct. 2007.
[7]. Yamazaki, T, “Beyond the Smart Home”, Hybrid
Information Technology, 2006. ICHIT'06. Vol 2.
International Conference on, Volume 2, Nov. 2006
Page(s):350 – 355.
[8]. Smitha, S.D. ; Chacko, F.M. “Intelligent Energy
Management in Smart and Sustainable Buildings with
Multi-agent Control System”, Automation,
Computing, Communication, Control and
Compressed Sensing (iMac4s), 2013 International
Multi-Conference on DOI:
10.1109/iMac4s.2013.6526406 Publication Year:
2013 , Page(s): 190 – 195
[9]. F. Obayashi and Y. Tokunaga, “A Study of Building
Energy Management Systems based of Multi
Agents,” in SICE annual Conference in Fukui, Fukui,
Japan, 2003.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 210
[10]. Gao Manru ; Su Wei ; Xue Lijun “Engineering design
of intelligent building management system (IBMS)”,
Computer and Communication Technologies in
Agriculture Engineering (CCTAE), 2010
International Conference On Volume: 1 DOI:
10.1109/CCTAE.2010.5544762 Publication Year:
2010, Page(s): 337 – 340
[11]. Yinbo Wu, “An Open Web-Based Integrated System
For Intelligent Building”, Mechatronic Sciences,
Electric Engineering and Computer (MEC),
Proceedings 2013 International Conference on DOI:
10.1109/MEC.2013.6885068 Publication Year: 2013
, Page(s): 173 – 176
[12]. Anjos, D.; Carreira, P.; Francisco, A.P. "Real-Time
Integration of Building Energy Data", Big Data
(BigData Congress), 2014 IEEE International
Congress on, On page(s): 250 – 257
[13]. Borkowski, P. ; Pawlowski, M. ; Makowiecki, T.
“Economical Aspects of Building Management
Systems Implementation”, PowerTech, 2011 IEEE
Trondheim DOI: 10.1109/PTC.2011.6019439
Publication Year: 2011 , Page(s): 1 – 6
[14]. Gabriele, T. ; Pantoli, L. ; Stornelli, V. ; Chiulli, D. ;
Muttillo, M. “Smart Power Management System For
Home Appliances And Wellness Based On Wireless
Sensors”, AISEM Annual Conference, 2015 XVIII
DOI: 10.1109/AISEM.2015.7066808 Publication
Year: 2015 , Page(s): 1 – 4
[15]. Li Kaicheng; Liu Jianfeng; Yue Congyuan; Zhang
Ming "Remote power management and meter-reading
system based on ARM microprocessor", Precision
Electromagnetic Measurements Digest, 2008. CPEM
2008. Conference on, On page(s): 216 – 217
BIOGRAPHIES
Monika Rana is currently Post
Graduate student in Masters of
Technology, Embedded Systems
from ITM University, Gurgaon. She
completed her B.Tech in
Electronics and Communication
Engineering from Banasthali
University, Jaipur in 2013. Her
area of interest is Embedded
System Design and Real Time
Systems.
Prateek Bindra is working as an
Asst. Professor in the Department
of Electrical, Electronics &
Communication Engineering, ITM
University, Gurgaon, (Haryana)
India. He has received M.E. degree
in Microelectronics and B.Tech.
Degree in Electronics &
Communication Engineering. His
main research interests are in
device modeling, nanoelectronics
and analog circuit design.
Manish Kumar Chauhan is
pursuing Post Graduation in
Masters of Technology, Embedded
Systems from ITM University,
Gurgaon. He completed his B.Tech
in Electronics and Communication
Engineering from Engineering
College Ajmer, Rajasthan
Technical University Kota in 2012.
He has a keen interest in Real Time
Operating System and Embedded
Systems.

More Related Content

What's hot

Operating support subsystem (oss) presentation
Operating  support subsystem (oss) presentationOperating  support subsystem (oss) presentation
Operating support subsystem (oss) presentationNaveen Jakhar, I.T.S
 
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIESEFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIEScscpconf
 
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...Power System Operation
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Four faith ups remote monitoring solutions
Four faith ups remote monitoring solutionsFour faith ups remote monitoring solutions
Four faith ups remote monitoring solutionsJosh Brad
 
Management Information System (mis)- unit-3
Management Information System (mis)- unit-3Management Information System (mis)- unit-3
Management Information System (mis)- unit-3Manoj Kumar
 
23 9754 assessment paper id 0023 (ed l)2
23 9754 assessment paper id 0023 (ed l)223 9754 assessment paper id 0023 (ed l)2
23 9754 assessment paper id 0023 (ed l)2IAESIJEECS
 
KEB supply failure
KEB supply failureKEB supply failure
KEB supply failuregayatrigayu1
 
Management Information System (MIS)- unit-5
Management Information System (MIS)- unit-5Management Information System (MIS)- unit-5
Management Information System (MIS)- unit-5Manoj Kumar
 
IRJET- Analysis of using Software Defined and Service Coherence Approach
IRJET- Analysis of using Software Defined and Service Coherence ApproachIRJET- Analysis of using Software Defined and Service Coherence Approach
IRJET- Analysis of using Software Defined and Service Coherence ApproachIRJET Journal
 
IRJET - Scrutinize the Utility of Preserved Data with Privacy
IRJET -  	  Scrutinize the Utility of Preserved Data with PrivacyIRJET -  	  Scrutinize the Utility of Preserved Data with Privacy
IRJET - Scrutinize the Utility of Preserved Data with PrivacyIRJET Journal
 
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)Dimple Poddar
 
Network Management
Network ManagementNetwork Management
Network ManagementVivek Garg
 
The Live: Stream Computing
The Live: Stream ComputingThe Live: Stream Computing
The Live: Stream ComputingIRJET Journal
 
4. Fundamental MIS Information Systems Presentation
4. Fundamental MIS  Information Systems Presentation4. Fundamental MIS  Information Systems Presentation
4. Fundamental MIS Information Systems PresentationMirMdAkhiruggaman
 

What's hot (20)

Operating support subsystem (oss) presentation
Operating  support subsystem (oss) presentationOperating  support subsystem (oss) presentation
Operating support subsystem (oss) presentation
 
ATS SmartWAMS
ATS SmartWAMSATS SmartWAMS
ATS SmartWAMS
 
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIESEFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
 
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...
Real Time Dynamics Monitoring System (RTDMS™): Phasor Applications for the Co...
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Four faith ups remote monitoring solutions
Four faith ups remote monitoring solutionsFour faith ups remote monitoring solutions
Four faith ups remote monitoring solutions
 
IRS_Tier_2_Compiler_Policy_V3
IRS_Tier_2_Compiler_Policy_V3IRS_Tier_2_Compiler_Policy_V3
IRS_Tier_2_Compiler_Policy_V3
 
Management Information System (mis)- unit-3
Management Information System (mis)- unit-3Management Information System (mis)- unit-3
Management Information System (mis)- unit-3
 
SCADA SOLUTIONS
SCADA SOLUTIONSSCADA SOLUTIONS
SCADA SOLUTIONS
 
23 9754 assessment paper id 0023 (ed l)2
23 9754 assessment paper id 0023 (ed l)223 9754 assessment paper id 0023 (ed l)2
23 9754 assessment paper id 0023 (ed l)2
 
KEB supply failure
KEB supply failureKEB supply failure
KEB supply failure
 
Types of Electrical Meters in Data Centers
Types of Electrical Meters in Data CentersTypes of Electrical Meters in Data Centers
Types of Electrical Meters in Data Centers
 
Management Information System (MIS)- unit-5
Management Information System (MIS)- unit-5Management Information System (MIS)- unit-5
Management Information System (MIS)- unit-5
 
Afa wea
Afa weaAfa wea
Afa wea
 
IRJET- Analysis of using Software Defined and Service Coherence Approach
IRJET- Analysis of using Software Defined and Service Coherence ApproachIRJET- Analysis of using Software Defined and Service Coherence Approach
IRJET- Analysis of using Software Defined and Service Coherence Approach
 
IRJET - Scrutinize the Utility of Preserved Data with Privacy
IRJET -  	  Scrutinize the Utility of Preserved Data with PrivacyIRJET -  	  Scrutinize the Utility of Preserved Data with Privacy
IRJET - Scrutinize the Utility of Preserved Data with Privacy
 
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)
Building management system (LINK IN DESCRIPTION FOR DOWNLOAD)
 
Network Management
Network ManagementNetwork Management
Network Management
 
The Live: Stream Computing
The Live: Stream ComputingThe Live: Stream Computing
The Live: Stream Computing
 
4. Fundamental MIS Information Systems Presentation
4. Fundamental MIS  Information Systems Presentation4. Fundamental MIS  Information Systems Presentation
4. Fundamental MIS Information Systems Presentation
 

Viewers also liked

3rd Labour-Law-Primer for Multinational Companies in India
3rd Labour-Law-Primer for Multinational Companies in India3rd Labour-Law-Primer for Multinational Companies in India
3rd Labour-Law-Primer for Multinational Companies in IndiaSinghania2015
 
Essential labour laws for entrepreneurs
Essential labour laws for entrepreneurs Essential labour laws for entrepreneurs
Essential labour laws for entrepreneurs Dr. Trilok Kumar Jain
 
Case study of factory on fire:MIS
Case study of factory on fire:MISCase study of factory on fire:MIS
Case study of factory on fire:MISChirag Thaker
 
Labour Law for Managers
Labour Law for ManagersLabour Law for Managers
Labour Law for Managersfleetstreet
 
Hrm case study
Hrm case studyHrm case study
Hrm case studyAmit Kumar
 
Industrial hazards and safety measures
Industrial hazards and safety measuresIndustrial hazards and safety measures
Industrial hazards and safety measuresBiocon ltd
 
Compliance under labour laws in india
Compliance under labour laws in indiaCompliance under labour laws in india
Compliance under labour laws in indiaAmrik Singh
 

Viewers also liked (12)

3rd Labour-Law-Primer for Multinational Companies in India
3rd Labour-Law-Primer for Multinational Companies in India3rd Labour-Law-Primer for Multinational Companies in India
3rd Labour-Law-Primer for Multinational Companies in India
 
Essential labour laws for entrepreneurs
Essential labour laws for entrepreneurs Essential labour laws for entrepreneurs
Essential labour laws for entrepreneurs
 
Case study of factory on fire:MIS
Case study of factory on fire:MISCase study of factory on fire:MIS
Case study of factory on fire:MIS
 
Factory act, 1948,(1)
Factory act,  1948,(1)Factory act,  1948,(1)
Factory act, 1948,(1)
 
Labour Law for Managers
Labour Law for ManagersLabour Law for Managers
Labour Law for Managers
 
Hr labour laws
Hr labour lawsHr labour laws
Hr labour laws
 
Unilever HRM case study
Unilever HRM case studyUnilever HRM case study
Unilever HRM case study
 
Hrm case study
Hrm case studyHrm case study
Hrm case study
 
Industrial hazards and safety measures
Industrial hazards and safety measuresIndustrial hazards and safety measures
Industrial hazards and safety measures
 
Industrial safety
Industrial safetyIndustrial safety
Industrial safety
 
PPT on "Labour Laws in India"
PPT on "Labour Laws in India"PPT on "Labour Laws in India"
PPT on "Labour Laws in India"
 
Compliance under labour laws in india
Compliance under labour laws in indiaCompliance under labour laws in india
Compliance under labour laws in india
 

Similar to Remote administration of bms through android application

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 PlatformIRJET Journal
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
Smart distribution system the need of automation & it application in powe...
Smart distribution system the need of automation & it application in powe...Smart distribution system the need of automation & it application in powe...
Smart distribution system the need of automation & it application in powe...SoumyaRanjanDas13
 
Android-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsAndroid-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsIRJESJOURNAL
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemIRJET Journal
 
Gsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationGsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationeSAT Journals
 
Gsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialGsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialeSAT Publishing House
 
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET Journal
 
A Review Paper on Emerging Areas and Applications of IoT
A Review Paper on Emerging Areas and Applications of IoTA Review Paper on Emerging Areas and Applications of IoT
A Review Paper on Emerging Areas and Applications of IoTIRJET Journal
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET Journal
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationAM Publications
 
Implementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power ConsumptionImplementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power ConsumptionIJERDJOURNAL
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET Journal
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesIRJET Journal
 
Circuit breaker Maintenance By Mobile Agent Software Technology
Circuit breaker Maintenance By Mobile Agent Software TechnologyCircuit breaker Maintenance By Mobile Agent Software Technology
Circuit breaker Maintenance By Mobile Agent Software Technologysiddhartha muduli
 

Similar to Remote administration of bms through android application (20)

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
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
Ijecet 06 07_004
Ijecet 06 07_004Ijecet 06 07_004
Ijecet 06 07_004
 
Smart distribution system the need of automation & it application in powe...
Smart distribution system the need of automation & it application in powe...Smart distribution system the need of automation & it application in powe...
Smart distribution system the need of automation & it application in powe...
 
Android-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power PlantsAndroid-Based Secure Monitoring System for Industrial Power Plants
Android-Based Secure Monitoring System for Industrial Power Plants
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation System
 
Gsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automationGsm or x10 based scada system for industrial automation
Gsm or x10 based scada system for industrial automation
 
Gsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrialGsm or x10 based scada system for industrial
Gsm or x10 based scada system for industrial
 
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
 
A Review Paper on Emerging Areas and Applications of IoT
A Review Paper on Emerging Areas and Applications of IoTA Review Paper on Emerging Areas and Applications of IoT
A Review Paper on Emerging Areas and Applications of IoT
 
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...
 
Jq2416671672
Jq2416671672Jq2416671672
Jq2416671672
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
Implementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power ConsumptionImplementing Oracle Utility-Meter Data Management For Power Consumption
Implementing Oracle Utility-Meter Data Management For Power Consumption
 
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...IRJET-  	  A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
IRJET- A Survey on-Security for using Pervasive Healthcare Monitoring Sys...
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridges
 
Circuit breaker Maintenance By Mobile Agent Software Technology
Circuit breaker Maintenance By Mobile Agent Software TechnologyCircuit breaker Maintenance By Mobile Agent Software Technology
Circuit breaker Maintenance By Mobile Agent Software Technology
 
Ki3517881791
Ki3517881791Ki3517881791
Ki3517881791
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 

Recently uploaded (20)

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 

Remote administration of bms through android application

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 207 REMOTE ADMINISTRATION OF BMS THROUGH ANDROID APPLICATION Monika Rana1 , Prateek Bindra2 , Manish Kumar Chauhan3 1 PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India 2 Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India 3 PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India Abstract SAN (Storage Area Network) is a committed high-speed network that interconnects data storage devices and multiple servers. It allows the device to appear like locally attached device to the operating system by enhancing storage devices which are accessible to server and consequently secures the manner in which the database connects with the server. Thus enabling design of portable devices that allow the user to control the building constants from remote places.[1][2][3] By gaining the access to control of building constants application like BMS (Building Management System) can be easily configured. BMS in actual is a microprocessor based electronic module or device which can be installed in a building to allow the user to operate, manage and measure real time data of various parameters. Data of the building can be accessed and modified through android app. The protocol used for communication between the app and web server is GPRS.[4][5] BMS is used to securely store and configure rules and parameters of an intelligent building like secured access-control, lighting and temperature etc. Key Words: GPRS, SAN, Microcontroller, Industrial Appliance, Android, Smart building. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION SAN is a high performance network which provides communication among storage devices and computer systems. Building Management System built on the top of SANs provide file-level access along with block level operations. BMS is a computer system that can retrieve and analyses the pre-set parameters of building and control those parameters to meet the needs of end user.[6][7] Its inputs received such as temperature and humidity from temperature sensor and humidity sensor respectively and outputs, such as on/off commands issue from the remotely located server are passed onto outstations located in vicinity of the building. Programmer within the outstations after retrieving this information makes decisions for the necessary level of applied control. The multiple outstations are linked to each other and thus information is passed among them. In addition a modem is also connected to the system to allow remote access.[8][9] The control using the BMS depends upon the information received from the sensors and the manner in which programmer generate response to that information. For a precise and accurate control of parameters to its environment, BMS can be configured to alarm or to issue warnings on conditions and events that don’t meet specifications or warn of individual items. The purpose of a Building Management System (BMS) is to automate and take control of these operations in the most efficient way possible for the occupiers/business, within the constraints.[10] Building management through SAN enables centralized control facility from remote site for regulation of building parameters and simpler operation by programmed routine and functions, thereby reducing consumption of time and resources. BMS ensures quicker troubleshooting by enabling faster response to the end users and technicians and improved indoor environment for living and working environments by control of the parameters such as temperature and humidity. 2. BLOCK DIAGRAM The block diagram explains the communication between SAN and the Android App. Chart -1: Block Diagram of the project Web Services UDP TCP-IP Parser and Server Building Management Device MySQL Database Web Server Android App UDP/TCP-IP SAN (Storage Area Network)
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 208 SAN includes both the electronic circuit i.e. Building Management Device (BMD) and the software part i.e. parser, server, database and the web server. The BMD includes various analog and digital sensors for sensing different parameters like smoke, humidity, temperature, light intensity etc. The BMD is an ATmega32 microcontroller based device which analyzes and controls the basic building parameters. The device also monitors basic events and mishappenings which are unanticipated. The information received from different sensors is transformed into a packet and is this packet is transmitted by GPRS modem to the Server. The packet is then parsed and useful information is stored in MySQL database for further reference and for retrieval later on. A web server is created with access to localhost database; it may communicate with the Android Application for controlling the building constants along with provisions of other web services.[11] An Android Application is created for TCP-IP Client-Server communication. The accuracy of transmitted data packet is controlled by TCP whereas the actual data transferred on the GPRS network is performed by IP. 3. FLOW CHART/ALGORITHM Chart -2: Flow chart of Server side The flow chart is divided into two parts, namely server side and client side. Whenever we turned on the device the constant of all server is collected in a controller circuit which is connected to all sensors wired or wirelessly. After collecting all data from sensor in controller card, the controller card forms a packet of sensor data and sends it to the server through TCP-IP communication. The server receives the packet which is sent by controller card and parses the packet data and retrieves the information from the data packet. Server on process useful information like events of mishappenings and failures. This event data is stored into MySQL database which can be accessed when required. After retrieving all data from packet, server generates an acknowledgement and command set and sends it to client side. Chart -3: Flow Chart of the Client side The acknowledgement and command set sent by server is received at client side and parse the information from packet. Client verifies the data, whether the data received is same as the data from the sensors or not. If it is same, no changes were made else changes were implemented in the BMD and the status of the appliances is set accordingly. 4. APPLICATION AREAS The Building Management Device has varying applications and multiple platforms like in airports, hospitals, industries and many more. This device can be easily installed in any building and it is good to go. It is capable of providing real time data and can reduce overall energy needs of a building making it energy efficient.[12] Thus providing a future proof and scalable building management system that optimizes and manage a wide range building services. 5. ADVANTAGES & LIMITATIONS The device designed enables visibility and centralized control of the building constants and has increased the level BMD Start Retrieve data from sensors Packet Formation Packet Transmission Retrieve data packet at server Parsing of data packet Store information in database Issue ACK and command set to clients To Server-Parser Retrieve of data at client side Parsing of data packet Verification of data No Changes Required Implement Changes BMD Same Different
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 209 of security. It increases the value of the building whereas decreased running cost and maintenance economy by avoiding expensive failures.[13] BMD improves reliability and helps in conservation of energy. It ensures an easy way to detect an issue and to eliminate it. The system provides an improved security, fire and other emergency events.[14] The control level through BMD is dependent upon the quality of information received from the sensors. If information received is not accurate, results may not be as per our requirements. The disadvantage of the system is that if some modifications are to be made, the software demands modification in every workstation. 6. RESULT The Android Application is able to send data to the server and this parsed data is shown on the server’s screen. Results have been obtained from the sensors and the data has been successfully displayed on the server. Chart -4: Screenshot of data displayed on server 7. CONCLUSION AND FUTURE SCOPE The device can easily operate and manipulate the building services from remote places and manages the energy usage in the building.[15] This device has been successful in discarding the need of being in a confined area to control the building constants. The sensor data can be acquired more precisely by using FreeRTOS which minimizes the delay between the tasks and achieves real time sensor information. ACKNOWLEDGEMENT I express my gratitude to professors, faculties and staff of Department of Electrical, Electronics & Communication Engineering of ITM University, Gurgaon along with Xinoe Systems Private Limited by whose support and guidance I was able to complete my research work timely and unperturbedly. REFERENCES [1]. Krejcar, 0., Horkem, J. “Remote Access Of Building Management System On Windows Mobile Devices”. Networking and Information Technology (ICNIT), 2010 International Conference on DOI: 10.1109/ICNIT.2010.5508449 Publication Year: 2010 , Page(s):560 – 564 [2]. Dengler, Sebastian; Awad, Abdalkarim; Dressler, Falko, “Sensor/Actuator Networks in Smart Homes for Supporting Elderly and Handicapped People.” Advanced Information Networking and Applications Workshops, 2007, AINAW '07. 21st International Conference on, Volume 2, 21-23 May 2007, Page(s):863 – 868. [3]. Krejcar, 0., “PDPT framework - Building information system with wireless connected mobile devices”, In Icinco 2006, 3rd International Conference on Infonnatics in Control, Automation and Robotics Insticc Press, Setubal, Portugal, pp. 162-167 (2006) [4]. Kastner, W. ; Neugschwandtner, G. ; Soucek, S. ; Newmann, “Communication Systems for Building Automation and Control”, H.M. Proceedings of the IEEE Volume: 93 , Issue: 6 DOI: 10.1109/JPROC.2005.849726 Publication Year: 2005 , Page(s): 1178 – 1203 [5]. Yu-Wei Huang ; Shun-Chien Chang ; Chih-Hung Wu “GPRS-Based Embedded Remote Power Management System Network And Mobile Technology”, Sensors for Industry Conference, 2005 DOI: 10.1109/SICON.2005.257878 Publication Year: 2005 , Page(s): 105 – 110 [6]. Jiang, Li, Da-You Liu, and Bo Yang, “Smart Home Research”, Machine Learning and Cybernetics (2004). 15 Oct. 2007. [7]. Yamazaki, T, “Beyond the Smart Home”, Hybrid Information Technology, 2006. ICHIT'06. Vol 2. International Conference on, Volume 2, Nov. 2006 Page(s):350 – 355. [8]. Smitha, S.D. ; Chacko, F.M. “Intelligent Energy Management in Smart and Sustainable Buildings with Multi-agent Control System”, Automation, Computing, Communication, Control and Compressed Sensing (iMac4s), 2013 International Multi-Conference on DOI: 10.1109/iMac4s.2013.6526406 Publication Year: 2013 , Page(s): 190 – 195 [9]. F. Obayashi and Y. Tokunaga, “A Study of Building Energy Management Systems based of Multi Agents,” in SICE annual Conference in Fukui, Fukui, Japan, 2003.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2015, Available @ http://www.ijret.org 210 [10]. Gao Manru ; Su Wei ; Xue Lijun “Engineering design of intelligent building management system (IBMS)”, Computer and Communication Technologies in Agriculture Engineering (CCTAE), 2010 International Conference On Volume: 1 DOI: 10.1109/CCTAE.2010.5544762 Publication Year: 2010, Page(s): 337 – 340 [11]. Yinbo Wu, “An Open Web-Based Integrated System For Intelligent Building”, Mechatronic Sciences, Electric Engineering and Computer (MEC), Proceedings 2013 International Conference on DOI: 10.1109/MEC.2013.6885068 Publication Year: 2013 , Page(s): 173 – 176 [12]. Anjos, D.; Carreira, P.; Francisco, A.P. "Real-Time Integration of Building Energy Data", Big Data (BigData Congress), 2014 IEEE International Congress on, On page(s): 250 – 257 [13]. Borkowski, P. ; Pawlowski, M. ; Makowiecki, T. “Economical Aspects of Building Management Systems Implementation”, PowerTech, 2011 IEEE Trondheim DOI: 10.1109/PTC.2011.6019439 Publication Year: 2011 , Page(s): 1 – 6 [14]. Gabriele, T. ; Pantoli, L. ; Stornelli, V. ; Chiulli, D. ; Muttillo, M. “Smart Power Management System For Home Appliances And Wellness Based On Wireless Sensors”, AISEM Annual Conference, 2015 XVIII DOI: 10.1109/AISEM.2015.7066808 Publication Year: 2015 , Page(s): 1 – 4 [15]. Li Kaicheng; Liu Jianfeng; Yue Congyuan; Zhang Ming "Remote power management and meter-reading system based on ARM microprocessor", Precision Electromagnetic Measurements Digest, 2008. CPEM 2008. Conference on, On page(s): 216 – 217 BIOGRAPHIES Monika Rana is currently Post Graduate student in Masters of Technology, Embedded Systems from ITM University, Gurgaon. She completed her B.Tech in Electronics and Communication Engineering from Banasthali University, Jaipur in 2013. Her area of interest is Embedded System Design and Real Time Systems. Prateek Bindra is working as an Asst. Professor in the Department of Electrical, Electronics & Communication Engineering, ITM University, Gurgaon, (Haryana) India. He has received M.E. degree in Microelectronics and B.Tech. Degree in Electronics & Communication Engineering. His main research interests are in device modeling, nanoelectronics and analog circuit design. Manish Kumar Chauhan is pursuing Post Graduation in Masters of Technology, Embedded Systems from ITM University, Gurgaon. He completed his B.Tech in Electronics and Communication Engineering from Engineering College Ajmer, Rajasthan Technical University Kota in 2012. He has a keen interest in Real Time Operating System and Embedded Systems.