A Multi-agent based Facility Maintenance Planning and Monitoring System: A Case Study

Size: px
Start display at page:

Download "A Multi-agent based Facility Maintenance Planning and Monitoring System: A Case Study"

Transcription

1 A Multi-agent based Facility Maintenance Planning and Monitoring System: A Case Study JaeHoon Lee 1, MyungSoo Lee 2, SangHoon Lee 2, SeGhok Oh 2, and JoongSoon Jang 3 1 Department of Biomedical Informatics, University of Utah, 26 South 2000 East, Salt Lake City, Utah, USA, jaehoon.lee@utah.edu 2 XnSolutions, World Merdian 2 Cha, Gasan-dong, Geumcheon-gu, Seoul, Republic of Korea, {myoungsu, protolee, ohsegok}@xnsolution.co.kr 3 Department of Industrial Engineering, Ajou University, San 5, Woncheon-Dong, YeongTong-Gu, Suwon, Republic of Korea, jsjang@ajou.ac.kr Abstract. In this study, we propose a multi-agent based maintenance management system for maintenance planning and facility monitoring. This system is to support decision-making of maintenance engineers by providing up-to-date facility status and reliability assessment. To do so, the system includes; 1) a computerized maintenance management system to store failure and maintenance history, 2) a multi-agent system to collect data from both the database and the facilities in an automated manner, and 3) a decision support function to provide reliability assessment such as expected remaining life times, failure rates, and failure patterns to engineers. A case study of implementing the proposed system in an automotive part production industry are described. Keywords: multi-agent system, maintenance management, computerized maintenance management system, decision support 1 Introduction Decision-making in facility maintenance management is an important part of manufacturing systems in that the facilities are usually expensive resources, and so a small malfunction of them can cause huge loss to the companies. Although information technology (IT) have brought significant benefits to manufacturing systems, facility maintenance planning and operation are still known as an area of relying on know-how of experienced engineers. However, the concept of e- maintenance has been recognized as a powerful way of computerized maintenance management during decades [1]. Use of IT supports decision-making in maintenance management including planning activities, selecting policies, recording history, and predicting facility reliability and maintainability [2][3]. 1 Corresponding author; jaehoon.lee@utah.edu 110

2 There are two noticeable tools that enable computerized maintenance management in a systematic way. One is a computerized maintenance management system (CMMS) which is a data management tool and reliability centered maintenance (RCM) as a reliability assessment and prediction tool. A CMMS is to store maintenance data electronically such as facility profile, failure category, failure history, repair cost, and work schedule. A recent CMMS was enabled by the Web to support ubiquitous access as well as to avoid the expense and distraction of software maintenance, security, and hardware upgrade [4]. RCM is a statistical approach to establish an effective maintenance policy and a routine maintenance program toward a system or a facility. It enables maintenance engineers to focus on preserving core functions of a system or equipment with cost-effective tasks [5]. RCM and CMMSs can be complimentary in that collecting failure data is a fundamental part of RCM and a CMMS can satisfy it. For the reasons, integrating a CMMS into RCM has been implemented [6][7][8]. Nonetheless there are two difficulties which managers and engineers usually have. One is that the data which are required for RCM analysis are physically distributed in manufacturing fields, nonelectronic formatted, and required of data pre-processing. Although a CMMS supports a systematic way of collecting and storing the data, data processing still relies on human analysts. The other is that RCM requires statistical background to the engineers. For the reasons, the quality of RCM implementation has been highly dependent on the experience and skills of RCM analysts [9]. In this paper, we developed an integrated maintenance planning and facility monitoring system using multi-agent technology. Our approach is to integrate the two systems; 1) a multi-agent system (MAS) was used to automate data gathering and processing, 2) a CMMS was also used to provide maintenance data for the MAS. Based on the integration, a decision support function for reliability assessment was added. It provides up-to-date facility status using control charts as well as key indicators from reliability assessment such as expected remaining life or parts, priorities of maintenance tasks, and failure patterns. Maintenance engineers can prevent potential problems of the facilities based on the information. The rest of this paper is as follows. Section 2 describes the design concept, system architecture, and the core functions. In Section 3, we implemented the proposed system for maintenance management of injection molding machines in an automotive part industry in Korea. Conclusion and discussion are also added to represent the contribution and limitation of this study. 2 System development An effective RCM analysis should be based on data collection prepared at right time of decision-making. CMMSs can satisfy these requirements by storing maintenance related data such as operation logs, spare part inventory, test report, failure history, and maintenance protocols in a systematic way. Nevertheless some of essential data handling for maintenance management are not covered by CMMSs; e.g. planning of data collection, pre-processing of data for analysis, or fixing measurement errors. 111

3 An intelligent software agent is a powerful technology originated from an approach of interaction-based computational model to solve those problems. Software agents are designed to handle autonomous tasks using their intelligence and have capabilities to take initiative, reason, act, and communicate with each other and their operating environment [10]. In the domain of facility maintenance, a multi-agent based remote maintenance support to use an expert knowledge system was proposed by integrating the agents distributed in difference layers by cooperation and negotiation in a global enterprise [11]. In this paper, we suggest five specialized software agents (See Fig. 1). A data collector agent retrieves data from various sources through data interfaces such as internet connection, serial port, and wireless network. A configurator agent is to set up configurations of other agents. For example, the configurations of the data collector agent such as sample sizes to be measured, sampling periods, and message notification types are set by the configurator agent. A recognizer agent diagnoses a status of a facility based on the data which is collected by the data collector agent. A scheduler agent generates work orders for maintenance activities based on the diagnosis results. An analyzer agent conducts reliability assessment to create indicators such as failure rates, mean time between failures, mean time to repair, and expected remaining life time of facilities. Fig. 1. Class diagram; an agent manager and five agent types; configure, data collector, recognizer, scheduler, and analyzer. We developed an MAS based on the design concept and integrated it into a CMMS. In addition, we developed a decision support application to be used by maintenance engineers through the Web. The overall feature of the proposed system is shown in Fig. 2. The system consists of four layers; a manufacturing field, the MAS, the CMMS, and the decision support application. The MAS controls collaboration of the five agents to collect data from the manufacturing field and store them into the CMMS. The data may be converted into indicators so that they ultimately be 112

4 delivered to maintenance engineers through the decision support application. The prototype agent system and the application was developed by C# language based on.net framework. Fig. 2. System architecture: diverse agents collaborate to collect data from sources and reproduce them as worthwhile information for decision-making support. Fig. 3. Decision support scenarios; a use case diagram Fig. 3 depicts a use case diagram of decision support scenarios using the proposed system. When a maintenance manager plans to monitor a facility, he/she may configure data collection and diagnosis. Then the MAS will assign agents and the agents will automatically watch and monitor the status of the facility. If an abnormal condition of the facility is detected, a recognizer agent detects and records it into the CMMS database and sends a message through the decision support application. The 113

5 maintenance engineer can see status of the facility and related reports to find out the root cause of problem. 3 Implementation The proposed system was implemented at an automotive part manufacturing company in South Korea. This factory produces plastic car interior parts such as dashboards, center fascia panels, cup holders, and inner door frames, which are produced by injection molding machines. Thus stabilized operation of the equipment is important to maintain good quality of the plastic products. The factory owns seven large-type machines and eleven middle-type machines. The operation history of the machines had been manually recorded in papers by facility operation managers. At the first step of our project, the operators entered the master profile of the machines such as part list, structure of the parts, and adopted dates. In addition, they entered the history of facility operations from the paper records into the CMMS. Fig. 4. Screen shot; decision support application After the initialization phase, we assigned and activated agents to the machines. Fig. 4 shows a screen shot of the application showing facility condition at operation. A list of currently monitored machines and their conditions are shown. The chart shows a weekly trend of body temperatures of a cylinder by a sensor. A warning message detecting a periodic pattern is shown on the right. Based on the initial operation, we analyzed failure patterns of the machines. Fig. 5. a) shows a time series chart of annual failure frequency of the machines. That the annual failure frequency is stable implies that the probabilistic distribution of life time fits an exponential distribution, which has uniform failure rate over time. Fig. 5. b) 114

6 shows a radio chart representing monthly failure frequency. It shows that the failure rate increases during summer and falls during winter. We guess this seasonal trend may be affected by air temperature; high temperature during summer causes problems to mechanical parts of the machines. Fig. 5. Failure patterns; a) annual failure frequency, b) monthly failure frequency 4 Conclusion In this paper, a multi-agent based intelligent maintenance management system is proposed. We designed software agents for specific purpose of maintenance management, and developed a system by integrating a CMMS and the MAS. The prototype system was implemented in an automotive part industry, and the result represents that complicated information processing can be effectively automated through the MAS. The decision support application produces useful information to maintenance managers and engineers. The future works are expected twofold. Use of statistical analytic methods with the reliability assessment function may be useful to support finding out root causes of failures. In addition, mobile technologies can enhance communications between the system and human workers by faster response and higher mobility in manufacturing field. This will be particularly beneficial to a manufacturing environment which is physically distributed in global locations. References 1. Muller, A., Marquez, A. C., and Iung, B.: On the concept of e-maintenance: Review and current research, Reliability Engineering and System Safety, vol. 93, pp (2008) 2. Faiz, R. B. and Edirisinghe, E. A.: Decision Making for Predictive Maintenance in Asset Information Management, Interdisciplinary Journal of Information, Knowledge, and Management, vol. 4, pp (2009) 115

7 3. Yam, R. C. M., Tse, P. W., Li, L. and Tu, P.: Intelligent Predictive Decision Support System for Condition-Based Maintenance, The international journal of advanced manufacturing technology, vol. 17, no. 5, pp (2001) 4. Tsang, A.: Strategic dimensions of maintenance management. Journal of Quality Maintenance Engineering, vol. 8, issue. 1, pp (2002) 5. Zhou, X., Xi, L., and Lee, J.: Reliability-centered predictive maintenance scheduling for a continuously monitored system subject to degradation, Reliability Engineering and System Safety, vol. 92, pp (2007) 6. Gabbar, H. A., Yamashita, H., Suzuki, K., and Shimada, Y.: Computer-aided RCM-based plant maintenance management system, Robotics and Computer Integrated Manufacturing, vol. 19, pp (2003) 7. Huo, Z., Zhang, Z., Wang, Y., and Yan, G.: CMMS Based Reliability Centered Maintenance, 2005 IEEE/PES Transmission and Distribution Conference & Exhibition: Asia and Pacific Dalian, China, pp (2005) 8. Carretero, J., Pérez, J. M., García-Carballeira, F., Calderón, A., Fernández, J., Garcia, J. D., Lozano, A., Cardona, L., Cotaina, N., and Prete, P.: Applying RCM in large scale systems: a case study with railway networks, Reliability Engineering & System Safety, vol. 82, issue. 3, pp (2003) 9. Cheng, Z., Jia, X., Gao, P., Wu, S., and Wang, J.: A Framework for Intelligent Reliability Centered Maintenance Analysis, Reliability Engineering and System Safety, vol. 93, pp (2008) 10. Huhns, M. N. and Singh, M. P., Reading in Agents, Morgan Kaufmann Publishers, San Francisco, CA. 11. Ren, Y. U., Luqing, Y. E. and Chuang, F. U.: A Multi-Agent-Based Remote Maintenance Support and Management System, Proceedings of the IEEE/WIC/ACM International Conference on Intelligent Agent Technology (IAT'04), Beijing, pp (2004) 116

Development of Computerized Facility Maintenance Management System Based on Reliability Centered Maintenance and Automated Data Gathering

Development of Computerized Facility Maintenance Management System Based on Reliability Centered Maintenance and Automated Data Gathering Development of Computerized Facility Maintenance Management System Based on Reliability Centered Maintenance and Automated Data Gathering JaeHoon Lee 1, MyungSoo Lee 2, SangHoon Lee 2, SeGhok Oh 2, BoHyun

More information

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

An Agent-Based Concept for Problem Management Systems to Enhance Reliability An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub

More information

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

More information

The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry

The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry , pp.93-97 http://dx.doi.org/10.14257/astl.2015.84.19 The Application Method of CRM as Big Data: Focused on the Car Maintenance Industry Dae-Hyun Jung 1, Lee-Sang Jung 2 {San 30, Jangjeon-dong, Geumjeonggu,

More information

Social Innovation through Utilization of Big Data

Social Innovation through Utilization of Big Data Social Innovation through Utilization of Big Data Hitachi Review Vol. 62 (2013), No. 7 384 Shuntaro Hitomi Keiro Muro OVERVIEW: The analysis and utilization of large amounts of actual operational data

More information

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

More information

Internet of Things for Smart Crime Detection

Internet of Things for Smart Crime Detection Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 749-754 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4685 Internet of Things for Smart Crime Detection Jeong-Yong Byun, Aziz

More information

Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System)

Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System) Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System) Aye Min Zaw 1, Hla Myo Tun 2 Department of Electronic Engineering, Mandalay Technological

More information

Computerized Maintenance Management Information System for Process Industries: A Critical Review

Computerized Maintenance Management Information System for Process Industries: A Critical Review Discovery REVIEWS The International journal ISSN 2278 5469 EISSN 2278 5450 2016 Discovery Publication. All Rights Reserved Computerized Maintenance Management Information System for Process Industries:

More information

Maximizing return on plant assets

Maximizing return on plant assets Maximizing return on plant assets Manufacturers in nearly every process industry face the need to improve their return on large asset investments. Effectively managing assets, however, requires a wealth

More information

The Research in Remote and Real-time Monitoring System of Digitized Earthquake Omen Instrument

The Research in Remote and Real-time Monitoring System of Digitized Earthquake Omen Instrument 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.1.13 The Research in Remote and

More information

Increase Equipment Uptime Through Robust Enterprise Asset Management. For the Upstream, Midstream & Downstream Sectors of the Oil & Gas Industry

Increase Equipment Uptime Through Robust Enterprise Asset Management. For the Upstream, Midstream & Downstream Sectors of the Oil & Gas Industry Increase Equipment Uptime Through Robust Enterprise Asset Management For the Upstream, Midstream & Downstream Sectors of the Oil & Gas Industry The Oil & Gas industry is challenged with effectively maximizing

More information

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing www.ijcsi.org 579 Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing Zhang Ming 1, Hu Chunyang 2 1 Department of Teaching and Practicing, Guilin University of Electronic Technology

More information

Simple and Integrated Management of complicated IT infrastructure for cloud computing paradigm IT Network Global Solutions Division NEC Corporation

Simple and Integrated Management of complicated IT infrastructure for cloud computing paradigm IT Network Global Solutions Division NEC Corporation As of December 28th, 2010 Simple and Integrated Management of complicated IT infrastructure for cloud computing paradigm IT Network Global Solutions Division NEC Corporation To be a leading global company

More information

A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA

A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA A Research on the Architecture of ERP for Small & Medium-Sized Enterprise Based on Agent and SOA Ruixue Fu 1, Zhanhong Xin 2 and Jianzhang Wu 3 1,2 School of Economics and Management, Beijing University

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

A review of e-maintenance capabilities and challenges.

A review of e-maintenance capabilities and challenges. A review of e-maintenance capabilities and challenges. Adolfo Crespo-Marquez a and Benoît Iung b a Department of Industrial Management, School of Engineering, University of Seville, Camino de los Descubrimientos

More information

Capability Service Management System for Manufacturing Equipments in

Capability Service Management System for Manufacturing Equipments in Capability Service Management System for Manufacturing Equipments in Cloud Manufacturing 1 Junwei Yan, 2 Sijin Xin, 3 Quan Liu, 4 Wenjun Xu *1, Corresponding Author School of Information Engineering, Wuhan

More information

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Atul Arora, Ankit Malik ABSTRACT In this paper, a low-power consumption remote home security alarm system developed

More information

THEME Competence Matrix - Electrical Engineering/Electronics with Partial competences/ Learning outcomes

THEME Competence Matrix - Electrical Engineering/Electronics with Partial competences/ Learning outcomes COMPETENCE AREAS STEPS OF COMPETENCE DEVELOPMENT 1. Preparing, planning, mounting and installing electrical for buildings and industrial applications He/She is able to prepare and carry out simple electrical

More information

DeltaV System Health Monitoring Networking and Security

DeltaV System Health Monitoring Networking and Security DeltaV Distributed Control System White Paper DeltaV System Health Monitoring Networking and Security Introduction Emerson Process Management s DeltaV System Health Monitoring service enables you to proactively

More information

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools

A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools A Conceptual Approach to Data Visualization for User Interface Design of Smart Grid Operation Tools Dong-Joo Kang and Sunju Park Yonsei University unlimit0909@hotmail.com, boxenju@yonsei.ac.kr Abstract

More information

How To Test A Robot Platform And Its Components

How To Test A Robot Platform And Its Components An Automated Test Method for Robot Platform and Its Components Jae-Hee Lim 1, Suk-Hoon Song 1, Jung-Rye Son 1, Tae-Yong Kuc 2, Hong-Seong Park 3, Hong-Seok Kim 4 1,2 School of Information and Communication,

More information

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine 99 Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Faculty of Computers and Information Menufiya University-Shabin

More information

Tk20 Network Infrastructure

Tk20 Network Infrastructure Tk20 Network Infrastructure Tk20 Network Infrastructure Table of Contents Overview... 4 Physical Layout... 4 Air Conditioning:... 4 Backup Power:... 4 Personnel Security:... 4 Fire Prevention and Suppression:...

More information

An Intelligent Software Agent Machine Condition Monitoring System Using GPRS and Data Mining

An Intelligent Software Agent Machine Condition Monitoring System Using GPRS and Data Mining An Intelligent Software Agent Machine Condition Monitoring System Using GPRS and Data Mining R.Anandan Assistant Professor 1 1 Department of Computer Science & Engineering KarpagaVinayagaCollege of Engineering

More information

F2008-SC-027 Applying Ubiquitous Technologies to PLM of an Automotive Die Shop

F2008-SC-027 Applying Ubiquitous Technologies to PLM of an Automotive Die Shop F2008-SC-027 Applying Ubiquitous Technologies to PLM of an Automotive Die Shop 1 Park, Yang Ho, 1 Lee, Sang Seok, 1 Kim, Jong Hwan, 1 Joung, Youn-kyoung, 2 Noh, Sang Do 1 Department of Industrial Engineering,

More information

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim***

Dong-Joo Kang* Dong-Kyun Kang** Balho H. Kim*** Visualization Issues of Mass Data for Efficient HMI Design on Control System in Electric Power Industry Visualization in Computerized Operation & Simulation Tools Dong-Joo Kang* Dong-Kyun Kang** Balho

More information

The Power Marketing Information System Model Based on Cloud Computing

The Power Marketing Information System Model Based on Cloud Computing 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.96 The Power Marketing Information

More information

NTT DATA Big Data Reference Architecture Ver. 1.0

NTT DATA Big Data Reference Architecture Ver. 1.0 NTT DATA Big Data Reference Architecture Ver. 1.0 Big Data Reference Architecture is a joint work of NTT DATA and EVERIS SPAIN, S.L.U. Table of Contents Chap.1 Advance of Big Data Utilization... 2 Chap.2

More information

Sensors and actuators are ubiquitous. They are used

Sensors and actuators are ubiquitous. They are used Understanding IEEE 1451 Networked Smart Transducer Interface Standard Eugene Y. Song and Kang Lee istockphoto.com What Is a Smart Transducer? Sensors and actuators are ubiquitous. They are used in a variety

More information

Big Data Services From Hitachi Data Systems

Big Data Services From Hitachi Data Systems SOLUTION PROFILE Big Data Services From Hitachi Data Systems Create Strategy, Implement and Manage a Solution for Big Data for Your Organization Big Data Consulting Services and Big Data Transition Services

More information

APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK AND INFORMATION PROTECTION

APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK AND INFORMATION PROTECTION 18-19 September 2014, BULGARIA 137 Proceedings of the International Conference on Information Technologies (InfoTech-2014) 18-19 September 2014, Bulgaria APPLICATION OF MULTI-AGENT SYSTEMS FOR NETWORK

More information

iservice Support Portfolio Quality global support from Oxford Instruments

iservice Support Portfolio Quality global support from Oxford Instruments iservice Support Portfolio Quality global support from Oxford Instruments Extensive support offering Flexible packages to suit our customers Oxford Instruments Oi Service is committed to supporting our

More information

Kepware Whitepaper. Enabling Big Data Benefits in Upstream Systems. Steve Sponseller, Business Director, Oil & Gas. Introduction

Kepware Whitepaper. Enabling Big Data Benefits in Upstream Systems. Steve Sponseller, Business Director, Oil & Gas. Introduction Kepware Whitepaper Enabling Big Data Benefits in Upstream Systems Steve Sponseller, Business Director, Oil & Gas Introduction In the Oil & Gas Industry, shifting prices mean shifting priorities. With oil

More information

Cloud Manufacturing Olena Skarlat

Cloud Manufacturing Olena Skarlat Cloud Manufacturing Olena Skarlat Distributed Systems Group Vienna University of Technology o.skarlat@infosys.tuwien.ac.at Goals for today Foundations of Cloud Manufacturing Cloud Manufacturing Scenario

More information

Design of UPS Battery Remote Monitoring System

Design of UPS Battery Remote Monitoring System , pp.26-268 http://dx.doi.org/.4257/ijmue.24.9.9.28 esign of UPS Battery Remote Monitoring System Jiabin Wang, Haiying Wang 2,*,Tianjun Sun 2,Yuran Wang 2 and Ruilin Wang 2 aqing Oil Field Chemical Co.,LT,

More information

A Cloud Based Solution with IT Convergence for Eliminating Manufacturing Wastes

A Cloud Based Solution with IT Convergence for Eliminating Manufacturing Wastes A Cloud Based Solution with IT Convergence for Eliminating Manufacturing Wastes Ravi Anand', Subramaniam Ganesan', and Vijayan Sugumaran 2 ' 3 1 Department of Electrical and Computer Engineering, Oakland

More information

Establishment of Fire Control Management System in Building Information Modeling Environment

Establishment of Fire Control Management System in Building Information Modeling Environment Establishment of Fire Control Management System in Building Information Modeling Environment Yan-Chyuan Shiau 1, Chong-Teng Chang 2 Department of Construction Management, Chung Hua University, 707, Wu-Fu

More information

Application of a Web-based Monitoring and Control system in Plastic Rotational Moulding Machine

Application of a Web-based Monitoring and Control system in Plastic Rotational Moulding Machine Application of a Web-based Monitoring and Control system in Plastic Rotational Moulding Machine Mário Rodrigues 1, José Mendes 2, and Jaime Fonseca 3 University of Minho 1,2,3 Dept. of Industrial Electronics

More information

RESEARCH OF DECISION SUPPORT SYSTEM (DSS) FOR GREENHOUSE BASED ON DATA MINING

RESEARCH OF DECISION SUPPORT SYSTEM (DSS) FOR GREENHOUSE BASED ON DATA MINING RESEARCH OF DECISION SUPPORT SYSTEM (DSS) FOR GREENHOUSE BASED ON DATA MINING Cheng Wang 1, Lili Wang 2,*, Ping Dong 2, Xiaojun Qiao 1 1 National Engineering Research Center for Information Technology

More information

Collaborative & Integrated Network & Systems Management: Management Using Grid Technologies

Collaborative & Integrated Network & Systems Management: Management Using Grid Technologies 2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Collaborative & Integrated Network & Systems Management: Management Using

More information

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System

More information

A Network Simulation Experiment of WAN Based on OPNET

A Network Simulation Experiment of WAN Based on OPNET A Network Simulation Experiment of WAN Based on OPNET 1 Yao Lin, 2 Zhang Bo, 3 Liu Puyu 1, Modern Education Technology Center, Liaoning Medical University, Jinzhou, Liaoning, China,yaolin111@sina.com *2

More information

A Resilient Device Monitoring System in Collaboration Environments

A Resilient Device Monitoring System in Collaboration Environments , pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung

More information

The Regional Medical Business Process Optimization Based on Cloud Computing Medical Resources Sharing Environment

The Regional Medical Business Process Optimization Based on Cloud Computing Medical Resources Sharing Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 13, Special Issue Sofia 2013 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2013-0034 The Regional Medical

More information

Modeling and Design of Intelligent Agent System

Modeling and Design of Intelligent Agent System International Journal of Control, Automation, and Systems Vol. 1, No. 2, June 2003 257 Modeling and Design of Intelligent Agent System Dae Su Kim, Chang Suk Kim, and Kee Wook Rim Abstract: In this study,

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Development of a Flexible and Agile Multi-robot Manufacturing System

Development of a Flexible and Agile Multi-robot Manufacturing System Development of a Flexible and Agile Multi-robot Manufacturing System Satoshi Hoshino Hiroya Seki Yuji Naka Tokyo Institute of Technology, Yokohama, Kanagawa 226-853, JAPAN (Email: hosino@pse.res.titech.ac.jp)

More information

IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY

IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY IMPLEMENTING A SPC INTEGRATED SYSTEM TO IMPROVE MANUFACTURING PROCESSES IN AUTOMOTIVE INDUSTRY L., Lobon 1, C. V., Kifor 2, C., Oprean 3 and O., Suciu 4 1 Lucian Blaga University of Sibiu, lucian.lobont@ulbsibiu.ro

More information

Data Management Practices for Intelligent Asset Management in a Public Water Utility

Data Management Practices for Intelligent Asset Management in a Public Water Utility Data Management Practices for Intelligent Asset Management in a Public Water Utility Author: Rod van Buskirk, Ph.D. Introduction Concerned about potential failure of aging infrastructure, water and wastewater

More information

PROBE ON NETWORK-BASED COLLABORATIVE MAINTENANCE MODE FOR AFTER-SALES EQUIPMENT

PROBE ON NETWORK-BASED COLLABORATIVE MAINTENANCE MODE FOR AFTER-SALES EQUIPMENT Yugoslav Journal of Operations Research Volume 19 (2009) umber 2, 299-313 DOI:10.2298/YUJOR0902299S PROBE O ETWORK-BASED COLLABORATIVE MAITEACE MODE FOR AFTER-SALES EQUIPMET Tianwen SHEG a,b, Xiaohui CHE

More information

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems

A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems , pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

Study on a GIS-based Real-time Leakage Detection Monitoring System

Study on a GIS-based Real-time Leakage Detection Monitoring System Leakage 2005 - Conference Proceedings Page 1 Study on a GIS-based Real-time Leakage Detection Monitoring System B-M, Kang*, I-S, Hong ** Division of Information Technology Engineering, Soonchunhyang University,

More information

SUPPORT OF PREDICTIVE MAINTENANCE PROCESSES USING MOBILE DEVICES

SUPPORT OF PREDICTIVE MAINTENANCE PROCESSES USING MOBILE DEVICES SUPPORT OF PREDICTIVE MAINTENANCE PROCESSES USING MOBILE DEVICES Ewelina KOSICKA, Dariusz MAZURKIEWICZ Abstract: The popularity of wireless electronic devices such as laptops or smartphones led to the

More information

TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING

TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING TECHNOLOGY ANALYSIS FOR INTERNET OF THINGS USING BIG DATA LEARNING Sunghae Jun 1 1 Professor, Department of Statistics, Cheongju University, Chungbuk, Korea Abstract The internet of things (IoT) is an

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

A WEB-BASED KNOWLEDGE AIDED TUTORING SYSTEM FOR VEGETABLE SUPPLY CHAIN

A WEB-BASED KNOWLEDGE AIDED TUTORING SYSTEM FOR VEGETABLE SUPPLY CHAIN A WEB-BASED KNOWLEDGE AIDED TUTORING SYSTEM FOR VEGETABLE SUPPLY CHAIN Hui Li 2,1, Zetian Fu 1,2,*, Yan Li 3, Jian Zhang 2,1 1 College of Engineering, China Agricultural University, Beijing, China, 100083;

More information

T146 Electro Mechanical Engineering Technician MTCU Code 51021 Program Learning Outcomes

T146 Electro Mechanical Engineering Technician MTCU Code 51021 Program Learning Outcomes T146 Electro Mechanical Engineering Technician MTCU Code 51021 Program Learning Outcomes Synopsis of the Vocational Learning Outcomes* The graduate has reliably demonstrated the ability to: 1. fabricate

More information

Axiomatic design of software systems

Axiomatic design of software systems Axiomatic design of software systems N.P. Suh (1), S.H. Do Abstract Software is playing an increasingly important role in manufacturing. Many manufacturing firms have problems with software development.

More information

Maintenance in instrumentation Maintenance with concept and technology focusing on results

Maintenance in instrumentation Maintenance with concept and technology focusing on results Maintenance in instrumentation Maintenance with concept and technology focusing on results www.andritz.com Specific knowledge for reliable instruments. Due to its close relation with operation and process

More information

Developing Safety Management Systems for Track Workers Using Smart Phone GPS

Developing Safety Management Systems for Track Workers Using Smart Phone GPS , pp.137-148 http://dx.doi.org/10.14257/ijca.2013.6.5.13 Developing Safety Management Systems for Track Workers Using Smart Phone GPS Jin-Hee Ku 1 and Duk-Kyu Park 2 1 Dept of Liberal Education and 2 Dept

More information

Industrial Automation. A Manufacturing Revolution in Automotive and Industrial Equipment

Industrial Automation. A Manufacturing Revolution in Automotive and Industrial Equipment Industrial Automation A Manufacturing Revolution in Automotive and Industrial Equipment 1 Automated production, integrated end-to-end: transparent, reliable, predictable and efficient. That s the promise

More information

RFID based Bill Generation and Payment through Mobile

RFID based Bill Generation and Payment through Mobile RFID based Bill Generation and Payment through Mobile 1 Swati R.Zope, 2 Prof. Maruti Limkar 1 EXTC Department, Mumbai University Terna college of Engineering,India Abstract Emerging electronic commerce

More information

A Risk Management System Framework for New Product Development (NPD)

A Risk Management System Framework for New Product Development (NPD) 2011 International Conference on Economics and Finance Research IPEDR vol.4 (2011) (2011) IACSIT Press, Singapore A Risk Management System Framework for New Product Development (NPD) Seonmuk Park, Jongseong

More information

A Forrester Consulting Thought Leadership Paper Commissioned By Zebra Technologies. November 2014

A Forrester Consulting Thought Leadership Paper Commissioned By Zebra Technologies. November 2014 A Forrester Consulting Thought Leadership Paper Commissioned By Zebra Technologies November 2014 Internet-Of-Things Solution Deployment Gains Momentum Among Firms Globally Improved Customer Experience

More information

A Framework of Smart Internet of Things based Cloud Computing

A Framework of Smart Internet of Things based Cloud Computing A Framework of Smart Internet of Things based Cloud Computing Mauricio Alejandro Gomez Morales, Aymen Abdullah Alsaffar, Seung-Jin Lee and Eui-Nam Huh Innovative Cloud and Security (ICNS) Laboratory Dept.

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al

More information

A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION

A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION Mr. T.CHANDRA SEKHAR RAO PROFESSOR and HEAD T.SREEDHAR M.TECH DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING LOYOLA INSTITUTE

More information

HELIUM PULSE FOR MONITORING AND ALERTING HELIUM SMART SENSORS HELIUM NETWORK HELIUM CLOUD HELIUM PULSE HP20160414-01

HELIUM PULSE FOR MONITORING AND ALERTING HELIUM SMART SENSORS HELIUM NETWORK HELIUM CLOUD HELIUM PULSE HP20160414-01 HELIUM PULSE FOR MONITORING AND ALERTING Helium Pulse enables organizations to make sense of their things; to easily and cost-effectively monitor their assets and the environment to maximize performance

More information

A Study on Design of Health Device for U-Health System

A Study on Design of Health Device for U-Health System , pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea asoh@tu.ac.kr Abstract

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

Introduction. Background

Introduction. Background Predictive Operational Analytics (POA): Customized Solutions for Improving Efficiency and Productivity for Manufacturers using a Predictive Analytics Approach Introduction Preserving assets and improving

More information

Cloud-based Equipment Maintenance and Facility Management Service Platform

Cloud-based Equipment Maintenance and Facility Management Service Platform 229 Hitachi Review Vol. 64 (2015), No. 4 Featured Articles Cloud-based Equipment Maintenance and Facility Management Service Platform Hiroshi Yoshikawa Tetsuya Tsubokura Shigeru Toida Yuuji Kawai Fumio

More information

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while

More information

CC Family of Data Collectors

CC Family of Data Collectors CC Family of s Timely. Accurate. Complete. These are the characteristics you expect from CDR (Call Detail Recording) data generated by a call accounting system. CC data collectors* complement these characteristics

More information

Integration of radio frequency identification and building information modelling for decentralised information management

Integration of radio frequency identification and building information modelling for decentralised information management icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Integration of radio frequency identification and building

More information

The Research on Industrial Information Monitoring System Based on B/S Structure Xuexuan ZHU1, a

The Research on Industrial Information Monitoring System Based on B/S Structure Xuexuan ZHU1, a 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) The Research on Industrial Information Monitoring System Based on B/S Structure Xuexuan ZHU1, a 1 College of Electrical

More information

Proposal and Design for DTV Broadcasting Service Applying Cloud

Proposal and Design for DTV Broadcasting Service Applying Cloud Proposal and Design for DTV Broadcasting Service Applying Cloud Computing Testbed 1 Jong Won Yang, 2 Sung Jun Kim, 3 Mi-Hye Kim 1, First Author KISTI, jwyang@kisti.re.kr 2, Corresponding KISTI, sjkim@kisti.re.kr

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

Cloud Computing Security Issues and Access Control Solutions

Cloud Computing Security Issues and Access Control Solutions 보안공학연구논문지 (Journal of Security Engineering), 제 9권 제 2호 2012년 4월 Cloud Computing Security Issues and Access Control Solutions Young-Gi Min 1), Hyo-Jin Shin 2), Young-Hwan Bang 3) Abstract Cloud computing

More information

Automated Security System using ZigBee

Automated Security System using ZigBee IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School

More information

Introduction To Engineering Design

Introduction To Engineering Design Introduction To Engineering Design Module Outline Unit 1: Introduction to the Engineering Design Process Section 1: The Work of Engineers Section 2: Block Diagrams in Engineering Designs Unit 2: Careers

More information

ABSTRACT INTRODUCTION MATERIALS AND METHODS

ABSTRACT INTRODUCTION MATERIALS AND METHODS JOURNAL OF AGRICULTURE & SOCIAL SCIENCES 1813 2235/2005/01 2 156 160 http://www.ijabjass.org Design and Implementation of Network Operational Management Systems for Integrated and Automated Management

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

Transforming mining maintenance Higher system productivity and reliability through advanced services

Transforming mining maintenance Higher system productivity and reliability through advanced services Reprint from ABB Review, 3/2014 Transforming mining maintenance Higher system productivity and reliability through advanced services According to technology and industry analysts, ARC Advisory, reactive

More information

Design of Hospital EMR Management System

Design of Hospital EMR Management System International Journal of u-and e-service, Science and Technology, pp.341-348 http://dx.doi.org/10.14257/ijunnesst.2014.7.5.30 Design of Hospital EMR Management System Hongfeng He and Yixin Yan * Harbin

More information

AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING

AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 63-68 AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING ANWAR BASHA H. 1, SAMUEL GEOFFREY LAWRENCE 2 AND INDUMATHI, K. 3 1 Department of

More information

The intelligent DALI Emergency Lighting Monitoring System with One Click Commissioning

The intelligent DALI Emergency Lighting Monitoring System with One Click Commissioning The intelligent DALI Emergency Lighting Monitoring System with One Click Commissioning 2 Diginet RAPIX Emergency DALI Introducing the RAPIX intelligent DALI Emergency lighting solution with One Click Commissioning

More information

An Architecture Model of Sensor Information System Based on Cloud Computing

An Architecture Model of Sensor Information System Based on Cloud Computing An Architecture Model of Sensor Information System Based on Cloud Computing Pengfei You, Yuxing Peng National Key Laboratory for Parallel and Distributed Processing, School of Computer Science, National

More information

Real Time Water Quality Monitoring System

Real Time Water Quality Monitoring System Real Time Water Quality Monitoring System Mithila Barabde 1, Shruti Danve 2 ME Student, Dept. of E&TC, MITCOE, Savitribai Phule Pune University, Pune, India 1 Assistant Professor, Dept. of E&TC, MITCOE,

More information

Base Station Design and Architecture for Wireless Sensor Networks

Base Station Design and Architecture for Wireless Sensor Networks Base Station Design and Architecture for Wireless Sensor Networks David Kohanbash*, Abhinav Valada, George Kantor Carnegie Mellon University Robotics Institute, 5000 Forbes Ave, Pittsburgh, PA, 15213 USA

More information

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu 1, Kaiyi Wang 1*, Shufeng Wang 1, Feng Yang 1 and Xiandi Zhang 1, 1 Beijing Research Center for

More information

Plant Asset Management. Reducing capital and operating expenditure on assets by optimizing workflows and business processes

Plant Asset Management. Reducing capital and operating expenditure on assets by optimizing workflows and business processes Plant Asset Management Reducing capital and operating expenditure on assets by optimizing workflows and business processes What is Plant Asset Management? Does your plant have availability problems? Can

More information