WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS

Answers were Sorted based on User's Feedback



WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / raju mohod

plc I/O is likely to more rugged and plc are likely handle
discrete lod\gic faster then dcs system.i/o was digital the
logical choice was to use plc while i/o was mostly analog
DCS system was selected.plc is such that non standerized
system is usually understood fully only by in designer .
DCS system are superior in programme library in advanced
orptimized control

Is This Answer Correct ?    1 Yes 1 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / jatin kalra

You must automate a process, but you can't decide between a
DCS and a PLC. Are these systems really all that different?
The answers depend on a slew of other questions.


Turn the clock back 10-15 years: The programmable logic
controller (PLC) is king of machine control while the
distributed control system (DCS) dominates process control.
If you manufacture plastic widgets, you speak PLC. If you
produce chemicals, you speak DCS.

Today, the two technologies share kingdoms as the
functional lines between them continue to blur. We now use
each where the other used to rule. However, PLCs still
dominate high-speed machine control, and DCSs prevail in
complex continuous processes.

The early DCS looked dramatically different from the early
PLC. Initially, the DCS performed the control functions of
the analog panel instruments it replaced, and its interface
mimicked their panel displays. DCSs then gained sequence
logic capabilities to control batch processes as well as
continuous ones. DCSs performed hundreds of analog
measurements and controlled dozens of analog outputs, using
multi-variable Proportional Integral Derivative (PID)
control. With the same 8-bit microprocessor technology that
gave rise to the DCS, PLCs began replacing conventional
relay/solid-state logic in machine control. PLCs dealt with
contact input/output (I/O) and started/stopped motors by
performing Boolean logic calculations.




The big change in DCS over the past 20 years is its move
from proprietary hardware to the personal computer (PC) and
standard LAN technologies. With each advance in PC power,
DCSs have moved up in power. PCs gave us speedy,
responsive, multi-media, windowed, operator-process
interfaces (OPI). Relational databases and spreadsheet
software enhance the ability of DCSs to store and
manipulate data. Artificial intelligence (AI) technology
gives us "smart" alarming. Today's DCS architecturally
looks much like the DCS of 20 years ago, but tomorrow's DCS
may control through networked "smart" devices-with no I/O
hardware of its own.

Most DCSs offer redundant controllers, networks, and I/Os.
Most give you "built-in" redundancy and diagnostic
features, with no need for user-written logic.

DCSs allow centralized configuration from the operator or
engineering console in the control room. You can change
programming offline, and download without restarting the
system for the change to be effective.

DCSs allow inter-controller communications. You can do data
exchange in most DCS systems ad hoc (no need for predefined
data point lists). You access data by tag name, regardless
of hardware or location.

DCSs use multi-tasking operating systems, so you can
download and run applications aside from the real-time
control functions and still do fractional-second control.
DCSs now come in "micro" systems, to price-compete with
PLCs-but with full DCS features and capabilities.

The typical DCS has integrated diagnostics and standard
display templates that automatically extend/update when
your database changes. This database is central to the
system-you don't have different databases sitting in the
controllers.

DCSs have user-friendly configuration tools, including
structured English, control block libraries, SFC
(sequential function chart), and even RLL (relay ladder
logic).

Most DCSs allow graphical configuration, provide online
diagnostics, and are self-documenting. Most provide for
user-defined control blocks or customized strategies. The
controllers execute control strategies as independent
tasks; thus, making changes to part of the control logic
has no impact on the rest.

An important difference between DCSs and PLCs is how
vendors market them. DCS vendors typically sell a complete,
working, integrated, and tested system; offering full
application implementation. They offer many services:
training, installation, field service, and integration with
your Information Technology (IT) systems. A DCS vendor
provides a server with a relational database, a LAN with
PCs for office automation, networking support and
integration of third-party applications and systems. The
DCS vendor tries to be your "one-stop shop." The PLC is
more of a "do-it-yourself" device, which is sometimes
simpler to execute.






















Programmable Logic Controllers. When PLCs were solely
replacements for hard-wired relays, they had only digital
I/O, with no operator interface or communications. Simple
operator interfaces appeared, then evolved into
increasingly complex interfaces as PLCs worked with
increasingly complex automation problems. We went from a
panel of buttons and I/O-driven lamps to PLC full-color
customized graphic displays that run on SCADA software over
a network.

PLCs now have many DCS-like control functions (e.g., PID
algorithms) and analog I/O. They've moved past their
birthplace: the digital world (switch and binary sensor
inputs and output contacts to run motors and trigger
solenoids).

PLCs are fast: They run an input-compute-output cycle in
milliseconds. On the other hand, DCSs offer fractional
second (1/2 to 1/10) control cycles. However, some DCSs
provide interrupt/event-triggered logic for high-speed
applications.

PLCs are simple, rugged computers with minimal peripherals
and simple OSs. While increasing reliability, PLC
simplicity is not conducive to redundancy. Thus, fully
redundant ("hot," automatic, bumpless) variations of PLCs,
with their added hardware and software, sometimes suffer
from a reduction in their reliability-a characteristic PLCs
are famous for.

Data exchange typically requires you to preassign data
registers and hard code their addresses into the logic. If
you add registers or need to reassign data, you typically
have to deal manually with the Domino Effect.

Typical PLC Relay Ladder Logic (RLL) languages include
function blocks that can perform complex control and math
functions (e.g., PID algorithms). Complex multi-loop
control functions (e.g., cascade management and loop
initialization) are not typical. For functions too messy to
implement in RLL, most PLCs provide a function block that
calls a user-written program (usually in BASIC or C).

PLCs typically operate as "state" machines: They read all
inputs, execute through the logic, and then drive the
outputs. The user-written logic is typically one big RLL
program, which means you may have to take the whole PLC off-
line to make a change of any size. You also run into
database synchronization problems because of the separation
of PLCs and the Man Machine Interface (MMI) software
packages, as opposed to the central databases of DCSs.

A PLC will run in a stand-alone configuration. A DCS
controller normally expects an operator interface and
communications, so it can send alarms, messages, trend
updates, and display updates.

Many PLC installations use interface software from third-
party vendors for improved graphics and various levels of
alarming, trending, and reporting. The PLC and MMI software
normally interact by sitting on the network and using the
register exchange mechanism to get data from and to the
various PLCs. This type of communication presumes you have
preassigned data registers and can fetch data on an
absolute address basis. This can lead to data processing
errors (e.g., from the wrong input) you won't encounter
with the central database of a DCS.

Some PLCs use proprietary networks, and others can use
LANs. Either way, the communication functions are the same-
fetch and put registers. This can result in bottlenecking
and timing problems if too many PCs try communicating with
too many PLCs over a network.

A PLC may have a third-party package for operator
interfaces, LAN interface to PCs and peripherals, PLC data
highway or bus, redundant controllers with local and
distributed I/O, local MMI and local programming
capability. The PLC would have redundant media support, but
not the redundant communication hardware or I/O bus
hardware you'd find in a DCS. A PLC would have
preprogrammed I/O cards for specific signal types and
ranges.

Today, the decision between PLC and DCS often depends on
business issues rather than technical features. Questions
to consider are those involving:

The internal expertise to execute the project,
Level of support available from a vendor/integrator,
Long-term maintainability, and
Life-cycle costs.

PLCs and DCSs overlap in their features, but also have
distinct strengths and weaknesses. When deciding between
the two, know who will deliver and support your system, and
how they will do it.

Is This Answer Correct ?    2 Yes 2 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / katkout

DCS is a DCS wheras the PLC is not but a PLC

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / anitha

plc is a progrramable logic controllers & dcs is a
distributed control systems.In brief PLC is product
controller.DCS is process controller.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / amandeep singh gill

plc is works in sequence ,only one program executed at one
time but dcs works in multiple functions like as to control
many loops .in other way we can say plc works in serial and
dcs works in parallel .this is basic difference of plc and dcs

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / patel

DCS: It is a system that has more i/o modules.

PLC: It has several i/o modules than DCS.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / aj

1. PLC is uni-tasking while DCS is used for multitasking.
2. DCS is dealing with very large no. of I/O while PLC has less no of I/O.
3. Normally DCS always comes with SCADA while in PLC its optional.
4. If DCS is stopped, all system is stopped respectively while in cascade PLC , if one stop working other will continue to work.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / samir kumar sanyal

Plc is a part of DCS in which plc control only the
equipments which are operate by on off system but DCS can
control those equipments and process variables very
accurately. That's why DCS is used for very big and
sophistricate plant.

Is This Answer Correct ?    4 Yes 5 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / nirav

plc machine control
dcs process control

Is This Answer Correct ?    1 Yes 2 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / k. kaja farkhan

DCS- Distributed control system controls the closed loops
with seperate discributed controllers for each and every
single loop.it is suitable for continuous process. In many
critical plants we use this DCS panels.

PLC-Programmable logic controllers are mainly used for the
batch process controls and it works according to the
programming done on it.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Instrumentation Interview Questions

What is feedback system.

1 Answers   CCIE,


What is the meaning of Feedback? How many types it is? Explain it?

2 Answers   Bharathi Cement,


what is disadvantage of field bus (ff)type of instrument

1 Answers  


Why we use 250 ohm resistor in series with HART protocol communication?

13 Answers   Chemtrols, Instec, Sabic,


what is burner management system?

2 Answers   Alstom,






Derive capacitance to 4-20ma conversion formula / relation in capacitance type pressure sensor?

0 Answers   ISRO,


if tx. dp increase or decrese what happend in the reading

1 Answers   BSP,


what is the difference between mmhg & mmwc?. i want to calibrate a transmitter in the range of -100 to 300 mmwc. Which is the reference for calibrate the Tx,if mmwc not available?. Is it mmhg or mmho2?.

3 Answers   UPL,


what are the different types of terminal lugs used for wiring termination?

5 Answers   Yokogawa,


Explain , how timer based pneumatic control valve will work ?

1 Answers  


What is difference between profibus and modbus communication

2 Answers   GMR,


who to convert dc to ac

7 Answers   ONGC,


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16632)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)