Automation Intelligence Enlighten your automation mind..!

Size: px
Start display at page:

Download "Automation Intelligence Enlighten your automation mind..!"

Transcription

1 Friends, It brings us immense pleasure to introduce Automation intelligence a knowledge series about automation, innovation, solutions & Technology. This series will discuss about PLC, DCS, Drives, SCADA, HMI, Historian, solutions and everything about Automation. Today in this first issue of Automation intelligence we will discuss about commonly used terminology of REDUNDANCY. When examining an automation system design, the question of redundancy often arises. But what is redundancy, and does it equate to a hot standby system? Redundancy in simple words is "Existence of more than one means for accomplishing a given function. Each means of accomplishing redundancy need not necessarily be identical. Redundancy is a convenient means of elevating global system reliability, and so far its availability. Control System Hi-Availability, that is redundancy, can be addressed at the different levels of the architecture: Single or redundant I/O Modules Depending on the I/O handling philosophy (eg. conventional Remote I/O stations, or I/Os Islands distributed on Ethernet) different scenarios can be applied: dual communication medium I/O Bus or Self healing Ring, single or dual Programmable Controller CPU redundancy Communication network and ports redundancy SCADA System dedicated approaches with multiple operator station location scenarios and resource redundancy capabilities

2 Some Basic types of Redundancy Passive Redundancy: Redundancy wherein a part of the means for performing a required function is intended to operate, while the remaining part(s) of the means are inoperative until needed. Active Redundancy: Active redundancy eliminates performance decline by monitoring performance of individual device. Logic is linked to switching that automatically reconfigures components. Electrical power distribution provides an example of active redundancy. Several power lines connect each generation facility with customers. Each power line includes monitors that detect overload. Each power line also includes circuit breakers. The combination of power lines provides excess capacity. Circuit breakers disconnect a power line when monitors detect an overload. Power is redistributed across the remaining lines. Risk analysis Linked to the previous stakes, the risk analysis is essential to defining the redundancy level. Consider the events the SCADA system will face, i.e. the risk, in terms of the following: Inoperative hardware Inoperative power supply Environmental events (natural disaster, fire) that can imply loss of data, operator screen, connection with devices and so on. Level Definition Finally, the redundancy level is defined as the compilation of the key features, the stakes, and the risk analysis with the customer expectations related to the data criticality level. The following table illustrates the flow from the process analysis to the redundancy level: Redundancy Level State of the standby system Switchover performance No redundancy No standby system Not applicable Cold Standby Warm Standby Hot Standby The Standby system is only powered on if the default system becomes inoperative. The Standby system switches from normal to backup mode. The Standby system runs together with the default system one. Several minutes Large amount of lost data Several seconds Small amount of lost data Transparent No lost data

3 Example: In many safety-critical systems, such as fly-bywire and hydraulic systems in aircraft, some parts of the control system may be triplicate, which is formally termed triple modular redundancy (TMR). An error in one component may then be outvoted by the other two. In a triply redundant system, the system has three sub components, all three of which must fail before the system fails. Since each one rarely fails, and the sub components are expected to fail independently, the probability of all three failing is calculated to be extremely small; often outweighed by other risk factors, e.g., human error. Redundancy in Detail The most basic form of redundancy requires the inclusion of a hand-off-auto switch for each component. In the automatic mode, the plant or system controller runs the process. In the hand mode this step is bypassed, resulting in continued treatment but a loss of efficiency and/or quality. As an alternative, sometimes a process can be bypassed. Using this bypass channel can ensure the plant operates, but it may allow particles to accumulate in the downstream clarifiers and basins. Another form of redundancy exists when more equipment is installed than is required. For instance, three pumps may be provided when only two are needed. This type of redundancy is quite common. Typically the third pump still has its own dedicated starter, VFD and control components. This extends some redundancy to the control and automation system as well. Redundancy is also gained with multiple process trains. Sometimes each train has its own automation system, or trains have been grouped into multiple control panels. This also represents a level of redundancy. Finally, redundancy can be designed into an automation system.

4 Categorizing Redundancy Three Types of Automation Redundancy Automation redundancy can be accomplished via three methods - cold, warm and hot. 1. Cold Redundancy Cold redundancy is for those processes where response time is of minimal concern and may require operator intervention. As an example, take two belt presses, each with its own dedicated control panel. If one belt press becomes inoperable, the operator can resume operation by simply starting the other press. However, when time is more critical, warm or hot redundancy is the best approach. Figure 1: Cold redundancy operation 2. Warm Redundancy Warm redundancy is used where time is somewhat critical but a momentary outage is still acceptable. In this scenario, a momentary bump can be expected. During this bump, the valves, motors and other devices might shutdown temporarily, and the sensors may not report back to the PLC system during the bump. An example of a warm redundancy application may be exemplified on an ATAD system. Warm redundancy systems typically have two processors connected in a primary and standby configuration. The primary processor controls the system s inputs and outputs (I/O) while the standby processor is powered up and waits for Figure 2: Warm redundancy operation

5 the primary processor to stop controlling the process. When this occurs, the standby processor assumes control of the I/O and takes the designation of primary processor, allowing the offline processor to become the secondary processor, and can be maintained without sacrificing process control. During normal operation, the primary processor provides periodic updates to the standby processor. These updates usually occur at the end of each program scan and may only involve a portion of the data at any time. Therefore, when a changeover occurs, the standby processor can work off of incomplete data since it may take the standby processor a few program scans to catch up to where the primary was before the changeover. This can contribute to a bump in the process during the changeover. 3. Hot Redundancy Hot Redundancy is used when the process must not go down for even a brief moment under any circumstance. An example of a hot redundancy system application is a membrane or BAF application. In both instances, the process may not require the hot redundancy capabilities, but during a backwash, redundancy could be critical. During a backwash, a valve reversal, a motor halt or re-sequencing of the valves may cause an incomplete backwash, allow contaminants to enter the clean water, or may even contribute to inoperable equipment. Since none of these scenarios are tolerable, a hot redundancy configuration would be the preferred approach. As stated above, the hardware layout of a hot redundancy system is almost identical to a warm redundancy system. Figure 3: Hot redundancy operation However, hot redundancy systems provide bumpless transfer of the I/O during a changeover from primary to standby. To accomplish this, communication messaging, updating the secondary processor and program execution all have to be properly managed. To ensure that a hot redundancy system operates correctly, data needs to be transferred from the primary processor to the secondary processor with every logic cycle to ensure data integrity.

6 Two methods exist for accomplishing the needed data transfer. 1. Scan and transfer - The first is to perform the transfer at the end of the program scan. Only upon completion of the transfer will the scan resume. While the scan and transfer technique was used for years, and is a reliable and accurate method when properly applied, technological advances have made a new technique possible a method that ensures the transfer does not depend on scan time. 2. Asynchronous transfer - This new method is referred to as asynchronous transfer. In an asynchronous transfer, the primary processor has two separate microprocessors embedded in its circuitry. The first microprocessor executes the program. At the end of the execution, all data is passed to the second microprocessor. This second microprocessor handles all transfer tasks while the first microprocessor executes the next program scan. Thus, one microprocessor is executing while other is transferring data to the standby processor. As this transfer of data from primary processor to secondary processor is asynchronous to the program scan, it now becomes possible to transfer the entire data table without affecting program execution. This eliminates any need to design the program for an optimized scan. Hot Standby Architectures Depending on projects constraints or customer s requirements (performance, installed base or project specifications), a specific Hot Standby PAC station topology can be selected: Hot Standby PAC with in-rack I/O or remote I/O Hot Standby PAC with distributed I/O, connected on Standard Ethernet or connected to another device bus, such as Profibus DP. Hot Standby PAC mixing different topologies A SCADA system can be redundant at the following levels: Clients, i.e. operator stations Data servers Control and information network Targets, i.e. PAC station, controller, devices

7 Hot Standby Switchover Conditions Systematic checks are executed cyclically by any running CPU, in order to detect a potential hardware corruption. Another example of a systematic check is the continuous check of the voltage levels provided by the power supply module(s). In case of a negative result during these hardware health diagnostics, the tested CPU will usually switch to a Stop State. When the unit in question is part of a Hot Standby System, in addition to these standard hardware tests separately executed on both machines, more specific tests are conducted between the units. These additional tests involve both Sync Links. The basic objective is to confirm that the Primary unit is effectively operational, executing the application program, and controlling the I/O exchanges. In addition, the system must verify that the current Standby unit is able to assume control after a switchover. If an abnormal situation occurs on the current Primary unit, it gives up control and switches either to Off-Line state (the CPU is not a part of the Hot Standby system coupling) or to Stop State, depending on the event. The former Standby unit takes control as the new Primary unit. Series-Parallel Systems As an example, assume that one of the 5 modules (1 power supply and 4 other modules) that populate the PLC rack becomes inoperative. As a consequence, the entire rack is affected, as it is no longer 100% capable of performing its assigned mission, regardless of which module is inoperative. Thus each of the 5 modules are considered as a participant member of a 5-part series. When considering Reliability, two components are described as in series if both are necessary to perform a given function. Figure Serial System

8 As an example, assume that the PLC rack now contains redundant Power Supply modules, in addition to the 4 other modules. If one Power Supply becomes inoperative, then the other supplies power for the entire rack. These 2 power supplies would be considered as a parallel subsystem, in turn coupled in series with the sequence of the 4 other modules. Note: Two components are in parallel, from a reliability standpoint, when the system works if at least one of the two components works. In this example, Power Supply 1 and 2 are said to be in active redundancy. Figure Parallel System Serial System Calculations: The computations demonstrate that the combined availability of two components in series is always lower than the availability of its individual components. The following table gives an example of combined availability in serial system: This table indicates that even though a very high availability Part Y was used, the overall availability of the system was reduced by the low availability of Part X. A common saying indicates that "a chain is as strong as the weakest link", however, in this instance a chain is actually weaker than the weakest link. Parallel System Calculations: The above computations indicate that the combined availability of two components in parallel is always higher than the availability of its individual components. The following table gives an example of combined availability in a parallel system:

9 This indicates that even though a very low availability Part X was used, the overall availability of the system is much higher. Thus redundancy provides a very powerful mechanism for making a highly reliable system from low reliability components. Looking at the results of this Parallel System (CPU Rack Redundancy), Reliability over one year would be approximately 99.9%, compared to 97.4% available with a Standalone Premium CPU Rack (i.e. the probability for a Rack System to encounter one failure during one year would have been reduced from 2.6% to 0.1%). System MTBF itself would increase from 335,000 hours (approximately 38 years) to 503,000 hours (approximately 57 years). For System Availability, a 2- hour Mean Time To Repair we provide approximately a 9-nines resulting Availability (almost 100%). Point to be noted Redundancy in process control is critical. However, redundancy is a philosophy, not a set solution. Three methods of redundancy exist today cold, warm and hot. If cessation can be tolerated until the operator can intervene, then cold is best. When the system can handle a slight cessation but automatic intervention is necessary, warm redundancy is the solution. For those operations that cannot experience even a momentary cessation, hot redundancy is the only option. Properly understanding these levels can lead to a reliable system, while minimizing monetary expenditure. From a hardware perspective, warm and hot redundancy systems are almost identical, and can be easily confused when looking at suppliers product data. Care should be taken to carefully examine the different types of systems. So, we learned about some basic of System availability and how to calculate the same. In next issue of Automation Intelligence we will bring you some basics on FDA s 21 CFR-Part 11 compliance. For giving any valuable inputs please feel free to contact Pradeep Ghumre Contact No ID:- pradeep.ghumre@in.schneider-electric.com Schneider Electric India Private Limited, 1141 & 1142, 4 th Floor, Building No. 11, Solitaire corporate park, Andheri Kurla Road, Chakala, Mumbai Office Contact:

Flexible insurance against downtimes. SIMATIC S7-400H: high availability and safety in one system based on PROFIBUS and PROFINET

Flexible insurance against downtimes. SIMATIC S7-400H: high availability and safety in one system based on PROFIBUS and PROFINET Flexible insurance against downtimes SIMATIC : high availability and safety in one system based on and High-available controllers siemens.com/simatic Success factor: Availability In response to the continually

More information

GE Intelligent Platforms PAC8000 RTU

GE Intelligent Platforms PAC8000 RTU GE Intelligent Platforms PAC8000 RTU A ruggedized, reliable RTU PAC8000 Remote Terminal Unit (RTU) thrives in the desert heat of the Arabian Peninsula and the arctic cold of Siberian oil fields delivering

More information

Modicon M580 MUCH MORE than a PLC. the first epac!

Modicon M580 MUCH MORE than a PLC. the first epac! Modicon M580 MUCH MORE than a PLC the first epac! The new Modicon M580 is MUCH MORE than a simple PAC it is the epac with Ethernet built right into its core. Developed on the back of our latest innovations

More information

Ovation Compact Controller

Ovation Compact Controller Ovation Compact Controller Model OCC100 Features Secure, reliable and mission-critical control capability for remotely located plants or processes Modular I/O base design for flexible placement within

More information

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Chapter 3 HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Dr. H.K. VERMA Distinguished Professor Department of Electrical and Electronics Engineering School of Engineering and Technology SHARDA

More information

New concept in automation: epac. November 2015

New concept in automation: epac. November 2015 New concept in automation: epac November 2015 21 st century megatrends are significantly changing the industrial world Connectivi ty Safety and Security Agility Scarcity of Resources 2 Connectivity 50

More information

Modicon M580 The World First epac

Modicon M580 The World First epac Modicon M580 The World First epac Modicon M580 epac Offer description Customer values Targeted segments 2 Culture of Innovation The new Modicon M580 is the world s first epac Ethernet Programmable Automation

More information

Premium Hot Standby with Unity User Manual

Premium Hot Standby with Unity User Manual Premium 35012068 04/2015 Premium Hot Standby with Unity User Manual 04/2015 35012068.12 www.schneider-electric.com The information provided in this documentation contains general descriptions and/or technical

More information

Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks

Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks Using Operator Interfaces to Optimize Performance of Industrial Wireless Networks Jim Ralston, Wireless Sales Engineer ProSoft Technology, August 2007 Abstract The performance of wireless networks can

More information

SMARTONLINE E3 UPS SYSTEMS

SMARTONLINE E3 UPS SYSTEMS SMARTONLINE E3 UPS SYSTEMS Extremely efficient protection for your most important equipment IDEAL OUTPUT POWER PROTECTS CRITICAL SYSTEMS On-line, double conversion operation continuously delivers precision-regulated,

More information

Unlock the full potential of your automation architecture

Unlock the full potential of your automation architecture Unlock the full potential of your automation architecture PlantStruxure Automation control solutions based on Modicon Quantum Ethernet I/O Make the most of your energy SM The improved Modicon Quantum controller

More information

5. Current Sharing in Power Arrays

5. Current Sharing in Power Arrays Maxi, Mini, Micro Family s and Configurable Power Supplies Whenever power supplies or converters are operated in a parallel configuration whether for higher output power, fault tolerance or both current

More information

High Availability AU PUBLIC INFORMATION. Allen-Bradley. Copyright 2014 Rockwell Automation, Inc. All Rights Reserved.

High Availability AU PUBLIC INFORMATION. Allen-Bradley. Copyright 2014 Rockwell Automation, Inc. All Rights Reserved. High Availability AU PUBLIC INFORMATION Allen-Bradley Rev 5058-CO900E 2 Agenda Why High Availability? Why is Availability Important? PlantPAx Controller Redundancy Alarms & Events Server Solution Questions

More information

PACSystems Control Memory Xchange PACSystems High Availability

PACSystems Control Memory Xchange PACSystems High Availability Please be sure to join the audio portion of this press conference by calling In the US: 1-866-761-0752, Outside the US: 1-617-614-3901; Password is Press PACSystems Control Memory Xchange PACSystems High

More information

SIMATIC PCS 7 V6.1 + SP1. Redundancy and fault tolerance with PCS 7. Redundancy and fault tolerance with PCS 7. Topics

SIMATIC PCS 7 V6.1 + SP1. Redundancy and fault tolerance with PCS 7. Redundancy and fault tolerance with PCS 7. Topics SIMATIC PCS 7 V6.1 + SP1 Redundancy and fault tolerance with PCS 7 SIMATIC PCS 7 V6.1 + SP1 Siemens AG Slide 1 Introduction and Overview Process control systems are responsible for controlling, monitoring

More information

W05 High Availability for Today s Process Market

W05 High Availability for Today s Process Market W05 High Availability for Today s Process Market Jeff Ipser Product Manager Copyright 2012 Rockwell Automation, Inc. All rights reserved. 2 Agenda High Availability Overview Controllers Networks I/O What

More information

Automation systems. Scalable performance for every requirement

Automation systems. Scalable performance for every requirement Scalable performance for every requirement Designs of the SIMATIC PCS 7 automation systems: S7-400 system (left), modular embedded system (center), and Microbox system (right) in the three designs shown

More information

Redundancy. For maximum plant availability.

Redundancy. For maximum plant availability. Redundancy For maximum plant availability. 1 Safety net in case of an incident Redundant systems maximize availability and secure productivity Malfunctions and failures in important operating components

More information

Powering Change in the Data Center. A White Paper from the Experts in Business-Critical Continuity TM

Powering Change in the Data Center. A White Paper from the Experts in Business-Critical Continuity TM Powering Change in the Data Center A White Paper from the Experts in Business-Critical Continuity TM Executive Summary Increases in data center density and diversity are driving change in the power and

More information

SCADA Solutions for Water and Wastewater Treatment Plants

SCADA Solutions for Water and Wastewater Treatment Plants SCADA Solutions for Water and Wastewater Treatment Plants Features Centralized control Increased reliability Improved management of treatment processes Reduced costs Preserved equipment investments Flexible

More information

2014 Software Global Client Conference

2014 Software Global Client Conference WW HMI SCADA-10 Best practices for distributed SCADA Stan DeVries Senior Director Solutions Architecture What is Distributed SCADA? It s much more than a distributed architecture (SCADA always has this)

More information

SCADA System Failure Impact Study at Lorne Park and Lakeview WTPs

SCADA System Failure Impact Study at Lorne Park and Lakeview WTPs SCADA System Failure Impact Study at Lorne Park and Lakeview WTPs OWWA Conference 2014 May 5 th London, ON Shawn Xiong - Cole Engineering Jeff Hennings, Jason Little, Claudio Cuffolo - Region of Peel Dale

More information

Chapter One. Concepts BACKUP CONCEPTS

Chapter One. Concepts BACKUP CONCEPTS Chapter One 1 Concepts Backup and recovery is not a single, discrete subject, but a collection of methods, strategies, and procedures to protect the data in your database and provide a means of recovery

More information

Rotabloc Diesel Rotary UPS Systems

Rotabloc Diesel Rotary UPS Systems Rotabloc Diesel Rotary UPS Systems Simply Reliable Solutions for Continuous Data Center Power IEM Power Systems Rotary UPS is a fully integrated system comprising the RBT UPS Module, Engine Genset, Switchgear,

More information

M-series Profibus DP Series 2 Plus Interface Card

M-series Profibus DP Series 2 Plus Interface Card January 2013 Page 1 M-series Profibus DP Series 2 Plus Interface Card The DeltaV M-series Profibus DP Interface Card provides the solution for interfacing to discrete actuators and sensors. Offers freedom

More information

Distributed Control Systems (DCS)

Distributed Control Systems (DCS) Training Title Distributed Control Systems (DCS) Training Duration 5 days Training Venue and Dates Distributed Control Systems (DCS) 5 13-17 May $3,300 Abu Dhabi In any of the 5 star hotel. The exact venue

More information

T57 - Process Safety and Critical Control What Solution Best Meets Your Needs?

T57 - Process Safety and Critical Control What Solution Best Meets Your Needs? PUBLIC - 5058-CO900H T57 - Process Safety and Critical Control What Solution Best Meets Your Needs? PUBLIC PUBLIC Agenda Introduction To Process Safety Process Safety and Machine Safety Things to Consider

More information

Lowering Lifecycle Costs

Lowering Lifecycle Costs Lowering Lifecycle Costs with Intelligent Motor Control Centers Standards Certification Education & Training Publishing Conferences & Exhibits Speakers: Presented and Authored by Jeff M. Miller, PE, ENV

More information

. SECTION SUPERVISORY CONTROL AND DATA ACQUISITION SYSTEM

. SECTION SUPERVISORY CONTROL AND DATA ACQUISITION SYSTEM . SECTION 13380 - SUPERVISORY CONTROL AND DATA ACQUISITION SYSTEM PART 1 - GENERAL 1.01 WORK OF THIS SECTION A. The CONTRACTOR shall furnish, install, configure, program, test and put into operation the

More information

How to choose an Industrial Automation Controller: White Paper, Title Page WHITE PAPER. How to choose an Industrial Automation Controller

How to choose an Industrial Automation Controller: White Paper, Title Page WHITE PAPER. How to choose an Industrial Automation Controller How to choose an Industrial Automation Controller: White Paper, Title Page How to choose an Industrial Automation Controller Choosing the most effective controller requires careful evaluation of multiple

More information

T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management

T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management T66 Central Utility Building (CUB) Control System Reliability, Optimization & Demand Management Name Doug Demian Title Application Engineer Date November 7 & 8, 2012 Rev 5058-CO900C Copyright 2012 Rockwell

More information

Rotabloc Diesel Rotary UPS Systems

Rotabloc Diesel Rotary UPS Systems Rotabloc Diesel Rotary UPS Systems Simply Reliable Solutions for Continuous Data Center Power IEM Power Systems Rotary UPS is a fully integrated system comprising the RBT UPS Module, Engine Genset, Switchgear,

More information

Modicon M340 and Ethernet

Modicon M340 and Ethernet Modicon M340 and Ethernet The winning association for your automation solution Make the most of your energy SM The Modicon M340 and Ethernet, your solution for modular applications... Simple, economical

More information

Infrastructure for the Architecture

Infrastructure for the Architecture Infrastructure for the Architecture Creating an electrical infrastructure that maximizes the reliability of your critical control circuits Component Solutions - Ethernet Network Power Solutions Technology

More information

Modicon Quantum /2013. Modicon Quantum. Quantum Safety PLC Safety Reference Manual 04/

Modicon Quantum /2013. Modicon Quantum. Quantum Safety PLC Safety Reference Manual 04/ Modicon Quantum 33003879 04/2013 Modicon Quantum Quantum Safety PLC Safety Reference Manual 04/2013 33003879.05 www.schneider-electric.com The information provided in this documentation contains general

More information

M-series Profibus DP Series 2 Plus Interface Card

M-series Profibus DP Series 2 Plus Interface Card DeltaV Distributed Control Systems Product Data Sheet M-series Profibus DP Series 2 Plus Interface Card The DeltaV M-series Profibus DP Interface Card provides the solution for interfacing to discrete

More information

ED17: Architectures for Process Safety Applications

ED17: Architectures for Process Safety Applications ED17: Architectures for Process Safety Applications Name Pete Skipp Title Process Safety Architect Date November 5 th & 6 th 2012 Copyright 2012 Rockwell Automation, Inc. All rights reserved. Agenda An

More information

CTI 2541 REDUNDANT PROCESSOR MANAGER INSTALLATION AND OPERATION GUIDE Version 1.4

CTI 2541 REDUNDANT PROCESSOR MANAGER INSTALLATION AND OPERATION GUIDE Version 1.4 CTI 2541 REDUNDANT PROCESSOR MANAGER INSTALLATION AND OPERATION GUIDE Version 1.4 CTI Part # 062-00229-014 *062-00229-014* 2541IOG 11/25/03 $25 Copyright 2005 Control Technology Inc. All rights reserved.

More information

SCADA Upgrades to Otay Water Treatment Plant

SCADA Upgrades to Otay Water Treatment Plant SCADA Upgrades to Otay Water Treatment Plant Standards Certification Education & Training Publishing Conferences & Exhibits Speaker: Dr. Noune Garounts 2012 ISA Water & Wastewater and Automatic Controls

More information

DeltaV SIS TM. Logic Solver. DeltaV SIS Logic Solver. Introduction. DeltaV SIS Product Data Sheet. World s first smart SIS Logic Solver

DeltaV SIS TM. Logic Solver. DeltaV SIS Logic Solver. Introduction. DeltaV SIS Product Data Sheet. World s first smart SIS Logic Solver February 2016 Page 1 DeltaV SIS TM Logic Solver The DeltaV SIS platform is the world s smart SIS system to use the power of predictive intelligence for increasing the availability of the entire safety

More information

Mark* VIe Redundancy Overview of System Options

Mark* VIe Redundancy Overview of System Options GEI-100728A Mark* VIe Redundancy Overview of System Options These instructions do not purport to cover all details or variations in equipment, nor to provide for every possible contingency to be met during

More information

INDUSTRIAL CONTROL SYSTEMS & COMPUTER PROCESS CONTROL

INDUSTRIAL CONTROL SYSTEMS & COMPUTER PROCESS CONTROL 1 INDUSTRIAL CONTROL SYSTEMS & COMPUTER PROCESS CONTROL INDUSTRIAL CONTROL - DEFINED The automatic regulation of unit operations and their associated equipment as well as the integration and coordination

More information

Unlock the full potential of your automation architecture. Automation control solutions based on Modicon Quantum Ethernet I/O

Unlock the full potential of your automation architecture. Automation control solutions based on Modicon Quantum Ethernet I/O Unlock the full potential of your automation architecture Automation control solutions based on Modicon Quantum Ethernet I/O Quality at the heart of your system Modicon Quantum Ethernet I/O (QEIO) is an

More information

Secure energy supply Energy Automation for Infrastructure and Functional Buildings

Secure energy supply Energy Automation for Infrastructure and Functional Buildings Secure energy supply Energy Automation for Infrastructure and Functional Buildings Power Transmission and Distribution Imagine the finals of the Soccer World Cup, with the score at 0:0 after overtime.

More information

Industry Standards Utilities Engineering Technician

Industry Standards Utilities Engineering Technician Industry Standards Utilities Engineering Technician Utilities engineering technicians create and test technological equipment for consumer and commercial use. In the utilities industry, engineering technicians

More information

Applications of Programmable Logic Controllers DG31 34

Applications of Programmable Logic Controllers DG31 34 Applications of Programmable Logic Controllers DG31 34 Purpose Unit purpose: This Unit is designed to introduce candidates to Programmable Logic Controllers (PLCs) and enable them to understand how PLCs

More information

High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc.

High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc. High Availability through Warm-Standby Support in Sybase Replication Server A Whitepaper from Sybase, Inc. Table of Contents Section I: The Need for Warm Standby...2 The Business Problem...2 Section II:

More information

Electrical Demand Specification (Reference SOP: )

Electrical Demand Specification (Reference SOP: ) Project: Equipment Description: Location: Equipment No.: Project No: Protocol No.: Content Index 1. GENERAL...3 Design Standards...3 1.1. Standards...3 2. DESIGN...3 2.1. Safety...3 2.2. Circuit protection...3

More information

Automation platforms. Modicon Quantum Hot Standby Need a backup parachute?

Automation platforms. Modicon Quantum Hot Standby Need a backup parachute? Automation platforms Modicon Quantum Hot Standby Need a backup parachute? Modicon Quantum Hot Standby Take your precautions! The Hot Standby Modicon Quantum processor is designed for your critical applications

More information

Public and Private Interdependencies Filling a Gap in Most Continuity Plans

Public and Private Interdependencies Filling a Gap in Most Continuity Plans Public and Private Interdependencies Filling a Gap in Most Continuity Plans John A Jackson Executive Vice President Fusion Risk Management, Inc. The evolution of the continuity industrytechnology advancement

More information

Security+ Guide to Network Security Fundamentals, Third Edition. Chapter 13 Business Continuity

Security+ Guide to Network Security Fundamentals, Third Edition. Chapter 13 Business Continuity Security+ Guide to Network Security Fundamentals, Third Edition Chapter 13 Business Continuity Objectives Define business continuity Describe the components of redundancy planning List disaster recovery

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

UCOS User-Configurable Open System

UCOS User-Configurable Open System UCOS User-Configurable Open System User-Configurable Open System (UCOS) UCOS is a complete control system solution. It includes graphical development software, a graphical human machine interface (HMI),

More information

Embedded systems extend automation

Embedded systems extend automation Embedded systems extend automation System 800xA incorporates numerous embedded applications Kai Hansen, Tomas Lindström, Lars Mårtensson, Hans Thilderkvist Users expect and demand more functionality from

More information

ICS Regent. Guarded Analog Output Modules. 4 to 20 ma (T3480) PD-6026

ICS Regent. Guarded Analog Output Modules. 4 to 20 ma (T3480) PD-6026 ICS Regent PD-6026 Guarded Analog Output Modules 4 to 20 ma (T3480) Issue 1, March, 06 Guarded analog output modules provide 4 to 20 ma current outputs for a maximum of six user loads per module. These

More information

Understanding Device Level Connection Topologies

Understanding Device Level Connection Topologies Sept. 2013 Understanding Device Level Connection Topologies Author: Advantech E-mail: eainfo@advantech.com Sept. 2013 Even ten years ago, most factory floor sensors were connected directly to a PLC or

More information

Unlock the full potential of your automation architecture.

Unlock the full potential of your automation architecture. Unlock the full potential of your automation architecture. Automation control solutions based on Modicon Quantum Ethernet I/O Make the most of your energy SM Quality at the heart of your system Modicon

More information

SCADA Solutions Since 1981 DATA FLOW SYSTEMS

SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA Solutions Since 1981 DATA FLOW SYSTEMS SCADA System Overview SCADA SYSTEM SECURITY The HT3 SCADA Software program is password protected to prevent unauthorized access to the system. All passwords

More information

High Availability Solution

High Availability Solution s 9 160 DESIGO INSIGHT High Availability Solution HA-300 HA-500 The High Availability Solution (HA) provides increased reliability and security for our building control technology: Uninterrupted monitoring

More information

at Machine Level in Industrial Automation

at Machine Level in Industrial Automation ETSI #67 - The Wireless Factory 13 June 2008 Wireless at Machine Level in Industrial Automation Bruno FORGUE EMEA Marketing Manager The Wireless Factory Wireless at Machine Level Introduction Typical factory

More information

Placing you at the heart of your operations. Vijeo Citect

Placing you at the heart of your operations. Vijeo Citect Placing you at the heart of your operations Vijeo Citect 10 things you should know about SCADA 1 Safety of workers and equipment are ensured through predefined processes managed by a SCADA system. 2 Engineering

More information

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

Modicon M580. The next generation controller for PlantStruxure architecture

Modicon M580. The next generation controller for PlantStruxure architecture Modicon M580 The next generation controller for PlantStruxure architecture 3 5 ways the Modicon M580 will revolutionize your process Introducing Modicon M580 Built for truly open and efficient Ethernet

More information

RTU and control in the same device

RTU and control in the same device RTU and control in the same device Should the RTU and the control functionality be in the same unit? Many water and wastewater pump stations have a separate control device and RTU. This brief paper examines

More information

Modicon Quantum Hot Standby System User Manual

Modicon Quantum Hot Standby System User Manual Modicon Quantum 35010533 12/2015 Modicon Quantum Hot Standby System User Manual 12/2015 35010533.13 www.schneider-electric.com The information provided in this documentation contains general descriptions

More information

10 kva 3/1 15 kva 3/1 20 kva 3/1 10 kva 3/3 15 kva 3/3 20 kva 3/3 30 kva 3/3 40 kva 3/3 UOUS SERV WARRANTY

10 kva 3/1 15 kva 3/1 20 kva 3/1 10 kva 3/3 15 kva 3/3 20 kva 3/3 30 kva 3/3 40 kva 3/3 UOUS SERV WARRANTY OF CONTINUOUS SERVICE YEARS WARRANTY B8000 FXS 10-40kVA BORRI B8000 FXS With disturbances to the electrical supply being one of the major causes of IT downtime, the UPS system is regarded as the most critical

More information

User-friendly automation starts HERE

User-friendly automation starts HERE AUTOMATIONSTREND Area for red header box (8,09x1,26) User-friendly automation starts HERE Area for big and left picture Area for right picture Position from top left corner: Horizontal 0,5 cm Vertical

More information

SCADA Software. 3.1 SCADA communication architectures SCADA system

SCADA Software. 3.1 SCADA communication architectures SCADA system 3 SCADA Software 3.1 SCADA communication architectures 3.1.1 SCADA system A supervisory control and data acquisition (SCADA) system means a system consisting of a number of remote terminal units (RTUs)

More information

S-series Profibus DP Interface Card

S-series Profibus DP Interface Card January 2013 Page 1 The DeltaV provides the solution for interfacing to discrete actuators and sensors. Integrates Profibus DP device signals directly into control logic Reduces wiring costs Native bus

More information

Additional Explanation for A851GOT Graphic Operation Terminal

Additional Explanation for A851GOT Graphic Operation Terminal Additional Explanation for A851GOT Graphic Operation Terminal GRAPHIC OPERATION TERMINAL Mitsubishi Graphic Operation Terminal SAFETY PRECAUTIONS (Always read these instructions before using this equipment.)

More information

Small hydro power plant automation. Oswaldo Kaschny Schneider Electric Brazil CDI Power

Small hydro power plant automation. Oswaldo Kaschny Schneider Electric Brazil CDI Power Small hydro power plant automation Oswaldo Kaschny Schneider Electric Brazil CDI Power Small Hydroelectric: Power and Control solution Operation Centre Turbine Measurement board Power meters And quality

More information

Need high availability in performance in your PLC? Modicon Premium Hot Standby PLC by Schneider Electric. Make the most of your energy SM

Need high availability in performance in your PLC? Modicon Premium Hot Standby PLC by Schneider Electric. Make the most of your energy SM Need high availability in performance in your PLC? Modicon Hot Standby PLC by Schneider Electric. Make the most of your energy SM Modicon TSX PLC Modicon Hot Standby Long-term reliability and availability

More information

Control IT S800 I/O System

Control IT S800 I/O System Control IT S00 I/ System for cost-effective process control, down to the last field device STN ADD D D D D rom project engineering to plant maintenance S00 I/ makes work easier S00 I/ components; a fieldbus

More information

02 Why Does My IT Infrastructure Need a UPS?

02 Why Does My IT Infrastructure Need a UPS? UPS Buyer s Guide TABLE OF CONTENTS 01 What is a UPS? 02 Why Does My IT Infrastructure Need a UPS? 03 Common Features of UPS Systems ENERGY STORAGE SYSTEMS BATTERIES POWER PROTECTION MONITORING SOLUTIONS

More information

Process and Power Control

Process and Power Control Process and Power Control Insert Photo Here Sergio Gama Rockwell Automation Rockwell Automation Process Solutions User Group (PSUG) November 14-15, 2011 Chicago, IL McCormick Place West Copyright 2011

More information

Model HM-535 Power Supply Installation and Service Instructions

Model HM-535 Power Supply Installation and Service Instructions Model HM-535 Power Supply Installation and Service Instructions 430-535 0104 2004 Heritage MedCall, Inc SENTRY INSTALLATION & SERVICE INSTRUCTIONS POWER SUPPLY UNIT Model HM-535 IMPORTANT SAFETY INSTRUCTIONS

More information

Modular and Scalable Power Converters in the UPS Industry

Modular and Scalable Power Converters in the UPS Industry A-PDF Split DEMO : Purchase from www.a-pdf.com to remove the watermark Modular and Scalable Power Converters in the Industry Ian Wallace Eaton Corporation, Innovation Center 1 Eaton Overview Eaton Electric

More information

Protect IT MNS Motor Management INSUM. Dual Redundancy Guide Version 2.3 ABB

Protect IT MNS Motor Management INSUM. Dual Redundancy Guide Version 2.3 ABB Protect IT MNS Motor Management INSUM Version 2.3 ABB Network Management Guide INSUM Version 2.3 1 NOTICE The information in this document is subject to change without notice and should not be construed

More information

Introduction to Fieldbus Technology

Introduction to Fieldbus Technology EEET2105 Industrial Automation Introduction to Fieldbus Technology Dr. Alan Wong alan.wong@rmit.edu.au EEET2105 PLC Profibus Foundation Fieldbus Industrial Data Communication Fieldbus technology is LAN

More information

A redundant DeltaV M-seriess controller protects your critical process from unexpected

A redundant DeltaV M-seriess controller protects your critical process from unexpected February 2016 Page 1 DeltaV Controllerr Redundancy DeltaV Controller Redundancy A redundant DeltaV M-seriess controller protects your critical process from unexpected shutdowns Uninterrupted control operation

More information

Ethernet backbone improves design, implementation, and lifecycle management of safety and basic process control systems

Ethernet backbone improves design, implementation, and lifecycle management of safety and basic process control systems GE Ethernet backbone improves design, implementation, and lifecycle management of safety and basic process control systems Contents 02 Introduction 02 Ethernet during design 03 Complete scalability 03

More information

Achieving Optimal Returns from Wellhead Operations

Achieving Optimal Returns from Wellhead Operations GE Intelligent Platforms Achieving Optimal Returns from Wellhead Operations Increasing Production Uptime and Asset Performance While Also Lowering Total Cost of Ownership Achieving Optimal Returns from

More information

MSYS 4480 AC Systems Winter 2015

MSYS 4480 AC Systems Winter 2015 MSYS 4480 AC Systems Winter 2015 Module 12: DATA CENTERS By Satwinder Singh 14/05/2015 1 Data Centers Data Centers are specialized environments that safeguard your company's most valuable equipment and

More information

3/2/ /2/ :05 AM EET 415/4 Power System Operation 1 3/2/ :05 AM EET 415 2

3/2/ /2/ :05 AM EET 415/4 Power System Operation 1 3/2/ :05 AM EET 415 2 Communication in Power System II 3/2/2009 11:05 AM EET 415/4 Power System Operation 1 Communication In Power System II CONTENTS SCADA Definition SCADA Evolution Basic SCADA System Architecture Typical

More information

Having communication issues? Model 6 intelligent Motor Control Centers communicate on all platforms. Make the most of your energy SM

Having communication issues? Model 6 intelligent Motor Control Centers communicate on all platforms. Make the most of your energy SM Having communication issues? Model 6 intelligent Motor Control Centers communicate on all platforms. Make the most of your energy SM Model 6 intelligent Motor Control Centers An intelligent solution. Intelligence.

More information

Flexible High-Speed Load Shedding Using a Crosspoint Switch

Flexible High-Speed Load Shedding Using a Crosspoint Switch Flexible High-Speed Load Shedding Using a Crosspoint Switch Will Allen and Tony Lee Schweitzer Engineering Laboratories, Inc. Published in Wide-Area Protection and Control Systems: A Collection of Technical

More information

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications

I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications I/A Series Remote Terminal Unit (RTU) RTU 20 for Oil, Gas, and Water SCADA Applications RTU 20 OVERVIEW The I/A Series RTU 20 is an Intelligent Remote Device capable of performing a full range of control

More information

Siemens tiastar TM Motor Control Center (MCC)

Siemens tiastar TM Motor Control Center (MCC) Siemens tiastar TM Motor Control Center (MCC) Page 1 Siemens 2011. All rights reserved. tiastar Motor Control Centers Smart tiastar Motor Control Centers Smart June 2013 Page 2 tiastar Motor Control Centers

More information

ZKLWHýSDSHU. 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH. +3ý 1HW6HUYHUý 0DQDJHPHQW. Executive Summary. A Closer Look

ZKLWHýSDSHU. 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH. +3ý 1HW6HUYHUý 0DQDJHPHQW. Executive Summary. A Closer Look 3UHð)DLOXUHý:DUUDQW\ý 0LQLPL]LQJý8QSODQQHGý'RZQWLPH ZKLWHýSDSHU Executive Summary The Hewlett-Packard Pre-Failure Warranty 1 helps you run your business with less downtime. It extends the advantage of

More information

ARC BRIEF. Application Downtime, Your Productivity Killer. Overview. Trends in Plant Application Adoption. By John Blanchard and Greg Gorbach

ARC BRIEF. Application Downtime, Your Productivity Killer. Overview. Trends in Plant Application Adoption. By John Blanchard and Greg Gorbach ARC BRIEF JANUARY 2012 Application Downtime, Your Productivity Killer By John Blanchard and Greg Gorbach Overview Today, manufacturing enterprises are faced with intense competitive pressure, limited IT

More information

Modicon programmable logic and automation controllers

Modicon programmable logic and automation controllers Modicon programmable logic and automation s Future-ready machine and process solutions 2 Modicon: Future-ready PLCs and PACs Modicon TM is the first name in programmable logic s (PLCs). The inventor of

More information

Modicon Quantum Hot Standby System User Manual

Modicon Quantum Hot Standby System User Manual Modicon Quantum 35010533 10/2013 Modicon Quantum Hot Standby System User Manual 10/2013 35010533.10 www.schneider-electric.com The information provided in this documentation contains general descriptions

More information

Automation Systems.

Automation Systems. www.ingeteam.com ingesys.info@ingeteam.com The technical data in this catalogue is subject to change without prior notice. GC04IPTT01_A/INGESYSIC3-E/000/0715 NJC The INGESYS IC3 process controller is part

More information

Communicative controller for VAV systems

Communicative controller for VAV systems FCR015 Communicative controller for VAV systems Summary FCR015 is a communicative controller for heating and cooling panels and a VAV (variable air volume) damper. It measures temperature and CO 2 concentration

More information

I/A Series HARDWARE Product Specifications

I/A Series HARDWARE Product Specifications I/A Series HARDWARE Product Specifications I/A Series Station Computing Device (SCD) SCD5200 CPU OptoNet Power Supply Ethernet (COPE) Module/ SCD5200 CPU OptoNet Ethernet (COE) Module PSS 21H-8G3 B4 FEATURES

More information

Development of remote monitoring and control equipment with advanced communication functions

Development of remote monitoring and control equipment with advanced communication functions Development of remote monitoring and control equipment with advanced communication functions Ayuchi Kurosu, Nobukazu Teraoka, Keiichi Ohama [Summary] We have developed the NH Telemeter series of equipment

More information

... with data security and Store & Forward

... with data security and Store & Forward Environmental Monitoring System... with data security and Store & Forward Secure electronic data Self healing data archiving Dynamic reporting Pharmaceutical Environmental Quality Monitoring System Control

More information

Presentation Overview

Presentation Overview Upgrading Wilmette s SCADA System How to Keep Your Plant Up and Running during a Major Control System Overhaul Presented at T-CON 2013 Wednesday June 5, 2013 Ray S. Ames Jr., Senior Project Manager, Stanley

More information

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com

Operation manual. HDOM-Profibus-V0. More options please visit;www.veikong-electric.com Operation manual HDOM-Profibus-V0 More options please visit;www.veikong-electric.com Contents 1 Introduction... 1 1.1 Product description... 1 1.2 HDOM-Profibus-V0 label... 1 1.3 Technical specifications...

More information

OPC Mirror Redundancy

OPC Mirror Redundancy DeltaV Distributed Control System Product Data Sheet December 2017 Redundancy OPC Data Access Clients and s Application Station Pair with Redundant OPC DA s and redundant Switch / Router / Firewall Pro

More information