DCS Lesson Part 1
DCS Lesson Part 1
DCS
Prepared by:
Engr. Athena Dextrae T. Celestra, CICT
Distributed Control System
DCS Meaning
Decentralized Control System
It is a microprocessor-based control
system designed to perform process
control functions involving mostly
DCS Function
analog variables that are previously
performed by conventional, stand-
alone controllers (like PLC).
A distributed control system (DCS) is a
platform for automated control and operation
of a plant or industrial process. A DCS
combines the following into a single
DCS Function automated system: human machine interface
(HMI), logic solvers, historian, common
database, alarm management, and a common
engineering suite.
This system typically consists of
multiple controllers or computers that
are distributed across various locations
within a plant or industrial process. The
DCS Purpose distribution of control functions
increases reliability, flexibility, and
redundancy in industrial automation
systems.
Basic Components of PLC
Basic Similarities and Differences with PLC
PLC DCS
Controller
Basic Similarities and Differences with PLC
PLC DCS
• Handles single processes and primarily • Controlling many autonomous controllers
use for repetitive discrete control that handle many continuous operations,
• For small production environment mainly using analog control
• Traditionally use for single batch or • Environment for large I/O counts
Highspeed control • Use for continuous complex controls
• Low-cost design • Integrated control center much like SCADA
• Processing time typically very fast • Processing time is somewhat slower
• Typically use graphical display like SCADA • Most reliable for safety
• Control equipment only • Control and Supervisory as one package
• Best option for smaller sized process • For larger and more complex processes
• Factory Automation • Process Automation
Basic Similarities and Differences with PLC
Basic Architecture
Basic Components of a DCS
Basic Components of a DCS
Master Controllers
• Supervise the individual processors as well as I/O
modules
• Responsible for providing the data to the servers,
which in turn supply data for the graphical
interface
• Processor executes the logic
Field Devices
• Transmitters, switches, valves, remote or
distributed I/Os, etc.
Primarily use for repetitive discrete control
Communication Protocols
• Profinet, Fiber Optics, Profibus, Modbus,
Ethercat, etc.
• For field devices, uses whichever is compatible
Basic Methods Used by DCS
• Function Block Diagram
• Sequence Function Chart
Configuration
and
Programming
Methods
INSTRUCTION LIST (IL)
Configuration
and
Programming
Methods
FUNCTION BLOCK DIAGRAM (FBD)
Configuration
and
Programming
Methods
Configuration
and
Programming
Methods
STRUCTURED TEXT (ST)
Configuration
and
Programming
Methods
Configuration and Programming Methods
LOGIC FUNDAMENTALS
1. The BINARY Concept
There are only 2 logic states and are defined as High or Low, On or Off, 1 or 0, and True or
False. These are called binary or discrete signals.
3. The OR Function
It has 2 or more inputs and only 1 output. The output is True if any inputs are True. In
electrical wiring logic, it is a parallel connection of contacts.
27