Computer architectures for embedded safety-critical applications

Size: px
Start display at page:

Download "Computer architectures for embedded safety-critical applications"

Transcription

1 Computer architectures for embedded safety-critical applications Manfred Schmitz, Technical Director Failures of safety-critical electronic systems can result in loss of life, substantial financial damage or severely harm the environment. Such systems are used for example in medical equipment, in airplanes, in trains, in weapons and in nuclear power stations. The terms safety and security are often confused. The technical term "security" means that something not only is secure but that it has been secured. A safe system is a system with a determined error behavior. Two basic modes of error behavior are distinguished. Systems that are fail-operational continue to operate when an error occurs, like for example the control system of airplanes and passively safe nuclear reactors. Fail-safe systems are turned off in case of a failure, they are in a safe state. A machine or a train for example can be stopped when the control system fails, for an airplane that is not possible. Systems which continue to work correctly when part of the system fails are called faulttolerant. Autopilots in airplanes or the control system of ordinary nuclear power plants work according to that principle. A frequently used method for achieving fault tolerance is permanent testing of all components. In case of an error the defect component is switched off and another is used. Figure 1: Process Control Page 1 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

2 Safety begins with the planning of development The safety standard a system must comply to is described by classes. These are called SIL levels (SIL= Safety Integrity Level). For each SIL level a certain reliability is required. There are a number of different standards in different industries. The IEC61508 is of particular importance. This standard defines 4 levels 4 is the highest reliability 1 the lowest. 0 means that there are no special requirements as to the safety. The required reliability depends on the frequency of usage. For applications which are used infrequently, like for example emergency stop switches, the standard defines a maximum PFD (probability of failure upon demand) of SIL4: 10-5 to 10-4 SIL3: 10-4 to 10-3 SIL2: 10-3 to 10-2 SIL1: 10-2 to 10-1 Other important industry standards in this context are: IEC61508 (Functional safety of electrical/electronic/programmable electronic safetyrelated systems) In avionics: D0-178B (Software Considerations in Airborne Systems and Equipment Certification) and the DO-254 (Design Assurance Guidance for Airborne Electronic) For railway applications: EN50126 (Railway Applications - the specification and demonstration of transport systems), the EN50128 (Railway Applications - Software for railway control and protection systems) and the EN50129 (Railway Applications - Safety related electronic systems for signaling) Such systems have to be extremely reliable in any event. That means that already the development process has to meet high requirements. Planning of development is very important. The DO-178B for example stipulates 10 different document types in the planning stage. During the actual development work is done according to the V-model. On system level requirements are formulated (what has to be done). These requirements are translated into an architecture (how it shall be done) on system level. From that requirements for the individual components are derived and on the base of these requirements the component architecture is developed. Depending on the complexity of the system there can be several document cascades from system level down to module level. The last step is the actual conception the design and the implementation. These documents form the left side of the V in the V-model. The counterpart of the conception is the module test, the architecture is opposed by the integration, the requirement by the validation and so on from cascade to cascade up to the highest system level. This part forms the right side of the V. Page 2 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

3 Requirements Architecture System Level/ Subsystem Level Validation Integration Component Level Software/Hardware Requirements Architecture Validation Integration Conception Module Test Implementation Module Level Figure 2: Development according to the V-Model All requirement documents (including the architecture and conception documents in addition to the actual requirement specification) have to be written in a clear requirement language. This language must be defined (shall, should, may ). The use of clear expressions alone can guaranty that every requirement can be verified and tested. Formulating clear and verifiable requirements is very difficult and requires a lot of experience in the field. It is important that the global context stays clear. Each requirement has to be implemented and tested. It must be possible to verify the completeness of that chain. Manually this is very difficult. Often tools based on data bases are used for this task like for example DOORS from Telelogic. These tools make it possible to trace the requirements, the respective test cases and test reports relatively easily through all documents (Requirement Tracing). However, the use of these tools does not guaranty that the requirements are well formulated. Operating these tools is complicated so that often only one person in a design team is able to enter the requirements which is why they are often not updated. Apart from the requirement tracing several other conception methods must be used. In software and FPGA development Code-Rule-Checking is used. Here the code itself is checked automatically according to certain formal criteria. The Code-Coverage-Analysis is a method for proving that every line has been checked at least once. Other methods are black box and white box tests to ensure that the software meets all requirements without errors. A configuration management is needed of course to be able to retrace code changes and their causes. The choice of the tools to be used is very important as it has to be Page 3 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

4 guaranteed that the editor, the compiler and the linker yield the desired result. Strictly speaking, these tools already have to be manufactured with the same care and the same amount of time and money. Indeed, such tools are available. These are for example included in packages from several software manufacturers (Windriver: Platform for Safety Critical DO- 178B, Green Hills Software: Integrity-178B RTOS, LynuxWorks: LynxOS-178). If you use normal software its reliability in operation has to be proven to the approval authority often a difficult undertaking. Measures beside development Beside the development risk management is required. Risk management is based on the identification of a risk. This includes all risks, that means technical or financial risks as well as risks related to deadlines or the personnel involved. The significance of these risks has to be determined, in order to be able to decide if they have to be reviewed in more detail. The risks have to be evaluated. The aim is the minimization of risks in the development. Common strategies are: transferring of a risk (e.g. outsourcing of a part of development to an external expert), avoiding a risk (e.g. using a proven component instead of a new one) or the assurance of a risk (e.g. a factory against fire). In most cases the whole development team tries to identify all risks in a brain storming. Part of the team (the risk expert team) then carries out the evaluation, the prioritization and the regular (mostly monthly) check and triggers remedial measures if necessary. Figure 3: Risk Management Several environmental tests are also carried out. Environmental tests are especially important for safety-critical systems, because these systems have to function error-free even in extreme conditions (extreme temperatures, extreme vibrations etc). Especially in avionics HALT tests (HALT = Highly Accelerated Life Test) are required. In normal environmental qualification an electronic system is tested in exactly the conditions it was developed for. For example, if a temperature range of -40 to 85 C is required, qualification is carried out in exactly that range. In the HALT test the proceedings are different. These limits are exceeded Page 4 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

5 on purpose. Apart from the temperature the DUT is exposed to extreme vibrations at the same time. Sometimes the supply voltage is varied too. Purpose of the test is to find out the limits of a system. The system is destroyed on purpose, and then the damage is assessed so that an improvement of the construction can be carried out in situ. This process normally takes three to five days where the design engineers have to be present. With HALT weak points of the system can be detected and a safety margin with respect to the environmental requirement is gained as well as safety. How safety is evaluated For safety evaluation, the MTBF value plays an important role. MTBF means Mean-Timebetween-Failure. Dependent on the component affected an error can be permanent or temporary. For example, if a resistor shows an error, it is defect in most cases. If a memory shows an error it is possible that just one bit has toppled. The MTBF value is the average time which passes between two errors and describes the reliability of a system. The MTBF value is often confused with the MTBR (Mean-time-between-repair) value. The MTBR value corresponds to the average time between two errors which can only be removed by repair. There is no difference between the MTBF value and the MTBR value of a resistor whereas the two values of a memory do vary. The MTBF value is indicated in hours. In order to get more manageable values the Lambda or FIT value is used (MTBF = 1/Lambda). If the Lambda values of all components are known all Lambdas can be added to get the total Lambda and thus the MTBF value of a system. Often it is difficult to get the Lambda value of a component from the manufacturer. In these cases the value has to be estimated. Furthermore, the FIT the reliability depends on the stress the component is exposed to. If a 0,5W resistor is operated with a power of 0,5W its life cycle will naturally not be as long as if it was only operated with 0,1W. This means that an evaluation can only be carried out with a detailed knowledge about the circuit. Possible changes of the FIT value are described in several concurring standards. The MIL-HDBK-217 is wide-known but has been invalid for more than ten years. Other standards are Telcordia, PRISM, IEC-TR The RDF 2000 (=UTE C ) however seems to be the standard of the future. This MTBF value is also needed for the required FMEA (Failure-Mode-and-Effects-Analysis) During the FMEA each component is checked from the bottom to the top. Then it is evaluated if the component influences the safe operation of the system and if so in which state the system is switched. For a system with a safe state ( fault-safe ) like a train or a machine two types of errors can be distinguished: faults which lead to a safe state and faults which lead to an unsafe state. Only the dangerous faults have to be considered. When an error is discovered the required remedial measures are taken. Only the errors which are not discovered are critical which means that in order to determine the reliability of a system, i.e. its SIL-Level, only the FIT values of the undiscovered errors have to be added. Especially in avionics, effects like SEU (Single Event Upsets) and MEU (Multiple Event Upsets) have to be taken into account. These are statistic errors which are caused by cosmic radiation. This radiation causes toggling of static and dynamic memory structures Page 5 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

6 and registers. Thus it is possible that a processor unit which might have functioned error-free for several decades on sea level shows an error after just some hours in an altitude of 60,000 feet. In order to avoid SEU precautions have to be taken (e.g. using no RAMs) to obtain a higher MTBF value. Redundant Systems For the evaluation of the safety and the FMEA knowledge of the system is always required. If the FMEA/MTBF does not yield a high enough result, measures have to be taken in the hardware development to augment the FIT value. These measures or the conception of the architecture can only be carried out under consideration of the whole system. At any rate, everything has to be done in order to detect errors. This error detection can often be carried out in a quite easy way, for example by a person who watches the machine and switches it off when there is danger however, the MTBF value of a human is not particularly high. In most cases it is tried to make the system or the control safe. One method for detecting errors is redundancy. The systems or part of them are duplicated (for example the CPU unit). Only both computers combined can set the system into the critical state. A voter carries out the evaluation. If this voter detects a difference between the two systems it sets the system into the safe state switches it off. This architecture is also called 1oo2 that means 1 out of 2 architecture. This method only works in fail safe systems. In safe operational systems the system is kept in the hot standby state. This means that a faulty system part switches itself off and the other part takes over its function. Now the system is functional, but unsafe. Software is considered as safe if it has been programmed according to the rules described above. As mentioned above hardware is never fault-free. With a 1oo2 architecture only single faults can be detected. The industry standards prescribe for the SIL3 and SIL4 level that also double faults can be detected. That is why the built-in self tests (BITE = Build-In-Test-Equipment) are so important. Often the hardware and the software for self test are far more complex than the equipment for the function itself. In avionics there is a different approach. Each fault is considered a fault there (MTBF). But a subsystem must be able to detect a defect itself (the second computer is only in hot standby) so there are the same problems. In redundancy concepts, special attention must be paid to common cause faults. If, for example, two parallel computers have the same defect in the floating point unit this error will not be detected. A similar event occurs at binary outputs if they are of the same kind. Thus an overvoltage might destroy two redundant outputs at the same time. Other examples for common cause errors are power supply units and often also cablings. One tries to avoid common cause errors by making the two channels as far as possible independent from each other. Two CPU boards for example are equipped with two power supply units, two timers etc. The principle can be further improved by diversity. If two separate CPUs are used, a single fault cannot occur at the same time and thus not be overlooked. With classic redundant systems and a voter the error probability can be decreased as the system switches into the safe state when there is an error. However, availability is then decreased. If availability is important (so important that you are willing to pay money for it) Page 6 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

7 triple systems are often used (2oo3, 2 out of 3 ). Here you assume that the single components are safe i.e. a safe operating system etc. Now the voter evaluates three votes. The majority decides. If one component delivers a deviating result it is switched off. The system stays safe but availability is now decreased. With another additional computer a 2oo4 structure is achieved. When one component fails three functional components remain; the system still is safe and available. If you want to use standard operating systems (=unsafe) you can use a modified structure with two tuples. One tuple alone is diversitary. It is switched off when there is an error. The second tuple, however continues operation. This diversitarily coupled structure is not as available as the 2oo4 structure described above but in certain circumstances it enables the use of standard operating systems. Even simpler architectures can be used for very small control systems or controllers provided that all components are developed safely. It is possible for example to combine a simple CPU which has an extreme MTBF value with a small intelligent watchdog. This watchdog checks the results of the self test of the CPU and whether these results are delivered on time. So the watchdog expects a certain result at a certain time. Linux Windows Linux Windows Linux Drivers Window Drivers Linux Drivers Window Drivers PentiumM Pentium Yonah PentiumM Pentium Yonah Figure 4: 2oo4 Structure As described above, Software is considered to be fault-free if it has been developed according to the required standards. This gets difficult when it comes to the operating system. In avionics the only solution is often to make the operating system safe, too. This means that the whole operating system has to be tested thoroughly. For that, the software sources, time and money are needed. In industry other concepts are often accepted, too. The architecture trait diversity can be transferred to the software, for example. Usage of two different reliable operating systems often is a solution if the application at least has been developed according to the applying rules. Safety-critical architectures are very complex. They do not just concern the hardware and the software themselves but also the whole development process and even the used tools. The architecture concepts for different industries railway, avionics, car manufacture, medical engineering are only slightly differing, but the way of thinking and developing is different in the different markets. Page 7 of 7 Deutsche Bank AG Kto. Nr , BLZ HypoVereinsbank Kto. Nr , BLZ

Value Paper Author: Edgar C. Ramirez. Diverse redundancy used in SIS technology to achieve higher safety integrity

Value Paper Author: Edgar C. Ramirez. Diverse redundancy used in SIS technology to achieve higher safety integrity Value Paper Author: Edgar C. Ramirez Diverse redundancy used in SIS technology to achieve higher safety integrity Diverse redundancy used in SIS technology to achieve higher safety integrity Abstract SIS

More information

Safety Integrated. SIMATIC Safety Matrix. The Management Tool for all Phases of the Safety Lifecycle. Brochure September 2010. Answers for industry.

Safety Integrated. SIMATIC Safety Matrix. The Management Tool for all Phases of the Safety Lifecycle. Brochure September 2010. Answers for industry. SIMATIC Safety Matrix The Management Tool for all Phases of the Safety Lifecycle Brochure September 2010 Safety Integrated Answers for industry. Functional safety and Safety Lifecycle Management Hazard

More information

DEDICATED TO EMBEDDED SOLUTIONS

DEDICATED TO EMBEDDED SOLUTIONS DEDICATED TO EMBEDDED SOLUTIONS RELIABILITY IN SUBSEA ELECTRONICS TECHNIQUES TO OBTAIN HIGH RELIABILITY STIG-HELGE LARSEN KARSTEN KLEPPE DATA RESPONS 2012-10-16 AGENDA Introduction Analysis and Design

More information

Understanding Safety Integrity Levels (SIL) and its Effects for Field Instruments

Understanding Safety Integrity Levels (SIL) and its Effects for Field Instruments Understanding Safety Integrity Levels (SIL) and its Effects for Field Instruments Introduction The Industrial process industry is experiencing a dynamic growth in Functional Process Safety applications.

More information

Embedded Real-Time Systems (TI-IRTS) Safety and Reliability Patterns B.D. Chapter 9. 405-456

Embedded Real-Time Systems (TI-IRTS) Safety and Reliability Patterns B.D. Chapter 9. 405-456 Embedded Real-Time Systems (TI-IRTS) Safety and Reliability Patterns B.D. Chapter 9. 405-456 Version: 10-5-2010 Agenda Introduction to safety Patterns: 1. Protected Single Channel Pattern 2. Homogeneous

More information

IBM Rational Rhapsody

IBM Rational Rhapsody IBM Rational Rhapsody IBM Rational Rhapsody Reference Workflow Guide Version 1.9 License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated

More information

Embedded Systems Lecture 9: Reliability & Fault Tolerance. Björn Franke University of Edinburgh

Embedded Systems Lecture 9: Reliability & Fault Tolerance. Björn Franke University of Edinburgh Embedded Systems Lecture 9: Reliability & Fault Tolerance Björn Franke University of Edinburgh Overview Definitions System Reliability Fault Tolerance Sources and Detection of Errors Stage Error Sources

More information

Functional safety. Essential to overall safety

Functional safety. Essential to overall safety Functional safety Essential to overall safety What is Functional safety? In public spaces, factories, offi ces or homes; we are surrounded by an increasing number of electric and electronic devices and

More information

Selecting Sensors for Safety Instrumented Systems per IEC 61511 (ISA 84.00.01 2004)

Selecting Sensors for Safety Instrumented Systems per IEC 61511 (ISA 84.00.01 2004) Selecting Sensors for Safety Instrumented Systems per IEC 61511 (ISA 84.00.01 2004) Dale Perry Worldwide Pressure Marketing Manager Emerson Process Management Rosemount Division Chanhassen, MN 55317 USA

More information

SAFETY MANUAL SIL RELAY MODULE

SAFETY MANUAL SIL RELAY MODULE PROCESS AUTOMATION SAFETY MANUAL SIL RELAY MODULE KFD0-RSH-1.4S.PS2 ISO9001 3 With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery

More information

Hardware safety integrity Guideline

Hardware safety integrity Guideline Hardware safety integrity Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:johan.hedberg@sp.se Quoting of this report is allowed

More information

IEC 61508 Functional Safety Assessment. Project: K-TEK Corporation AT100, AT100S, AT200 Magnetostrictive Level Transmitter.

IEC 61508 Functional Safety Assessment. Project: K-TEK Corporation AT100, AT100S, AT200 Magnetostrictive Level Transmitter. 61508 SIL 3 CAPABLE IEC 61508 Functional Safety Assessment Project: K-TEK Corporation AT100, AT100S, AT200 Magnetostrictive Level Transmitter Customer: K-TEK Corporation Prairieville, LA USA Contract No.:

More information

FMEDA and Proven-in-use Assessment. Pepperl+Fuchs GmbH Mannheim Germany

FMEDA and Proven-in-use Assessment. Pepperl+Fuchs GmbH Mannheim Germany FMEDA and Proven-in-use Assessment Project: Inductive NAMUR sensors Customer: Pepperl+Fuchs GmbH Mannheim Germany Contract No.: P+F 03/11-10 Report No.: P+F 03/11-10 R015 Version V1, Revision R1.1, July

More information

Introduction of ISO/DIS 26262 (ISO 26262) Parts of ISO 26262 ASIL Levels Part 6 : Product Development Software Level

Introduction of ISO/DIS 26262 (ISO 26262) Parts of ISO 26262 ASIL Levels Part 6 : Product Development Software Level ISO 26262 the Emerging Automotive Safety Standard Agenda Introduction of ISO/DIS 26262 (ISO 26262) Parts of ISO 26262 ASIL Levels Part 4 : Product Development System Level Part 6 : Product Development

More information

Concepts in Communication Amplifier Redundancy Systems

Concepts in Communication Amplifier Redundancy Systems Concepts in Communication Amplifier Redundancy Systems Stephen D. Turner, PE PARADISE DATACOM, BOALSBURG, PA, 6827, USA ABSTRACT Redundancy is a major concern to satellite communication amplifier systems.

More information

Original instructions Tina 3A/Aps Adaptor unit

Original instructions Tina 3A/Aps Adaptor unit Original instructions Tina 3A/Aps Adaptor unit ABB Jokab Safety Varlabergsvägen 11, SE-434 39 Kungsbacka, Sweden www.abb.com/jokabsafety Read and understand this document Please read and understand this

More information

Maximizing UPS Availability

Maximizing UPS Availability Maximizing UPS Availability A comparative assessment of UPS designs and deployment configurations for the highavailability data center By Chris Loeffler Product Manager, BladeUPS & Data Center Applications

More information

Failure Modes, Effects and Diagnostic Analysis

Failure Modes, Effects and Diagnostic Analysis Failure Modes, Effects and Diagnostic Analysis Project: Plant-STOP 9475 Company: R. STAHL Schaltgeräte GmbH Waldenburg Germany Contract No.: STAHL 13/04-027 Report No.: STAHL 13/04-027 R024 Version V1,

More information

Design for Safety. 1 Introduction. Neil Storey University of Warwick, Coventry, UK

Design for Safety. 1 Introduction. Neil Storey University of Warwick, Coventry, UK Design for Safety Neil Storey University of Warwick, Coventry, UK 1 Introduction Perhaps an appropriate starting point for a paper entitled Design for Safety is to define what we mean by design and to

More information

Tina 2A/B Adaptor unit

Tina 2A/B Adaptor unit Original instructions Tina 2A/B Adaptor unit ABB Jokab Safety Varlabergsvägen 11, SE-434 39 Kungsbacka, Sweden www.abb.com/jokabsafety Read and understand this document Please read and understand this

More information

DLP-PU/E Instruction Manual

DLP-PU/E Instruction Manual Instruction Manual BEFORE USING THE POWER SUPPLY UNIT Pay attention to all warnings and cautions before using the unit. Incorrect usage could lead to an electrical shock, damage to the unit or a fire hazard.

More information

The Quest for Energy Efficiency. A White Paper from the experts in Business-Critical Continuity

The Quest for Energy Efficiency. A White Paper from the experts in Business-Critical Continuity The Quest for Energy Efficiency A White Paper from the experts in Business-Critical Continuity Abstract One of the most widely discussed issues throughout the world today is the rapidly increasing price

More information

Kvaser Mini PCI Express User s Guide

Kvaser Mini PCI Express User s Guide Kvaser Mini PCI Express User s Guide Copyright 2013-2014 Kvaser AB, Mölndal, Sweden http://www.kvaser.com Printed Sunday 28 th September, 2014 We believe that the information contained herein was accurate

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

Power transformers. Generator step-up and system intertie power transformers Securing high-quality AC transmission

Power transformers. Generator step-up and system intertie power transformers Securing high-quality AC transmission Power transformers Generator step-up and system intertie power transformers Securing high-quality AC transmission Generator step-up transformers Built to withstand continuous full load Generator step-up

More information

Overview of IEC 61508 - Design of electrical / electronic / programmable electronic safety-related systems

Overview of IEC 61508 - Design of electrical / electronic / programmable electronic safety-related systems Overview of IEC 61508 - Design of electrical / electronic / programmable electronic safety-related systems Simon Brown The author is with the Health & Safety Executive, Magdalen House, Bootle, Merseyside,

More information

Point of view HDMI Smart TV dongle Mini RF Keyboard

Point of view HDMI Smart TV dongle Mini RF Keyboard Point of view HDMI Smart TV dongle Mini RF Keyboard English Contents Contents... 1 General notices for use... 2 Disclaimer... 2 Box Contents... 2 1. HDMI TV dongle... 3 1.1. Product display... 3 1.2. Instructions

More information

Safety Issues in Automotive Software

Safety Issues in Automotive Software Safety Issues in Automotive Software Paolo Panaroni, Giovanni Sartori INTECS S.p.A. SAFEWARE 1 INTECS & Safety A very large number of safety software development, V&V activities and research project on

More information

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

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

More information

Spacecraft Computer Systems. Colonel John E. Keesee

Spacecraft Computer Systems. Colonel John E. Keesee Spacecraft Computer Systems Colonel John E. Keesee Overview Spacecraft data processing requires microcomputers and interfaces that are functionally similar to desktop systems However, space systems require:

More information

Service & Support. Higher-level safe switch-off of the power supply of functionally nonsafe standard modules? Wiring Examples.

Service & Support. Higher-level safe switch-off of the power supply of functionally nonsafe standard modules? Wiring Examples. Higher-level safe switch-off of the power supply of functionally nonsafe standard modules? Wiring Examples FAQ October 2009 Service & Support Answers for industry. Question This entry is from the Service&Support

More information

1+1 PROTECTION WITHOUT RELAYS USING IDT82V2044/48/48L & IDT82V2054/58/58L HITLESS PROTECTION SWITCHING

1+1 PROTECTION WITHOUT RELAYS USING IDT82V2044/48/48L & IDT82V2054/58/58L HITLESS PROTECTION SWITCHING 1+1 PROTECTION WITHOUT RELAYS USING IDT82V2044/48/48L & IDT82V2054/58/58L APPLICATION NOTE AN-357 1.0 INTRODUCTION In today's highly competitive market, high quality of service, QOS, and reliability is

More information

University of Paderborn Software Engineering Group II-25. Dr. Holger Giese. University of Paderborn Software Engineering Group. External facilities

University of Paderborn Software Engineering Group II-25. Dr. Holger Giese. University of Paderborn Software Engineering Group. External facilities II.2 Life Cycle and Safety Safety Life Cycle: The necessary activities involving safety-related systems, occurring during a period of time that starts at the concept phase of a project and finishes when

More information

Certification of a Scade 6 compiler

Certification of a Scade 6 compiler Certification of a Scade 6 compiler F-X Fornari Esterel Technologies 1 Introduction Topic : What does mean developping a certified software? In particular, using embedded sofware development rules! What

More information

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

Domains. Seminar on High Availability and Timeliness in Linux. Zhao, Xiaodong March 2003 Department of Computer Science University of Helsinki

Domains. Seminar on High Availability and Timeliness in Linux. Zhao, Xiaodong March 2003 Department of Computer Science University of Helsinki Domains Seminar on High Availability and Timeliness in Linux Zhao, Xiaodong March 2003 Department of Computer Science University of Helsinki 1 1. Introduction The Hardware Platform Interface (HPI) is developed

More information

FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING

FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING FAULT TOLERANCE FOR MULTIPROCESSOR SYSTEMS VIA TIME REDUNDANT TASK SCHEDULING Hussain Al-Asaad and Alireza Sarvi Department of Electrical & Computer Engineering University of California Davis, CA, U.S.A.

More information

Automation, Software and Information Technology. Test report of the type approval safety-related automation devices

Automation, Software and Information Technology. Test report of the type approval safety-related automation devices Automation, Software and Information Technology Test report of the type approval safety-related automation devices GuardPLC 1200 GuardPLC 1600 GuardPLC 1800 GuardPLC 2000 GuardPLC Distributed I/O Report-No.:

More information

High Availability and Safety solutions for Critical Processes

High Availability and Safety solutions for Critical Processes High Availability and Safety solutions for Critical Processes An Introduction to AADvance Subrahmanya Bhat P Sr. Systems Engineer 09 & 10 th Sep 2014 PUBLIC INFORMATION Rev 5058-CO900E 2 Agenda Process

More information

Achat 208 HL / 208 HR passive mid-range speaker. user manual

Achat 208 HL / 208 HR passive mid-range speaker. user manual Achat 208 HL / 208 HR passive mid-range speaker user manual Musikhaus Thomann Thomann GmbH Hans-Thomann-Straße 1 96138 Burgebrach Germany Telephone: +49 (0) 9546 9223-0 E-mail: info@thomann.de Internet:

More information

Reducing Steps to Achieve Safety Certification

Reducing Steps to Achieve Safety Certification Reducing Steps to Achieve Safety Certification WP-01174-1.0 White Paper This white paper describes the successful steps in achieving certification for an FPGA implementation of an application certified

More information

SAFETY MANUAL SIL Switch Amplifier

SAFETY MANUAL SIL Switch Amplifier PROCESS AUTOMATION SAFETY MANUAL SIL Switch Amplifier KCD2-SR-(Ex)*(.LB)(.SP), HiC282* ISO9001 2 With regard to the supply of products, the current issue of the following document is applicable: The General

More information

Verification of Triple Modular Redundancy (TMR) Insertion for Reliable and Trusted Systems

Verification of Triple Modular Redundancy (TMR) Insertion for Reliable and Trusted Systems Verification of Triple Modular Redundancy (TMR) Insertion for Reliable and Trusted Systems Melanie Berg 1, Kenneth LaBel 2 1.AS&D in support of NASA/GSFC Melanie.D.Berg@NASA.gov 2. NASA/GSFC Kenneth.A.LaBel@NASA.gov

More information

High Availability Design Patterns

High Availability Design Patterns High Availability Design Patterns Kanwardeep Singh Ahluwalia 81-A, Punjabi Bagh, Patiala 147001 India kanwardeep@gmail.com +91 98110 16337 Atul Jain 135, Rishabh Vihar Delhi 110092 India jain.atul@wipro.com

More information

SAFETY MANUAL SIL SWITCH AMPLIFIER

SAFETY MANUAL SIL SWITCH AMPLIFIER PROCESS AUTOMATION SAFETY MANUAL SIL SWITCH AMPLIFIER KF**-SR2-(Ex)*(.LB), KFD2-SR2-(Ex)2.2S ISO9001 2 With regard to the supply of products, the current issue of the following document is applicable:

More information

Certification Authorities Software Team (CAST) Position Paper CAST-9

Certification Authorities Software Team (CAST) Position Paper CAST-9 Certification Authorities Software Team (CAST) Position Paper CAST-9 Considerations for Evaluating Safety Engineering Approaches to Software Assurance Completed January, 2002 NOTE: This position paper

More information

MGL Avionics CAN bus interface for Trig Avionics TT21/TT22 transponders

MGL Avionics CAN bus interface for Trig Avionics TT21/TT22 transponders MGL Avionics CAN bus interface for Trig Avionics TT21/TT22 transponders General The MGL Avionics CAN bus interface for the Trig Avionics TT21 and TT22 transponders provides a simple solution to allow any

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

More information

Version: 1.0 Latest Edition: 2006-08-24. Guideline

Version: 1.0 Latest Edition: 2006-08-24. Guideline Management of Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:johan.hedberg@sp.se Quoting of this report is allowed but please

More information

Logic solver application software and operator interface

Logic solver application software and operator interface Logic solver application software and operator interface By RJ Perry, Control Systems Consultant Correctly implemented and structured functional logic, together with operator interface displays, can improve

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

Basic Fundamentals Of Safety Instrumented Systems

Basic Fundamentals Of Safety Instrumented Systems September 2005 DVC6000 SIS Training Course 1 Basic Fundamentals Of Safety Instrumented Systems Overview Definitions of basic terms Basics of safety and layers of protection Basics of Safety Instrumented

More information

There are a number of factors that increase the risk of performance problems in complex computer and software systems, such as e-commerce systems.

There are a number of factors that increase the risk of performance problems in complex computer and software systems, such as e-commerce systems. ASSURING PERFORMANCE IN E-COMMERCE SYSTEMS Dr. John Murphy Abstract Performance Assurance is a methodology that, when applied during the design and development cycle, will greatly increase the chances

More information

Integration of PTC and Ride Quality Data. Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier. and

Integration of PTC and Ride Quality Data. Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier. and Integration of PTC and Ride Quality Data Presented by: Wabtec Railway Electronics, I-ETMS PTC Supplier and dfuzion, Inc., rmetrix Ride Performance Assessment System Supplier The FRA mandate to implement

More information

PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL

PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL LAST UPDATE 23/09/09 LLOYD RESEARCH LTD., 7&7A BROOK LANE, WARSASH, SOUTHAMPTON, HANTS., SO31 9FH. Tel: +44 (0)1489 885515/574040 Fax: +44 (0)1489 885853 Internet:

More information

«Filter-MB» Technical Manual

«Filter-MB» Technical Manual Technical Manual www.tec-electronics.ru/en/ Unit Description... 2 Unit connection... 2 Table 1. Unit port outputs assignment... 3 Conenction recomendations... 3 Table 2. Technical data and operation conditions...

More information

Performance Comparison of RTOS

Performance Comparison of RTOS Performance Comparison of RTOS Shahmil Merchant, Kalpen Dedhia Dept Of Computer Science. Columbia University Abstract: Embedded systems are becoming an integral part of commercial products today. Mobile

More information

ELECTROTECHNIQUE IEC INTERNATIONALE 61508-3 INTERNATIONAL ELECTROTECHNICAL

ELECTROTECHNIQUE IEC INTERNATIONALE 61508-3 INTERNATIONAL ELECTROTECHNICAL 61508-3 ª IEC: 1997 1 Version 12.0 05/12/97 COMMISSION CEI ELECTROTECHNIQUE IEC INTERNATIONALE 61508-3 INTERNATIONAL ELECTROTECHNICAL COMMISSION Functional safety of electrical/electronic/ programmable

More information

Best Methods for Safe Hipot Testing

Best Methods for Safe Hipot Testing Best Methods for Safe Hipot Testing When working with electrical safety test equipment, instruments that output potentially dangerous voltages and currents, it is always important to regular review and

More information

Open Source Software

Open Source Software Open Source Software Title Experiences and considerations about open source software for standard software components in automotive environments 2 Overview Experiences Project Findings Considerations X-by-wire

More information

SAFETY MANUAL SIL SMART Transmitter Power Supply

SAFETY MANUAL SIL SMART Transmitter Power Supply PROCESS AUTOMATION SAFETY MANUAL SIL SMART Transmitter Power Supply KFD2-STC4-(Ex)*, KFD2-STV4-(Ex)*, KFD2-CR4-(Ex)* ISO9001 2 3 With regard to the supply of products, the current issue of the following

More information

POWERING IN-FLIGHT ENTERTAINMENT EQUIPMENT FOR COMMERCIAL AIRCRAFT

POWERING IN-FLIGHT ENTERTAINMENT EQUIPMENT FOR COMMERCIAL AIRCRAFT POWERING IN-FLIGHT ENTERTAINMENT EQUIPMENT FOR COMMERCIAL AIRCRAFT WHITE PAPER: TW0061 December 2008 R. DeLuca L. Rozenblat 1 About the Authors Ron DeLuca Ron DeLuca is Vice President - Engineering of

More information

Modularisation and functional safety in mechanical and plant engineering

Modularisation and functional safety in mechanical and plant engineering Modularisation and functional safety in mechanical and plant engineering Wideburg Solutions Ever since our founding in May 2011, our primary objective has been to transfer successful concepts and methods

More information

Virtualization for Cloud Computing

Virtualization for Cloud Computing Virtualization for Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF CLOUD COMPUTING On demand provision of computational resources

More information

Hydra esata. 4-Bay RAID Storage Enclosure. User Manual January 16, 2009 - v1.0

Hydra esata. 4-Bay RAID Storage Enclosure. User Manual January 16, 2009 - v1.0 4-Bay RAID Storage Enclosure User Manual January 16, 2009 - v1.0 EN Table of Contents 1 Introduction... 1 1.1 System Requirements... 1 1.1.1 PC Requirements... 1 1.1.2 Mac Requirements... 1 1.1.3 Supported

More information

Testing of safety-critical software some principles

Testing of safety-critical software some principles 1(60) Testing of safety-critical software some principles Emerging Trends in Software Testing: autumn 2012 Matti Vuori, Tampere University of Technology 27.11.2012 Contents 1/4 Topics of this lecture 6

More information

RIGOL. Quick Guide. DS1000CA Series Oscilloscope. Aug. 2011. RIGOL Technologies, Inc.

RIGOL. Quick Guide. DS1000CA Series Oscilloscope. Aug. 2011. RIGOL Technologies, Inc. Quick Guide DS1000CA Series Oscilloscope Aug. 2011 Technologies, Inc. Guaranty and Declaration Copyright 2011 Technologies, Inc. All Rights Reserved. Trademark Information is a registered trademark of

More information

12 Things Facility Managers Need to Know About Critical Power System Installation

12 Things Facility Managers Need to Know About Critical Power System Installation 12 Things Facility Managers Need to Know About Critical Power System Installation Are you considering managing your next power system installation in-house? As a facilities manager or other facility professional,

More information

TARGET COSTING AND THE PRODUCT DEVELOPMENT CYCLE ESTABLISH TARGET

TARGET COSTING AND THE PRODUCT DEVELOPMENT CYCLE ESTABLISH TARGET TARGET COSTING 1 TARGET COSTING AND THE PRODUCT DEVELOPMENT CYCLE Market Research ESTABLISH TARGET ATTAIN TARGET Competitive Strategy Product Strategy and Profit Plans Product Concept & Feasibility Product

More information

3.5 Dual Bay USB 3.0 RAID HDD Enclosure

3.5 Dual Bay USB 3.0 RAID HDD Enclosure 3.5 Dual Bay USB 3.0 RAID HDD Enclosure User Manual August 11, 2011 v1.1 MFG Part # MT2U3-MP BARCODE Introduction 1 Introduction 1.1 System Requirements 1.1.1 PC Requirements Minimum Intel Pentium III

More information

Siemens AG 2010. Fieldbus solutions with the SIMATIC PCS 7 distributed control system. Brochure April 2010 SIMATIC PCS 7. Answers for industry.

Siemens AG 2010. Fieldbus solutions with the SIMATIC PCS 7 distributed control system. Brochure April 2010 SIMATIC PCS 7. Answers for industry. Fieldbus solutions with the SIMATIC PCS 7 distributed control system Brochure April 2010 SIMATIC PCS 7 Answers for industry. Fieldbus solutions with SIMATIC PCS 7 OS multi-clients Engineering station Maintenance/

More information

Candle Plant process automation based on ABB 800xA Distributed Control Systems

Candle Plant process automation based on ABB 800xA Distributed Control Systems Candle Plant process automation based on ABB 800xA Distributed Control Systems Yousef Iskandarani and Karina Nohammer Department of Engineering University of Agder Jon Lilletuns vei 9, 4879 Grimstad Norway

More information

Final Element Architecture Comparison

Final Element Architecture Comparison Final Element Architecture Comparison 2oo2 with diagnostics: Lower False Trip Rate and High Safety Project: Safety Cycling Systems Architecture Review Customer: Safety Cycling Systems, L.L.C. 1018 Laurel

More information

Reaping the benefits of Reusable Software Components

Reaping the benefits of Reusable Software Components Safety & Security for the Connected World Reaping the benefits of Reusable Software Components The Significance of FAA Reusable Software Component Certification Mark Pitchford The conflicting demands on

More information

LITHIUM BALANCE CHARGER

LITHIUM BALANCE CHARGER LITHIUM BALANCE CHARGER A Microprocessor controlled, high-performance charger for NiCd/NiMH/LiPo/Pb batteries with an integral individual voltage balancer (LiPo only) Operating Manual Please read this

More information

Force measurement. Forces VECTORIAL ISSUES ACTION ET RÉACTION ISOSTATISM

Force measurement. Forces VECTORIAL ISSUES ACTION ET RÉACTION ISOSTATISM Force measurement Forces VECTORIAL ISSUES In classical mechanics, a force is defined as "an action capable of modifying the quantity of movement of a material point". Therefore, a force has the attributes

More information

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah (DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de NIOS II 1 1 What is Nios II? Altera s Second Generation

More information

MTCS Modular Train Control System

MTCS Modular Train Control System MTCS Modular Train Control System SIL 4 Railway Computer for Rolling Stock and Wayside Applications In Accordance with: EN 50155 EN 50121-4 EN 50129 EN 50126 EN 50128 The MTCS Approach... 4» MTCS Modular

More information

MXa SIL Guidance and Certification

MXa SIL Guidance and Certification MXa SIL Guidance and Certification SIL 3 capable for critical applications Experience In Motion Functional Safety in Plants Safety and instrumentation engineers demand that a functional safety system s

More information

SIMATIC NET. CP 243-2 AS-Interface Master B C. Preface Contents. Technical Description and Installation Instructions Interface to the User Program

SIMATIC NET. CP 243-2 AS-Interface Master B C. Preface Contents. Technical Description and Installation Instructions Interface to the User Program Preface Contents SIMATIC NET CP 243-2 AS-Interface Master Manual Technical Description and Installation Instructions Interface to the User Program 2 in the S7-200 CPU Access to the Data of the AS-i Slaves

More information

Measuring Resistance Using Digital I/O

Measuring Resistance Using Digital I/O Measuring Resistance Using Digital I/O Using a Microcontroller for Measuring Resistance Without using an ADC. Copyright 2011 John Main http://www.best-microcontroller-projects.com Page 1 of 10 Table of

More information

ESATA PCI CARD. User s Manual

ESATA PCI CARD. User s Manual ESATA PCI CARD User s Manual Introduction... 3 System Requirements... 3 RAID Introduction... 3 BIOS Configuration Utility... 5 Configuring Arrays... 5 RAID Mode Definitions... 5 BIOS Configuration Utility...

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len.

LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: len@len.it url: http//www.len. MA511 General Index 1 INTRODUCTION... 3 1.1 HARDWARE FEATURES:... 4 2 INTERFACE... 5 2.1 KEYBOARD... 6 2.2 POWER ON... 7 2.3 POWER OFF... 7 2.4 DETECTOR CONNECTION... 7 2.5 DETECTOR SUBSTITUTION...7 3

More information

ARA Digital Train Radio System Functional Requirements For Australian Metropolitan Railway Operators. 19 September 2005

ARA Digital Train Radio System Functional Requirements For Australian Metropolitan Railway Operators. 19 September 2005 ARA Digital Train Radio System Functional Requirements For Australian Metropolitan Railway Operators 19 September 2005 1. General 1.1 General 1.1.1 Scope and Standard The Australian Metropolitan Railway

More information

Why to use isolated amplifiers

Why to use isolated amplifiers Why to use isolated amplifiers AppNote v1.0 www.dewesoft.com Table of Contents Table Of Contents 1Introduction...1 1.1Amplifier technologies...1 1.1.1Single-ended amplifier...1 1.1.2Differential amplifier...1

More information

Certification Report of the STT25S Temperature Transmitter

Certification Report of the STT25S Temperature Transmitter Certification Report of the STT25S Temperature Transmitter Revision No.: 1.2 Date: Report Number: Product: Customer: Order Number: Authority: Responsible: 2009-Jul-10 SAS-135/2006T STT25S Temperature Transmitter

More information

Yaffs NAND Flash Failure Mitigation

Yaffs NAND Flash Failure Mitigation Yaffs NAND Flash Failure Mitigation Charles Manning 2012-03-07 NAND flash is one of very few types of electronic device which are knowingly shipped with errors and are expected to generate further errors

More information

HP 8970B Option 020. Service Manual Supplement

HP 8970B Option 020. Service Manual Supplement HP 8970B Option 020 Service Manual Supplement Service Manual Supplement HP 8970B Option 020 HP Part no. 08970-90115 Edition 1 May 1998 UNIX is a registered trademark of AT&T in the USA and other countries.

More information

Design of automatic testing tool for railway signalling systems software safety assessment

Design of automatic testing tool for railway signalling systems software safety assessment Risk Analysis VI 513 Design of automatic testing tool for railway signalling systems software safety assessment J.-G. Hwang 1, H.-J. Jo 1 & H.-S. Kim 2 1 Train Control Research Team, Korea Railroad Research

More information

Pen Drive 2.0 Specification

Pen Drive 2.0 Specification Pen Drive 2.0 Specification Table of Contents A. General Description..2 B. Controller Outline..3 C. Features.3 D. Capacity Specification.4 E. Power Consumption.5 F. Absolute Maximum Rating...5 G. Installation

More information

DVPPF02-H2. PROFIBUS DP Slave Communication Module Application Manual

DVPPF02-H2. PROFIBUS DP Slave Communication Module Application Manual DVPPF02-H2 PROFIBUS DP Slave Communication Module Application Manual Warning Please read this instruction carefully before use and follow this instruction to operate the device in order to prevent damages

More information

Smile 11 AS-i Emergency stop with safe AS-i input node

Smile 11 AS-i Emergency stop with safe AS-i input node Original instructions Smile 11 AS-i Emergency stop with safe AS-i input node SAFETY AT WORK ABB Jokab Safety Varlabergsvägen 11, SE-434 39 Kungsbacka, Sweden www.abb.com/jokabsafety Read and understand

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE C2. High Level Programming with S7-SCL

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE C2. High Level Programming with S7-SCL Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE High Level Language Programming with S7-SCL T I A Training Document Page 1 of 34 Module High Level

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5 SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7

More information

Introduction to MPIO, MCS, Trunking, and LACP

Introduction to MPIO, MCS, Trunking, and LACP Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the

More information