Mathematical models to estimate the quality of monitoring software systems for electrical substations
|
|
|
- Marilyn Cooper
- 9 years ago
- Views:
Transcription
1 Mathematical models to estimate the quality of monitoring software systems for electrical substations MIHAIELA ILIESCU 1, VICTOR URSIANU 2, FLORICA MOLDOVEANU 2, RADU URSIANU 2, EMILIANA URSIANU 3 1 Faculty of Engineering and Management of the Technological Systems 2 Faculty of Automatic Control and Computers University POLITEHNICA of Bucharest Splaiul Independentei nr. 313, Bucharest ROMANIA 3 Institute of Mathematical Statistics and Applied Mathematics Romanian Academy Calea 13 Septembrie nr. 13, Bucharest ROMANIA [email protected]; [email protected] Abstract: General aspects regarding software quality are discussed. The analysis of quality aspects is made for a software monitoring system of an electrical substation. Mathematical models are proposed to ensure software quality including Bayesian networks, Markov chains. Using a monitoring system developed in Romania as case study, we proposed modeling this system using SCL language and Bayesian networks in order to estimate its reliability. Some software modules were developed in order to implement the mathematical models proposed. Key-Words: - software quality, software quality assurance, IEC61850, Smart Grid, energy field, Bayesian networks, Markov chains, fault prediction, reliability, substation monitoring, IED. 1. Introduction The quality of a software product is given by the ability to be used efficiently, effectively and comfortably by certain users for a set of goals in the specified conditions. Ensuring the software quality is very important in order to have a reliable product with as few failures and errors as possible. In the last years there is an increasing number of electrical substations that are entirely monitored and controlled using software systems. The quality problem of monitoring software systems from the energy field is of great issue. The national and international economic development depends on the power field. There is a common assent of the specialists that the power field and the future Smart Grid cannot work without monitoring the electrical equipment within substations. In the worst case, the situation may generate a power unbalance in a certain geographical area and cause important material damage for consumers. 2. Analysis of Quality Aspects for a Monitoring System of an Electrical Substation 2.1. General architecture A monitoring system of an electrical substation requires the existence of electronic devices that monitor the electrical equipment parameters - IED (Intelligent Electronic Device), one or more computers (servers) that acquire monitored data and save it into a database and one or more computers (clients) that run a client software which displays the monitored parameters. Generally, such a system has a client-server infrastructure (Fig. 1). The server software applications receive in realtime the values of monitored parameters for electrical equipment from the IEDs, process these values and then save it into a database. The client software application acquires this data from the database and presents the information to the user (the operating personnel from the electrical substation). ISBN:
2 Client Computer (control room) Server Computer LAN IED1.. IEDn Fig. 1 The general architecture 2.2. Problems that may cause system failures The problems that may cause a malfunction of such a monitoring system of an electrical substation may vary, from the delay of data transmission, wrong data display, to the failure of one component or of the whole system. The information obtained with the help of the monitoring system is useful to local and national energy dispatcher. Each delay in pointing out a fault of the monitored electrical equipment may affect the energy balance in a certain geographical area. 3. Case Study: EMCSIT system In the next paragraphs there will be presented a case study regarding EMCSIT system 3.1. The particularities of the system EMCSIT is a complex online system that monitors an electrical substation developed entirely in Romania [1]. The EMCSIT system has a client - server architecture and consists of IEDs (Intelligent Electronic Device) placed in every relay cabin inside the electrical substation. They are connected to sensors and transducers, mounted on the electrical equipment of the substation and transmit the received data to local servers. The monitoring system includes computers (referred as local servers), which are connected to the monitoring equipment (IEDs), receive the values of the monitored parameters, process these values and save the results in a central Oracle database server. The user can view all these data by using the EMCSIT client-software (Fig. 2) from the local network. Fig. 2. The EMCSIT Station software The EMCSIT SuperServer application runs one instance of server-type software for every IED (not visibile for the user), by using more execution threads. At specific periods of time (for example every one minute), the EMCSIT SuperServer interrogates all the IEDs that are connected to the local server and receives the data regarding the monitored parameters of electrical equipment. After the data package from the IED has been received, it is processed and saved in the database installed onto the central server of every substation inside the component of the electrical substation. During the system development, the number of faults detected in every software module inside the system was gathered and the failure rate of every system component was determined Testing the EMCSIT system In order to test the software before putting into operation, we can generate input data (like those acquired from an IED) and send it to the server software. The server will process the values and save into the database. After that, the client software will acquire the values and present the equipment state according to these values. For testing the server software, the simulator generates test data using technical specifications of the monitored parameters for the electrical equipment: minimum value, maximum value and the pre-alarm value. Using these limits, we know what equipment state corresponds to a set of input values and is easy to verify if the server software performs correct. Generating input data leads to many test cases: the test vectors represent combinations of selected values for input data. ISBN:
3 The Pairwise testing [2] ensures that every possible combination among the selected values for every pair of input variables is tested at least once. Empirical studies have shown that using this method may help detecting approximately 70% of all the faults in the software. The simulator generates test cases via the Pairwise testing method, and sends these data to the server software. The time interval when the test data packages are sent and the number of analogue inputs can both be modified; the simulator can generate data packages for 16 analogue inputs maximum. By using the log files generated by both the simulator and the server software, correlations can be made in order to observe whether all the test data has been received and to observe the state of equipment for these values. This way, the accuracy of calculations made in the server software can be verified. 4. IEC Markov chain and Bayesian network 4.1. SCL Language The most recent and important standard that defines communication in electrical substations is the IEC61850 standard. Substation Configuration Language is the language and representation format specified by IEC61850 for describing the equipment configuration of an electrical substation. The complete representation of data in the SCL language enables the possibility of interoperability between equipment from an electrical substation via file exchange. The great advantage of using IEC61850 is the interoperability between IEDs, which belong to different manufacturers. The language has a standard naming convention for data, equipment is automatically described via the SCL language, it allows virtual modeling for logical equipment and offers a common language for configuration of equipment The mathematical model of Markov chain The idea of modelling the monitoring system using a Markov chain is based on the fact that future states depend on the present states and are independent of the ones from the past. Based on our experience in developing and using monitoring software systems, such a system should be associated at a certain point with one of the following states: 1. Good State (S1): overall, the system works according to specifications; 2. Acceptable State (S2): there are some missing data packages (they are not received by the server software) in certain time intervals; the errors that appear sporadically do not call for intervention by the substation personnel; 3. Bad State (S3): the system is unavailable most of the time; data packages are often missed, delay in displaying the acquired data; the user has to interfere in order to restart one or more software systems; it may become necessary to restart the client computer, one or more IEDs; 4. Unacceptable State (S4): the majority or even all system components are not functioning or are not functioning according to the specifications; the system is no longer available; In order to estimate the system s current state, we can use: - Information from log files recorded by the software monitoring system; - Information from the log files recorded by the database server; - Information regarding system resources used by servers, etc. The proposed method for estimating the current state and for estimating the transition time between states is based on the analysis of log files. In the case of the EMCSIT monitoring system used as case study, the log files created by the server software contain data about the receiving date of every data package, the ID of the package, whether the package was valid or not and the state of the monitored electrical equipment. By analyzing the log file, it can be observed whether there are missing packages between those that were supposed to be received at pre-established moments of time. By observing the system behavior for a certain period of time, we discovered that transition from one state to another is connected with the number of lost data packages (not received). Therefore, we propose that the system can be classified in four discrete states: If less than one data package per day is missed (not received by the server software), then the system is in the S1 state; If no more than one data package is missed every six hours or an average of four data packages are missed per day, then the system is in the S2 state. The system is also in this state if maximum two data packages are missed consecutively; ISBN:
4 If there are maximum 24 missed data packages per day (an average of one data package every hour) or more than three consecutively missed packages, then the system is in the S3 state; In worse situations than the aforementioned ones, the system is in the S4 state. The Markov model can be used to estimate transition times between the states of the monitoring system, respectively when the system will reach the unacceptable state [3]. If two intermediate states (between the good one and the unacceptable one) are introduced in this Markov model, it can help the development team to promptly intervene for fixing the errors, before the system reaches an unacceptable state. If a software application is in state (S i ), the passage time between state S i and S j state can be calculated - FPT ij. There are several ways to calculate first passage times - FPT. One of the methods studied is the state combination method (isj) presented in fig. 3. This method combines all intermediate states (from initial state i to the final state j) in one state (S) and calculate the transition rate from the initial state and the final state j noted FPTij. To do so, the following transition rates are used: λ is and λ Sj. Transition rates are calculated as number of cases when the system went from state i to state j divided by the total number of cases the system has changed its state. The (λ ij ) and (λ ji ) rates are obtained from calculations using initial modeling of the states, before combining the intermediary states into S state. Transition rates in (S i ) din (S) are calculated using the state combination method using the following formulas: λ = (1) λ is λ iz Si = p zλzi p z (2) λ = (3) λ js λ jz Sj = pzλzj p z (4) where z S is a state, and p z is the probability that the system should be in state z. The probability of being in a certain state is calculated for this system as the number of cases in which the software has been in a particular state divided to the total number of cases registered. For FPT ij calculation, where FPT ij = (average time) the transition time from state (i) to state (j) the following formula is used: λsi + λsj + λis ( FPT) ij = (5) λ λ + λ λ + λ λ Si ij Sj ij After (FPT) ij is computed, the result is obtained in the same time unit as the input data that was collected. For example, (FPT) ij = 0,3 with i=1 and j=3 using input data from 4 months of tests, then assuming the system is initially in state S1 (good state) and according to the Markov modeling, it will reach state S3 (bad state) in 0,3 months. The advantage of calculating transition times between system states was proven in different domains including software engineering. Considering that a specific software application runs without problems, using the information regarding defect rates collected during test period, the moment of time when the system will fail can be estimated with a certain degree of confidence. Sj is Fig. 3. State representation for FPT calculation 4.3. Bayesian networks A Bayesian network (BN) is a directed graph without cycles representing probabilistic relationships between the variables of an array. These variables are represented as nodes: {X1, X2,,Xn} and the relations between them are represented by arcs: parent node is the variable that determines the change of the child variable; child node is the variable that is influenced by the parent variable; ISBN:
5 The intensity and the way in which the influences between variables show, are given by the conditional probability table of each node separately. This allows us to calculate probability values for the random variable associated to the node, depending on the values for parents. Each node has a conditional probability table associated with it. The conditional probabilities are based on the information from the past. A conditional probability is mathematically written as P (x p1, p2,, pn) and it is likely that X variable is in x state if the parent P1 is in p1 state, P2 is in p2 state,, respectively Pn is in pn state. The conditional probabilities are based on the information from the past. A conditional probability is mathematically written as P (x p1, p2,, pn) and it is likely that X variable is in x state if the parent P1 is in p1 state, P2 is in p2 state,, respectively Pn is in pn state. In the case of a BN (Fig. 4), in order to calculate the fault probability of the parent nodes marked with Ai, Bayes formula is applied for the calculation of the conditioned probability: where n is the node that directly influence the node i, i=1,...,n. The probability that the child node B defects is: (6) (7) The BNs can estimate the probability of errors for a software system based on the history of the fault data for the constituent modules. Our purpose is to model a monitoring system for an electrical substation through a BN [4]. This will allow us to calculate the fault probability of each node and for the entire system. For the calculations regarding the fault probability of the nodes (IEDs) and of the monitoring system, information regarding the number of faults must be acquired on a certain period of time for each IED. Each child node is characterized by a certain fault rate (number of faults in a given period of time). The BN (as an orientated graph) supports any kind of relationship between the nodes. Depending on the relationships between the nodes, the fault probability of the node is calculated [6], [7].. 5. Developed software 5.1. Diagrams The Diagrams application was developed in order to create virtual entities in a substation that can be later used for Bayesian network modeling. The user can connect different types of entities (electrical equipment), save the configuration in XML files or load other substation configurations. Each entity has specific attributes such as: name, voltage level, type (transformer, circuit breaker, disconnector, etc.), neighbors, physical coordinates, etc. (Fig. 5).Equipment can be lately integrated in electrical cells. This feature along with the possibility to define neighbors is of great help in modeling the electrical substation using Bayesian networks Parser SCL and BN Calculus In order to describe an electrical substation according to IEC61850 standard, the SCL (Substation Configuration Language) language, Visual SCL application and the self-developed Diagrams application were used [5], [8]. Fig. 4. Example of a Bayesian network (BN) Fig. 5. Diagrams application ISBN:
6 Fig. 6. Define the node types for the BN Visual SCL application allows the user to save the substation schema in the XML standard format type specific to IEC For the purpose of using the information from SCD files, Parser SCL software module was developed. It reads the information from the SCD files written in the configuration language of an electrical substation - SCL and delivers as output, a data structure that can be later used to defined the nodes of a Bayesian network (BN). The output data is later used by the BN Calculus module for estimating system's reliability (Fig. 6). The nodes and fault information regarding IEDs will be used for estimating the fault probability of the entire monitoring system. The information obtained (electrical equipment and the associated IEDs) is used for the mathematical model of the BN associated to the monitoring system. Connections between the IEDs and the electrical equipment must be made in the BN Calculus module. After that, the user must complete the fault data for each IED. When this data is not available for a certain IED, the fault probability can be set manually. Finally, the software module calculates the fault probability of the monitoring system as well as the a-posteriori fault probability of each IED and also of the subsystems (if being defined). In the case study, these subsystems are represented by local servers from relay cabins. 6. Conclusion Mathematical models like Markov chains, Bayesian networks are used for estimating the reliability of monitoring systems for electrical substations. Using as case study, a system that was developed in Romania and installed in electrical substations (EMCSIT), a Bayesian network is modelled using information from SCL file (IEC61850). The failure probability of the system is calculated using software applications developed by the authors. The obtained results were used by the developer of EMCSIT system to improve its hardware components and software modules. In the future, we intend to develop a software application that implements the Markov theory presented in this article in order to predict the failure time based on the log files from data recorded in substations. References: [1] C. Moldoveanu, V. Ursianu, M. Avramescu and others, Intelligent electronic system for continuous monitoring and diagnostic of high voltage substations, International Conference on Condition Monitoring, Diagnosis and Maintenance, Bucharest, [2] K. Naik, P. Tripathy, Software testing and Quality assurance, Wiley Ed., [3] C. Moldoveanu, R. Ursianu, E. Ursianu, V. Ursianu and others, Determine the optimal moments for investigating technical state of primary equipments for the purpose of assuring the safety levels imputed by the National Company Transelectrica România, International Conference on Condition Monitoring and Diagnosis, Beijing, [4] V. Ursianu, R. Ursianu, E. Ursianu, Bayesian Networks to predict Software Quality, SPSR Conference of Statistics and Probabilistics Romanian Society, Bucharest, [5] Visual SCL, Applied Systems Engineering website: [6] V. Ursianu, Quality assurance solutions for electrical substations monitoring and control software systems, Ph.D. Thesis, [7] M. Iliescu, V. Ursianu, Fl. Moldoveanu, M. Avramescu, R. Ursianu, Quality Assurance Solutions for Monitoring and Control Software Systems of Electrical Substations, WSEAS International Conference on Data Networks, Communications, Computers, Malta, [8]. Popescu. D., Amza C.G., Laptoiu D., Amza G., Competitive Hopfield Neural Network Model for Evaluating Pedicle Screw Placement Accuracy, Strojniški vestnik - Journal of Mechanical Engineering, 58(2012)9, ISSN ISBN:
On-line monitoring of substation condition a Romanian experience. V. ZAHARESCU, Vl. ROSCA Nova Industrial SA. CN Transelectrica SA Romania
21, rue d Artois, F-75008 PARIS http : //www.cigre.org B3_201 CIGRE 2012 On-line monitoring of substation condition a Romanian experience C. MOLDOVEANU*, V. BREZOIANU, S. GAL, V. METIU, A. VASILE, V. URSIANU,
IEC 61850: Communication Networks and Systems in Substations
IEC 61850: Communication Networks and Systems in Substations Sistemi e strumenti per l'automazione, A. Flammini, AA2011-2012 Background I: Power Grid Sistemi e strumenti per l'automazione A. Flammini,
ISIO 200. Binary Input/Output (I/O) Terminal with IEC 61850 Interface
ISIO 200 Binary Input/Output (I/O) Terminal with IEC 61850 Interface Compact and Easy ISIO 200 Put your Binary I/Os where you need them ISIO 200 is a simple and versatile binary I/O terminal with IEC 61850
Testing Intelligent Device Communications in a Distributed System
Testing Intelligent Device Communications in a Distributed System David Goughnour (Triangle MicroWorks), Joe Stevens (Triangle MicroWorks) [email protected] United States Smart Grid systems
IEC 61850 TRAINING PROGRAM
IEC 61850 TRAINING PROGRAM A True Hands-On Experience... Ver. 2.0 Date: January 2013 TRAINING OVERVIEW GridSoftware IEC 61850 Training Program is specifically built for conventional protection and control
Hardware safety integrity Guideline
Hardware safety integrity Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:[email protected] Quoting of this report is allowed
A MODERN DISTRIBUTION MANAGEMENT SYSTEM FOR REGIONAL ELECTRICITY COMPANIES
A MODERN DISTRIBUTION MANAGEMENT SYSTEM FOR REGIONAL ELECTRICITY COMPANIES A Roberts, T Berry, W D Wilson Schneider Electric Ltd, UK SYNOPSIS This paper describes the features of a modern Distribution
STRATEGIES ON SOFTWARE INTEGRATION
STRATEGIES ON SOFTWARE INTEGRATION Cornelia Paulina Botezatu and George Căruţaşu Faculty of Computer Science for Business Management Romanian-American University, Bucharest, Romania ABSTRACT The strategy
SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE
SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy
Application of Virtual Instrumentation for Sensor Network Monitoring
Application of Virtual Instrumentation for Sensor etwor Monitoring COSTATI VOLOSECU VICTOR MALITA Department of Automatics and Applied Informatics Politehnica University of Timisoara Bd. V. Parvan nr.
Production Planning Process in a Flexible Manufacturing Cell
ISBN 978-1-84626-xxx-x Proceedings of 2011 International Conference on Optimization of the Robots and Manipulators (OPTIROB 2011) Sinaia, Romania, 26-28 Mai, 2011, pp. xxx-xxx Production Planning Process
OPERATIONS CAPITAL. The Operations Capital program for the test years is divided into two categories:
Filed: September 0, 00 EB-00-0 Tab Schedule Page of OPERATIONS CAPITAL.0 INTRODUCTION Operations Capital funds enhancements and replacements to the facilities required to operate the Hydro One Transmission
Software engineering used in simulation of Flexible Manufacturing Systems
Software engineering used in simulation of Flexible Manufacturing Systems FOTA ADRIANA, BARABAS SORIN Faculty of Technological Engineering and Industrial Management Transilvania University of Brasov 29,
Automation and Systems Technology. LABCONTROL TFM/TPM User Manual TroxMConnect Operating Software. 1. Introduction 1. 2. Software Installation 2
1. Introduction 1 2. Software Installation 2 2.1 System Requirements 2 2.2 TroxMConnect Installation 2 2.3 Connection to the PC 3 3. TroxMConnect Description 4 3.1 Starting the Software 4 3.2 Layout 4
A Grid Architecture for Manufacturing Database System
Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies
The Business case for monitoring points... PCM architecture...
The Business case for monitoring points... Points Condition Monitoring (PCM) measures key parameters related to the performance of switch machines and turnouts in real time at every movement. Intelligent
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
TECHNIQUES FOR OPTIMIZING THE RELATIONSHIP BETWEEN DATA STORAGE SPACE AND DATA RETRIEVAL TIME FOR LARGE DATABASES
Techniques For Optimizing The Relationship Between Data Storage Space And Data Retrieval Time For Large Databases TECHNIQUES FOR OPTIMIZING THE RELATIONSHIP BETWEEN DATA STORAGE SPACE AND DATA RETRIEVAL
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
Hybrid Simulation von Kommunikationsnetzen für das Smart Grid
für das Smart rid Hanno eorg 15.11.2013 Faculty of Electrical Engineering & Information Technology Communication Networks Institute Prof. Dr.-Ing. Christian Wietfeld für das Smart rid Overview Motivation
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
A Distributed Approach to Business Intelligence Systems Synchronization
A Distributed Approach to Business Intelligence Systems Synchronization Vlad Ciobanu, Florin Pop, Decebal Popescu, Valentin Cristea Computer Science Department, Faculty of Automatic Control and Computers
CFD analysis for road vehicles - case study
CFD analysis for road vehicles - case study Dan BARBUT*,1, Eugen Mihai NEGRUS 1 *Corresponding author *,1 POLITEHNICA University of Bucharest, Faculty of Transport, Splaiul Independentei 313, 060042, Bucharest,
A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING
A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING Ahmet Selman BOZKIR Hacettepe University Computer Engineering Department, Ankara, Turkey [email protected] Ebru Akcapinar
PSS SINCAL - Overview -
PSS SINCAL - Overview - PTI Day Buenos Aires, October 19/20, 2010 Dr. Michael Schwan,, Siemens PTI (Germany) www.siemens.com/energy/power-technologies PSS SINCAL Overview Page 3 Network Calculation Software
A SHORT NOTE ON RELIABILITY OF SECURITY SYSTEMS
A SHORT NOTE ON RELIABILITY OF SECURITY SYSTEMS Jóźwiak Ireneusz J., Laskowski Wojciech Wroclaw University of Technology, Wroclaw, Poland Keywords computer security, reliability, computer incidents Abstract
Design & Implementation about Mining Enterprise EAM (Enterprise Asset Management) System
Design & Implementation about Mining Enterprise EAM (Enterprise Asset Management) System Wang Huan, Li Changliang, Wang Dianlong Anshan Iron and Steel Group Corporation Mining Industry Company Abstract:
IEC 61850 SCL - MORE THAN INTEROPERABLE DATA EXCHANGE BETWEEN ENGINEERING TOOLS
IEC 61850 SCL - MORE THAN INTEROPERABLE DATA EXCHANGE BETWEEN ENGINEERING TOOLS Wolfgang Wimmer ABB Baden, Switzerland [email protected] Abstract The IEC 61850 SCL language for Substation Configuration
SCADA AND SECURITY DISPATCHES ACCORDING TO PRESENT LEGISLATION IN ROMANIA
Cristian Silviu BANACU Bucharest University of Economic Studies Emilian Cristian IRIMESCU Bucharest University of Economic Studies SCADA AND SECURITY DISPATCHES ACCORDING TO PRESENT LEGISLATION IN ROMANIA
Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations
56 Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Florin-Cătălin ENACHE
Verifying the IEC 61850 Configuration and Assessing the Communication Network during Commissioning
1 Verifying the IEC 61850 Configuration and Assessing the Communication Network during Commissioning Dr. Fred Steinhauser, OMICRON, Austria Abstract Although IEC 61850 is sometimes just called the "new
Data Mining Solutions for the Business Environment
Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania [email protected] Over
APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION
APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION Harald Günther 1, Stephan Frei 1, Thomas Wenzel, Wolfgang Mickisch 1 Technische Universität Dortmund,
MONITORING AND DIAGNOSIS OF A MULTI-STAGE MANUFACTURING PROCESS USING BAYESIAN NETWORKS
MONITORING AND DIAGNOSIS OF A MULTI-STAGE MANUFACTURING PROCESS USING BAYESIAN NETWORKS Eric Wolbrecht Bruce D Ambrosio Bob Paasch Oregon State University, Corvallis, OR Doug Kirby Hewlett Packard, Corvallis,
Analysis of the critical path within a project with WinQSB software
Analysis of the critical path within a project with WinQSB software GURAU MARIAN ANDREI, MELNIC LUCIA VIOLETA Faculty of Engineering and Technological Systems Management, Faculty of Mechanical Engineering
ProfessionalPLUS Station Software Suite
January 2013 Page 1 All you need to configure, control, and diagnose your plant is available on the ProfessionalPLUS Station Global database, architected for flexibility and scalability Powerful, graphical
Monitoring & Control of Small-scale Renewable Energy Sources
Small Scale Renewable Energy Sources and Energy Saving: 6-17 th July 2009 Monitoring & Control of Small-scale Renewable Energy Sources Dr G A Taylor Brunel Institute of Power Systems Brunel University,
ADMINISTRATION AND CONFIGURATION OF HETEROGENEOUS NETWORKS USING AGLETS
ANNALS OF THE FACULTY OF ENGINEERING HUNEDOARA 2006, Tome IV, Fascicole 1, (ISSN 1584 2665) FACULTY OF ENGINEERING HUNEDOARA, 5, REVOLUTIEI, 331128, HUNEDOARA ADMINISTRATION AND CONFIGURATION OF HETEROGENEOUS
The Bayesian Network Methodology for Industrial Control System with Digital Technology
, pp.157-161 http://dx.doi.org/10.14257/astl.2013.42.37 The Bayesian Network Methodology for Industrial Control System with Digital Technology Jinsoo Shin 1, Hanseong Son 2, Soongohn Kim 2, and Gyunyoung
Energy Insight from OMNETRIC Group. Achieving quality and speed in analytics with data discovery
Energy Insight from OMNETRIC Group Achieving quality and speed in analytics with data discovery Data discovery an easier, faster start to analytics In a context where traditional utility models are no
Comparison of the High Availability and Grid Options
Comparison of the High Availability and Grid Options 2008 Informatica Corporation Overview This article compares the following PowerCenter options: High availability option. When you configure high availability
Database Optimizing Services
Database Systems Journal vol. I, no. 2/2010 55 Database Optimizing Services Adrian GHENCEA 1, Immo GIEGER 2 1 University Titu Maiorescu Bucharest, Romania 2 Bodenstedt-Wilhelmschule Peine, Deutschland
Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -
Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging
Software Engineering. Software Testing. Based on Software Engineering, 7 th Edition by Ian Sommerville
Software Engineering Software Testing Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To discuss the distinctions between validation testing and defect t testing To describe the
IEC 61850 A New Perspective in Substation Automation
Sol Lindström IEC 61850 A New Perspective in Substation Automation ABB Power Technologies All rights reserved. -1-5/4/2004 Towards a Global Solution for......substation Automation Systems Experience in:
The WAMS Power Data Processing based on Hadoop
Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore The WAMS Power Data Processing based on Hadoop Zhaoyang Qu 1, Shilin
FMEDA and Proven-in-use Assessment. Pepperl+Fuchs GmbH Mannheim Germany
FMEDA and Proven-in-use Assessment Project: Inductive NAMUR sensors Customer: Pepperl+Fuchs GmbH Mannheim Germany Contract No.: P+F 03/11-10 Report No.: P+F 03/11-10 R015 Version V1, Revision R1.1, July
Performance Dashboards for Universities
Performance Dashboards for Universities MIHAELA MUNTEAN, GHEORGHE SABAU, ANA-RAMONA BOLOGA, TRAIAN SURCEL, ALEXANDRA FLOREA Department of Computer Science Faculty of Economic Cybernetics, Statistics and
THE BUSINESS VALUE OF AN ERP SYSTEM
THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG THE BUSINESS VALUE OF AN ERP SYSTEM AJMAL BEG ii Copyright c 2010 by Ajmal Beg. All rights reserved. This technology described in this publication is based
DEPENDABILITY STUDY OF THE ERP SYSTEM
Dependability, ERP system, availability Daniel GĄSKA *, Antoni ŚWIĆ ** DEPENDABILITY STUDY OF THE ERP SYSTEM Abstract The paper present the various aspects of the process of testing of the ERP system s
Overview Motivating Examples Interleaving Model Semantics of Correctness Testing, Debugging, and Verification
Introduction Overview Motivating Examples Interleaving Model Semantics of Correctness Testing, Debugging, and Verification Advanced Topics in Software Engineering 1 Concurrent Programs Characterized by
Network Monitoring. Chu-Sing Yang. Department of Electrical Engineering National Cheng Kung University
Network Monitoring Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Introduction Network monitoring architecture Performance monitoring Fault monitoring Accounting
Innovative Analysis of a CRM Database using Online Analytical Processing (OLAP) Technique in Value Chain Management Approach
Innovative Analysis of a CRM Database using Online Analytical Processing (OLAP) Technique in Value Chain Management Approach ADRIAN MICU, ANGELA-ELIZA MICU, ALEXANDRU CAPATINA Faculty of Economics, Dunărea
Networking Systems (10102)
Networking Systems (10102) Rationale Statement: The goal of this course is to help students understand and participate in the significant impact of computer networking in their lives. Virtually any career
Comprehensive Asset Performance Management. Power Transmission and Distribution
Comprehensive Asset Performance Management Power Transmission and Distribution Comprehensive Asset Performance Management Siemens Asset Performance Management System (APMS) enables utilities to get the
SAFETY MANUAL SIL Switch Amplifier
PROCESS AUTOMATION SAFETY MANUAL SIL Switch Amplifier KCD2-SR-(Ex)*(.LB)(.SP), HiC282* ISO9001 2 With regard to the supply of products, the current issue of the following document is applicable: The General
THE DEVELOPMENT OF AN EXPERT CAR FAILURE DIAGNOSIS SYSTEM WITH BAYESIAN APPROACH
Journal of Computer Science 9 (10): 1383-1388, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.1383.1388 Published Online 9 (10) 2013 (http://www.thescipub.com/jcs.toc) THE DEVELOPMENT OF AN EXPERT CAR
SOFTWARE ENGINEERING PROGRAM
SOFTWARE ENGINEERING PROGRAM PROGRAM TITLE DEGREE TITLE Master of Science Program in Software Engineering Master of Science (Software Engineering) M.Sc. (Software Engineering) PROGRAM STRUCTURE Total program
Bachelor Degree in Informatics Engineering Master courses
Bachelor Degree in Informatics Engineering Master courses Donostia School of Informatics The University of the Basque Country, UPV/EHU For more information: Universidad del País Vasco / Euskal Herriko
Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model
Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Trung Le 1, Ba Quy Tran 2, Hanh Dang Thi My 3, Thanh Hung Ngo 4 1 GSR, Information System Lab., University of
Safety Requirements Specification Guideline
Safety Requirements Specification Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:[email protected] -1- Summary Safety Requirement
Information Services for Smart Grids
Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic
Process Modelling from Insurance Event Log
Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R
An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy Logic: Case Studies of Life and Annuity Insurances
Proceedings of the 8th WSEAS International Conference on Fuzzy Systems, Vancouver, British Columbia, Canada, June 19-21, 2007 126 An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy
Monitoring and diagnostics
Monitoring and Diagnostics Monitoring and diagnostics Analyze the past, monitor the present, and predict the future! Asset Services/Monitoring and Diagnostics Switchgear Services Transformer Services Cable
ENHANCED HYBRID FRAMEWORK OF RELIABILITY ANALYSIS FOR SAFETY CRITICAL NETWORK INFRASTRUCTURE
ENHANCED HYBRID FRAMEWORK OF RELIABILITY ANALYSIS FOR SAFETY CRITICAL NETWORK INFRASTRUCTURE Chandana Priyanka G. H., Aarthi R. S., Chakaravarthi S., Selvamani K. 2 and Kannan A. 3 Department of Computer
Master of Science in Computer Science
Master of Science in Computer Science Background/Rationale The MSCS program aims to provide both breadth and depth of knowledge in the concepts and techniques related to the theory, design, implementation,
System- Level Reliability Analysis for Conceptual Design of Electrical Power Systems
System- Level Reliability Analysis for Conceptual Design of Electrical Power Systems Ying Zhang and Tolga Kurtoglu Palo Alto Research Center Palo Alto, CA, 94304 {yzhang, kurtoglu}@parc.com Irem Y. Tumer
O&M Service for Megasolar Power Plants and Precise Monitoring Techniques for PV Modules
403 Hitachi Review Vol. 63 (2014), No. 7 Featured Articles O&M Service for Megasolar Power Plants and Precise Monitoring Techniques for PV Modules Tohru Kohno Tetsuharu Ohya Tomoharu Nakamura OVERVIEW:
Administrator s Guide
MAPILab Disclaimers for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4
A Framework for Personalized Healthcare Service Recommendation
A Framework for Personalized Healthcare Service Recommendation Choon-oh Lee, Minkyu Lee, Dongsoo Han School of Engineering Information and Communications University (ICU) Daejeon, Korea {lcol, niklaus,
Test & Data Management Software
Test & Data Management Software TDMS protective relays energy meters transducers power quality CT-VT-PT transformers ground grid circuit breakers batteries surge arresters The Integrated Testing Solution
Field Force Operational Data Visualization What s So Smart About It?
Field Force Operational Data Visualization What s So Smart About It? John J. Simmins, Ph.D. Electric Power Research Institute Smart Grid Information Sharing Call November 27, 2012 The self healing grid
White Paper. Convergence of Information and Operation Technologies (IT & OT) to Build a Successful Smart Grid
White Paper Convergence of Information and Operation Technologies (IT & OT) to Build a Successful Smart Grid Contents Executive Summary... 3 Integration of IT and OT... 4 Smarter Grid using Integrated
Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network
Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Anthony Lai (aslai), MK Li (lilemon), Foon Wang Pong (ppong) Abstract Algorithmic trading, high frequency trading (HFT)
Methodology & Learning Report. Work package 1.2: Data Analytics Trial
Flexible Networks for a Low Carbon Future Methodology & Learning Report Work package 1.2: Data Analytics Trial July 2015 Contents 1 Executive summary 2 2 Background 3 3 Details of the work carried out
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
Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms
Traffic Prediction in Wireless Mesh Networks Using Process Mining Algorithms Kirill Krinkin Open Source and Linux lab Saint Petersburg, Russia [email protected] Eugene Kalishenko Saint Petersburg
Prediction of DDoS Attack Scheme
Chapter 5 Prediction of DDoS Attack Scheme Distributed denial of service attack can be launched by malicious nodes participating in the attack, exploit the lack of entry point in a wireless network, and
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
STAGES FOR THE DEVELOPMENT OF THE AUDIT PROCESSES OF DISTRIBUTED INFORMATICS SYSTEMS 1
STAGES FOR THE DEVELOPMENT OF THE AUDIT PROCESSES OF DISTRIBUTED INFORMATICS SYSTEMS 1 Marius POPA 2 PhD, University Lecturer, Department of Computer Science in Economics, University of Economics, Bucharest,
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency
Fault Localization in a Software Project using Back- Tracking Principles of Matrix Dependency ABSTRACT Fault identification and testing has always been the most specific concern in the field of software
TIBCO StreamBase High Availability Deploy Mission-Critical TIBCO StreamBase Applications in a Fault Tolerant Configuration
TIBCO StreamBase High Availability Deploy Mission-Critical TIBCO StreamBase Applications in a Fault Tolerant Configuration Richard Tibbetts, CTO, TIBCO StreamBase Table of Contents 3 TIBCO StreamBase High
MANAGING NETWORK COMPONENTS USING SNMP
MANAGING NETWORK COMPONENTS USING SNMP Abubucker Samsudeen Shaffi 1 Mohanned Al-Obaidy 2 Gulf College 1, 2 Sultanate of Oman. Email: [email protected] [email protected] Abstract:
Product Bulletin. D20MX v1.40 Release Notification. GE Digital Energy. Release Notification of D20MX v1.40
GE Digital Energy D20MX v1.40 Release Notification Date: September 10, 2014 Classification: GE Information Product Bulletin Release Notification of D20MX v1.40 The D20MX Substation Gateway is a specialized
JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 21/2012, ISSN 1642-6037
JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 21/2012, ISSN 1642-6037 FDA, medical software, recall, safety of medical devices. Leszek DREWNIOK 1, Ewelina PIEKAR 1, Mirosław STASIAK 1, Remigiusz MANIURA
SOFTWARE-IMPLEMENTED SAFETY LOGIC Angela E. Summers, Ph.D., P.E., President, SIS-TECH Solutions, LP
SOFTWARE-IMPLEMENTED SAFETY LOGIC Angela E. Summers, Ph.D., P.E., President, SIS-TECH Solutions, LP Software-Implemented Safety Logic, Loss Prevention Symposium, American Institute of Chemical Engineers,
In-memory databases and innovations in Business Intelligence
Database Systems Journal vol. VI, no. 1/2015 59 In-memory databases and innovations in Business Intelligence Ruxandra BĂBEANU, Marian CIOBANU University of Economic Studies, Bucharest, Romania [email protected],
Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield. Karamay Hongyou Software Co., Ltd.
Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield Karamay Hongyou Software Co., Ltd. Professional technologies and information technology enhance the development of the oil industry.
Web SCADA Employing Application Program Interface as Data Source
보안공학연구논문지 (Journal of Security Engineering), 제 7권 제 6호 2010년 12월 Web SCADA Employing Application Program Interface as Data Source Hoon Ko 1) Abstract An Application programming interface or API is a set
Learning outcomes. Knowledge and understanding. Competence and skills
Syllabus Master s Programme in Statistics and Data Mining 120 ECTS Credits Aim The rapid growth of databases provides scientists and business people with vast new resources. This programme meets the challenges
Memory Database Application in the Processing of Huge Amounts of Data Daqiang Xiao 1, Qi Qian 2, Jianhua Yang 3, Guang Chen 4
5th International Conference on Advanced Materials and Computer Science (ICAMCS 2016) Memory Database Application in the Processing of Huge Amounts of Data Daqiang Xiao 1, Qi Qian 2, Jianhua Yang 3, Guang
Natural Language to Relational Query by Using Parsing Compiler
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,
Integrated Modeling for Data Integrity in Product Change Management
Integrated Modeling for Data Integrity in Product Change Management László Horváth*, Imre J. Rudas** Institute of Intelligent Engineering Systems, John von Neumann Faculty of Informatics, Budapest Tech
