Distributed control system: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 5 templates: hyphenate params (1×);
m Updated Reference 11 due to original link not being valid/available anymore. (ABB's website has been completely restructured.)
 
(29 intermediate revisions by 25 users not shown)
Line 1:
{{Use British English|date=February 2018}}
{{Short description|Computerized control systems with distributed decision-making}}
{{Use British English|date=February 2018}}
{{Manufacturing}}
A '''distributed control system''' ('''DCS''') is a computerisedcomputerized [[control system]] for a process or plant usually with many [[control loop]]s, in which autonomous controllers are distributed throughout the system, but there is no central operator supervisory control. This is in contrast to systems that use centralized controllers; either discrete controllers located at a central control room or within a central computer. The DCS concept increases reliability and reduces installation costs by localisinglocalizing control functions near the process plant, with remote monitoring and supervision.
 
Distributed control systems first emerged in large, high value, safety critical process industries, and were attractive because the DCS manufacturer would supply both the local control level and central supervisory equipment as an integrated package, thus reducing design integration risk. Today the functionality of [[SCADA|Supervisory control and data acquisition (SCADA)]] and DCS systems are very similar, but DCS tends to be used on large continuous process plants where high reliability and security is important, and the control room is not necessarily geographically remote. Many machine control systems exhibit similar properties as plant and process control systems do.<ref>{{Cite book |last=Eloranta |first=Veli-Pekka |title=Designing distributed control systems: a pattern language approach |last2=Koskinen |first2=Johannes |last3=Leppänen |first3=Marko |last4=Reijonen |first4=Ville |date=2014 |publisher=Wiley |isbn=978-1-118-69415-2 |series=Wiley series in software design patterns |___location=Chichester}}</ref>
 
==Structure==
[[File:Functional levels of a Distributed Control System.svg|thumb|500px|Functional levels of a manufacturing control operation]]
The key attribute of a DCS is its reliability due to the distribution of the control processing around nodes in the system. This mitigates a single processor failure. If a processor fails, it will only affect one section of the plant process, as opposed to a failure of a central computer which would affect the whole process. This distribution of computing power local to the field Input/Output (I/O) connection racks also ensures fast controller processing times by removing possible network and central processing delays.
 
The accompanying diagram is a general model which shows functional manufacturing levels using computerised control.
 
Referring to the diagram;
Line 18:
* Level 2 contains the supervisory computers, which collect information from processor nodes on the system, and provide the operator control screens.
* Level 3 is the production control level, which does not directly control the process, but is concerned with monitoring production and monitoring targets
* Level 4 is the production scheduling level.
 
Levels 1 and 2 are the functional levels of a traditional DCS, in which all equipment are part of an integrated system from a single manufacturer.
Line 28:
The processor nodes and operator [[graphical user interface|graphical displays]] are connected over proprietary or industry standard networks, and network reliability is increased by dual redundancy cabling over diverse routes. This distributed topology also reduces the amount of field cabling by siting the I/O modules and their associated processors close to the process plant.
 
The processors receive information from input modules, process the information and decide control actions to be signalled by the output modules. The field inputs and outputs can be [[analog signal|analog signals]]s e.g. [[current loop|4–20&nbsp;mA DC current loop]] or two-state signals that switch either "on" or "off", such as relay contacts or a semiconductor switch.
 
DCSs are connected to sensors and actuators and use [[Setpoint (control system)|setpoint control]] to control the flow of material through the plant. A typical application is a [[PID controller]] fed by a flow meter and using a [[control valve]] as the final control element. The DCS sends the setpoint required by the process to the controller which instructs a valve to operate so that the process reaches and stays at the desired setpoint. (see 4–20&nbsp;mA schematic for example).
Line 36:
DCSs in very high reliability applications can have dual redundant processors with "hot" switch over on fault, to enhance the reliability of the control system.
 
Although 4–20&nbsp;mA has been the main field signalling standard, modern DCS systems can also support [[fieldbus]] digital protocols, such as Foundation Fieldbus, profibus, HART, Modbus[[modbus]], PC Link, etc., and other digital communication protocols such as [[modbus]].
 
Modern DCSs also support [[Artificial neural network|neural networks]] and [[fuzzy logic]] applications. Recent research focuses on the synthesis of optimal distributed controllers, which optimizes a certain [[H-infinity methods in control theory|H-infinity]] or the H 2 control criterion.<ref>{{Cite journal|title = Distributed Control Design for Spatially Interconnected Systems|last = D'Andrea|first = Raffaello |date = 9 September 2003|journal = IEEE Transactions on Automatic Control|volume = 48|issue = 9|pages = 1478–1495|doi = 10.1109/tac.2003.816954 |citeseerx = 10.1.1.100.6721}}</ref><ref>{{Cite journal|url = http://resolver.tudelft.nl/uuid:2a1e3740-454f-4a1e-bd0d-cda8846eadae|title = Distributed Control for Identical Dynamically Coupled Systems: A Decomposition Approach|last = Massiaoni|first = Paolo|date = 1 January 2009|journal = IEEE Transactions on Automatic Control|volume = 54|pages = 124–135|doi = 10.1109/tac.2008.2009574 |s2cid = 14384506}}</ref>
 
==Typical applications==
Distributed control systems (DCS) are dedicated systems used in manufacturing processes that are continuous or batch-oriented.
 
Processes where a DCS might be used include:
 
* [[Chemical plant]]s
* [[Petrochemical]] (oil)plants, refineries, [[Oil platform]]s, [[FPSO]]s and refineries[[LNG]] plants
* [[Pulp and paper mill]]s (see also: [[Quality Control System QCS for paper, board and tissue machines|quality control system QCS]])
* [[Boiler control]]scontrols and [[power plant]] systems
* [[Nuclear power plant]]s
* [[Environmental control system]]s
Line 68:
 
===Evolution of process control operations===
Process control of large industrial plants has evolved through many stages. Initially, control would be from panels local to the process plant. However this required a large manpoweramount resourceof human oversight to attend to these dispersed panels, and there was no overall view of the process. The next logical development was the transmission of all plant measurements to a permanently-mannedstaffed central control room. Effectively this was the centralisation of all the localised panels, with the advantages of lower manning levels and easier overview of the process. Often the controllers were behind the control room panels, and all automatic and manual control outputs were transmitted back to plant. However, whilst providing a central control focus, this arrangement was inflexible as each control loop had its own controller hardware, and continual operator movement within the control room was required to view different parts of the process.
 
With the coming of electronic processors and graphic displays it became possible to replace these discrete controllers with computer-based algorithms, hosted on a network of input/output racks with their own control processors. These could be distributed around plant, and communicate with the graphic display in the control room or rooms. The distributed control system was born.
 
The introduction of DCSs allowed easy interconnection and re-configuration of plant controls such as cascaded loops and interlocks, and easy interfacing with other production computer systems. It enabled sophisticated alarm handling, introduced automatic event logging, removed the need for physical records such as chart recorders, allowed the control racks to be networked and thereby located locally to plant to reduce cabling runs, and provided high level overviews of plant status and production levels.
Line 88:
}}</ref>
 
In 1975, both [[Yamatake-Honeywell]]<ref>{{Cite web|url=https://www.azbil.com/corporate/company/history.html|title = Group History &#124; Azbil Corporation Info &#124; About the azbil Group &#124; Azbil Corporation (Former Yamatake Corporation)}}</ref> and Japanese electrical engineering firm [[Yokogawa]] introduced their own independently produced DCS's - TDC 2000 and CENTUM systems, respectively. US-based Bristol also introduced their UCS 3000 universal controller in 1975. In 1978 [[Valmet]] introduced their own DCS system called Damatic (latest generationweb-based namedgeneration Valmet DNADNAe<ref name="Valmet">[https://www.valmet.com/automation/control-systems/] [https://www.valmet.com/automation/control-systems/ Valmet Distributed Control Systems (Valmet DNAe, Valmet DNA, and Valmet D3)]</ref>). In 1980, Bailey (now part of ABB<ref>[http://www.abb.com/controlsystems] INFI 90</ref>) introduced the NETWORK 90 system, Fisher Controls (now part of [[Emerson Electric]]) introduced the PROVoX system, [[Fischer & Porter Company]] (now also part of ABB<ref>[http://www.abb.com/product/us/9AAC115762.aspx] DCI-4000</ref>) introduced DCI-4000 (DCI stands for Distributed Control Instrumentation).
 
The DCS largely came about due to the increased availability of microcomputers and the proliferation of microprocessors in the world of process control. Computers had already been applied to process automation for some time in the form of both [[direct digital control]] (DDC) and setpoint control. In the early 1970s [[Taylor Instrument Company]], (now part of ABB) developed the 1010 system, Foxboro the FOX1 system, Fisher Controls the DC<sup>2</sup> system and [[Bailey Controls]] the 1055 systems. All of these were DDC applications implemented within minicomputers ([[Digital Equipment Corporation|DEC]] [[PDP-11]], [[Varian Data Machines]], [[MODCOMP]] etc.) and connected to proprietary Input/Output hardware. Sophisticated (for the time) continuous as well as batch control was implemented in this way. A more conservative approach was setpoint control, where process computers supervised clusters of analog process controllers. A workstation provided visibility into the process using text and crude character graphics. Availability of a fully functional graphical user interface was a way away.
Line 95:
Central to the DCS model was the inclusion of control function blocks. Function blocks evolved from early, more primitive DDC concepts of "Table Driven" software. One of the first embodiments of object-oriented software, function blocks were self-contained "blocks" of code that emulated analog hardware control components and performed tasks that were essential to process control, such as execution of PID algorithms. Function blocks continue to endure as the predominant method of control for DCS suppliers, and are supported by key technologies such as Foundation Fieldbus<ref>[http://www.fieldbus.org] Foundation Fieldbus</ref> today.
 
[[MIDAC (CRC)|Midac]] Systems, of Sydney, Australia, developed an objected-oriented distributed direct digital control system in 1982. The central system ran 11 microprocessors sharing tasks and common memory and connected to a serial communication network of distributed controllers each running two Z80s. The system was installed at the University of Melbourne.{{Citation needed|date=August 2011}}
 
Digital communication between distributed controllers, workstations and other computing elements (peer to peer access) was one of the primary advantages of the DCS. Attention was duly focused on the networks, which provided the all-important lines of communication that, for process applications, had to incorporate specific functions such as determinism and redundancy. As a result, many suppliers embraced the IEEE 802.4 networking standard. This decision set the stage for the wave of migrations necessary when information technology moved into process automation and IEEE 802.3 rather than IEEE 802.4 prevailed as the control LAN.
 
===The network-centric era of the 1980s===
In the 1980s, users began to look at DCSs as more than just basic process control. A very early example of a [[Direct Digital Control]] DCS was completed by the Australian business [[MIDAC (CRC)|Midac]] in 1981–82 using R-Tec Australian designed hardware. The system installed at the [[University of Melbourne]] used a serial communications network, connecting campus buildings back to a control room "front end". Each remote unit ran two [[Z80]] microprocessors, while the front end ran eleven Z80s in a parallel processing configuration with paged common memory to share tasks and that could run up to 20,000 concurrent control objects.
 
It was believed that if openness could be achieved and greater amounts of data could be shared throughout the enterprise that even greater things could be achieved. The first attempts to increase the openness of DCSs resulted in the adoption of the predominant operating system of the day: ''UNIX''. UNIX and its companion networking technology TCP-IP were developed by the US Department of Defense for openness, which was precisely the issue the process industries were looking to resolve.
 
As a result, suppliers also began to adopt Ethernet-based networks with their own proprietary protocol layers. The full TCP/IP standard was not implemented, but the use of Ethernet made it possible to implement the first instances of object management and global data access technology. The 1980s also witnessed the first [[programmable logic controller|PLCs]] integrated into the DCS infrastructure. Plant-wide historians also emerged to capitalize on the extended reach of automation systems. The first DCS supplier to adopt UNIX and Ethernet networking technologies was Foxboro, who introduced the I/A Series<ref>[{{Cite web |url=http://iom.invensys.com/UK/Pages/Foxboro_DCSIASeries.aspx] |archive-url=https://archive.today/20120712134904/http://iom.invensys.com/UK/Pages/Foxboro_DCSIASeries.aspx |archive-date=2012-07-12 |title=Foxboro I/A Series Distributed Control System |year=2012 |access-date=October 15, 2024}}</ref> system in 1987.
 
===The application-centric era of the 1990s===
The drive toward openness in the 1980s gained momentum through the 1990s with the increased adoption of [[commercial off-the-shelf]] (COTS) components and IT standards. Probably the biggest transition undertaken during this time was the move from the UNIX operating system to the Windows environment. While the realm of the real time operating system ([[RTOS]]) for control applications remains dominated by real time commercial variants of UNIX or proprietary operating systems, everything above real-time control has made the transition to Windows.
 
The introduction of Microsoft at the desktop and server layers resulted in the development of technologies such as [[OLE for process control|OLE for process control (OPC)]], which is now a de facto industry connectivity standard. Internet technology also began to make its mark in automation and the world, with most DCS HMI supporting Internet connectivity. The 1990s were also known for the "Fieldbus Wars", where rival organizations competed to define what would become the IEC [[fieldbus]] standard for digital communication with field instrumentation instead of 4–20 milliamp analog communications. The first fieldbus installations occurred in the 1990s. Towards the end of the decade, the technology began to develop significant momentum, with the market consolidated around Ethernet I/P, Foundation Fieldbus and Profibus PA for process automation applications. Some suppliers built new systems from the ground up to maximize functionality with fieldbus, such as [[Rockwell Automation|Rockwell]] PlantPAx System, [[Honeywell]] with [[Experion]] & Plantscape [[SCADA]] systems, [[ABB Group|ABB]] with System 800xA,<ref>{{cite web|url=httphttps://wwwsearch.abb.com/productlibrary/us/9AAC115756Download.aspx?DocumentID=INDUSTRIAL%20IT%20800XA%20PRESS%20RELEAS&LanguageCode=en&DocumentPartId=&Action=Launch|title=ABBABB’s IndustrialIT System 800xA -truly process,extends electrical,the safetyreach, telecomsfunctionality inof onetraditional systemautomation systems|website=www.abb.com}}</ref> Emerson Process Management<ref>[http://easydeltav.com] [[Emerson Process Management]]</ref> with the [[Emerson Process Management]] [[DeltaV]] control system, [[Siemens]] with the SPPA-T3000<ref>[http://www.energy.siemens.com/hq/en/automation/power-generation/sppa-t3000.htm] {{Webarchive|url=https://web.archive.org/web/20180203212221/https://www.energy.siemens.com/hq/en/automation/power-generation/sppa-t3000.htm|date=2018-02-03}} SPPA-T3000</ref> or [[Simatic PCS 7]],<ref>{{cite web |url=http://pcs.khe.siemens.com/index.aspx?nr%3D1075 |title=ArchivedSiemens copy- SIMATIC PCS 7 - SIMATIC PCS 7 (SIMATIC, PCS 7, process control system, SIMATIC PCS7, Add Ons, solutions for industry, process automation, process industry) |access-date=2007-03-29 |url-status=dead |archive-url=https://web.archive.org/web/20070329065215/http://pcs.khe.siemens.com/index.aspx?nr=1075 |archive-date=2007-03-29 }} Simatic PCS 7</ref> Forbes Marshall<ref>[http://www.forbesmarshall.com/fm_micro/DCS/Products1.aspx?flag=1&id=dcs&pid=551&prodName=Microcon+%20Distributed%20Control%20System(DCS)] [[Forbes Marshall]]</ref> with the Microcon+ control system and [[{{Ill|Azbil|lt=Azbil Corporation]]|ja|アズビル}}<ref>[http://www.azbil.com] Azbil Corporation</ref> with the [[Harmonas-DEO]] system. Fieldbus technics have been used to integrate machine, drives, quality and [[condition monitoring]] applications to one DCS with Valmet DNA system.<ref name="Valmet" />
 
The impact of COTS, however, was most pronounced at the hardware layer. For years, the primary business of DCS suppliers had been the supply of large amounts of hardware, particularly I/O and controllers. The initial proliferation of DCSs required the installation of prodigious amounts of this hardware, most of it manufactured from the bottom up by DCS suppliers. Standard computer components from manufacturers such as Intel and Motorola, however, made it cost prohibitive for DCS suppliers to continue making their own components, workstations, and networking hardware.
Line 122:
The latest developments in DCS include the following new technologies:
 
# [[Wireless]] systems and protocols <ref> F. Foukalas and P. Pop, "[https://digital-library.theiet.org/content/journals/10.1049/iet-cps.2019.0034 Distributed control plane for safe cooperative vehicular cyber physical systems]." IET Cyber-Physical Systems: Theory & Applications, Oct. 2019 ).</ref>
# [[Remote data transmission|Remote transmission]], logging and data historian
# Mobile interfaces and controls
Line 137:
* [[Building automation]]
* [[EPICS]]
* [[First-out alarm]]
* [[Industrial control system]]
* [[Plant process and emergency shutdown systems]]
* [[Industrial safety system]]
* [[Safety instrumented system|Safety instrumented system (SIS)]]
* [[TANGO]]