Jump to content

Talk:Distributed control system

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wtshymanski (talk | contribs) at 13:05, 5 October 2010 (something odd about this, restore Undid revision 388840794 by 199.64.0.252 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconSystems: Control theory Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Systems, which collaborates on articles related to systems and systems science.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is within the field of Control theory.

History

Electronic digital based DCS goes back to circa 1974 with Honeywell (and others) launching digital DCS eg TDC200. BBC (Brown Boveri et Cie now part of ABB) also had a digital DCS. By the 1990's most large industrial plants had replaced the majority of pneumatic and hydraulic control systems. In the early 2000's most Industrial DCS's were ported to Windows (R) OS platforms after presure from cost cutting and emmbedded IT infrastructure.

Not every distributed control system is part of a manufacturing system. Big ships have them; jet planes have them, etc.

DCS and SCADA

somehow i belive that SCADA is the new word and DCS was mostly used until the early 90`s if you take a look at the homepages of different providers, all are calling their system SCADA and somewhere in the text DCS popps up.

the differences are minute and the article should be merged with SCAD

SCADA I usually think of as related to controlling something that's spread out over a wide geographic area, like a power grid. Distributed control I usually think is spread over at most a plant site, and "closes the loop" for process control - SCADA systems to my way of thinking just monitor or alarm, and leave loop control to local elements. Both terms are still in use and I think they don't entirely overlap - I'd object to merging the articles. (You can create a user ID and sign your remarks!) --Wtshymanski 22:17, 30 May 2006 (UTC)[reply]


DCS is NOT SCADA anymore than an analogue computer is a digital computer !

DCS = top down design solution to factory automation : hence Distributed control system; as it is integrated at the highest factory wide production level; it includes alarming; recording; control and monitoring complete with an integrated graphical front end (HMI or Human Machine Interface). Minimal number of diferent tools to configure; normally everything runs under a common control system (at computer level) SCADA = Supervisory Control And Data Acquisition - normally displayed using a (third party) Human Machine Interface. In any given plant (factory) there may be several diferent SCADA systems - sometimes from different suppliers. PLC - individual controls - commonly used as stand alone 'skids' that control logical sub-units of plant - frequently now attached to a SCADA front end to give central control. By default this is bottom up design.

DCS engineers frequently deal with factory wide apllications; PLC engineers frequently deal with single machine/unit control.

With the drive to more and more open standards (cf OPC ) DCS suppliers have had to make their previously be-spoke systems more and more open. At the same time the need to integrate at the lower machine level is driving PLC suppliers to offer more and more integrated systems. Resulting in an ever narrowing gap between top end PLC solutions and bottom end DCS.

The main differential therefor is that DCS requires a top down factory/plant wide design with as little interaction with low level control as possible whilest SCADA/PLC continues to be a bottom up desgin more concerned with intimate dealings with 'bits & bytes' level of machine control. Petedtm 20:49, 9 August 2006 (UTC)[reply]

SCADA can be and is increasingly a sub-system or process I/O data provider of a DCS system. The DCS system, one performing process monitoring and closed loop control (Set Point - Process Value = Error --> output), indeed will include field instrument inputs as well as SCADA system inputs. Control points may be comprised of but not limited to one type or a combination of field input/ output instrumentation, OPC (OLE for Process Control) points, SCADA points and human input. DCS systems, systems intended to monitor and control processes like petroleum refining, chemical processes and raw material production (paper, metal foil, etc), typically include hardware (controllers, SCADA, PLC or even other DCS systems) to interface with real world devices (pumps, switches, valves, fans, etc). The controllers are compact computers system in their own right but offer limited or no human access without use of a programming computer networked to the controller and acting as a terminal or station. The DCS more often today represents the front end of associated controllers, PLCs or SCADA devices and may be used to modify SCADA, PLC and controller control routines and I/O module assignments.[CDJ, 2215 GMT-5 21NOV2006] Ma ne maoj

Marketing speak

There's a little too much gee-whizzery in the article just now. It needs to be made more encyclopediac in tone. It needs more comparision with other techniques of process control. Some neutral history would always be good, as would be a block diagram. Is there now a fundamental difference between SCADA and DCS? Was there? I think of SCADA operating over dispersed geographic areas and DCS within a plant, but there's not much fundamental difference in what you see when you look at the boxes on the plant floor. --Wtshymanski 22:30, 10 September 2007 (UTC)[reply]

A Potential Explanation of the Confusion

Most of these comments are trying to explain an evolution of different systems and terminology that has taken place over three or four decades. This can be very confusing without a broad historic perspective . For example, there are Distributed Control Systems in the architecture sense in airplanes, but it would be generally agreed that aircraft do not have DCS systems. DCS systems generally refer to the particular functional distributed control system design that exist in Industrial Process plants (Oil & Gas, Refining, Chemical, Pharmaceutical, some Food & Beverage, Water & Wastewater, Utility Power, Mining, Metals, etc...).. Although PLC (Programmable Logic Controller) systems can be considered distributed, they are not DCS systems in the sense that they are generally applied to Discrete Factory Automation applications.. (Plants that make "Things" rather than "Stuff"). SCADA's history is rooted in pipeline and power distribution applications where there was a need to gather a lot of remote data and do a little bit of control with sites that were widely geographically separated. Each of these types of systems have their particular functional needs that are different. DCS systems used in hazardous explosive environments in Oil production have different requirements than PLC based systems that are controlling the manufacturing and packaging of auto parts for example. Although what you might see in the plants as Boxes that look alike, are in fact quite different in a bunch of ways. As proof of this, companies who are strong on the Process side like Emerson and Foxboro/invensys have had difficulty trying to leverage their systems into Factory Automation. Rockwell Automation, the US leader in PLCs has always wanted to leverage their strength in Factory Automation into the process side, but similarly has not been able to do that.

Having said all of this, the boundaries between these systems are becoming more gray as time goes on and technology provides more and more bridges between them --Mike (talk) 23:23, 2 April 2008 (UTC)[reply]

The Root of the differences

The primary differences between PLC control (monitored by SCADA or not) and DCS control is about the function of the processing of data. PLC scan rates are faster due to the programming residing in a single place: the central processor. While DCS is just as described: distributed control. The DCS scan rates are higher, because data is processed in various places and then sent to other places for control or monitoring. If the PLC processor fails (without redundancy) all control is lost and the PLC will set itself to a fail safe state, i.e. all outputs go to safe state. DCS has many controllers for various areas of control, hence the name distributed. A single controller failure (without redundancy) will cost the loss of part of a process but not necessarily all.

SCADA, though it's name implies control, is more often used as data aquisistion. A DCS system can act as a SCADA in relation to a PLC. The lines between DCS and SCADA are indeed more blurred than ever before. —Preceding unsigned comment added by 158.35.225.231 (talk) 12:30, 18 April 2010 (UTC)[reply]