Control Systems: Piu Ghosh Instrumentation and Control Department
Control Systems: Piu Ghosh Instrumentation and Control Department
Pneumatic Implementation:
In the early implementation of automatic control systems, information flow was accomplished by pneumatic transmission, and computation was done by mechanical devices using bellows, spring etc.
Digital
Implementation:
Transmission: Digital signals are far less sensitive to noise. Calculation: The computational devices are digital computers.
1. PC Control: Good for small processes such as laboratory prototype or pilot plants, where the number of control loops is relatively small
Display
Main Computer
PROCESS
Data acquisition
class of control systems which can be programmed to execute plant shutdown and / or interlock /sequence logics to the specified safety integrity levels. It uses a programmable memory to store instructions and specific functions.
Introduced in the late 1960s Developed to offer the same functionality as the existing relay logic systems Programmable, reusable and reliable
Could withstand a harsh industrial environment They had no hard drive, they had battery backup Could start in seconds Used Ladder Logic for programming
POWER SUPPLY
Provides the voltage needed to run the primary PLC components I/O MODULES Provides signal conversion and isolation between the internal logic-level signals inside the PLC and the fields high level signal. PROCESSOR Provides intelligence to command and govern the activities of the entire PLC systems. PROGRAMMING DEVICE used to enter the desired program that will determine the sequence of operation and control of process equipment or driven machine.
9
EUROPEAN
JAPANESE
13
CONTROLLER:
Control algorithms are configured by engineers through the engineering stations and executed in the controller. Controllers can be implemented in simplex or redundant configurations per user requirement.
I/O Module:
I/O modules shall communicate with processor modules serially either through back-plane or through I/O communication network. I/O network shall always be redundant.
I/O MODULE
AI
(Analog Input Conventional/ Smart / HART / Foundation Fieldbus), AO (Analog output Conventional /Smart / HART/Foundation Fieldbus), DI (Digital Input), DO (Digital Output).
Communication
Modules : Controls the communication of the control network and information network. Power Supply Modules Provides the power supply to various modules as required. Engineering console: Main Engineer interface device through which the system configuration and maintenance engineer can interface with the system.
Each station supports control, monitoring, and configuration of the entire system. This allows a uniform graphical interface for all plant operations.A set of standard system graphical displays are supplied with the system,including: Single point display for monitoring and control Real-time and historical trend display. Alarm status and history display.
History
Module
-Like the harddisk of PCs - Store the configurations of the DCS as well as the configurations of all the points in the plant - Store the graphic files that are shown in the console and in most systems these days they are able to store some plant operating data
Data
Historian
- Software that are dedicated to store process variables, set points and output values - They are usually of higher scanning rates than that available in the history module.
- Group displays - Overview displays - Detail displays - Graphic displays - Trend displays
Shows the operating parameters of group of control loops such as four, eight, twelve, or sixteen control loops, arranged in rows so that they look like the faces of instruments on an instrument panel.
Detail Displays
- Specific to a single loop or control function - Includes additional information defining constants, limits, and other characteristics of the function
Graphic Displays
Graphic display capability allows a picture to be drawn on the screen so that the operator can look at a portion of the process more realistically than by watching a row of bar graphs
Trend Displays
- Trend displays are the distributed control system equivalents of chart records. - Shows change in process value that have taken place over a period of time
The flow of signal passes from sensors/ transmitters to a local field junction box. From field junction box through a multi core cable it goes to the main junction box. Again from main junction box it comes to a marshalling cabinet where the wires enter into the control panel. After signal entering the panel, the signal wire goes into the input card connected to the controller. Controller processes the data according to the logic created and gives output to the Final Control Element through output cards, following the same route.
2. Software
There is a scan cycle which needs to be completed for the execution of an instruction needed to control the process.The following steps occur for each scan period: 1.The status of inputs from the process through the input card are checked. 2.Then the values are updated in the program and according to the logic prepared by the programmer output values are decided. 3.These outputs then go to the field through output cards. 4.The status is updated in the SCADA as well as the changes are stored for future reference in the historian. 5.Any alarms i.e. deviations in the process are there are also noted and stored.
Access a large amount of current information from the data highway. Monitoring trends of past process conditions. Readily install new on-line measurements together with local computers. Alternate quickly among standard control strategies and readjust controller parameters in software. Digital DCS systems are more flexible. Control algorithms can be changed and control configuration can be modified without having rewiring the system.
Honeywell
Fisher-Rosemont Baily Foxboro Yokogawa
Siemens
Selecting the right technology and the right supplier can help a company respond quickly to changing market conditions minimize Total Cost of Ownership (TCO) over the life of your plant create a system which is easily maintainable/upgradeable for the longterm achieve its future goals and vision
1.
What are you manufacturing, and how? 2. What is the value of the product being manufactured? and the cost of downtime? 3. What do you view as the "heart" of the system? 4. What does the operator need to be successful? 5. What system performance is required? 6. What degree of customization is required? 7. What are your engineering expectations?
Number of products manufactured: Single product or Multiple products Recipe parameters: Constant or Variable Procedures: Single procedure or Multiple (different) procedures Equipment utilization and arbitration: Fixed/none or Flexible/often Frequency of changes to formulas and recipes: Never or Often
PLC
High-speed logic Regulatory/Analog control (such as motors) (loop) control Simple Batch control Complex Batch Control
DCS
2. What is the value of the product being manufactured and the cost of downtime?
Value of the individual component being manufactured is relatively low. The value of a batch can be very high.
PLC
Downtime mainly results in lost Downtime not only results in production. lost production, but can result in dangerous conditions. Downtime does not typically damage the process equipment. Downtime can result in process equipment damage (product hardens, etc.)
Return to steady state production after an outage is short and relatively straightforward
Return to steady state production after an unplanned outage can be long, expensive, and difficult
DCS
DCS
PLC
The operators interaction is typically required to keep the process in its target performance range.
PLC
Exception-based alarming is Alarm management is key to key information for the operator. safe operation of the process and for responding effectively during plant upset conditions. Manufacturing might be able to Failure of the HMI could force run "lights-out. the shutdown of the process
DCS
Faceplates and analog trends are critical to see what is happening to the process.
Fast logic scan (approx. 10ms) is required to perform motor or motion control. Redundancy may not be cost justified.
Control loops require deterministic scan execution at a speed of 100 to 500 ms. System redundancy is often required.
PLC
DCS
High level programming languages are available for creating custom logic. Customized routines usually required .
Custom logic created from existing function blocks. Many algorithms (i.e. PID) are complex and do not vary among applications. Standard application libraries are expected (function blocks and faceplates).
DCS
PLC
Program/configure individual components, integrate later (bottom-up). Desire customizable platforms to build upon.
System designed to be flexible. System designed to make it "easy" to engineer process applications. Solution is generic in nature, to Use of pre-defined, pre-tested be applied on a wide variety of functions saves time. applications.
Use ladder logic to configure application. Use function block diagram to configuration application.
DCS
PLC