Automatic ASIL Decomposition Q3 Concept Presentation 1

Size: px
Start display at page:

Download "Automatic ASIL Decomposition Q3 Concept Presentation 1"

Transcription

1 Automatic ASIL Decomposition 2011 Q3 Concept Presentation 1

2 Background ISO is the new automotive safety standard It uses ASILs Automotive Safety Integrity Levels to represent required levels of safety in a system ASILs can be decomposed over a system A high ASIL can be met by multiple redundant components working together, each with a lower ASIL Many possible ways to decompose ASILs Hence the importance of automating ASIL decomposition Allows the best strategies to be found more quickly 2011 Q2 Automatic ASIL Decomposition 2

3 ASILs in ISO Definition of ASILs Carried out during Risk Assessment Each Hazardous Event is assigned an ASIL (from A-D, or QM) ASIL D is the highest, ASIL A the lowest QM means no special safety requirement Choice of ASIL is based on controllability, severity, and exposure time Requires prior hazard analysis of system Corresponding safety goals & safe states should also be defined 2011 Q2 Automatic ASIL Decomposition 3

4 ASILs in ISO FTA is carried out as part of Functional Safety Requirements definition ASILs decomposed and allocated to system functions/components Decomposition is determined by system failure logic (i.e. AND vs OR) The ASIL assigned is determined by an ASIL algebra (e.g. ASIL C = B + A) Can be many possible ASIL assignments This makes it difficult to perform manually 2011 Q2 Automatic ASIL Decomposition 4

5 ASILs in ISO Decomposition allows greater granularity of safety requirements Not all parts of the system need to conform to the highest levels of safety Allows resources to be focused on the most critical elements 2011 Q2 Automatic ASIL Decomposition 5

6 ASILs in EAST-ADL EAST-ADL provides support for hazard analysis and assignment of ASILs Hazards link to the error model, allowing them to be used in safety analysis Safety requirements are traceable across EAST-ADL layers class Dependability TraceableSpeci fi cati on Hazard Item EAPackageableEl ement + developmentcategory: DevelopmentCategoryKi nd +i tem 1..* +hazard 1..* TraceableSpecifi cati on FeatureFlaw HazardousEvent + cl a si fi cati ona sumptions: String [0..1] + controllabi lity: Controll abili tyclasski nd + exposure: ExposureClassKind + hazardcl a si fi cati on: ASILK ind + severi ty: Severi tyclasski nd Traceabl especification Requirements:: OperationalSituation 1..* +item 1..* +malfuncti on +traffi c * * +envi ronment +nonfulfi ll edrequi rement EA Element SafetyRequirement::SafetyGoal + hazardclassification: ASILKi nd + safestates: String [0..1] +deri vedfrom 1..* TraceableSpecifi cati on 1..* Traceabl especification UseCases::UseCase Feature VehicleFeatureModeling::VehicleFeature +vehi cl efeature + i scustomerv isibl e: Boolean 1..* + i sdesignvari abi li tyrationale: B ool ean + i sremoved: Bool ean * RequirementSpeci fi cati onobject Requirements::Requirement + formali sm: Stri ng [0..1] + url : Stri ng [0..1] +requirement 1..* +operati onal Si tuationusecase +mode * * +safemodes EA Element Behavior::Mode +operati ngmode * + condi ti on: E ADatatypePrototype 2011 Q2 Automatic ASIL Decomposition 6

7 ASILs in EAST-ADL Hazard Analysis performed on vehicle feature level ASILs are assigned to Hazardous Events Initial safety analysis carried out on later levels FTA and/or FMEA can be applied on FAA/FDA models Detailed information about failure modes is unnecessary Propagation logic is what matters ASIL decomposition & allocation can then take place Can also make assumptions about ASILs for SEooC Safety Element out of Context no context in which to perform hazard analysis 2011 Q2 Automatic ASIL Decomposition 7

8 FTA and ASIL decomposition System failure logic is represented by fault trees Results of fault tree analysis (FTA) are cut sets Cut sets represent combinations of failures that can cause a hazard ASILs for that hazard can therefore be decomposed to the failures in the cut sets 2011 Q2 Automatic ASIL Decomposition 8

9 ASIL decomposition algorithm ASILs from top level failures are decomposed across the cut sets that cause those failures Multiple failure events in a cut set mean all must occur to cause the system failure Decomposition of ASILs is based on ASIL algebra: Each ASIL is worth one point (ASIL A = 1, ASIL B = 2 etc) Sum of constituents should be >= overall ASIL e.g. if A = 1 and C = 3, then A + A + A = C For any given cut set, there are a maximum of p = (m + 1) n permutations p = assignments, m = max ASIL, n = number of events 2011 Q2 Automatic ASIL Decomposition 9

10 ASIL decomposition algorithm Each cut set is covered by a decomposed ASIL Cut sets are iterated and for each one, all permutations of possible ASIL assignments are generated Assignments that meet requirements are kept, and those that do not are discarded Example: simple function with two system failures (omission + commission) and four basic events FE1 FE2 FE3 Omission = FE1 AND FE2 -- Assigned ASIL C Commission = (FE2 AND FE3) OR FE4 -- Assigned ASIL D FE Q2 Automatic ASIL Decomposition 10

11 ASIL decomposition algorithm All possible assignments for Omission (ASIL C) FE1/FE2 QM/QM QM/A QM/B QM/C QM/D FE1/FE2 A/QM A/A A/B A/C A/D FE1/FE2 B/QM B/A B/B B/C B/D FE1/FE2 C/QM C/A C/B C/C C/D FE1/FE2 D/QM D/A D/B D/C D/D Blue ones do not meet requirements discard Black ones are optimal precisely meet requirements Red ones are potentially redundant (overly strict) but still need to be explored further 2011 Q2 Automatic ASIL Decomposition 11

12 ASIL decomposition algorithm For each valid assignment for Omission (ASIL C), we test possible assignments for Commission (ASIL D) FE1 FE2 FE3 FE4 QM A B C QM C B A A QM B C D D FE4 can only be ASIL D (single cause) FE2 is set by Omission, so does not change with FE3 To be accepted, FE2 + FE3 must be ASIL D Assignments Found: QM : C : A : D QM : C : B : D QM : C : C : D QM : C : D : D A : B : B : D A : B : C : D A : B : D : D B : A : C : D B : A : D : D C : QM : D : D 2011 Q2 Automatic ASIL Decomposition 12

13 ASIL decomposition algorithm 65 results, of which all but 5 are redundant QM:C:A:D QM:C:B:D QM:C:C:D QM:C:D:D QM:D:QM:D QM:D:A:D QM:D:B:D QM:D:C:D QM:D:D:D A:B:B:D A:B:C:D A:B:D:D A:C:A:D A:C:B:D A:C:C:D A:C:D:D A:D:QM:D A:D:A:D A:D:B:D A:D:C:D A:D:D:D B:A:C:D B:A:D:D B:B:B:D B:B:C:D B:B:D:D B:C:A:D B:C:B:D B:C:C:D B:C:D:D B:D:QM:D B:D:A:D B:D:B:D B:D:C:D B:D:D:D C:QM:D:D C:A:C:D C:A:D:D C:B:B:D C:B:C:D C:B:D:D C:C:A:D C:C:B:D C:C:C:D C:C:D:D C:D:QM:D C:D:A:D C:D:B:D C:D:C:D C:D:D:D D:QM:D:D D:A:C:D D:A:D:D D:B:B:D D:B:C:D D:B:D:D D:C:A:D D:C:B:D D:C:C:D D:C:D:D D:D:QM:D D:D:A:D D:D:B:D D:D:C:D D:D:D:D 2011 Q2 Automatic ASIL Decomposition 13

14 ASIL decomposition algorithm Can use heuristics to sort the remainder Using sum of ASIL values (i.e. A=1, B=2, C=3, D=4): QM:C:A:D = 8 QM:D:QM:D = 8 A:B:B:D = 9 B:C:A:D = 10 C:QM:D:D = 11 Using increasing points for ASIL values (A=1, B=10, C= 100 etc): A:B:B:D = 1021 QM:C:A:D = 1101 B:C:A:D = 1111 QM:D:QM:D = 2000 C:QM:D:D = 2100 This helps the analyst decide on the preferred option There may not be a single best option More likely to be trade-offs between equivalent options Higher ASIL for one element means lower ASIL on another, and vice versa 2011 Q2 Automatic ASIL Decomposition 14

15 ASIL assignment Once an ASIL assignment for the failure modes has been chosen, ASILs can also be assigned to other parts of the model Can assign ASILs to input and output errors, to trace the propagation of failures Can also assign ASILs to ports/interfaces of a component or function ASILs can also be assigned to entire components/functions or subsystems This also allows for ASILs to be assigned to process faults of functions 2011 Q2 Automatic ASIL Decomposition 15

16 Optimisation of ASILs Automatic ASIL decomposition is a good candidate for automatic optimisation algorithms When there are lots of possible assignments, exhaustive search becomes impractical Exhaustive search is subject to combinatorial explosion For a single 4 event cut set, there are 625 permutations In these cases, optimisation could be used Objective is to meet requirements at lowest cost (i.e. lowest total ASIL heuristic value) Optimisation algorithms are more scalable as they are designed to explore large search spaces efficiently 2011 Q2 Automatic ASIL Decomposition 16

17 Future tool integration Plan for rest of MAENAD is to integrate this technology into tools HiP-HOPS provides the analysis capability Papyrus provides modelling capability Intention is to start ASIL decomposition directly from Papyrus as with other analysis plugins Some challenges still remain Find a more scalable approach e.g. with optimisation Could use a hybrid method: Exhaustive algorithm for smaller models Optimisation for larger models How to present results and where to store them in the model 2011 Q2 Automatic ASIL Decomposition 17

18 Summary EAST-ADL support for hazard analysis and ASIL decomposition is important to conform to ISO But ASIL decomposition is difficult to perform manually Prototype version implemented in HiP-HOPS Allows more rapid determination of ASIL assignments Can use optimisation to increase efficiency 2011 Q2 Automatic ASIL Decomposition 18

Automatic Decomposition of Safety Integrity Levels: Optimization by Tabu Search

Automatic Decomposition of Safety Integrity Levels: Optimization by Tabu Search Automatic Decomposition of Safety Integrity Levels: Optimization by Tabu Search Luis Silva Azevedo, David Parker, Martin Walker, Yiannis Papadopoulos, Rui Esteves Araùjo To cite this version: Luis Silva

More information

D-Case Modeling Guide for Target System

D-Case Modeling Guide for Target System D-Case Modeling Guide for Target System 1/32 Table of Contents 1 Scope...4 2 Overview of D-Case and SysML Modeling Guide...4 2.1 Background and Purpose...4 2.2 Target System of Modeling Guide...5 2.3 Constitution

More information

DMC5 Inverter safety unit (ISU) Handout

DMC5 Inverter safety unit (ISU) Handout DMC5 Inverter safety unit (ISU) Handout Version 1.0 BRUSA Elektronik AG Neudorf 14 CH-9466 Sennwald +4181 758 19 00 info@brusa.biz www.brusa.biz 1 INTRODUCTION... 3 2 IMPORTANT SAFETY INSTRUCTIONS... 3

More information

2 Overview. SITRANS P measuring instruments for pressure. Transmitters for gage and absolute pressure. Z series for gage pressure

2 Overview. SITRANS P measuring instruments for pressure. Transmitters for gage and absolute pressure. Z series for gage pressure Z series for gage pressure Overview Design The main components of the pressure transmitter are: Brass housing with silicon measuring cell and electronics plate Process connection Electrical connection

More information

Implementing IEC Standards for Safety Instrumented Systems

Implementing IEC Standards for Safety Instrumented Systems Implementing IEC Standards for Safety Instrumented Systems ABHAY THODGE TUV Certificate: PFSE-06-607 INVENSYS OPERATIONS MANAGEMENT What is a Safety Instrumented System (SIS)? An SIS is designed to: respond

More information

ECE 697B (667) Spring 2003

ECE 697B (667) Spring 2003 ECE 667 - Synthesis & Verification - Lecture 2 ECE 697 (667) Spring 23 Synthesis and Verification of Digital Systems unctional Decomposition Slides adopted (with permission) from. Mishchenko, 23 Overview

More information

SITRANS P measuring instruments for pressure

SITRANS P measuring instruments for pressure SITRANS P measuring instruments for pressure Z series for gage pressure Siemens AG 008 Overview Design The main components of the pressure transmitter are: Brass housing with silicon measuring cell and

More information

Understanding safety life cycles

Understanding safety life cycles Understanding safety life cycles IEC/EN 61508 is the basis for the specification, design, and operation of safety instrumented systems (SIS) Fast Forward: IEC/EN 61508 standards need to be implemented

More information

PL estimation acc. to EN ISO

PL estimation acc. to EN ISO PL estimation acc. to EN ISO 3849- Example calculation for an application MAC Safety / Armin Wenigenrath, January 2007 Select the suitable standard for your application Reminder: The standards and the

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

Reliability of Safety-Critical Systems Chapter 4. Testing and Maintenance

Reliability of Safety-Critical Systems Chapter 4. Testing and Maintenance Reliability of Safety-Critical Systems Chapter 4. Testing and Maintenance Mary Ann Lundteigen and Marvin Rausand mary.a.lundteigen@ntnu.no RAMS Group Department of Production and Quality Engineering NTNU

More information

Section 1: Multiple Choice Explained EXAMPLE

Section 1: Multiple Choice Explained EXAMPLE CFSP Process Applications Section 1: Multiple Choice Explained EXAMPLE Candidate Exam Number (No Name): Please write down your name in the above provided space. Only one answer is correct. Please circle

More information

Safety Manual VEGAVIB series 60

Safety Manual VEGAVIB series 60 Safety Manual VEGAVIB series 60 NAMUR Document ID: 32005 Contents Contents 1 Functional safety... 3 1.1 General information... 3 1.2 Planning... 4 1.3 Adjustment instructions... 6 1.4 Setup... 6 1.5 Reaction

More information

Section 1: Multiple Choice

Section 1: Multiple Choice CFSP Process Applications Section 1: Multiple Choice EXAMPLE Candidate Exam Number (No Name): Please write down your name in the above provided space. Only one answer is correct. Please circle only the

More information

Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions

Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions Iteration: while, for, do while, Reading Input with Sentinels and User-defined Functions This programming assignment uses many of the ideas presented in sections 6 and 7 of the course notes. You are advised

More information

TRI LOK SAFETY MANUAL TRI LOK TRIPLE OFFSET BUTTERFLY VALVE. The High Performance Company

TRI LOK SAFETY MANUAL TRI LOK TRIPLE OFFSET BUTTERFLY VALVE. The High Performance Company TRI LOK TRI LOK TRIPLE OFFSET BUTTERFLY VALVE SAFETY MANUAL The High Performance Company Table of Contents 1.0 Introduction...1 1.1 Terms and Abbreviations... 1 1.2 Acronyms... 1 1.3 Product Support...

More information

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update.

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update. Using this Beta Version of FastBreak Pro First, this new beta version (Version 6.X) will only work with users who have version 5.X of FastBreak Pro. We recommend you read this entire addendum before trying

More information

RESILIENT SEATED BUTTERFLY VALVES FUNCTIONAL SAFETY MANUAL

RESILIENT SEATED BUTTERFLY VALVES FUNCTIONAL SAFETY MANUAL Per IEC 61508 and IEC 61511 Standards BRAY.COM Table of Contents 1.0 Introduction.................................................... 1 1.1 Terms and Abbreviations...........................................

More information

Hydraulic (Subsea) Shuttle Valves

Hydraulic (Subsea) Shuttle Valves SIL SM.009 0 Hydraulic (Subsea) Shuttle Valves Compiled By : G. Elliott, Date: 11/3/2014 Contents Terminology Definitions......3 Acronyms & Abbreviations..4 1. Introduction 5 1.1 Scope 5 1.2 Relevant Standards

More information

7 th Grade Math Name

7 th Grade Math Name Summer Packet 7 th Grade Math Name Page of 0 Non Calculator Section Each student should have a ruler which measures inches. Bb Bc Bb. The expression.95 + 4.95k represents the cost in dollars for one adult

More information

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas 75205 www.georgewbushlibrary.smu.edu Inventory for FOIA Request 2017-0145-F Records on the Appointment and Nomination of

More information

C. Mokkapati 1 A PRACTICAL RISK AND SAFETY ASSESSMENT METHODOLOGY FOR SAFETY- CRITICAL SYSTEMS

C. Mokkapati 1 A PRACTICAL RISK AND SAFETY ASSESSMENT METHODOLOGY FOR SAFETY- CRITICAL SYSTEMS C. Mokkapati 1 A PRACTICAL RISK AND SAFETY ASSESSMENT METHODOLOGY FOR SAFETY- CRITICAL SYSTEMS Chinnarao Mokkapati Ansaldo Signal Union Switch & Signal Inc. 1000 Technology Drive Pittsburgh, PA 15219 Abstract

More information

CT433 - Machine Safety

CT433 - Machine Safety Rockwell Automation On The Move May 16-17 2018 Milwaukee, WI CT433 - Machine Safety Performance Level Selection and Design Realization Jon Riemer Solution Architect Safety & Security Functional Safety

More information

SEARCH TREE. Generating the children of a node

SEARCH TREE. Generating the children of a node SEARCH TREE Node: State in state tree Root node: Top of state tree Children: Nodes that can be reached from a given node in 1 step (1 operator) Expanding: Generating the children of a node Open: Closed:

More information

Quality Management Determined from Risk Assessment

Quality Management Determined from Risk Assessment Quality Management Determined from Risk Assessment Bruce Thomadsen University of Wisconsin and The Center for the Assessment of Radiological Sciences Disclosure I am the President of the Center for the

More information

(C) Anton Setzer 2003 (except for pictures) A2. Hazard Analysis

(C) Anton Setzer 2003 (except for pictures) A2. Hazard Analysis A2. Hazard Analysis In the following: Presentation of analytical techniques for identifyin hazards. Non-formal, but systematic methods. Tool support for all those techniques exist. Techniques developed

More information

HAP e-help. Obtaining Consistent Results Using HAP and the ASHRAE 62MZ Ventilation Rate Procedure Spreadsheet. Introduction

HAP e-help. Obtaining Consistent Results Using HAP and the ASHRAE 62MZ Ventilation Rate Procedure Spreadsheet. Introduction Introduction A key task in commercial building HVAC design is determining outdoor ventilation airflow rates. In most jurisdictions in the United States, ventilation airflow rates must comply with local

More information

June 13, Dear Sir,

June 13, Dear Sir, 3833 West Oakton Street - Skokie, IL 60076 - USA - 847-674-9742 FAX 847-674-9743 email: HQ@pia.com Cliff Schmucker President June 13, 2011 FAA National Headquarters Attention: Mr. Melvin O. Cintron Division

More information

FP15 Interface Valve. SIL Safety Manual. SIL SM.018 Rev 1. Compiled By : G. Elliott, Date: 30/10/2017. Innovative and Reliable Valve & Pump Solutions

FP15 Interface Valve. SIL Safety Manual. SIL SM.018 Rev 1. Compiled By : G. Elliott, Date: 30/10/2017. Innovative and Reliable Valve & Pump Solutions SIL SM.018 Rev 1 FP15 Interface Valve Compiled By : G. Elliott, Date: 30/10/2017 FP15/L1 FP15/H1 Contents Terminology Definitions......3 Acronyms & Abbreviations...4 1. Introduction...5 1.1 Scope.. 5 1.2

More information

CDR File Information. User Case Number EDR Data Imaging Date Crash Date

CDR File Information. User Case Number EDR Data Imaging Date Crash Date CDR File Information User Entered VIN 1ZVFT82H665****** User Case Number EDR Data Imaging Date Crash Date Filename SAMPLE-PCM-ND.CDR Saved on Monday, May 18 2009 at 04:38:07 PM Collected with CDR version

More information

Neles trunnion mounted ball valve Series D Rev. 2. Safety Manual

Neles trunnion mounted ball valve Series D Rev. 2. Safety Manual Neles trunnion mounted ball valve Series D Rev. 2 Safety Manual 10SM D en 1/2017 2 Neles trunnion mounted ball valve, Series D Table of Contents 1 Introduction...3 2 Structure of the D series trunnion

More information

Eutectic Plug Valve. SIL Safety Manual. SIL SM.015 Rev 0. Compiled By : G. Elliott, Date: 19/10/2016. Innovative and Reliable Valve & Pump Solutions

Eutectic Plug Valve. SIL Safety Manual. SIL SM.015 Rev 0. Compiled By : G. Elliott, Date: 19/10/2016. Innovative and Reliable Valve & Pump Solutions SIL SM.015 Rev 0 Eutectic Plug Valve Compiled By : G. Elliott, Date: 19/10/2016 Contents Terminology Definitions......3 Acronyms & Abbreviations...4 1. Introduction..5 1.1 Scope 5 1.2 Relevant Standards

More information

Solenoid Valves used in Safety Instrumented Systems

Solenoid Valves used in Safety Instrumented Systems I&M V9629R1 Solenoid Valves used in Safety Instrumented Systems Operating Manual in accordance with IEC 61508 ASCO Valves Page 1 of 7 Table of Contents 1 Introduction...3 1.1 Terms and Abbreviations...3

More information

Safety Manual VEGAVIB series 60

Safety Manual VEGAVIB series 60 Safety Manual VEGAVIB series 60 Contactless electronic switch Document ID: 32002 Contents Contents 1 Functional safety... 3 1.1 General information... 3 1.2 Planning... 4 1.3 Adjustment instructions...

More information

SEARCH SEARCH TREE. Node: State in state tree. Root node: Top of state tree

SEARCH SEARCH TREE. Node: State in state tree. Root node: Top of state tree Page 1 Page 1 Page 2 SEARCH TREE SEARCH Node: State in state tree Root node: Top of state tree Children: Nodes that can be reached from a given node in 1 step (1 operator) Expanding: Generating the children

More information

PROCESS AUTOMATION SIL. Manual Safety Integrity Level. Edition 2005 IEC 61508/61511

PROCESS AUTOMATION SIL. Manual Safety Integrity Level. Edition 2005 IEC 61508/61511 PROCESS AUTOMATION Manual Safety Integrity Level SIL Edition 2005 IEC 61508/61511 With regard to the supply of products, the current issue of the following document is applicable: The General Terms of

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

Adaptability and Fault Tolerance

Adaptability and Fault Tolerance Adaptability and Fault Tolerance Rogério de Lemos University of Kent, UK Context: self-* and dependability; Focus: adaptability and fault tolerance; State of the art; Conclusions; Rogério de Lemos ICSE

More information

Session: 14 SIL or PL? What is the difference?

Session: 14 SIL or PL? What is the difference? Session: 14 SIL or PL? What is the difference? Stewart Robinson MIET MInstMC Consultant Engineer, Pilz Automation Technology UK Ltd. EN ISO 13849-1 and EN 6061 Having two different standards for safety

More information

DANAGE TIMER System Controller User Manual

DANAGE TIMER System Controller User Manual DANAGE TIMER System Controller User Manual The SCORING System is also part of the concept Rev.: 05.10.2011 DANAGE of Scandinavia - Industrivej 13-6310 Broager - Denmark Tel.: +45 74 44 26 36, Fax: + 45

More information

Aryeh Rappaport Avinoam Meir. Schedule automation

Aryeh Rappaport Avinoam Meir. Schedule automation Aryeh Rappaport Avinoam Meir Schedule automation Introduction In this project we tried to automate scheduling. Which is to help a student to pick the time he takes the courses so they want collide with

More information

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 Sound power level measurements 3.0 ir. L.M. Eilders, Peutz bv: l.eilders@peutz.nl ing. E.H.A. de Beer, Peutz bv: e.debeer@peutz.nl

More information

BOWRAP BOWLING LEAGUE FIXTURE GENERATION

BOWRAP BOWLING LEAGUE FIXTURE GENERATION BOWRAP BOWLING LEAGUE FIXTURE GENERATION Version 2.1 Ross Kavanagh secretary@cgleague.co.uk 2012 Ross Kavanagh and David Sanderson Contents Introduction... 2 Basic principles... 2 Planning a season...

More information

18-642: Safety Plan 11/1/ Philip Koopman

18-642: Safety Plan 11/1/ Philip Koopman 18-642: Safety Plan 11/1/2017 Safety Plan: The Big Picture for Safety Anti-Patterns for Safety Plans: It s just a pile of unrelated documents It doesn t address software integrity You don t link to a relevant

More information

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards Functional safety Functional safety of Programmable systems, devices & components: Requirements from global & national standards Matthias R. Heinze Vice President Engineering TUV Rheinland of N.A. Email

More information

Pneumatic QEV. SIL Safety Manual SIL SM Compiled By : G. Elliott, Date: 8/19/2015. Innovative and Reliable Valve & Pump Solutions

Pneumatic QEV. SIL Safety Manual SIL SM Compiled By : G. Elliott, Date: 8/19/2015. Innovative and Reliable Valve & Pump Solutions SIL SM.0010 1 Pneumatic QEV Compiled By : G. Elliott, Date: 8/19/2015 Contents Terminology Definitions......3 Acronyms & Abbreviations..4 1. Introduction 5 1.1 Scope 5 1.2 Relevant Standards 5 1.3 Other

More information

Lecture 04 ( ) Hazard Analysis. Systeme hoher Qualität und Sicherheit Universität Bremen WS 2015/2016

Lecture 04 ( ) Hazard Analysis. Systeme hoher Qualität und Sicherheit Universität Bremen WS 2015/2016 Systeme hoher Qualität und Sicherheit Universität Bremen WS 2015/2016 Lecture 04 (02.11.2015) Hazard Analysis Christoph Lüth Jan Peleska Dieter Hutter Where are we? 01: Concepts of Quality 02: Legal Requirements:

More information

Bespoke Hydraulic Manifold Assembly

Bespoke Hydraulic Manifold Assembly SIL SM.0003 1 Bespoke Hydraulic Manifold Assembly Compiled By : G. Elliott, Date: 12/17/2015 Contents Terminology Definitions......3 Acronyms & Abbreviations..4 1. Introduction 5 1.1 Scope 5 1.2 Relevant

More information

Reliability of Safety-Critical Systems Chapter 3. Failures and Failure Analysis

Reliability of Safety-Critical Systems Chapter 3. Failures and Failure Analysis Reliability of Safety-Critical Systems Chapter 3. Failures and Failure Analysis Mary Ann Lundteigen and Marvin Rausand mary.a.lundteigen@ntnu.no RAMS Group Department of Production and Quality Engineering

More information

G53CLP Constraint Logic Programming

G53CLP Constraint Logic Programming G53CLP Constraint Logic Programming Dr Rong Qu Basic Search Strategies CP Techniques Constraint propagation* Basic search strategies Look back, look ahead Search orders B & B *So far what we ve seen is

More information

Solenoid Valves For Gas Service FP02G & FP05G

Solenoid Valves For Gas Service FP02G & FP05G SIL Safety Manual SM.0002 Rev 02 Solenoid Valves For Gas Service FP02G & FP05G Compiled By : G. Elliott, Date: 31/10/2017 Reviewed By : Peter Kyrycz Date: 31/10/2017 Contents Terminology Definitions......3

More information

What safety level can be reached when combining a contactor with a circuitbreaker for fail-safe switching?

What safety level can be reached when combining a contactor with a circuitbreaker for fail-safe switching? FAQ 01/2015 What safety level can be reached when combining a contactor with a circuitbreaker for fail-safe switching? SIRIUS Safety Integrated http://support.automation.siemens.com/ww/view/en/40349715

More information

SPR - Pneumatic Spool Valve

SPR - Pneumatic Spool Valve SIL SM.008 Rev 7 SPR - Pneumatic Spool Valve Compiled By : G. Elliott, Date: 31/08/17 Contents Terminology Definitions:... 3 Acronyms & Abbreviations:... 4 1.0 Introduction... 5 1.1 Purpose & Scope...

More information

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1*

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1* Safety Manual Process pressure transmitter IPT-1* 4 20 ma/hart Process pressure transmitter IPT-1* Contents Contents 1 Functional safety 1.1 General information... 3 1.2 Planning... 4 1.3 Instrument parameter

More information

COMPRESSOR PACK SUCTION CONTROLLER TYPE: LP41x

COMPRESSOR PACK SUCTION CONTROLLER TYPE: LP41x Electrical Installation Requirements Care should be taken to separate the power and signal cables to prevent electrical interference and possible damage due to inadvertent connection. SUPPLY E L N LN2

More information

High performance disc valves Series Type BA, BK, BW, BM, BN, BO, BE, BH Rev Safety Manual

High performance disc valves Series Type BA, BK, BW, BM, BN, BO, BE, BH Rev Safety Manual High performance disc valves Series Type BA, BK, BW, BM, BN, BO, BE, BH Rev. 2.0 Safety Manual 10SM B Disc en 4/2018 2 High performance disc valves Series, Type BA, BK, BW, BM, BN, BO, BE, BH, Rev. 2.0

More information

This manual provides necessary requirements for meeting the IEC or IEC functional safety standards.

This manual provides necessary requirements for meeting the IEC or IEC functional safety standards. Instruction Manual Supplement Safety manual for Fisher Vee-Ball Series Purpose This safety manual provides information necessary to design, install, verify and maintain a Safety Instrumented Function (SIF)

More information

Jamesbury Pneumatic Rack and Pinion Actuator

Jamesbury Pneumatic Rack and Pinion Actuator Jamesbury Pneumatic Rack and Pinion Actuator Valv-Powr Series VPVL Rev. 3.0 Safety Manual 10SM VPVL en 5/2017 2 Jamesbury Pneumatic Rack and Pinion Actuator, Valv-Powr Series VPVL, Rev 3.0, Safety Manual

More information

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET One Judge Spreadsheet must be distributed to each Judge for each competitor. This document is the only one that the Judge completes. There are no additional

More information

Safety in pneumatic automation

Safety in pneumatic automation Safety in pneumatic automation Pharm connect congress 2014 Budapest Feb. 26. 27. Thomas Schulz Head of ISM and KAM Biotech/Pharma Phone: +49-711/347-52192 Mail: thss@de.festo.com Thomas Schulz / CP-KB

More information

Federal Aviation Administration Safety & Human Factors Analysis of a Wake Vortex Mitigation Display System

Federal Aviation Administration Safety & Human Factors Analysis of a Wake Vortex Mitigation Display System Safety & Human Factors Analysis of a Wake Vortex Mitigation Display System Presented to: EUROCONTROL Safety R&D Seminar By: Dino Piccione Date: October 23, 2008 Project Objectives Forge a link between

More information

Product Overview. Product Description CHAPTER

Product Overview. Product Description CHAPTER CHAPTER 1 This chapter provides a functional overview of the Cisco Redundant Power System 2300 and covers these topics: Product Description, page 1-1 Features, page 1-3 Supported Devices, page 1-4 Deployment

More information

ASCE D Wind Loading

ASCE D Wind Loading ASCE 7-10 3D Wind Loading 1 All information in this document is subject to modification without prior notice. No part or this manual may be reproduced, stored in a database or retrieval system or published,

More information

Downloaded from sjsph.tums.ac.ir at 9:42 IRST on Sunday January 20th HAZOP : . HAZOP

Downloaded from sjsph.tums.ac.ir at 9:42 IRST on Sunday January 20th HAZOP : . HAZOP 25-32 : 1391 1 10 : - : 1390/10/27 : adljavad@sina.tums.ac.ir : 1390/3/24 : :.. :... HAZOP : 80 20 AEA HAZOP... HAZOP. 40 :. : -. Failure Mode and Effects Analysis (FMEA), Hazard Analysis and Operability

More information

Hazard Identification

Hazard Identification Hazard Identification Most important stage of Risk Assessment Process 35+ Techniques Quantitative / Qualitative Failure Modes and Effects Analysis FMEA Energy Analysis Hazard and Operability Studies HAZOP

More information

Co(III)-Catalyzed C H Activation: A Site-Selective Conjugate Addition of Maleimide to Indole at the C-2 Position

Co(III)-Catalyzed C H Activation: A Site-Selective Conjugate Addition of Maleimide to Indole at the C-2 Position Supporting Information Co(III)-Catalyzed C H Activation: A Site-Selective Conjugate Addition of Maleimide to Indole at the C-2 Position Nachimuthu Muniraj and Kandikere Ramaiah Prabhu* Department of Organic

More information

Safety manual for Fisher GX Control Valve and Actuator

Safety manual for Fisher GX Control Valve and Actuator Instruction Manual Supplement GX Valve and Actuator Safety manual for Fisher GX Control Valve and Actuator Purpose This safety manual provides information necessary to design, install, verify and maintain

More information

Valve Communication Solutions. Safety instrumented systems

Valve Communication Solutions. Safety instrumented systems Safety instrumented systems Safety Instrumented System (SIS) is implemented as part of a risk reduction strategy. The primary focus is to prevent catastrophic accidents resulting from abnormal operation.

More information

IST-203 Online DCS Migration Tool. Product presentation

IST-203 Online DCS Migration Tool. Product presentation IST-203 Online DCS Migration Tool Product presentation DCS Migration Defining the problem Table of contents Online DCS Migration Tool (IST-203) Technical background Advantages How to save money and reduce

More information

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3]

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3] Search I Tuomas Sandholm Carnegie Mellon University Computer Science Department [Read Russell & Norvig Chapter 3] Search I Goal-based agent (problem solving agent) Goal formulation (from preferences).

More information

Three New Methods to Find Initial Basic Feasible. Solution of Transportation Problems

Three New Methods to Find Initial Basic Feasible. Solution of Transportation Problems Applied Mathematical Sciences, Vol. 11, 2017, no. 37, 1803-1814 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.75178 Three New Methods to Find Initial Basic Feasible Solution of Transportation

More information

CSE 3401: Intro to AI & LP Uninformed Search II

CSE 3401: Intro to AI & LP Uninformed Search II CSE 3401: Intro to AI & LP Uninformed Search II Required Readings: R & N Chapter 3, Sec. 1-4. 1 {Arad}, {Zerind, Timisoara, Sibiu}, {Zerind, Timisoara, Arad, Oradea, Fagaras, RimnicuVilcea }, {Zerind,

More information

INTRODUCTION AND METHODS OF CMAP SOFTWARE BY IPC-ENG

INTRODUCTION AND METHODS OF CMAP SOFTWARE BY IPC-ENG INTRODUCTION AND METHODS OF CMAP SOFTWARE BY IPC-ENG What is Cmap? CMAP is a software designed to perform easily and quickly centrifugal compressors performance evaluations. CMAP provides all quantitative

More information

DeZURIK Double Block & Bleed (DBB) Knife Gate Valve Safety Manual

DeZURIK Double Block & Bleed (DBB) Knife Gate Valve Safety Manual Double Block & Bleed (DBB) Knife Gate Valve Safety Manual Manual D11044 September, 2015 Table of Contents 1 Introduction... 3 1.1 Terms... 3 1.2 Abbreviations... 4 1.3 Product Support... 4 1.4 Related

More information

DeZURIK. KGC Cast Knife Gate Valve. Safety Manual

DeZURIK. KGC Cast Knife Gate Valve. Safety Manual KGC Cast Knife Gate Valve Safety Manual Manual D11036 August 29, 2014 Table of Contents 1 Introduction... 3 1.1 Terms... 3 1.2 Abbreviations... 4 1.3 Product Support... 4 1.4 Related Literature... 4 1.5

More information

Better Search Improved Uninformed Search CIS 32

Better Search Improved Uninformed Search CIS 32 Better Search Improved Uninformed Search CIS 32 Functionally PROJECT 1: Lunar Lander Game - Demo + Concept - Open-Ended: No One Solution - Menu of Point Options - Get Started NOW!!! - Demo After Spring

More information

MA PM: Memetic algorithms with population management

MA PM: Memetic algorithms with population management MA PM: Memetic algorithms with population management Kenneth Sörensen University of Antwerp kenneth.sorensen@ua.ac.be Marc Sevaux University of Valenciennes marc.sevaux@univ-valenciennes.fr August 2004

More information

Neles ValvGuard VG9000H Rev 2.0. Safety Manual

Neles ValvGuard VG9000H Rev 2.0. Safety Manual Neles ValvGuard VG9000H Rev 2.0 Safety Manual 10SM VG9000H en 11/2016 2 Neles ValvGuard VG9000H Rev 2.0 Safety Manual Table of Contents 1 General information...3 1.1 Purpose of the document... 3 1.2 Description

More information

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1.

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1. Application program usage product family: Product type: Manufacturer: Name: Order-No.: Valve actuators Constant valve actuator Siemens Valve actuator AP 562/02 5WG1 562-7AB02 Commissioning For commissioning

More information

Rhode Island Yacht Club Cranston, RI Tuesday Night Racing Series Sailing Instructions

Rhode Island Yacht Club Cranston, RI Tuesday Night Racing Series Sailing Instructions Rhode Island Yacht Club Cranston, RI 2018 Tuesday Night Racing Series Sailing Instructions Spring Series: May 15, 22, 29, June 5 Summer Series: June 12, 19, 26, July 10, 17, 24 August 7, 14, 21, 28 Fall

More information

Cycling Volume Estimation Methods for Safety Analysis

Cycling Volume Estimation Methods for Safety Analysis Cycling Volume Estimation Methods for Safety Analysis XI ICTCT extra Workshop in Vancouver, Canada Session: Methods and Simulation Date: March, 01 The Highway Safety Manual (HSM) documents many safety

More information

DeZURIK. KSV Knife Gate Valve. Safety Manual

DeZURIK. KSV Knife Gate Valve. Safety Manual KSV Knife Gate Valve Safety Manual Manual D11035 August 29, 2014 Table of Contents 1 Introduction... 3 1.1 Terms... 3 1.2 Abbreviations... 4 1.3 Product Support... 4 1.4 Related Literature... 4 1.5 Reference

More information

DETERMINATION OF SAFETY REQUIREMENTS FOR SAFETY- RELATED PROTECTION AND CONTROL SYSTEMS - IEC 61508

DETERMINATION OF SAFETY REQUIREMENTS FOR SAFETY- RELATED PROTECTION AND CONTROL SYSTEMS - IEC 61508 DETERMINATION OF SAFETY REQUIREMENTS FOR SAFETY- RELATED PROTECTION AND CONTROL SYSTEMS - IEC 61508 Simon J Brown Technology Division, Health & Safety Executive, Bootle, Merseyside L20 3QZ, UK Crown Copyright

More information

Criticality categories across safety standards in different domains

Criticality categories across safety standards in different domains Criticality categories across safety standards in different domains Jean-Paul Blanquart (1), Jean-Marc Astruc (2), Philippe Baufreton (3), Jean-Louis Boulanger (4), Hervé Delseny (5), Jean Gassino (6),

More information

Three Approaches to Safety Engineering. Civil Aviation Nuclear Power Defense

Three Approaches to Safety Engineering. Civil Aviation Nuclear Power Defense Three Approaches to Safety Engineering Civil Aviation Nuclear Power Defense Civil Aviation Fly-fix-fly: analysis of accidents and feedback of experience to design and operation Fault Hazard Analysis: Trace

More information

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper Note: All Questions are compulsory. Each question carry one mark. 1. Error detection at the data link layer is achieved by? [A] Bit stuffing

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85303-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

CSE 3402: Intro to Artificial Intelligence Uninformed Search II

CSE 3402: Intro to Artificial Intelligence Uninformed Search II CSE 3402: Intro to Artificial Intelligence Uninformed Search II Required Readings: Chapter 3, Sec. 1-4. 1 {Arad}, {Zerind, Timisoara, Sibiu}, {Zerind, Timisoara, Arad, Oradea, Fagaras, RimnicuVilcea },

More information

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas 75205 www.georgewbushlibrary.smu.edu Inventory for FOIA Request 2014-0343-F Records Created by or Sent to N. Gregory Mankiw,

More information

1 Overview. Pressure Measurement Single-range transmitters for general applications. 1/16 Siemens FI US Edition

1 Overview. Pressure Measurement Single-range transmitters for general applications. 1/16 Siemens FI US Edition Siemens AG 206 Overview Design Device structure without explosion protection The pressure transmitter consists of a piezoresistive measuring cell with a diaphragm installed in a stainless steel enclosure.

More information

FUNCTIONAL SAFETY: SIL DETERMINATION AND BEYOND A CASE STUDY FROM A CHEMICAL MANUFACTURING SITE

FUNCTIONAL SAFETY: SIL DETERMINATION AND BEYOND A CASE STUDY FROM A CHEMICAL MANUFACTURING SITE FUNCTIONAL SAFETY: SIL DETERMINATION AND BEYOND A CASE STUDY FROM A CHEMICAL MANUFACTURING SITE Jasjeet Singh and Neil Croft, HFL Risk Services Ltd, Manchester, UK Industrial chemical processes increasingly

More information

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas

George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas George W. Bush Presidential Library and Museum 2943 SMU Boulevard, Dallas, Texas 75205 www.georgewbushlibrary.smu.edu Inventory for FOIA Request 2014-0459-F Records related to the Nomination and Confirmation

More information

Safety Critical Systems

Safety Critical Systems Safety Critical Systems Mostly from: Douglass, Doing Hard Time, developing Real-Time Systems with UML, Objects, Frameworks And Patterns, Addison-Wesley. ISBN 0-201-49837-5 1 Definitions channel a set of

More information

Uninformed search strategies

Uninformed search strategies AIMA sections 3.4,3.5 search use only the information available in the problem denition Breadth-rst search Uniform-cost search Depth-rst search Depth-limited search Iterative deepening search Breadth-rst

More information

Lecture 10. Support Vector Machines (cont.)

Lecture 10. Support Vector Machines (cont.) Lecture 10. Support Vector Machines (cont.) COMP90051 Statistical Machine Learning Semester 2, 2017 Lecturer: Andrey Kan Copyright: University of Melbourne This lecture Soft margin SVM Intuition and problem

More information

Advanced LOPA Topics

Advanced LOPA Topics 11 Advanced LOPA Topics 11.1. Purpose The purpose of this chapter is to discuss more complex methods for using the LOPA technique. It is intended for analysts who are competent with applying the basic

More information

Operating Mode Selection in Conjunction with Functional Safety Safety Integrated https://support.industry.siemens.com/cs/ww/en/view/ 89260861 Siemens Industry Online Support Siemens AG 2017 All rights

More information

Uninformed search methods II.

Uninformed search methods II. CS 1571 Introduction to AI Lecture 5 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Uninformed methods Uninformed search methods use only information available in

More information

Workshop Information IAEA Workshop

Workshop Information IAEA Workshop IAEA Training Course on Safety Assessment of NPPs to Assist Decision Making Safety Assessment of General Design Aspects of NPPs (Part 2) Lecturer Lesson Lesson III III 1_2 1_2 Workshop Information IAEA

More information

Project Title: Pneumatic Exercise Machine

Project Title: Pneumatic Exercise Machine EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Title: Pneumatic Exercise Machine Team Members: Name: Gino Tozzi Name: Seok Hyun (John) Yun Email:

More information