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 / stanly.d'cunha

PLC is Progamable Logic Controller & DCS is Distributed
control system. In brief PLC using for perticular mechine or
production unit. DCS usinging for monitoring & controlling
of entire plant, including PLC.

Is This Answer Correct ?    546 Yes 77 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / aam

PLC is used Commonly with On\Off (Digital) Control and may
be expanded with Analog I\O Modules for Analog Control and
used for a Unique Task .
DCS is used Commonly with Process Control Systems as it is
Combined of Many control Cards, PLCs and Can Mange a Large
Scale Systems .

Is This Answer Correct ?    211 Yes 44 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / vipin

Plc is basically oriented for one job only,suppose if plc
fails then whole system will shut down,but in distributed
control system,you have a redundant plc for each plc so
that if primary system fails then its standby plc takes
over the charge.

Is This Answer Correct ?    247 Yes 89 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / dalip

plc-programmable logical control,in plc program executes
searliy but in dcs all programs runs parallay.
dcs includes controller,communication and scada but plc is
a controller communication and scada softwares are to be
provided.
it ios easy to work on dcs than plc as it is having many
functions.

Is This Answer Correct ?    131 Yes 35 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / anu

1.PLC is for the system which need quick response.Thats why
PLC is for control of a single system with multiple control
loop,i/p and o/p
2.The response time of PLC is in millisec which is much
less than the DCS response time

Is This Answer Correct ?    120 Yes 34 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / utpal

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 ?    82 Yes 6 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / varathan

In DCS, field I/O points can be away from the control
processor,(where as program/logic resides)its a integarted
system includes other PLC's and Stand-alone controllers for
application specific mechine or process and having large
memory for trending & Historical alarms.PLC must be a fast
scan cycle application oriented, simple system without
human meachine interface(such as process mimics/graphics)

Is This Answer Correct ?    67 Yes 25 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / sai

DCS is a number of PLC's Distributed over a Control Network
over the entire plant.

Is This Answer Correct ?    182 Yes 143 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / palak majmudar

1) PLC can not handle complicated loops and can not give
accurate result of close loops, it is only useful for very
simple application loops; while DCS can handle very complex
cascade loops and give very accurate controls to process
equipment using some inbuilt or predefined algorithms in
programming.

2) PLC has limitation in expansion of closed loops; While
DCS can handle no. of closed loops without any interruption.

3) PLC is useful for very small plant application; while
DCS is useful for integration of small-small plant and to
bring those all on a single platform.

Is This Answer Correct ?    17 Yes 4 No

WHAT IS THE DIFFERENCE BETWEEN PLC AND DCS..

Answer / gyani

PlC has to read all its data itself and to generate o/p
accordingly,if the system is big the scan cycle goes high
and any changes in i/p could scan & dispaly little late.DCS
have many sub processor who update their data and give
summery to DCS,so DCS have to scan only these sub cpu hence
it improves the scan cycle and system becomes faster.Now PLC
has also coming with big data handling capacity with low
scan cycle.

Is This Answer Correct ?    16 Yes 7 No

Post New Answer

More Instrumentation Interview Questions

Is there any interfacing sofware to build communication between a PC and ER300P model L&T make trivector meter via RS485 port which is available in the meter and is there any data acquisition card available to store the acquired data from the meter into the system

12 Answers  


What is ultrasonic flowmeter?

0 Answers  


What is the diffrence between ff tx and non ff tx

0 Answers   Jindal, Rosemount,


I saw one P&ID 6" control valve has been connected with 8" process line, and 2" valve also connected in parallel with 6" valve. why the 2" valve connected in parallel, Is there any technical reason. please clarify. With Regards-Kittu

5 Answers   GNFC,


Q- voltage source of 12v is driving the circuit.if circut draw the current of 0.5A them source voltage will became 11.8v.what is the power dilevered by source when circuit draw 5A current ?

4 Answers   Ecil,






Hi, I am Newely Joined in Construction company instrument engineer? Any one can Plz tell me How can I advanced preparation for Releated Engineering and construction Documents?

0 Answers  


PLS TELL ME THE FUNCTION OR PRINCIPLE OF CREEP RELEIF VALVE..

3 Answers  


Tr. Wiring for calibration.

0 Answers   CCIE,


whats diffeence between dcs & scada operation.

3 Answers   Orchid, Reliance,


Can u tell me the principle of the tc,rtd,level switch,pressure switch ,transmitter(pr flow level temp.),vibration...plz

0 Answers   Adani, SRF,


Hi Frnds , If Suppose 1 Pair cable of 1.5 sq mm is used for Transmitter and instead of 1.5 sq mm if i used 0.5 sq mm cable will the resistance change will occur and does it affect our transmitter reading. plz mail ur answer to ntnkamble@gmail.com plz immediately mail ur reply

1 Answers  


admittance level sensor meaning?

2 Answers   CGL,


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)