A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Power System Equipment

Size: px
Start display at page:

Download "A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Power System Equipment"

Transcription

1 A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Power System Equipment by Babita Jain. M, M.B Srinivas, Amit Jain in Power System Technology and IEEE Power India Conference, POWERCON Joint International Conference on Oct. 2008,Pages:1 to 5,Digital Object Identifier /ICPST Report No: IIIT/TR/2009/40 Centre for Power Systems International Institute of Information Technology Hyderabad , INDIA March 2009

2 A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Power System Equipment M. Babita Jain, Member, IEEE, M. B. Srinivas, Member, IEEE, and Amit Jain, Member, IEEE Abstract-- The paper presents the structure and usage mode for an integrated fault-diagnosis and control system for power system equipment. The fault diagnosis and control system allows on-line analysis on a desktop application, a web application and off-line analysis for determining the transformer faults and remedies based on certain symptoms observed on the equipment and their comparison with the survey results of Cooling system condition, Bushing condition, Insulation system condition, Partial discharge evolution, Transformer switching in/switching off, exceeding of monitored parameter limits and estimation of remained life, the data of which is continuously updated into the database of the existing system. Such modules are developed for ac motors, dc motors, and street lamps and are integrated in one package namely Fault Diagnosis and Control (FDC) System. The proposed FDC system uses a Web based Expert System Architecture which has been proven as an effective platform for diagnostic and control applications of transformers. Conventional expert systems [1] are PC based and are not of much use where the expertise is required over a large network. The advent of the internet has strongly influenced modern power systems. A web based expert system [2] with knowledge base and database connectivity is a novel architecture and is an apt solution for both on-line and off-line applications. The purpose of this work is to develop a web based expert system shell and then use it for the fault diagnosis and control (FDC) [3] of transformers either off-line (on a stand alone system) or on-line through the internet with the facility of on-line up gradation of data related to periodic monitoring and maintenance of power system equipment. The proposed system goes beyond imitation of expertoperators' knowledge, being able to inference fault scenarios using both knowledge base and database of the required equipment with no limitation to the number of pieces of equipment being handled. It is easier, flexible, and more user M. Babita Jain is PhD student at Power Systems Research Center, International Institute of Information Technology, Hyderabad, Andhra Pradesh, India ( babitaj2000gyahoo.com). M B Srinivas, Associate Professor, VLSI & Embedded Systems at International Institute of Information Technology, Hyderabad, Andhra Pradesh, India ( srinivasmb@iiit.ac.in). Amit Jain, Research Assistant Professor, Head, Power Systems Research Center at International Institute of Information Technology, Hyderabad, Andhra Pradesh, India ( amit iiit.ac.in) /08/$ IEEE friendly. It can be used for both stand-alone (off-line) and Webbased (on-line) applications. Index Terms-- Control, Database, Diagnosis, Expert System, Expert System Shell, Fault, Knowledge Base, On-line diagnosis, Transformers, Web based expert system shell. I. INTRODUCTION IN operation, the power system equipment are subjected to combined stresses (electrical, thermal, mechanical and environmental), finally leading to the decrease of their life and appearance of some faults with irreversible evolution. Also taking into account the fact that most of the power system equipment are in operation since more than 20 years, it results the necessity of fitting out the transformers with systems for monitoring, diagnosing and control of faults. For carrying out the monitoring as source of a diagnosis as correct as possible, a mode for collecting data on the surveyed process, saving and storing them, filtering and verifying and finally transmitting them to the user is necessary. This calls for an efficient decision support system capable of handling large volumes of data, converting the data into meaningful information and supplying the appropriate personnel with the right information at the right time, supporting for on-line and off-line fault diagnosis and control system. This can be achieved through a web based expert system package with its unique architecture of connectivity to knowledge base as well as database. The present work is carried on in two phases: 1. Development of a web based expert system shell with a graphical user interface and a database connectivity 2. Development of an on-line and off-line fault diagnosis and control system (FDC) for power system equipment using the web based expert system shell. II. WEB BASED EXPERT SYSTEM SHELL DEVELOPMENT A computer program that represents and reasons with knowledge of a specified subject with a view to solving problem directly or giving advice and try to mimic human behavior for solving a problem is an Expert System in Computer paradigm [5]. The existing expert system

3 architecture supports only Knowledge base and only on stand alone systems. Fig. 1 is the architecture of the developed web based expert system shell. The developed shell extends excellent support to knowledge bases as well as databases to multiple users round the globe in contrary to the existing expert system architecture with only single user and limited knowledge base compatibility. This module deals with the development of a web based expert system shell. In an environment where expert data and knowledge expertise is required but not available due to either lack of required personnel or with personnel not having required expertise in diverse fields due large size of data, a package developed using the web based expert system shell would be a fit of the tool to the problem. Exp rts iisto ical Data B ks usiluser user3 ;s u As I iserx usery ADMNuen Fig. 1. Architecture of Web Based Expert System Shell. A. Functional Design of Web Based Expert System Shell The development of the web based expert system shell involves: 1. Knowledge Base Design 2. Database Design 3. Development of an inference engine 4. Development of a graphical user interface This expert system structure helps in refining the information from raw data to the one supporting a particular application like fault diagnosis or condition monitoring or preventive maintenance or any other area where extensive data is available and assimilation of data or extracting useful information or knowledge from the data is difficult. It is a rule based web expert system shell developed using.net technology coupled with the inherent property of storing data in text files and database tables. The architecture allows easy addition of new knowledge bases and databases of the application. From the beginning the web based expert system shell has been designed with extensibility and scalability as the major criterion. B. Web Based Expert System Shell Design Details 1. Knowledge Base: The basic idea involved in the design of the knowledge base of the expert system shell is that it stores the extensive knowledge gathered from experts, historical data and books regarding the application in the form of rules. The knowledge can be either factual or heuristic. The knowledge is stored in the form of production rules, which contain if-else rules. The knowledge base is divided into three major sections namely: variable section, rules section and asks section. The variables section is used to declare all the variables used in the knowledge base, the rules section is used to define all the rules used to represent the knowledge and the asks section includes all the questions and options for the user to select and continue with the consultation for getting the required assistance from the expert system. The Fig 2 shows the typical format of the knowledge base required for the expert system. 2. Database Design: The data base stores the information gathered which is either factual, heuristic or query based. Of the data gathered, the data which can be put in the form of a question and answer are put in the database of the application. The database table of the expert system shell has three fields namely: the id, question and answer. The database can be accessed by entering the keyword related to the information seeked. This leads to displaying of all the questions containing the keyword and selection of any one of the questions would provide for the displaying of the required information. 3. Inference Engine: The entire control and operation of the system is done by the inference engine. It applies the expert domain knowledge to what is known about the present situation to determine new information about the domain. The inference engine is the mechanism that connects the user input in the form of answers to the questions to the rules of knowledge base and further continues the session to come to conclusions. This process leads to the solution of the problem. The inference engine also enables the expert system's interface to data sources and to the user. The inference engine also supports to identify the rules of the knowledge base used to get decision support from the system and also forms the decision tree. The inference engine is developed using VB.NET and it is a DLL (Dynamic

4 Linking Library) file. Oa Ca F&" W" ".c oi1h1eht S V6.Ctfr 414l rta6-lia Ir(itil m--- ) l t (X 1d very convenient search engine mechanism and the knowledgebase in the form of questions and answers. The user interface has been developed using the C#.NET technology. iii. Working Memory of the web based expert system shell: The working memory contains the information that the system has received about a problem at hand. In addition, any information the expert system derives about the problem is also stored in the working memory. III. DEVELOPMENT OF AN ON-LINE AND OFF-LINE FAULT DIAGNOSIS AND CONTROL (FDC) SYSTEM FOR POWER SYSTEM EQUIPMENT Fig. 2. Xrtsrt(Oh; ~~~~~~~~~~al. %#axoi.ab_._e QU~~~~~~~~~~~r ymestionr } Ckit' Format of Knowledge Base of Web Based Expert System Shell. 4. Graphical User Interface (GUI): The developed graphical user interface (GUI) of the web based expert system shell comprises of: i. Input interface ii. User interface and iii. Working memory i. Input Interface of the web based expert system shell: The input interface to the package is through the admin page of the GUI. This allows the expertise to be uploaded as the knowledgebase files in text format and also allows updating the database tables for given equipment by the expert or the knowledge engineer who would act as the administrator for the given package. The interface also allows uploading the images of the equipment into the database to help in presenting an easy user interface. The input interface has been developed using C#.NET and MS Access has been used to store information in database tables. The advantage of Access over SQL and other database servers is its ease of implementation while hosting the package on web. ii. User Interface of the web based expert system shell: The user interface to the package is through user page of the GUI. This allows for creation of new users and also allows the existing user to consult the expert system in a user friendly manner for decision support. The user can select between the database and knowledge base and can use the database with a The web based expert system shell developed is now used for the development of an on-line and off-line FDC system. The package is explained in the paper for Transformer and the same procedure has been followed for the development of the other equipment modules. Finally all the modules have been integrated as the FDC System for the power system equipment. Expert system to be used for fault diagnosis and control calls for a deep knowledge base. This is possible by extensive data collection by the knowledge engineer from the experts in the field, historical data of fault occurrences and from books related to the field. Lot of data is also obtained from the survey results of Cooling system condition, Bushing condition, Insulation system condition, Partial discharge evolution, Transformer switching in/switching off, exceeding of monitored parameter limits done at regular intervals. The data thus obtained is put in the form of either if-then rules in the knowledge base or in the form of question and answer in the database table, whichever format the data suits to. The expert in the particular domain should have extreme expertise in his field and preferably should be an "operational engineer". The knowledge base designed for this application of fault diagnosis and control of Transformers [4] deals with the symptoms, causes and remedies of various faults frequently occurring in different types of Transformers and the specifications and standard ratings of the equipment and also supports on-line data up gradation supporting for controlling faults. The data was collected from an electrical factory in Visakhapatnam, India. It is the data about equipment fault, its diagnosis and remedial measures and the database comprising of data from survey results. All the data collected was first put in tabular form for various types of Transformers with equipment name, symptoms, causes and remedial measures as columns. Further they were transformed into decision trees and then as rules in the knowledge base of the expert system package. Let us consider a few fault clearance scenarios using the present FDC System. Based on the visual observations and information received from the sensors fitted to the transformer, the operator can easily detect overheat on magnetic coil in the equipment i.e. more than the prescribed value (the prescribed value can be known from the application database); the operator can use

5 the system and select for the transformer and symptom high temperature rise. This in turn leads the package seek information about the type of the transformer which can be known from the application database. The inference engine works on the input in relation with the knowledge base and finally displays the solution for clearing the fault or problem as reducing load and increasing power factor. In this way any fault related to various transformers can be very easily cleared with the assistance of the Fault Diagnosis and Control (FDC) system. Extensive data has been collected for power transformers, distribution transformers of all types from the experts, books, historical data and regular on-site survey and stored in the knowledge base and database of the package. The data is first transformed in the form of tables, decision trees and then as knowledge base rules and database queries for Transformer. The developed package includes all the power system equipment like acmotors, dcmotors, transformers, and streetlamps and can always be very easily upgraded with any other equipment. Extensibility is the main feature of our web based expert system package. The web based expert system package (FDC) developed can be hosted on web and can be supported on both internet and intranet. Hence the user can use the package from anywhere round the globe. It is very user friendly. It starts with the login page asking for user id and password and also allowing for the registration of a new user. The login page connects the user to the main page displaying the equipment to be selected. This is a dynamic page which updates the images and list of equipments to the user as and when uploaded by the administrator. A click on the image of the required equipment redirects the user to the respective equipment page with options to select for either the knowledge base or the database of the selected equipment. On selecting the knowledge base the user enters into a question and answer session where the user selects for the symptoms based on the physical observations made for the fault. The session ends up finally providing the user with the remedy for the occurred fault. On selecting for the database the user is provided with a search engine mechanism where the user can get the details of the equipment specifications, ratings and other details by typing the keyword related to the requirement and the package places all the related data from the equipment database. The package gives complete freedom to the user to switch over from one equipment to other and to switch from the knowledge base and the database. The login with the administrator id and password links to the admin page where uploading of new knowledge bases and updating of existing databases can be easily done. The package once hosted on web for internet services or on local host for intranet services is completely available to the client (user) without any restrictions on the availability of the building technology on the client system. The user can always use the package in any web browsers like IE5 or Mozilla. Etc. as the package is totally user friendly the user is not required to know any technology to work with the package and use it for fault diagnosis and control except for typing the URL to get to the login page. Snapshot of the developed on-line and off-line FDC System for Power System Equipment is given below: Fig. 3. Snapshot2 of the developed FDC System. IV. CONCLUSIONS The paper presents an overview of the work involved in the development of a web based expert system shell. It deals in detail with the architecture of an expert system [5] and also describes the developments made to the architecture so that it serves to be a web based expert system shell. The paper throws light on the aspect of applications of a web based expert system shell. A user friendly GUI has been developed which acts as a interface between the web based expert system and the user. The aspects of using the web based expert system shell for the area of fault diagnosis of power system equipment have been dealt in detail. Hence an on-line and offline Fault Diagnosis and Control (FDC) system for all Power System Equipment has been presented in this paper. The data required for the implementation of the on-line and off-line FDC system has been collected from an electrical factory. The data thus collected includes the ratings of various equipments, their earlier fault record histories, specifications and the history data of the methods implemented in clearing the faults. All the issues of knowledge gathering for the expert system have been dealt in detail in the paper. The package FDC system for power system equipment is developed on the basis of expert's past experiences in fault clearance and the regular up gradation of data obtained from on-line survey. Thus it renders a cost-effective solution in clearing a fault that may occur again. The system can be used on a stand alone system and hence work off-line where the online connectivity is not possible and as it is a web based application anybody from anywhere can use it for fault diagnosis and control provided he is in the network. The package is very user friendly and is easily extensible.

6 V. REFERENCES [1] A Moyes, J R Mcdonald, "The Use of Intelligent Systems Techniques in Conditionl Monitomng of Electrical Plant" Q The Institution Of Electrical Engineers, Printed and Published By The lee, Savoy Place, London Wcpr Obl, Uk [2] "Incorporating Expert Systems into web based environment" from proceeding (385) Artificial Intelligence and Soft computing-2003 [3] C. Han and S. Gerasenko (USA) AM. D. Judd, S. D. J. Mcarthur, "Intelligent Condition Monitoring and Asset Management Partial Discharge Monitoring For Power Transformers", Power Engineering Journal December 2002 [4] Miine,R, "Fault Diagnosis & Expert Systems", The 61h International Workshop On Expert Systems And Their Applications. Avington, France [5] K.S, Swarup and H. S. Chandrasekharaiah, "Diagnostic Reasoning Based On Structure and Behavior", Conference: Power System 2000 VI. BIOGRAPHIES M Babita Jain is PhD student at the International Institute of Information Technology, Hyderabad, India since The areas of interest include IT Applications to Power Systems, Multi Agent Systems. She has actively involved in establishing IEEE student branch and Women in engineering affinity group activities. M B. Srinivas is Associate Professor at the International Institute of Information Technology, Hyderabad, India where he is working in the center fr VLSI and Embedded systems. Amit Jain graduated from KNIT, India in Electrical Engineering. He completed his masters and Ph.D. from Indian Institute of Technology, New Delhi, India. He was working in Alstom on the power SCADA systems. He was working in Korea in 2002 as a Post-doctoral researcher in the Brain Korea 21 project team of Chungbuk National University. He was Post Doctoral Fellow of the Japan Society for the Promotion of Science (JSPS) at Tohoku University, Sendai, Japan. He also worked as a Post Doctoral Research Associate at Tohoku University, Sendai, Japan. Currently he is an Assistant Professor in IIIT, Hyderabad, India. His fields of research interest are power system real time monitoring and control, artificial intelligence applications, power system economics and electricity markets, renewable energy, reliability analysis, GIS applications, parallel processing and nanotechnology.

A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Transformers

A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Transformers A Novel Web based Expert System Architecture for On-line and Off-line Fault Diagnosis and Control (FDC) of Transformers by Babita Jain M, MB Srinivas, Amit Jain in TENCON 2008-2008, TENCON 2008 IEEE Region

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Introduction. Field of studies

Introduction. Field of studies 727. Utilization of advanced self-diagnostic functions implemented in frequency inverters for the purpose of the computer-aided identification of operating conditions Jerzy Świder, Mariusz Hetmańczyk,

More information

Today, utilities are focusing on improving or maintaining

Today, utilities are focusing on improving or maintaining TRANSFORMER MONITORING Trends in continuous on-line condition monitoring ABSTRACT The article describes new trends in the field of continuous on-line condition monitoring of transformers. These trends

More information

Complex test pattern generation for high speed fault diagnosis in Embedded SRAM

Complex test pattern generation for high speed fault diagnosis in Embedded SRAM Complex test pattern generation for high speed fault diagnosis in Embedded SRAM 1 Prasanna Kumari P., 2 Satyanarayana S. V. V., 3 Nagireddy S. 1, 3 Associate professor, 2 Master of Engineering, Teegala

More information

Upgrading Existing Databases Recommendations for Irrigation Districts

Upgrading Existing Databases Recommendations for Irrigation Districts COLLEGE OF AGRICULTURE AND LIFE SCIENCES TR-371 2011 Upgrading Existing Databases Recommendations for Irrigation Districts By: David Flahive, System Analyst and Guy Fipps, P.E., Extension Agricultural

More information

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan Numerical Representation of Web Sites of Remote Sensing Satellite Data Providers and Its Application to Knowledge Based Information Retrievals with Natural Language Kohei Arai 1 Graduate School of Science

More information

Smart Power Flow Monitoring and Controlling using Raspberry Pi

Smart Power Flow Monitoring and Controlling using Raspberry Pi IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 10 April 2017 ISSN (online): 2349-784X Smart Power Flow Monitoring and Controlling using Raspberry Pi Ms. S. Sharmila Assistant

More information

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN)

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) Enterprise version Updated: May 2018 Version 1.0.0.2 Copyright Beyond Intranet 2017. All Rights Reserved i Notice Beyond Technologies LLC. This is a controlled

More information

A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2

A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2 A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2 M.Tech., Faculty, Department of CSE, SE&T, SPMVV, Tirupati, India. 1 vamsi.krish9@gmail.com, 2 harikrishna514@gmail.com 1042 ABSTRACT This work

More information

EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN)

EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN) EMPLOYEE DIRECTORY (SHAREPOINT ADD-IN) Global, Global Plus version Updated: March 2018 Version 1.0.0.7 Copyright Beyond Intranet 2017. All Rights Reserved i Notice. This is a controlled document. Unauthorized

More information

Remote Health Service System based on Struts2 and Hibernate

Remote Health Service System based on Struts2 and Hibernate St. Cloud State University therepository at St. Cloud State Culminating Projects in Computer Science and Information Technology Department of Computer Science and Information Technology 5-2017 Remote Health

More information

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset

Internet/Intranet Based Remote Condition Monitoring and Fault. Diagnosis Scheme and System for Steam Turboset Key Engineering Materials Vols. 293-294 (2005) pp 365-372 online at http://www.scientific.net (2005) Trans Tech Publications, Switzerland Online available since 2005/Sep/15 Internet/Intranet Based Remote

More information

VOCAL (Virtual Online Collaboration at Liverpool) is the University of Liverpool's collaborative working environment.

VOCAL (Virtual Online Collaboration at Liverpool) is the University of Liverpool's collaborative working environment. Institution Name: Department: The University of Liverpool Computing Services Department Contact Name: Jake Gannon b.j.j.gannon@liverpool.ac.uk Objective of the VOCAL System VOCAL (Virtual Online Collaboration

More information

Design and Implementation of E-Commerce Site for Online Shopping

Design and Implementation of E-Commerce Site for Online Shopping Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Summer 2014 Design and Implementation of E-Commerce Site for Online Shopping Sidhartha

More information

Web- and System-code Based, Interactive, Nuclear Power Plant Simulators. S. Goodwin Ave, Urbana, IL 61801, USA,

Web- and System-code Based, Interactive, Nuclear Power Plant Simulators. S. Goodwin Ave, Urbana, IL 61801, USA, Web- and System-code Based, Interactive, Nuclear Power Plant Simulators Kyung-Doo Kim 1, Prashant Jain and Rizwan-Uddin 2 1 Korea Atomic Energy Research Institute, 150 Dukjin-dong, Yuseong, Taejeon, 305-353,

More information

Management Intranet: Integrating Web-based Network Management Applications

Management Intranet: Integrating Web-based Network Management Applications Management Intranet: Integrating Web-based Network Management Applications Jim Turner Cisco Systems Inc. 125 Rio Robles San Jose, CA 95134 USA jiturner@cisco.com Swami Jayaraman Cisco Systems Inc. 125

More information

DIA TECH Monitoring and Diagnosis System

DIA TECH Monitoring and Diagnosis System Monitoring and Diagnosis System www.andritz.com Monitoring and Diagnosis System Top left: turbine operation chart and cavitation indication; top right: frequency spectrum and CEPSTRUM for structure borne

More information

Metasys System Configuration Tool (SCT)

Metasys System Configuration Tool (SCT) Product Bulletin Issue Date March 31, 2003 Metasys System Configuration Tool (SCT) As an integral part of the Metasys system extended architecture, the System Configuration Tool (SCT) supports the engineering,

More information

RMS Monitoring Software System Operation

RMS Monitoring Software System Operation RMS Monitoring Software System Operation 2017 ROTRONIC AG Bassersdorf Switzerland 2017 ROTRONIC AG Bassersdorf Switzerland Page 2 of 27 Contents Contents... 3 1 Overview... 4 1.1 System Requirements...

More information

Restricting Unauthorized Access Using Biometrics In Mobile

Restricting Unauthorized Access Using Biometrics In Mobile Restricting Unauthorized Access Using Biometrics In Mobile S.Vignesh*, M.Narayanan# Under Graduate student*, Assistant Professor# Department Of Computer Science and Engineering, Saveetha School Of Engineering

More information

ASTM. Your Portal for Standards, Testing, Learning & More

ASTM. Your Portal for Standards, Testing, Learning & More ASTM Compass Your Portal for Standards, Testing, Learning & More Quick Reference Guide Thank you for subscribing to ASTM Compass an easy-to-use solution for accessing, managing and sharing technical information

More information

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things

Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Exploration of Fault Diagnosis Technology for Air Compressor Based on Internet of Things Zheng Yue-zhai and Chen Xiao-ying Abstract With the development of network and communication technology, this article

More information

O&M Service for Sustainable Social Infrastructure

O&M Service for Sustainable Social Infrastructure O&M Service for Sustainable Social Infrastructure Hitachi Review Vol. 62 (2013), No. 7 370 Toshiyuki Moritsu, Ph. D. Takahiro Fujishiro, Ph. D. Katsuya Koda Tatsuya Kutsuna OVERVIEW: Hitachi is developing

More information

General Information. Digital Text vs. Traditional Textbooks

General Information. Digital Text vs. Traditional Textbooks General Information 1. What is South University Digital Bookshelf? South University Digital Bookshelf is an advanced electronic textbook reader that allows storage of digital assets within individual online

More information

Establishing a Validated Automated System for Attenuation Measurement at DC-18GHz Frequencies

Establishing a Validated Automated System for Attenuation Measurement at DC-18GHz Frequencies International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 6 (2013), pp. 521-526 International Research Publications House http://www. irphouse.com /ijict.htm Establishing

More information

Established Leaders in Actuation Technology. In-Vision PC based supervisory control. Publication S210E issue 04/03

Established Leaders in Actuation Technology. In-Vision PC based supervisory control. Publication S210E issue 04/03 Established Leaders in Actuation Technology In-Vision PC based supervisory control Publication S210E issue 04/03 2 ROTORK IN-VISION In-Vision PC based supervisory control In-Vision is a user friendly PC

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK PEER-TO-PEER FILE SHARING WITH THE BITTORRENT PROTOCOL APURWA D. PALIWAL 1, PROF.

More information

Ministry of Environment, Forest and Climate Change

Ministry of Environment, Forest and Climate Change 2016 Ministry of Environment, Forest and Climate Change ONLINE SUBMISSION AND MONITORING OF ENVIRONMENTAL CLEARANCES (OSMEC) Category-'B2' Projects: Mining of Minor Minerals USER MANUAL FOR PROJECT PROPONENT(Version

More information

FREQUENTLY ASKED QUESTIONS (FAQ)

FREQUENTLY ASKED QUESTIONS (FAQ) Version: V4.0 FREQUENTLY ASKED QUESTIONS (FAQ) Current promotion scheme In order to promote the International Day of Yoga, the stage-1 (theory) exam for both Level 1 and Level 2 will be free of cost. This

More information

RMS Monitoring Software System Operation

RMS Monitoring Software System Operation System Operation 2016 ROTRONIC AG Bassersdorf Switzerland Contents Contents... 2 1 Overview... 3 1.1 System Requirements... 3 1.1.1 Browser... 3 2 System Login... 4 3 Data Views... 5 3.1 Alarm Symbols...

More information

Automation of space management in vehicle parking using PLC and SCADA

Automation of space management in vehicle parking using PLC and SCADA Automation of space management in vehicle parking using PLC and SCADA Aravind.K [1],Donaldhardley [2], Pradeep [3], T.Vijayan [4], B.kalai Selvi [5],Dr S.Latha [6] [1-2] Final year Student, Dept of Electronics

More information

AGRICULTURE BASED ANDROID APPLICATION

AGRICULTURE BASED ANDROID APPLICATION AGRICULTURE BASED ANDROID APPLICATION Prof.Aradhana D 1, Shiva Prasad K S 2, Shrivaishnavi J K 3, P. Sowmya 4, Tina Agarwal 5 1 Department of Computer Science & Engineering Ballari Institute of Technology

More information

Mobility Solutions HMI SCADA THE RIGHT INFORMATION TO THE RIGHT PERSON AT THE RIGHT PLACE AT THE RIGHT TIME SECURELY PRESENTED.

Mobility Solutions HMI SCADA THE RIGHT INFORMATION TO THE RIGHT PERSON AT THE RIGHT PLACE AT THE RIGHT TIME SECURELY PRESENTED. Your Independent Global SCADA Provider FRANCE / CHILE / CHINA / GERMANY / ITALY / JAPAN / MALAYSIA / SINGAPORE / SWITZERLAND / UK / USA HMI SCADA Mobility Solutions THE RIGHT INFORMATION TO THE RIGHT PERSON

More information

Central Depository Company of Pakistan Limited

Central Depository Company of Pakistan Limited Central Depository Company of Pakistan Limited USER MANUAL EDIVIDEND SERVICES; REPOSITORY UPLOAD Prepared For RTA Date: 20 th December, 2017 Version 1.1 Prepared By CDC IT Team Purpose of the document

More information

24*7 Wagon Management System for Car Showroom

24*7 Wagon Management System for Car Showroom IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 24*7 Wagon Management System for Car Showroom Vijay Masne Assistant Professor

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Method of Fault Data Analysis of Sensor Node based on Wireless Data Communication Protocols Seung-Ki Ryu * Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding

More information

Everything you need to monitor and control your building

Everything you need to monitor and control your building Everything you need to monitor and control your building TAC Vista Family Make the most of your energy The is all you need 01 Building owners need efficient, reliable and cost-effective ways to control

More information

INTRODUCTION. Chapter GENERAL

INTRODUCTION. Chapter GENERAL Chapter 1 INTRODUCTION 1.1 GENERAL The World Wide Web (WWW) [1] is a system of interlinked hypertext documents accessed via the Internet. It is an interactive world of shared information through which

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Metasys System Extended Architecture

Metasys System Extended Architecture Product Bulletin Issue Date March 31, 2003 Metasys System Extended Architecture The architecture of the Metasys building automation and facilities management system has been extended to be fully compatible

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

GE Energy. Bently Nevada * Essential Insight.mesh * Wireless Condition Monitoring

GE Energy. Bently Nevada * Essential Insight.mesh * Wireless Condition Monitoring GE Energy Bently Nevada * Essential Insight.mesh * Wireless Condition Monitoring Increasing Reliability in Plants Today No matter where an asset sits in the plant, the need to understand its health has

More information

BCPro System Product Bulletin

BCPro System Product Bulletin CH-BCM100-0, CH-BCM200-0 Introduction The BCPro system from Johnson Controls is ideally suited to automating the environmental control and energy usage functions of conventional buildings. Not only does

More information

Your partner in energy solutions. Systems Division. Automation & services. (Formerly Pauwels Canada Inc)

Your partner in energy solutions. Systems Division. Automation & services. (Formerly Pauwels Canada Inc) Systems Division Automation & services The CG Systems Division has developed into an important division within the CG group. The Systems Division specializes in electrical turnkey projects and has an impressive

More information

Project Zip Code. Version CUNA s Powerful Grassroots Program. User Manual. Copyright 2018, All Rights Reserved

Project Zip Code. Version CUNA s Powerful Grassroots Program. User Manual. Copyright 2018, All Rights Reserved Project Zip Code Version 18.0 CUNA s Powerful Grassroots Program User Manual Copyright 2018, All Rights Reserved Project Zip Code Version 18.0 Page 1 Table of Contents Topic Page About Project Zip Code

More information

Designing a Data Warehouse for an ERP Using Business Intelligence

Designing a Data Warehouse for an ERP Using Business Intelligence IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 2, PP 70-74 www.iosrjen.org Designing a Data Warehouse for an ERP Using Business Intelligence Sanket Masurkar 1,Aishwarya

More information

DELL POWERVAULT ML6000

DELL POWERVAULT ML6000 DELL POWERVAULT ML6000 Intelligent Backup with the PowerVault ML6000 Modular Tape Library A whitepaper from Dell PowerVault Storage CONTENTS INTELLIGENT BACKUP WITH THE POWERVAULT ML6000 MODULAR TAPE LIBRARY

More information

Automated Analysis of Digital Relay Data Based on Expert System

Automated Analysis of Digital Relay Data Based on Expert System Automated Analysis of Digital Relay Data Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract Modern digital protective relays generate various files and reports

More information

Implementation of Habit sensitive login system An approach to strengthen the login security

Implementation of Habit sensitive login system An approach to strengthen the login security ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 Implementation of Habit sensitive login system An approach to strengthen the login security 35 Nishikant C Dhande School of Commerce and Management Sciences,

More information

M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery

M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery Hanping Lufei, Weisong Shi, and Vipin Chaudhary Wayne State University, MI, 48202 Abstract. Most computer-assisted surgery systems

More information

Software design simulation for quick and qualitative application development

Software design simulation for quick and qualitative application development IJCSNS International Journal of Computer Science and Network Security, Vol.9, No.8, August 2009 89 Software design simulation for quick and qualitative application development P.K. Suri 1 Gurdev Singh

More information

Supervisory Control for Metro Station Using PLC & SCADA

Supervisory Control for Metro Station Using PLC & SCADA International Journal of Scientific & Engineering Research Volume 4, Issue3, March-2013 1 Supervisory Control for Metro Station Using PLC & SCADA Rajesh Kr Ahuja, Piyush Rastogi, Abhinesh Gupta Abstract

More information

GEORGE J. ANDERS, Ph.D., P.Eng., Fellow IEEE

GEORGE J. ANDERS, Ph.D., P.Eng., Fellow IEEE GEORGE J. ANDERS, Ph.D., P.Eng., Fellow IEEE George Anders is a president of Anders Consulting. Between 1975 and 2012 he has been employed by Ontario Hydro and its successor companies in Toronto, Canada.

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

StarTeamMPX Server. Publish/Subscribe Technology for StarTeam. By the Development Resources Platform Team. March, A Borland White Paper

StarTeamMPX Server. Publish/Subscribe Technology for StarTeam. By the Development Resources Platform Team. March, A Borland White Paper Publish/Subscribe Technology for StarTeam A Borland White Paper By the Development Resources Platform Team March, 2003 Contents ebusiness Challenges... 3 /Server Challenges... 3 The StarTeam Solution...

More information

A Lakeside Software White Paper February SysTrack Community: How-to and FAQ

A Lakeside Software White Paper February SysTrack Community: How-to and FAQ A Lakeside Software White Paper February 2016 SysTrack Community: How-to and FAQ 2 SysTrack Community: How-to and FAQ Table of Contents Introduction... 3 Operating Principles... 3 Data Sharing... 3 Data

More information

Asset Management through Integrated Monitoring & Diagnostics in. Protection Relays

Asset Management through Integrated Monitoring & Diagnostics in. Protection Relays Asset Management through Integrated Monitoring & Diagnostics in IEEE Seminar, Houston, Feb 23 2016 Protection Relays Page 1 Presenter Vijay Muthukrishnan, M.S R&D Leader Industrial / Distribution Protection

More information

ScholarOne Manuscripts. Author User Guide

ScholarOne Manuscripts. Author User Guide ScholarOne Manuscripts Author User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts Author User Guide Page i TABLE OF CONTENTS LOGIN AND ACCOUNT CREATION... 1 Logging In... 1 ORCID Account Creation

More information

Establishing Human-Centered Design Process in Mobile Phone Development

Establishing Human-Centered Design Process in Mobile Phone Development Establishing Human-Centered Design Process in Mobile Phone Development V Masashi Tanimura V Masanobu Kanazawa V Takuma Sudo (Manuscript received November 7, 2008) Fujitsu is improving the usability of

More information

EXPERT SYSTEMS. Chapter 7. Asfia Rahman

EXPERT SYSTEMS.   Chapter 7. Asfia Rahman 1 EXPERT SYSTEMS Chapter 7 2 SYLLABUS CONTENT Candidates should be able to: 1. describe the components of an expert system 2. explain how the components of an expert system produce possible solutions 3.

More information

On Line Diagnostics for Condition Based and Reliability Centered Maintenance

On Line Diagnostics for Condition Based and Reliability Centered Maintenance 1 On Line Diagnostics for Condition Based and Reliability Centered Maintenance Carl Öhlen* STRI Abstract-- Maintenance is required for almost all equipment in order to guarantee its performance, prevent

More information

Centralized Site Management

Centralized Site Management Centralized Site Management March 2012 insite overview Integrated, Vendor independent, Centralized site management system For Telecom Operators & Broadcasters Typical Applications Equipment Monitoring

More information

Application of Cloud Computing in Hazardous Mechanical Industries

Application of Cloud Computing in Hazardous Mechanical Industries International Journal of Advancements in Research & Technology, Volume 2, Issue4, April 2013 482 By Application of Cloud Computing in Hazardous Mechanical Industries Dipankar Mishra Dept of Electronics

More information

Moodle Student User Guide

Moodle Student User Guide Lincoln Online Moodle Student User Guide 2017-18 Contents 1. Getting Started................................ 3 General Information Setting up Your Moodle Password 2. Finding Help..................................

More information

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g

<Insert Picture Here> Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Managing Oracle Exadata Database Machine with Oracle Enterprise Manager 11g Exadata Overview Oracle Exadata Database Machine Extreme ROI Platform Fast Predictable Performance Monitor

More information

AGRICULTURE MARKETING (AGM) USER GUIDE for Marketing Committee

AGRICULTURE MARKETING (AGM) USER GUIDE for Marketing Committee 1 AGRICULTURE MARKETING (AGM) USER GUIDE for Marketing Committee 2 Table of Contents Overview... 4 Login to AGM... 4 PERMIT VALIDATION... 5 Approve... 7 Penalize... 7 Expired Penalty... 9 Reuse of Permit...

More information

Web Data mining-a Research area in Web usage mining

Web Data mining-a Research area in Web usage mining IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 22-26 Web Data mining-a Research area in Web usage mining 1 V.S.Thiyagarajan,

More information

Alkan University College Student Information Management System

Alkan University College Student Information Management System American Journal of Operations Management and Information Systems 2016; 1(1): 1-6 http://www.sciencepublishinggroup.com/j/ajomis doi: 10.11648/j.ajomis.20160101.11 Alkan University College Student Information

More information

XCONNECT 2018 AGENT USER MANUAL

XCONNECT 2018 AGENT USER MANUAL XCONNECT 2018 AGENT USER MANUAL V1.0 This guide will assist in the utilization and configuration of the xconnect 2018 Agent. Contents Accessing the Portal... 2 Dashboard: Explained... 3 Thresholds... 4

More information

Security server using CAPTCHA. Introduction to CAPTCHA

Security server using CAPTCHA. Introduction to CAPTCHA Security server using CAPTCHA Introduction to CAPTCHA A key area in security research and practice is authentication, the determination of whether a user should be allowed to access to a given system or

More information

CHAPTER 5 KNOWLEDGE BASED PFMEA

CHAPTER 5 KNOWLEDGE BASED PFMEA 132 CHAPTER 5 KNOWLEDGE BASED PFMEA 5. 1 INTRODUCTION This chapter describes the salient features of PFMEA Online, the knowledge based software tool developed for the effective implementation of PFMEA

More information

INTRODUCING TEXTLOCAL

INTRODUCING TEXTLOCAL INTRODUCING TEXTLOCAL India s #1 SMS-based mobile marketing and customer engagement platform A product of IMImobile AGENDA Textlocal Introduction Textlocal Platform Overview Features and Benefits Customer

More information

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease.

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease. 7NOX User Manual for Site Device Book after-hours air conditioning in commercial buildings with ease. Document Control Revision History This document is version controlled via the use of revision numbers.

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

(C) Global Journal of Engineering Science and Research Management

(C) Global Journal of Engineering Science and Research Management ANDROID BASED SECURED PHOTO IDENTIFICATION SYSTEM USING DIGITAL WATERMARKING Prof.Abhijeet A.Chincholkar *1, Ms.Najuka B.Todekar 2, Ms.Sunita V.Ghai 3 *1 M.E. Digital Electronics, JCOET Yavatmal, India.

More information

Artificial Intelligence CSC 361

Artificial Intelligence CSC 361 Artificial Intelligence CSC 361 Prof. Mohamed Batouche Computer Science Department CCIS King Saud University Riyadh, Saudi Arabia mbatouche@ccis.ksu.edu.sa Intelligent Systems Part I: Expert Systems Developing

More information

imaconnect: Guide to the system

imaconnect: Guide to the system imaconnect: Guide to the system This Guide is intended to assist you navigate through the imaconnect System. You may refer to the links provided in the next slide, to navigate quickly to your area of Guidance

More information

FPGA Implementation of ALU Based Address Generation for Memory

FPGA Implementation of ALU Based Address Generation for Memory International Journal of Emerging Engineering Research and Technology Volume 2, Issue 8, November 2014, PP 76-83 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) FPGA Implementation of ALU Based Address

More information

ControlPoint. Advanced Installation Guide. September 07,

ControlPoint. Advanced Installation Guide. September 07, ControlPoint Advanced Installation Guide September 07, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents

More information

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2

Talend Open Studio for MDM Web User Interface. User Guide 5.6.2 Talend Open Studio for MDM Web User Interface User Guide 5.6.2 Talend Open Studio for MDM Web User Interface Adapted for v5.6.2. Supersedes previous releases. Publication date: May 12, 2015 Copyleft This

More information

MythoLogic: problems and their solutions in the evolution of a project

MythoLogic: problems and their solutions in the evolution of a project 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. MythoLogic: problems and their solutions in the evolution of a project István Székelya, Róbert Kincsesb a Department

More information

Taking The Heat Off University of East Anglia Data Centre

Taking The Heat Off University of East Anglia Data Centre Taking The Heat Off University of East Anglia Data Centre University of East Anglia delivers data centre to match corporate green credentials The University of East Anglia (UEA) is one of the leading green

More information

OpsCenter Basics Why Aren t You Using It?

OpsCenter Basics Why Aren t You Using It? OpsCenter Basics Why Aren t You Using It? This is a SELF-GUIDED LAB if you prefer. You are welcome to get started and leave when you are finished, or you can play with the OC instance to gain more knowledge.

More information

Multi-Layered Architecture of Middleware for Ubiquitous Robot

Multi-Layered Architecture of Middleware for Ubiquitous Robot Multi-Layered Architecture of Middleware for Ubiquitous Robot In-Bae Jeong, Jong-Hwan Kim Department of Electrical Engineering and Computer Science KAIST Daejeon, Republic of Korea {ibjeong,johkim}@rit.kaist.ac.kr

More information

PROCEDURAL GUIDELINES

PROCEDURAL GUIDELINES STRATEGIC PLAN and PROCEDURAL GUIDELINES for the THE IEA DEMAND-SIDE MANAGEMENT PROGRAMME VOLUME II DSM Website Manual March 2008 Prepared by: Morse Associates, Inc. 236 Massachusetts Ave, NE Suite 605

More information

Web Data Extraction and Generating Mashup

Web Data Extraction and Generating Mashup IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 9, Issue 6 (Mar. - Apr. 2013), PP 74-79 Web Data Extraction and Generating Mashup Achala Sharma 1, Aishwarya

More information

Ministry of Environment, Forest and Climate Change

Ministry of Environment, Forest and Climate Change 2017 Ministry of Environment, Forest and Climate Change ONLINE SUBMISSION AND MONITORING OF CRZ CLEARANCES (OSMCC) USER MANUAL FOR PROJECT PROPONENT (VERSION 1.0) Audience ABOUT THE MANUAL OSMCC User Manual

More information

NHS e-referral Service Transition Planning WebEx May 2015

NHS e-referral Service Transition Planning WebEx May 2015 NHS e-referral Service Transition Planning WebEx May 2015 Issued 19.05.15 V3.0 Purpose of this webinar and key messages To reassure users that they do not need to worry about the change to NHS e-referral

More information

ISSN: [ICEMESM-18] Impact Factor: 5.164

ISSN: [ICEMESM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY HEALTHCARE APPOINTMENT Ms. Vaishali R. Rupnarayan 1, Ms. Shweta S. Rangari 2, Ms. Pranjali P. Moon 3 1 Department of Computer

More information

D2-03_05 DEVELOPMENT OF PHOTOVOLTAIC POWER GENERATION FACILITY MONITORING SYSTEM FOR DECENTRALIZED POWER PLANT OPERATORS

D2-03_05 DEVELOPMENT OF PHOTOVOLTAIC POWER GENERATION FACILITY MONITORING SYSTEM FOR DECENTRALIZED POWER PLANT OPERATORS D2-03_05 DEVELOPMENT OF PHOTOVOLTAIC POWER GENERATION FACILITY MONITORING SYSTEM FOR DECENTRALIZED POWER PLANT OPERATORS by Kazumi Inoue* Nishimu Electronics Industries Co., Ltd. (JP) Tetsuya Seki Nishimu

More information

Effective Performance of Information Retrieval by using Domain Based Crawler

Effective Performance of Information Retrieval by using Domain Based Crawler Effective Performance of Information Retrieval by using Domain Based Crawler Sk.Abdul Nabi 1 Department of CSE AVN Inst. Of Engg.& Tech. Hyderabad, India Dr. P. Premchand 2 Dean, Faculty of Engineering

More information

Inductive sensors with IO-Link interface

Inductive sensors with IO-Link interface Ready for the future? Inductive sensors with IO-Link interface www.ipf-electronic.com Our sensors ensure your success 1 Industry 4.0 IO-Link: Your interface to the future The fourth industrial revolution

More information

Advanced Analytics and Diagnostics for Fleet-Wide Remote Monitoring

Advanced Analytics and Diagnostics for Fleet-Wide Remote Monitoring Advanced Analytics and Diagnostics for Fleet-Wide Remote Monitoring Beatriz Blanco RMC Engineering Manager Mitsubishi Hitachi Power Systems Stephanie Bayne Sales and Marketing Specialist ECG, Inc. Conference

More information

Vibration analysis goes mainstream

Vibration analysis goes mainstream Vibration analysis goes mainstream With advances in sensor, recording, and analysis technology, vibration analysis is now within the reach of even small organizations Fast Forward Measuring the vibrations

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA

Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 76-83 www.iosrjournals.org Case Study: Implementation of 132kv Malegaon Sub-Station Using SCADA

More information

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant Agentless Management Pack for System Center version

More information

Appendix R SYSTEMA THERMICA & THERMICALC Timothée Soriano Rose Nerriere (Astrium SAS, France)

Appendix R SYSTEMA THERMICA & THERMICALC Timothée Soriano Rose Nerriere (Astrium SAS, France) 229 Appendix R SYSTEMA THERMICA 4.7.0 & THERMICALC 4.7.0 Timothée Soriano Rose Nerriere (Astrium SAS, France) 230 SYSTEMA THERMICA 4.7.0 & THERMICALC 4.7.0 Abstract SYSTEMA THERMICA 4.7.0 The new 4.7.0

More information

PLC AUTOMATION USING VHDL PROGRAMMING

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

More information