Fault Isolation for Spacecraft Systems: An Application to a Power Distribution Testbed

Size: px
Start display at page:

Download "Fault Isolation for Spacecraft Systems: An Application to a Power Distribution Testbed"

Transcription

1 Preprints of the 8th IFAC Symposium on Fault Detection, Supervision and Safety of Technical Processes (SAFEPROCESS) Fault Isolation for Spacecraft Systems: An Application to a Power Distribution Testbed Joshua D. Carl Daniel L.C. Mack Ashraf Tantawy Gautam Biswas Xenofon D. Koutsoukos Institute for Software Integrated Systems, Vanderbilt University, Nashville, TN {carljd1, dmack, tantawam, biswas, koutsoxd}@isis.vanderbilt.edu Abstract: Modern electrical power disribution systems play a critical role in system operations. Therefore, early fault detection and isolation is essential to maintaining system safety and avoiding catastrophic failures. This paper discusses a fault isolation scheme based on a qualitative fault signature-based isolation mechanism that applies to abrupt, incipient and intermittent faults in the system. We discuss the isolation algorithms for a combination of these faults, and demonstrate their performance on a set of test cases generated from a NASA Ames spacecraft power distribution testbed. Our results show good isolation accuracy with 103 out of 134 faulty scenarios isolated correctly. Most of the isolation errors can be attributed to errors in the detection scheme. Keywords: Fault Detection, Qualitative Fault Isolation, Fault Diagnosis 1. INTRODUCTION Fault isolation, i.e., establishing the true cause for an observed failure or degradation in a system, is key to maintaining efficient system operations and ensuring system safety. Isolation algorithms combine information from multiple sensors to generate diagnostic conclusions. A combination of an observer and a fault detection scheme is used to determine and represent deviations from nominal in the sensor in qualitative form (i.e., ± increase/decrease). The fault isolation methodology uses a qualitative fault signature scheme to generate diagnostic conclusions. This paper develops a combined qualitative fault isolation and identification methodology using the framework presented in [Mosterman and Biswas, 1999], and further developed in [Daigle et al., 2008]. We demonstrate that a qualitative fault signature is an effective means to isolate faults in a simplified spacecraft power distribution system. We test our approach on a set of test cases developed by NASA Ames in the context of the DX10 diagnosis competition [Kurtoglu et al., 2010]. Each scenario in the test set represents a nominal case where no fault is injected into the scenario, or has one of three different fault profiles (abrupt persistent, abrupt intermittent, and incipient profiles) injected into one of the system components or sensors. We evaluate our approach on all 159 test scenarios generated for the competition. Our diagnosis scheme identified the correct fault profile and component in 73% of the faulty scenarios, and the correct component but not the correct fault profile in 84% of the faulty scenarios. These results gave us a second place finish in the competition. The rest of the paper is organized as follows. Section 2 introduces the case study based on the DXC 10 competition. Section 3 discusses the computational system architecture for detection and diagnosis in continuous systems. In section 4 we define the detection and isolation problem. Section 5 discusses our implementation approach. Section 6 presents the case study results. We conclude with a summary of our work and analysis of the results. 2. CASE STUDY OVERVIEW The case study is organized around a set of test cases that use fault scenario data generated from the NASA ADAPT- Lite Electrical Power System (EPS). The test cases were used to evaluate a number of algorithms submitted to the DXC 10 diagnosis competition. A complete description of the DXC 10 competition format can be found in [Kurtoglu et al., 2010] and the algorithm evaluation metrics in [Kurtoglu et al., 2008]. The EPS supplies power to spacecraft systems and payloads. The EPS schematic in Figure 1 shows a battery connected to a load bank through a set of switches, circuit breakers and an inverter. Since the dynamics of the inverter (a fast switching system that converts DC voltage to AC) and switching elemetns going on and off were not a factor in this competition, the rest of the system represents a power source that is connected to resistive loads that can be reconfigured using the switches. Therefore,the system operates in steady state and the detected measurement deviations correspond to steady state fault profiles. The competition was sponsored by researchers at NASA Ames, and was designed to mimic the operations of a real spacecraft power distribution system. Therefore, to support online analysis a fast and accurate diagnosis and isolation algorithm was a requirement to do well in the competition. There were 154 scenarios in the competition Copyright 2012 IFAC. All rights reserved. 168

2 and faulty scenarios used abrupt persistent, abrupt intermittent and incipient fault profiles. Each of these fault types are described in detail in section FAULT DETECTION AND ISOLATION ARCHITECTURE Our observer-based approach for fault detection and isolation is illustrated in Figure 2. Both the physical system being monitored and the observer receive the same input signals. The system output, i.e., the actual system measurements, are labeled as y[n], and the observer estimates are labeled as ŷ[n]. The system residual vector is computed as y[n] ŷ[n] = r[n] at time step n. The residual vector and the system output are analyzed further in the fault isolation and fault identification units to establish the true fault hypothesis and the magnitude of change in the fault parameter. The fault detector uses hypothesis testing methods to determine if the computed residual signals imply a fault in the system. The fault detector has to be robust to measurement noise, system disturbances as well as model inaccuracies. Our approach assumes a fault detector monitoring each sensor. Each detector outputs the parameter b, which indicates a faulty or nominal signal. A non-zero value for b implies that the measurement is devaiant from its nomial value. If the signal is faulty, then the detector also outputs the estimated fault type, and the parameters describing the changes in the residual, θ. The fault isolator aggregates the data from all of the detectors to build a fault signature vector based on the value of b from each of the detectors and the direction of the change from θ. The fault signature is then looked up in a table of possible faults to find the fault candidates which identify the fault and faulty component. The fault isolator needs to deal with uncertainties in the fault signature results, since false alarms and missed detections are unavoidable in any fault detector. The fault isolator then sends the possible fault candidates, and all of the residuals and raw sensor data to the fault identifier. The fault identifier narrows down the list of fault candidates to the most likely candidate and then provides a final estimate of the fault parameters, θ. It applies any necessary transformations to the residual estimates generated by the fault detector in order to estimate the fault magnitude of the failed component in the system. This transformation may not be required if there is a one-toone correspondence between the measured variable and the faulty component. After it identifies the fault parameters, the fault identifier sends all of the fault information to the user to be evaluated. In this work we focus on the design of the fault isolator and fault identification components, and we will group their functionality into one unit and refer to them simply as the isolator. The design of the fault detector is discussed in previous work [Carl et al., 2012]. The isolator is designed to accomplish the following tasks: (1) Construct, at any time during operation, a system wide fault signature using information provided by the detectors. (2) Package the fault type and fault parameters in a way useful to the operator. 4.1 Fault Hypothesis 4. PROBLEM FORMULATION We assume that signals generated by the physical system have added independent and identically distributed Gaussian Noise, represented as w[n], with zero mean and an unknown variance that is unaffected by system faults. The variance can be calculated with knowledge of nominal system behavior and the sensor measurements before a fault occurs in the system. When a fault occurs in the system starting at time t inj, the system measurements can be defined as: { s[n] + w[n] t < tinj y[n] =, (1) s fi [n] + w[n] t t inj where s[n], the nominal signal value at time step n, is known from available system behavior data, or is estimated using an observer scheme [Basseville and Nikiforov, 1993] and w[n] represents the noise in the measurement that is typically attributed to the sensor. After the fault occurrence, the signal value is linked to faulty system behavior and is expressed as s fi [n] for n t inj. The detection problem can be expressed as: H 0 : r[n] = w[n] H i : r[n] = s fi [n] + w[n] i = 1, 2,..., m (2) where H 0 is the null hypothesis of no fault, H i is the alternative (fault) hypothesis, m is the number of faults, and s fi [n] = s fi [n] s[n] represents the deviation in the measurement as a result of the fault. We formulate the detection problem for three different fault profiles. The detector needs to estimate a variety of parameters for each fault type, and the detection problem for each fault is defined by the fault profile and the set of parameters associated with the profile [Carl et al., 2012, Tantawy, 2011]. The isolation problem is to identify the fault type and the faulty system component. 4.2 Fault Profiles Abrupt Persistent The abrupt persistent fault profile, shown in Figure 3A, is characterized by the nominal signal changing by an unknown positive or negative additive fixed value. An example from the competition is shown in Figure 5. For an abrupt persistent fault the detector needs to estimate the fault time of injection, t inj, and the change in the magnitude of the signal, A, caused by the abrupt fault. The residual signal for the fault is expressed as: r[n] = A + w[n]. (3) Stuck Sensor This is a special case of the abrupt persistent fault where the sensor stops reading new data and only reports the stuck-at value, c. The value of c is independent of the actual measurement, and there is no more white noise in the signal because the sensor stops sampling data. Since the detector looks for a change in the residual signal, it may not be able to detect this kind of fault if the stuck value is within the noise threshold. If 169

3 Fig. 1. NASA Electrical Power System Schematic Diagram. The circles represent the sensors in the system with the different colors indicating different kinds of sensors. Fig. 2. Fault detection and isolation system block diagram. exponential distributions of exp(µ f, t f ) and exp(µ n, t n ), respectively. The change in residual signal magnitude, A, caused by the fault is drawn from a Gaussian distribution with mean µ A and variance σa 2. The detector needs to estimate the fault time of injection, t inj, the mean residual signal magnitude, µ A, mean persistence time for the fault, µ f, and mean inter-arrival time for the fault, µ n. The residual signal for the fault can be expressed as: r[n] = A[n]Z[n] + w[n], (4) where the function Z[n] is a binary random process representing the presence or absence of the fault, defined by: { 0 fault absent Z[n] = 1 fault present. (5) Fig. 3. Idealized fault profiles. Noise is removed from the residual signal for clarity. the residual signal is outside of the fault threshold, then the detector will detect the fault as an abrupt persistent fault. In either case, the isolator is able to identify the sensor fault because the sensor is at a fixed value, whereas the other measurements continue changing according to the additive Gaussian noise. If the isolator identifies the fault as a stuck sensor fault then the isolator will ignore any other faults reported by the detectors. Abrupt Intermittent An abrupt intermittent fault profile, shown in Figure 3B, is modeled as a repeated abrupt persistent fault that resets itself after a random time interval. An example from the competition is shown in Figure 6. The fault persistence time, t fi, and the interarrival time, t ni, for each fault repetition are drawn from Incipient An incipient fault profile, shown in Figure 3C, is a linear change (positive or negative) in the sensor signal. An example from the competition is shown in Figure 7. Incipient faults can be approximated by a linear profile, because they evolve slowly in time. For an incipient fault the detector needs to estimate the time of injection, t inj, and the slope of the signal, M. The residual signal for the fault can be expressed as: r[n] = B (n t inj ) + w[n] (6) where B = MT s, M is a constant representing the slope of the drift, and T s is the sampling period. 4.3 Isolation In our application, a fault signature is a qualitative representation of the zeroth-order derivative changes on the system residual values and on the system signals due to a fault [Mosterman and Biswas, 1999, Daigle et al., 2008]. One can isolate the true single fault in the system by combining information from the different fault detectors into the system fault signature. The two main types of faults in the competition are sensor faults and component faults, but both types of faults follow the given fault profiles. A sensor fault is when a sensor stops reporting accurate information on the nominal system operation. 170

4 A component fault is when the component parameters change from their nominal values. Fault Signature The fault signature is a string of characters where each character represents the output from one of the detectors. We derived the fault signatures for all of the possible faults in the system by analyzing the magnitude of the change (zeroth order time-derivative) each fault will have on the system. The combined list of fault signatures is the fault table. The fault signature uses X, +, -, and 0 to represent no deviation, positive magnitude change, negative magnitude change and signal dropped to zero, respectively. A 0 to represent a signal that has dropped to zero. A 0 is needed to help differentiate failed off faults or switch failed open faults, where a measured signal will go to 0, from a negative magnitude fault, where the signal will drop but not necessarily go to 0. Sensor Fault A sensor fault only affects the measurements the sensor is reporting, it does not affect the overall system operation. This means that only one detector will report a fault. For sensor faults the detector needs to estimate the time of injection, t inj, and the isolator needs to estimate what sensor failed, the failure mode, and the fault parameters for that failure mode. For stuck sensor faults the isolator runs a check on all of the recent time steps (configurable per sensor) to determine if the signal is at a constant value. If the signal is constant, then the isolator will report a stuck sensor fault and ignore any other faults reported by the detectors (most likely an abrupt persistent fault). The isolator needs to report the time of injection, t inj, the sensor that failed, and the stuck value, c. Component Fault Component faults, through propagation, will affect multiple measurements in the system, and therefore require a system level view to make the correct diagnosis. For example, in the case of an electrical power system, an abrupt change in the value of a load implies a change in current through the load and, therefore, the other parts of the system. Each of the detectors will recognize the fault as a change in the measurement value, and the isolator logic uses the type and direction of the change in each measurement to uniquely isolate the fault candidate. For component faults the detector needs to estimate the time of injection, t inj, and the isolator needs to estimate what component has failed, the failure mode, and the fault parameters for that failure mode. A switch failing open is handled as a special case of a component fault because some measured signals will go to 0, instead of simply increasing or decreasing. In the case of a switch failing open the isolator does not need to report the magnitude of the change as the fault type (Switch Failed Open) inherently includes the magnitude, but it does need to estimate the time of injection, t inj, and the switch that failed. 5. IMPLEMENTATION The fault isolation architecture is shown in Figure 4. The residual parameters are sent to the fault signature creation and the fault type determination modules. The fault signature creation module builds the fault signature vector based on the information in the individual measurement components b. The fault signature is then used to find the actual fault in the fault table. This allows for a general framework, where (1) detectors can be tuned separately to match the characteristics of the system they are being applied to, and (2) the isolator can be designed and implemented independent of the detector tuning; its qualitative fault signatures are determined offline using a dynamic model of system behavior. This division of labor makes our approach practical for online applications across different kinds of systems. The fault type determination module is needed because each of the detectors can report a different fault type, but there can only be one fault in the system (according to the competition description). When there are mismatches, logic is used to determine the most likely fault type. The fault parameter estimation module determines the actual magnitude of the fault based on the estimated residual parameters from the detectors. 5.1 Fault Signature Construction The fault signature is built in the isolator by aggregating the information from all of the detectors. Each detector reports an X, +, or -. The 0 in the fault signature is derived in the isolator based on if the detector reported a negative fault and if the raw system signal output dropped below a threshold. The 0 cannot be derived in the detector because the detector only receives residual values. The position of each sensor in the fault signature is listed in Table 1. A few example fault signatures from the case study are shown below in Table 2. Refer to Figure 1 for information on the system structure. An example from the competition will help to illustrate the fault construction in the isolator. Each character in the fault signature represents the information from one detector. One of our fault signatures in Table 2 is XX+-++0XXX. This means that for a DC485 component failed off fault, sensors ISH236, ESH244A, ST516, IT267, and E265 should not report a fault, sensors E240, E242, and E281 should report a positive abrupt fault, sensor IT240 should report a negative fault, and sensor IT281 should report a zero. Fault Signature Position Sensor 1 ISH236 2 ESH244A 3 E240 4 IT240 5 E242 6 E281 7 IT281 8 E265 9 IT ST516 Table 1. A listing of each sensor s position in the fault string. 5.2 Fault Signature Isolation The isolator uses fault signatures and a pre-defined fault lookup table and robust table lookup logic to match the system behavior to the most likely fault. 171

5 Fig. 4. Fault isolation architecture. Fault Description Fault Signature Relay EY272 Failed Off XX Breaker CB280 Failed Open XX+-+00X+X Component DC485 Failed Off XX+-++0XXX Component AC483 Offset XX-+ -+X Sensor E265 Offset XXXXXXX+XX Sensor E265 Offset XXXXXXX-XX Table 2. Example fault signatures. The lookup table is built by analyzing the system schematics and determining the effect each fault would have on the system. For this case study we used a pre-defined fault lookup table. If the system is much larger or complicated than the one described in the case study, pre-defining the fault lookup table is going to be difficult, tedious, and error prone. Online fault signature generation and analysis may help alleviate this problem [Mosterman and Biswas, 1999]. Regardless of how the analysis is performed, the lookup table has the potential problem of multiple faults appearing with the same fault signature. If multiple faults have the same signature, then it is impossible to isolate the fault using this lookup method. However, if each fault has a unique signature, then every fault can be isolated. As an example, in our case study it is impossible to tell the difference between load DC485 failing off and switch EY284 failing open, because both faults have the exact same effect on the system and, therefore, their fault signatures are the same. To combat these problems the lookup table is augmented with robust table lookup logic. It is likely that the generated fault string will not exactly match the lookup string in the fault table, so the lookup logic needs to be robust to pick the most likely fault profile even if the fault signature does not exactly match. This includes two types of logic. The first is a generic heuristic based ranking to sort through all of the signatures and keep only the most likely signatures and to then differentiate between the selected signatures. The most naive form of this heuristic is a string similarity metric. The other type is system specific rules that help eliminate certain signatures. For example, if one detector keys on only one specific system component, then these rules may eliminate signatures that do not correspond to faults based around that component. 5.3 Fault Parameter Estimation After the isolator finds the fault in the table, it begins to process the fault by calculating the fault parameters and packaging the fault information for reporting. If the fault is a sensor fault, then the isolator simply uses the residual parameters calculated by the responsible detector as the fault parameters. If the fault is a component fault, then the isolator needs to calculate the fault magnitude based on what the detector reports using simple circuit analysis. For example, there is no sensor directly sensing the resistance of the load DC485. However, if the fault is an abrupt resistance increase in DC485, that will be detected in the nearby voltage and current sensors E281 and IT81, respectively. The detectors responsible for those two sensors will detect a fault, but the magnitude of the resistance change will need to be calculated based on the sensed magnitudes of the E281 and IT281 detectors. Once the fault is packaged appropriately, it is reported. 6. EXPERIMENTAL RESULTS There were 154 scenarios in the competition, and examples from the competition data of each primary fault type are shown in Figures 5, 6, and 7. The detector and isolator s performance is shown in 3. The first three rows in the table outline the detector and isolator performance for faults that fit neatly into one of the three fault profiles outlined in section 4. The final row of the table presents the results for all scenarios, including nominal scenarios and scenarios where the fault did not fit into one of the three categories (i.e., switch failed open, or fan overspeed). Our detector and isolator were able to correctly recognize and isolate 95 of the scenarios in the time allocated for detection. There were 24 cases, especially for incipient faults, where the detectors were not able to robustly determine the correct fault type before the data series ended, but the isolator was still able to report the correct component or sensor from the initial detector results. With the addition of the extra 24 cases the isolator performed correctly in 119 scenarios. This indicates that the isolator was able to build a system wide fault signature, determine the actual faulty component, and package the fault information in a way useful to the operator even though the supplied fault information was not completely correct. Where the failure happened in the remaining 35 scenarios is difficult to analyze because of how tightly the isolator performance is linked to the detector performance. It is very likely that the isolator reported an incorrect component because the detectors reported a fault signature that the isolator did not recognize, and therefore the isolator had to guess the faulty component. The isolator performance varied somewhat depending on if the fault was a sensor fault or a component fault. Out of 70 sensor faults the isolator reported the correct sensor in 51 of the scenarios (73%) and out of 64 component faults the isolator reported the correct component in 52 scenarios (81%). This indicates that for component faults the extra data from the detectors was instrumental in finding the correct component, even though some of that data may be incorrect. The sensor faults only required one piece of data for isolation, which indicates that there is no chance to deduce the correct sensor if the one piece of supplied data is incorrect or is masked by false positives. 172

6 Fault Type Total Scenarios Detected and Isolated Only Component Isolated Abrupt Persistent Abrupt Intermittent Incipient All Scenarios Table 3. Detector and Isolator performance, NASA DXC 10 competition. and provided better results for more complicated fault signatures than for simple signatures. A table lookup scheme also has the advantage of being very fast, and will not likely be a performance constraining part of the system. However, for more complicated systems predefining the fault table can be tedious and error-prone. In that situation an on-line method of deriving the data in the fault table is recommended. The isolator needed robust lookup logic to account for incorrect information from the fault detectors, and even with the robust lookup logic the isolator still occasionally isolated the fault incorrectly. Increasing the reliability of the fault detectors is the best way to increase the reliability of the fault isolator. Fig. 5. IT281 Abrupt fault. Fault magnitude: -0.05A. Fig. 6. IT281 Abrupt intermittent fault. Average fault magnitude: -0.19A, average duration time: 3.21 seconds, and average inter-arrival time: seconds. Fig. 7. IT281 Incipient fault. Slope: CONCLUSIONS We used a pre-defined fault lookup table to determine the fault based off of information from the detectors. This worked fine for the simple system in our case study, ACKNOWLEDGEMENTS We would like to thank NASA Ames for sponsoring the 2010 Diagnostic Competition. This work was partially supported by a NASA grant NRA NNX07AD12A and by DARPA META contract FA C REFERENCES M. Basseville and I. V. Nikiforov. Detection of Abrupt Changes: Theory and Applications. Prentice Hall, Inc., J. D. Carl, A. Tantawy, G. Biswas, and X. D. Koutsoukos. Detection and estimation of multiple fault profiles using generalized likelihood ratio tests: A case study. In 16th IFAC Sysid, M. Daigle, X. Koutsoukos, and G. Biswas. An integrated approach to parametric and discrete fault diagnosis in hybrid systems. Technical report, Institute for Software Integrated Systems at Vanderbilt University, T. Kurtoglu, S. Narasimhan, S. Poll, D. Garcia, L. Kuhn, J. de Kleer, and A. Feldman. The Diagnostic Challenge Competition - DCC 09. Technical report, NASA Ames Research Center, Palo Alto Research Center, Delft University of Technology, T. Kurtoglu, S. Narasimhan, S. Poll, D. Garcia, L. Kuhn, J. de Kleer, and A. Feldman. Second International Diagnostic Competition (DXC 10), Industrial Track, Diagnostic Problem Descriptions. Technical report, NASA Ames Research Center, P. Mosterman and G. Biswas. Diagnosis of continuous valued systems in transient operating regions. Systems, Man and Cybernetics, Part A: Systems and Humans, IEEE Transactions on, 29(6): , Nov A. Tantawy. Model-based Detection in Cyber-Physical Systems. PhD thesis, Vanderbilt University, Nashville,TN USA, October

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES Proceedings of the 2014 10 th International Pipeline Conference IPC2014 September 29-October 3, 2014, Calgary, Alberta, Canada IPC2014-33387 SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES

More information

Microgrid Fault Protection Based on Symmetrical and Differential Current Components

Microgrid Fault Protection Based on Symmetrical and Differential Current Components Microgrid Fault Protection Based on Symmetrical and Differential Current Components Prepared for Public Interest Energy Research California Energy Commission Prepared by Hassan Nikkhajoei and Robert H.

More information

ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES

ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES ON-LINE SENSOR CALIBRATION MONITORING AND FAULT DETECTION FOR CHEMICAL PROCESSES Xiao Xu, J. Wesley Hines, Robert E. Uhrig Maintenance and Reliability Center The University of Tennessee Knoxville, TN 37996-23

More information

Compression of Fins pipe and simple Heat pipe Using CFD

Compression of Fins pipe and simple Heat pipe Using CFD Compression of Fins pipe and simple Heat pipe Using CFD 1. Prof.Bhoodev Mudgal 2. Prof. Gaurav Bhadoriya (e-mail-devmudgal.mudgal@gmail.com) ABSTRACT The aim of this paper is to identify the advantages

More information

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs)

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) MRS752348-MUM Issued: 0/997 Version: F/23.6.2005 Data subject to change without notice COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) Contents. Introduction... 3. Features... 3.2 Application...

More information

Benefits of Enhanced Event Analysis in. Mark Miller

Benefits of Enhanced Event Analysis in. Mark Miller Benefits of Enhanced Event Analysis in Data Center OTDR Testing Mark Miller Dr. Fang Xu AFL/Noyes Test & Inspection Overview Challenges Topics Techniques and Improvements Benefits of enhanced event analysis

More information

Effective Alarm Management for Dynamic and Vessel Control Systems

Effective Alarm Management for Dynamic and Vessel Control Systems DYNAMIC POSITIONING CONFERENCE October 12-13, 2010 OPERATIONS SESSION Effective Alarm Management for Dynamic and Vessel Control Systems By Steve Savoy Ensco Offshore Company 1. Introduction Marine control

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Detcon FP-700 Combustible Gas Sensor Customer: Detcon The Woodlands, TX USA Contract No.: DC 06/08-04 Report No.: DC 06/08-04 R001 Version V1, Revision

More information

Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration

Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration Reduced Order WECC Modeling for Frequency Response and Energy Storage Integration Pranathi Bhattacharji, Student Member, IEEE, Ted K. A. Brekken, Senior Member, IEEE School of Electrical Engineering and

More information

Implementing a Reliable Leak Detection System on a Crude Oil Pipeline

Implementing a Reliable Leak Detection System on a Crude Oil Pipeline Implementing a Reliable Leak Detection System on a Crude Oil Pipeline By Dr Jun Zhang & Dr Enea Di Mauro* 1. Introduction Pipeline leak detection or integrity monitoring (PIM) systems have been applied

More information

Study and development of an innovative 3G/4G wireless network analysis tool

Study and development of an innovative 3G/4G wireless network analysis tool University of TRENTO - Faculty of Engineering Master of Science in Telecommunications Engineering Study and development of an innovative 3G/4G wireless network analysis tool Advisors Prof. Andrea MASSA

More information

Improved Dryer Control

Improved Dryer Control Improved Dryer Control Kenneth C. Hill President Kadant Johnson Systems Division David Vijh Senior Process Control Engineer Technical White Paper Series EXECUTIVE SUMMARY Significant improvements in dryer

More information

[ [ ADMIN PANEL USER GUIDE

[ [ ADMIN PANEL USER GUIDE [ [ ADMIN PANEL USER GUIDE ADMIN PANEL USER GUIDE 2 Contents Logging In & Systems Overview 3 System Details 5 Analytics 6 View Alarms 8 Manage Alarms 9 Create Alarms 10 Device Reporting Alarm 11 Monthly

More information

Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks

Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks Advancing the Science of Information Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks DTRA SBIR Phase II Contract: W911SR-10-C-0038 Chris Calderon,

More information

Force Protection Joint Experiment (FPJE) Battlefield Anti-Intrusion System (BAIS) Sensors Data Analysis and Filtering Metrics

Force Protection Joint Experiment (FPJE) Battlefield Anti-Intrusion System (BAIS) Sensors Data Analysis and Filtering Metrics Force Protection Joint Experiment (FPJE) Battlefield Anti-Intrusion System (BAIS) Sensors Data Analysis and Filtering Metrics C.M. Barngrover, R.T. Laird, T.A. Kramer, J.R. Cruickshanks, S.H. Cutler Space

More information

Application Note. Application Note for BAYEX

Application Note. Application Note for BAYEX Application Note Application Note for BAYEX Preface This application note provides the user a more detailed description of the Bayesian statistical methodology available in Version 8.05 and above, of the

More information

CFD Analysis of temperature dissipation from a hollow metallic pipe through circular fins using Ansys 14.5

CFD Analysis of temperature dissipation from a hollow metallic pipe through circular fins using Ansys 14.5 IJAET International Journal of Application of Engineering and Technology ISSN: 2395-3594 Vol-1 No.-2 CFD Analysis of temperature dissipation from a hollow metallic pipe through circular fins using Ansys

More information

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b 1 Department of Information Engineering Guilin University of Aerospace Technology, Guilin China a E-mail: woshiml@sina.com,

More information

THE A.A.B. COMPANY 615 McCallie Avenue Chattanooga, TN

THE A.A.B. COMPANY 615 McCallie Avenue Chattanooga, TN To: From: Re: Upper Management A.A.B. Project Engineers THE A.A.B. COMPANY 615 McCallie Avenue Chattanooga, TN 37403 931-581-8816 Dryer Oven Maintenance & Energy Studies Date: November 26 th, 2013 The

More information

Verasys System Operation Overview Technical Bulletin

Verasys System Operation Overview Technical Bulletin Contents subject to change. Verasys System Operation Overview Technical Bulletin Code No. LIT-12012370 Issued January 2016 Refer to the QuickLIT Web site for the most up-to-date version of this document.

More information

The Use of Fuzzy Spaces in Signal Detection

The Use of Fuzzy Spaces in Signal Detection The Use of Fuzzy Spaces in Signal Detection S. W. Leung and James W. Minett Department of Electronic Engineering, City University of Hong Kong Correspondence to: Dr. Peter S. W. Leung Department of Electronic

More information

Functional Safety Experience on Railway Signalling in Japan. Yuji Hirao Nagaoka University of Technology (Japan)

Functional Safety Experience on Railway Signalling in Japan. Yuji Hirao Nagaoka University of Technology (Japan) Functional Safety Experience on Railway Signalling in Japan Yuji Hirao Nagaoka University of Technology (Japan) Functional Safety Experience on Railway Signalling in Japan 1. Application of computers to

More information

Home appliances simulator for smart home systems testing

Home appliances simulator for smart home systems testing Home appliances simulator for smart home systems testing PETER JANIGA, MARTIN LIŠKA, ANTON BELÁŇ, VLADIMÍR VOLČKO, MARIAN IVANIČ Department of Electrical Power Engineering Slovak University of Technology

More information

E. Elnahrawy, X. Li, and R. Martin

E. Elnahrawy, X. Li, and R. Martin Using Area-based Presentations and Metrics for Localization Systems in Wireless LANs E. Elnahrawy, X. Li, and R. Martin Rutgers U. WLAN-Based Localization Localization in indoor environments using 802.11

More information

False Alarm Analysis of the CATM-CFAR in Presence of Clutter Edge

False Alarm Analysis of the CATM-CFAR in Presence of Clutter Edge 66 D. IVKOVIĆ, M. ANDRIĆ, B. ZRNIĆ, FALSE ALARM ANALYSIS OF HE M-CFAR IN PRESENCE OF CLUER EDGE False Alarm Analysis of the M-CFAR in Presence of Clutter Edge Dejan IVKOVIĆ., Milenko ANDRIĆ 2, Bojan ZRNIĆ

More information

Real-Time Root Cause Analysis for Complex Technical Systems

Real-Time Root Cause Analysis for Complex Technical Systems Real-Time Root Cause Analysis for Complex Technical Systems Jan Eric Larsson, Joseph DeBor IEEE HPRCT Monterey, CA, August 29 th 2007 Handling Alarm Cascades Root cause analysis: find the initiating events

More information

Module Features are-configurable, no module jumpers to set

Module Features are-configurable, no module jumpers to set December 2011 PACSystems* RX3i Isolated Thermocouple Input Module, 6 Channels, IC695ALG306 Isolated Thermocouple Input Module, 12 Channels, IC695ALG312 Isolated Thermocouple Input module IC695ALG306 provides

More information

Standard Development Roadmap

Standard Development Roadmap Standard PRC-005-2 Protection System Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective.

More information

Performance Neuro-Fuzzy for Power System Fault Location

Performance Neuro-Fuzzy for Power System Fault Location International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Performance Neuro-Fuzzy for Power System Fault Location 1,2 Azriyenni, 1 M.W. Mustafa 1 Electrical Engineering, Fakulti Kejuruteraan

More information

GMA 301. Operation Manual. Worldwide Supplier of Safety Solutions. Part Number

GMA 301. Operation Manual. Worldwide Supplier of Safety Solutions. Part Number Worldwide Supplier of Safety Solutions GfG Instrumentation 1194 Oak Valley Drive #20 Phone: 734-769-0573 Fax: 734-769-1888 E-Mail: info@gfg-inc.com Internet: www.gfg-inc.com GMA 301 Operation Manual Part

More information

Dynamic Models of a Home Refrigerator

Dynamic Models of a Home Refrigerator MACRo 2015-5 th International Conference on Recent Achievements in Mechatronics, Automation, Computer Science and Robotics Dynamic Models of a Home Refrigerator Tamás SCHNÉ 1,2, Szilárd JASKÓ 1,2, Gyula

More information

Fire Risks of Loviisa NPP During Shutdown States

Fire Risks of Loviisa NPP During Shutdown States Fire Risks of Loviisa NPP During Shutdown States Sami Sirén a*, Ilkka Paavola a, Kalle Jänkälä a a Fortum Power And Heat Oy, Espoo, Finland Abstract: Fire PRA for all 15 shutdown states of Loviisa NPP

More information

FIMD: Fine-grained Device-free Motion Detection

FIMD: Fine-grained Device-free Motion Detection ICPADS 2012 FIMD: Fine-grained Device-free Motion Detection Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science and Technology

More information

Performance Evaluation of Event Detection Solutions: the CREDS experience

Performance Evaluation of Event Detection Solutions: the CREDS experience MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Performance Evaluation of Event Detection Solutions: the CREDS experience F Ziliani, S. Velastin, F. Porikli, L. Marcenaro, T. Kelliher, A.

More information

Burst ring improves the detection of weak signals in spike trains

Burst ring improves the detection of weak signals in spike trains Neurocomputing 52 54 (23) 13 18 www.elsevier.com/locate/neucom Burst ring improves the detection of weak signals in spike trains Jozien B.M. Goense a;c, Rama Ratnam a, Mark E. Nelson a;b;c; a Beckman Institute

More information

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Dr Jun Zhang & Dr Ling Xu* REL Instrumentation Limited ABSTRACT In the past ten years, a number of pipeline leak detection systems

More information

Substation Monitoring System

Substation Monitoring System Substation Monitoring System SF6 Gas Density Monitoring System Description Introduction As a result of recent European legislation on the control of greenhouse gasses, utilities and manufacturers alike

More information

CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER DAMAGE

CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER DAMAGE Eleventh U.S. National Conference on Earthquake Engineering Integrating Science, Engineering & Policy June 25-29, 2018 Los Angeles, California CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER

More information

AN10943 Decoding DTMF tones using M3 DSP library FFT function

AN10943 Decoding DTMF tones using M3 DSP library FFT function Rev. 1 17 June 2010 Application note Document information Info Content Keywords M3, LPC1300, LPC1700, DSP, DFT, FFT, DTMF Abstract This application note and associated source code example demonstrates

More information

S TEM PRODUCT SPECIFICATION

S TEM PRODUCT SPECIFICATION NOTE: Some sections of this specification apply only to I87-200-04 or newer. DESCRIPTION: The 2251TEM product is a photo-thermal sensor designed to meet the CEA Guideline for multisensor smoke detectors.

More information

Comparing & Validating Deviation Surveys

Comparing & Validating Deviation Surveys 12 th Annual Sucker Rod Pumping Workshop Renaissance Hotel Oklahoma City, Oklahoma September 27 30, 2016 Comparing & Validating Deviation Surveys Walter Phillips Consultant http://3dwellbore.com What is

More information

Standard PRC Protection System and Automatic Reclosing Maintenance. Standard Development Roadmap

Standard PRC Protection System and Automatic Reclosing Maintenance. Standard Development Roadmap Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Development Steps Completed:

More information

Temperature Control of Heat Exchanger Using Fuzzy Logic Controller

Temperature Control of Heat Exchanger Using Fuzzy Logic Controller Vo1ume 1, No. 04, December 2014 999 Temperature Control of Heat Exchanger Using Fuzzy Logic Controller Aravind R. Varma and Dr.V.O. Rejini Abstract--- Fuzzy logic controllers are useful in chemical processes

More information

Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017

Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017 Functional Safety of Machinery Presented by Greg Richards Manufacturing in America 02/22-23/2017 AGENDA Definition of Safety? Machinery Safety Standards Comparison of ISO 13849-1 and IEC 62061 Safety-related

More information

Project Number: P15441

Project Number: P15441 Multidisciplinary Senior Design Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P15441 MINI-AIR: PERSONAL COOLING DEVICE Alexander Cornell

More information

Link loss measurement uncertainties: OTDR vs. light source power meter By EXFO s Systems Engineering and Research Team

Link loss measurement uncertainties: OTDR vs. light source power meter By EXFO s Systems Engineering and Research Team Link loss measurement uncertainties: OTDR vs. light source power meter By EXFO s Systems Engineering and Research Team INTRODUCTION The OTDR is a very efficient tool for characterizing the elements on

More information

ICS Regent. Fire Detector Input Modules PD-6032 (T3419)

ICS Regent. Fire Detector Input Modules PD-6032 (T3419) ICS Regent Fire Detector Input Modules (T3419) Issue 1, March, 06 Fire detector input modules provide interfaces for 16 fire detector inputs such as smoke detectors, flame detectors, temperature detectors,

More information

Use of Autoassociative Neural Networks for Signal Validation

Use of Autoassociative Neural Networks for Signal Validation "Use of Autoassociative Neural Networks for Signal Validation", by J. Wesley Hines, Darryl J. Wrest and Robert E. Uhrig, published in the proceeding of NEURAP 97 Neural Network Applications, Marseille,

More information

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT

User manual. ABB i-bus EIB. Zone Terminal MT/S Intelligent Installation System ABB STOTZ-KONTAKT User manual ABB i-bus EIB Zone Terminal MT/S 4.12.1 Intelligent Installation System ABB STOTZ-KONTAKT 2 Contents Page 1 Device configuration..................................... 4 1.1 Introduction..........................................

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Fireye Flame Sensor Module CE Flameswitch, model MBCE-110/230FR Company: Fireye Derry, NH USA Contract Number: Q09/10-26 Report No.: FIR 09/10-26

More information

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia IEEE International Conference on Bioinformatics & Bioengineering 2015 False Alarm Suppression in Early Prediction of Cardiac Arrhythmia Shoumik Roychoudhury, Mohamed F. Ghalwash, Zoran Obradovic Presented

More information

KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no )

KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no ) Product definition KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no 2343 00) Art. no 2343 00 Page 1 of 22 Product definition Table of contents 1 Product definition... 3 1.1 Product catalogue...

More information

UL268 7 th challenge with single infrared smoke detector

UL268 7 th challenge with single infrared smoke detector UL268 7 th challenge with single infrared smoke detector Hans Aebersold Siemens Schweiz AG, Building Technologies Division, Switzerland Abstract Coming up UL217 8th and UL268 7th edition with added new

More information

doi: / _57(

doi: / _57( doi: 10.1007/978-3-319-0618-9_57(http://doi.org/10.1007/978-3-319-0618-9_57) Modelling of a Business Process for Alarm Management Lifecycle in Chemical Industries K. Takeda 1,*, T. Hamaguchi, N. Kimura

More information

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Michael Birnkrant, Hui Fang, May Corn & Peter Harris United Technologies Research Center, East Hartford,

More information

Training Fees 4,000 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch.

Training Fees 4,000 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch. Training Title ADVANCED GC PROCESS Training Duration 5 days Training Venue and Dates Advanced GC Process 5 17 21 February, 2019 $4,000 Dubai, UAE Trainings will be conducted in any of the 5 star hotels.

More information

LP GAS LEKAGE ALARM. M. G.. D. D. Wickramasinghe 1*, N. Abhayasinghe 2

LP GAS LEKAGE ALARM. M. G.. D. D. Wickramasinghe 1*, N. Abhayasinghe 2 - 32 - LP GAS LEKAGE ALARM M. G.. D. D. Wickramasinghe 1*, N. Abhayasinghe 2 1* Corresponding Author, Department of Electronic and Computer Engineering, Sri Lanka Institute of Information Technology (SLIIT),

More information

SEL Arc-Flash Solutions

SEL Arc-Flash Solutions SEL Arc-Flash Solutions Arc-Flash Protection at the Speed of Light Protect personnel and equipment Detect arc-flash events and send a trip signal in as little as 2 ms to enhance safety and minimize equipment

More information

CIRCUIT BREAKER FAIL PROTECTION

CIRCUIT BREAKER FAIL PROTECTION CIRCUIT BREAKER FAIL PROTECTION This document is for Relevant Electrical Standards document only. Disclaimer NGG and NGET or their agents, servants or contractors do not accept any liability for any losses

More information

This paper will discuss the leak detection technologies that have been adapted to detect thefts and secure accurate tapping point locations.

This paper will discuss the leak detection technologies that have been adapted to detect thefts and secure accurate tapping point locations. Presenter: David Dingley Organization: Atmos International Country: United Kingdom Abstract Pipeline theft is a serious global problem and has been on the rise for the last few years. Petroleum thefts

More information

6 th Pipeline Technology Conference 2011

6 th Pipeline Technology Conference 2011 6 th Pipeline Technology Conference 2011 Pipeline Leak Detection and Theft Detection Using Rarefaction Waves Authors: Dr Alex Souza de Joode, VP International Operations; ATMOS International, UK. Andrew

More information

Pipeline Leak Detection: The Esso Experience

Pipeline Leak Detection: The Esso Experience Pipeline Leak Detection: The Esso Experience Bruce Tindell, Project Manager, Esso Petroleum Company Ltd, UK Dr Jun Zhang, Managing Director, ATMOS International (formerly REL Instrumentation) Abstract

More information

I/A Series 716C 1/16 DIN Temperature Controller

I/A Series 716C 1/16 DIN Temperature Controller Product Specifications I/A Series 716C 1/16 DIN Temperature Controller PSS 2C-1B5 A The Foxboro 716C is a powerful compact, 1/16 DIN, microprocessor-based temperature controller that offers a variety of

More information

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS Steve Glander: Senior Sales Engineer All Weather, Inc. 1165 National Dr. Sacramento, CA

More information

Single-Felt Dryer Sections

Single-Felt Dryer Sections Single-Felt Dryer Sections Gregory L. Wedel President Kadant Johnson Inc. Gerald L. Timm Vice President, Research & Development Kadant Johnson Inc. Kenneth C. Hill President Kadant Johnson Systems Division

More information

Clemens Felsmann 1, Jean Lebrun 2, Vincent Lemort 2 and Aad Wijsman 3 ABSTRACT INTRODUCTION METHODOLOGY

Clemens Felsmann 1, Jean Lebrun 2, Vincent Lemort 2 and Aad Wijsman 3 ABSTRACT INTRODUCTION METHODOLOGY Eleventh International IBPSA Conference Glasgow, Scotland July 27-30, 2009 TESTING AND VALIDATION OF SIMULATION TOOLS OF HVAC MECHANICAL EQUIPMENT INCLUDING THEIR CONTROL STRATEGIES. PART II: VALIDATION

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Phoenix Type 85UVF/IRF Flame Scanner Company: FIREYE Derry, New Hampshire USA Contract Number: Q08/04-57 Report No.: FIR 08/04-57 R001 Version V2,

More information

SEL Arc-Flash Solutions

SEL Arc-Flash Solutions SEL Arc-Flash Solutions Arc-Flash Protection at the Speed of Light Protect personnel and equipment. Detect arc-flash events and send a trip signal in as little as 2 ms to enhance safety and minimize equipment

More information

- Essay Control Functions and Benefits

- Essay Control Functions and Benefits - Essay Control Functions and Benefits E 005 07/01 A hydronic heating control system performs many complex and important functions. Each of these functions provide benefits that make the system comfortable,

More information

Detection of Temporal Dependencies in Alarm Time Series of Industrial Plants

Detection of Temporal Dependencies in Alarm Time Series of Industrial Plants Preprints of the 19th World Congress The International Federation of Automatic Control Detection of Temporal Dependencies in Alarm Time Series of Industrial Plants Jens Folmer, Falk Schuricht and Birgit

More information

AN ANALYSIS OF THE PERFORMANCE OF RESIDENTIAL SMOKE DETECTION TECHNOLOGIES UTILIZING THE CONCEPT OF RELATIVE TIME

AN ANALYSIS OF THE PERFORMANCE OF RESIDENTIAL SMOKE DETECTION TECHNOLOGIES UTILIZING THE CONCEPT OF RELATIVE TIME AN ANALYSIS OF THE PERFORMANCE OF RESIDENTIAL SMOKE DETECTION TECHNOLOGIES UTILIZING THE CONCEPT OF RELATIVE TIME Elizabeth L. Milarcik, Stephen M. Olenick*, and Richard J. Roby Combustion Science & Engineering,

More information

TECHNICAL SERVICE DEPARTMENT Technical Service Bulletin Heat Pump Water Heater (Generation 4) Troubleshooting (Effective 1 Nov 2016)

TECHNICAL SERVICE DEPARTMENT Technical Service Bulletin Heat Pump Water Heater (Generation 4) Troubleshooting (Effective 1 Nov 2016) No Power,, Fan or Compressor Nothing happens at all. No compressor motor; no fan; no display. 1. See use and care manuals to turn unit ON and set operating MODE. 2. Check for the presence of power at the

More information

5U Compact System. Installation Manual V1.0. Manufactured by Enatel Ltd. 321 Tuam Street PO Box Christchurch New Zealand

5U Compact System. Installation Manual V1.0. Manufactured by Enatel Ltd. 321 Tuam Street PO Box Christchurch New Zealand 5U Compact System Installation Manual V1.0 Manufactured by Enatel Ltd. 321 Tuam Street PO Box 22-333 Christchurch New Zealand Phone +64-3-366-4550 Fax +64-3-366-0884 Email sales@enatel.net www.enatel.net

More information

Fieldbus Foundation TM Bus diagnostics and troubleshooting

Fieldbus Foundation TM Bus diagnostics and troubleshooting Fieldbus Foundation TM Bus diagnostics and troubleshooting Andreas Agostin MTL Instruments Pte Ltd Singapore On behalf of Fieldbus Foundation TM Marketing Committee (Malaysia) 1 Bus diagnostics and troubleshooting

More information

Design and Analysis of Safety Critical Systems

Design and Analysis of Safety Critical Systems Design and Analysis of Safety Critical Systems Peter Seiler and Bin Hu Department of Aerospace Engineering & Mechanics University of Minnesota September 30, 2013 Uninhabited Aerial Systems (UAS) Flight

More information

IE Code IE Competency Title Credit OAC Ref.

IE Code IE Competency Title Credit OAC Ref. Compulsory Workplace Competency Standards Level Four IE Code IE Competency Title Credit OAC Ref. IE119-4WC Design and draw electrical and electronic drawings including schematics, 4 F5 maintain documentation

More information

Certification Report of the ST3000 Pressure Transmitter

Certification Report of the ST3000 Pressure Transmitter Certification Report of the ST3000 Pressure Transmitter Revision No.: 1.0 Date: Report Number: Product: Customer: Order Number: Authority: Responsible: 2006-Dec-12 SAS-128/2006T ST3000 Pressure Transmitter

More information

Advanced HART Diagnostic Suite

Advanced HART Diagnostic Suite Reference Manual Section 7 Rosemount 3051S Series Advanced HART Diagnostic Suite Overview....................................... page 7-1 User Interface................................... page 7-3 Statistical

More information

Automatic Lyrics Alignment for Cantonese Popular Music

Automatic Lyrics Alignment for Cantonese Popular Music Automatic Lyrics Alignment for Cantonese Popular Music Chi Hang WONG, Wai Man SZETO, and Kin Hong WONG Department of Computer Science and Engineering The Chinese University of Hong Kong Shatin, N.T., Hong

More information

Injection with front ends open at the ESRF

Injection with front ends open at the ESRF Injection with front ends open at the ESRF P. Berkvens, P. Colomp and F. Bidault European Synchrotron Radiation Facility Abstract The ESRF is planning to introduce, beginning of 23, a new mode of operation

More information

A Cost Effective Multi-Spectral Scanner for Natural Gas Detection

A Cost Effective Multi-Spectral Scanner for Natural Gas Detection A Cost Effective Multi-Spectral Scanner for Natural Gas Detection Semi-Annual Progress Report No. 1 Reporting Period Start Date: October 1, 2003 Reporting Period End Date: March 31, 2004 Principal Authors:

More information

2200 and 2200L ALARM CONTROL SYSTEMS

2200 and 2200L ALARM CONTROL SYSTEMS 2200 and 2200L ALARM CONTROL SYSTEMS OPERATING INSTRUCTIONS MODELS: 2200 (fitted software 3.4 or later) 2200L (fitted software 3.9L or later) Castle Care-Tech Ltd. 2200/2200L Alarm System Operating Manual

More information

Statistical cluster analysis and visualisation for alarm management configuration. Butters, T D and Güttel, S and Shapiro, J L and Sharpe, T J

Statistical cluster analysis and visualisation for alarm management configuration. Butters, T D and Güttel, S and Shapiro, J L and Sharpe, T J Statistical cluster analysis and visualisation for alarm management configuration Butters, T D and Güttel, S and Shapiro, J L and Sharpe, T J 2014 MIMS EPrint: 2014.51 Manchester Institute for Mathematical

More information

1U ULTRA Compact System

1U ULTRA Compact System en atel Supervisory Module SM32 Load 60 00 A IE C60947-2 G B140 4 8.2 CHNT NB1-63 C32 23 0/40 0 V e NaT el OK enatel RM 1848 enatel RM 1848 Battery 60 00A IE C60947-2 G B1 4 04 8.2 CHNT NB 1-63 C32 23

More information

Ovation Alarm Management System

Ovation Alarm Management System Ovation Alarm Management System Features Multiple types of fully configurable, easy-tounderstand alarm displays Convenient access to past alarms, returns and state changes Simplified ability to acknowledge,

More information

Certification Report of the ST 3000 Pressure Transmitter with HART 6

Certification Report of the ST 3000 Pressure Transmitter with HART 6 Certification Report of the ST 3000 Pressure Transmitter with HART 6 Revision No.: 2.4 Date: Report Number: 2010-Mar-18 SAS-190/2006T Product: ST 3000 Pressure Transmitter with HART 6 Customer: Order Number:

More information

DTW Master Specification Section EMCS: Start Up, Verification and Commissioning

DTW Master Specification Section EMCS: Start Up, Verification and Commissioning Page 1 of 6 PART 1 GENERAL 1.1 RELATED SECTIONS.1 Related Sections..1 The contractor is to ensure that all related work is co ordinated among all specification sections, as well as between Division 11,

More information

Alarm Analysis with Fuzzy Logic and Multilevel Flow Models

Alarm Analysis with Fuzzy Logic and Multilevel Flow Models Alarm Analysis with Fuzzy Logic and Multilevel Flow Models Fredrik Dahlstrand Department of Information Technology Lund Institute of Technology Box 118, SE-221 00 Lund, Sweden Phone: +46 46 222 95 10 Fax

More information

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel DS9400 Series EN Release Notes for Firmware V2.07 Fire Alarm Control Panel DS9400 Series Release Notes for Firmware V2.07 Trademarks Trademarks Gentex is a trademark of Gentex Corporation, Fire Protection

More information

Research on Evaluation of Fire Detection Algorithms

Research on Evaluation of Fire Detection Algorithms Research on Evaluation of Fire Detection Algorithms JIAN LI 1,2, WENHUI DONG 1, ZHIBIN MEI 1, and ZHUOFU WANG 1 1 Shenyang Fire Research Institute Ministry of Public Security China, 110031 2 Dalian University

More information

Safety Transmitter / Logic Solver Hybrids. Standards Certification Education & Training Publishing Conferences & Exhibits

Safety Transmitter / Logic Solver Hybrids. Standards Certification Education & Training Publishing Conferences & Exhibits Safety Transmitter / Logic Solver Hybrids Standards Certification Education & Training Publishing Conferences & Exhibits Traditional Pressure Sensor Portfolio Trip Alarm or Trip Module Process Transmitter

More information

SIL DETERMINATION AND PROBLEMS WITH THE APPLICATION OF LOPA

SIL DETERMINATION AND PROBLEMS WITH THE APPLICATION OF LOPA SIL DETERMINATION AND PROBLEMS WITH THE APPLICATION OF LOPA Alan G King Hazard & Reliability Specialist, ABB Engineering Services, Billingham, Cleveland UK. TS23 4YS For a number of years, industry has

More information

Safety requirements for voltage testing instruments

Safety requirements for voltage testing instruments MODEL POLICY Safety requirements for voltage testing instruments 1. FOREWORD 1.1. Approval 1.1.1. This standard is owned by. name of promulgating organization or department 1.1.2. Questions related to

More information

Getting Started with Live Exceptions

Getting Started with Live Exceptions Getting Started with Live Exceptions Live Exceptions provides alarm reporting by identifying problems that include delay, errors, failures, security, or configuration changes. The Live Exceptions Browser

More information

GENERATOR SELF-TEST VERIFIER (GSV300) INSTALLATION INSTRUCTIONS

GENERATOR SELF-TEST VERIFIER (GSV300) INSTALLATION INSTRUCTIONS GENERATOR SELF-TEST VERIFIER (GSV300) INSTALLATION INSTRUCTIONS Page 1 GSV300 Installation Manual Rev XC INTRODUCTION The GSV300 is an easy to use, multifunction generator monitor that is packed with useful

More information

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink

Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink Dynamic Simulation of Double Pipe Heat Exchanger using MATLAB simulink 1 Asoka R.G, 2 Aishwarya N, 3 Rajasekar S and 4 Meyyappan N 1234 Department of Chemical Engineering Sri Venkateswara College of Engineering,

More information

RLDS - Remote LEAK DETECTION SYSTEM

RLDS - Remote LEAK DETECTION SYSTEM RLDS - Remote LEAK DETECTION SYSTEM Asel-Tech has spent considerable time and resources over the past 8 years to improve our technology, to the point where it is unparalleled in reliability and performance

More information

Horizontal Well Downhole Dynamometer Data Acquisition

Horizontal Well Downhole Dynamometer Data Acquisition 11 th Annual Sucker Rod Pumping Workshop Renaissance Hotel Oklahoma City, Oklahoma September 15-18, 2015 Horizontal Well Downhole Dynamometer Data Acquisition Project sponsored by ALRDC Chair: Victoria

More information

RES-210 (-211, -220, -221) / RES-420

RES-210 (-211, -220, -221) / RES-420 RESISTR GB Replacing RES-2xx/ Replacement Instructions The RESISTR temperature controller can be used as an alternative to the following controllers of the series 200 : RES-210: Analog temperature display,

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Oldham OLCT 200 Transmitter Company: Industrial Scientific Corporation Oakdale, PA USA Contract Number: Q11/05-009 Report No.: IS 10/10-010 R001

More information